Searched refs:all (Results 1 – 7 of 7) sorted by relevance
/optee_test/host/xtest/ |
A D | xtest_main.c | 125 ADBG_Suite_Definition_t all = { in main() local 127 .cases = TAILQ_HEAD_INITIALIZER(all.cases), in main() 225 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_regression); in main() 227 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_benchmark); in main() 230 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_gp); in main() 234 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_pkcs11); in main() 245 ret = Do_ADBG_RunSuite(&all, argc - last_gen_option, argv + last_gen_option); in main() 248 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/ |
A D | Makefile | 28 .PHONY: all 30 all: xtest ta test_plugin target 32 all: target
|
/optee_test/ta/ |
A D | Makefile | 45 .PHONY: all 46 all: ta target
|
A D | Android.mk | 2 include $(call all-makefiles-under, $(LOCAL_PATH))
|
/optee_test/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/host/openssl/include/openssl/ |
A D | conf.h | 189 void CONF_modules_unload(int all);
|
Completed in 11 milliseconds