Searched refs:host (Results 1 – 11 of 11) sorted by relevance
/optee_test/ |
A D | .gitignore | 10 host/xtest/global_platform/ 11 host/xtest/gp_7000.c 12 host/xtest/gp_7500.c 13 host/xtest/gp_8000.c 14 host/xtest/gp_8500.c 15 host/xtest/gp_9000.c 16 host/xtest/adbg_case_declare.h 17 host/xtest/adbg_entry_declare.h
|
A D | Makefile | 38 $(q)$(MAKE) -C host/xtest CROSS_COMPILE="$(CROSS_COMPILE_HOST)" \ 51 $(q)$(MAKE) -C host/supp_plugin CROSS_COMPILE="$(CROSS_COMPILE_HOST)" \ 57 $(q)$(MAKE) -C host/xtest O=$(out-dir) $@ 59 $(q)$(MAKE) -C host/supp_plugin O=$(out-dir) $@
|
A D | Android.mk | 89 LOCAL_SRC_FILES := $(patsubst %,host/xtest/%,$(srcs)) 91 LOCAL_C_INCLUDES += $(LOCAL_PATH)/host/xtest \ 92 $(LOCAL_PATH)/host/xtest/adbg/include \ 113 $(LOCAL_PATH)/host/supp_plugin/include
|
A D | CMakeLists.txt | 33 add_subdirectory (host/xtest) 34 add_subdirectory (host/supp_plugin)
|
A D | LICENSE.md | 1 The client applications (`optee_test/host/*`) are provided under the
|
/optee_test/host/xtest/gp/ |
A D | prepare_suite.sh | 12 if [ -e $1/host/xtest/gp-suite ]; then 14 rm -rf $1/host/xtest/gp-suite 16 mkdir -p $1/host/xtest/gp-suite 17 7z x -o$1/host/xtest/gp-suite $2 18 cd $1/host/xtest/gp-suite
|
/optee_test/host/xtest/ |
A D | regression_2000.c | 294 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 343 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 358 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 374 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 583 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2003() 778 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() 815 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() 830 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() 846 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() 865 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() [all …]
|
A D | sock_server.h | 15 char host[255]; member
|
A D | sock_server.c | 266 if (!inet_ntop(sa->sa_family, src, serv.host, sizeof(serv.host))) in sock_server_add_fd()
|
/optee_test/ta/supp_plugin/ |
A D | sub.mk | 2 global-incdirs-y += ../../host/supp_plugin/include
|
/optee_test/host/openssl/include/openssl/ |
A D | kssl.h | 181 const char *host);
|
Completed in 12 milliseconds