Searched refs:all (Results 1 – 7 of 7) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | xtest_main.c | 139 ADBG_Suite_Definition_t all = { in main() local 141 .cases = TAILQ_HEAD_INITIALIZER(all.cases), in main() 241 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_regression); in main() 243 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_benchmark); in main() 246 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_gp); in main() 250 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_pkcs11); in main() 254 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_ffa_spmc); in main() 265 ret = Do_ADBG_RunSuite(&all, argc - last_gen_option, argv + last_gen_option); in main() 268 free((void *)all.SuiteID_p); in main()
|
A D | LICENSE | 14 software--to make sure the software is free for all its users. This 34 gratis or for a fee, you must give the recipients all the rights that 54 patent must be licensed for everyone's free use or not licensed at all. 82 copyright notice and disclaimer of warranty; keep intact all the 93 above, provided that you also meet all of these conditions: 100 part thereof, to be licensed as a whole at no charge to all third 157 code means all the source code for all modules it contains, plus any 186 all its terms and conditions for copying, distributing or modifying 204 may not distribute the Program at all. For example, if a patent 206 all those who receive copies directly or indirectly through you, then [all …]
|
/optee_test-3.20.0/ |
A D | Makefile | 28 .PHONY: all 30 all: xtest ta test_plugin target 32 all: target
|
/optee_test-3.20.0/ta/ |
A D | Makefile | 47 .PHONY: all 48 all: ta target
|
A D | Android.mk | 2 include $(call all-makefiles-under, $(LOCAL_PATH))
|
/optee_test-3.20.0/host/xtest/gp/patches/ |
A D | 0006-TTA_TCF-fix-CmdTEEGetPropertyA-_withoutEnum.patch | 70 /* if all input/output data are correct */ 97 /* if all input/output data are correct */
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | conf.h | 189 void CONF_modules_unload(int all);
|
Completed in 10 milliseconds