/system/core/include/ctest/ |
D | ctest.h | 31 #define addTest(test) addNamedTest(#test, &test) argument 63 void addNamedTest(const char* name, void (*test)(void));
|
/system/extras/tests/sdcard/ |
D | README | 35 Run a simple test: 37 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 39 This test will write 1000kbyte (1M) files using writes of 100kbytes (so 10 writes per file) using 41 The test will not call sync to flush the writes. 42 At the end of the test, some stats for the 'open' and 'write' system calls are written. 46 …adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 -…
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_cleanup_push.c | 86 static int test( int do_exit ) in test() function 130 test(0); in main() 131 test(1); in main()
|
/system/extras/tests/bionic/libstdc++/ |
D | README.TXT | 4 test programs. For example, do: 13 All test programs should exit with a status code of 0 in case of success, and 1 16 The directory layout is currently flat because there is one Bionic test. If you
|
/system/core/libdiskconfig/ |
D | diskutils.c | 33 write_raw_image(const char *dst, const char *src, loff_t offset, int test) in write_raw_image() argument 49 if (!test) { in write_raw_image() 79 if (test) in write_raw_image()
|
D | write_lst.c | 70 wlist_commit(int fd, struct write_list *lst, int test) in wlist_commit() argument 78 if (!test) { in wlist_commit()
|
D | diskconfig.c | 434 apply_disk_config(struct disk_info *dinfo, int test) in apply_disk_config() argument 445 if ((rv = wlist_commit(fd, wr_lst, test)) >= 0) in apply_disk_config() 446 rv = test ? 0 : sync_ptable(fd); in apply_disk_config()
|
/system/core/libion/ |
D | ion_test.c | 23 int test = -1; variable 251 test = ALLOC_TEST; in main() 254 test = MAP_TEST; in main() 257 test = SHARE_TEST; in main() 262 " alloc_flags %d\n", test, len, align, map_flags, prot, in main() 264 switch (test) { in main()
|
/system/core/include/diskconfig/ |
D | diskconfig.h | 111 int wlist_commit(int fd, struct write_list *lst, int test); 115 int apply_disk_config(struct disk_info *dinfo, int test); 120 int write_raw_image(const char *dst, const char *src, loff_t offset, int test);
|
/system/extras/tests/bionic/libc/ |
D | README.TXT | 8 test programs. For example, do: 13 All test programs, except those in the 'other' directory, should exit 30 Other unrelated tests. These are not run by the test runner
|
/system/core/fastboot/ |
D | usbtest.c | 130 int (*test)(usb_handle *usb); member 194 if(tests[i].test) { in main() 200 if(tests[i].test(usb)) { in main()
|
/system/core/libctest/ |
D | ctest.c | 58 void addNamedTest(const char* name, TestCase* test) { in addNamedTest() argument 64 testSuite->tests[index] = test; in addNamedTest()
|
/system/core/sh/funcs/ |
D | cmv | 41 if test $# != 2 45 if test -f "$2" -o -w "$2"
|
/system/core/sh/ |
D | nodes.c | 148 calcsize(n->nif.test); 246 new->nif.test = copynode(n->nif.test);
|
D | nodes.h | 65 union node *test; member
|
D | nodetypes | 80 test nodeptr # if test 84 NWHILE nbinary # the while statement. First child is the test
|
D | parser.c | 319 n1->nif.test = list(0); in command() 328 n2->nif.test = list(0); in command()
|
D | eval.c | 264 evaltree(n->nif.test, EV_TESTED); in evaltree()
|
/system/core/init/ |
D | init_parser.c | 520 const char *test = act->name + strlen("property:"); in queue_property_triggers() local 523 if (!strncmp(name, test, name_length) && in queue_property_triggers() 524 test[name_length] == '=' && in queue_property_triggers() 525 (!strcmp(test + name_length + 1, value) || in queue_property_triggers() 526 !strcmp(test + name_length + 1, "*"))) { in queue_property_triggers()
|
/system/security/keystore/include/keystore/ |
D | IKeystoreService.h | 59 virtual int32_t test() = 0;
|
/system/security/keystore/ |
D | keystore_cli.cpp | 186 NO_ARG_INT_RETURN(test); in main()
|
D | IKeystoreService.cpp | 41 virtual int32_t test() in test() function in android::BpKeystoreService 567 int32_t ret = test(); in onTransact()
|
/system/core/libcutils/arch-x86/ |
D | sse2-memset32-atom.S | 211 test $3, %edx 218 test $3, %edx 222 test $3, %edx
|
D | sse2-memset16-atom.S | 305 test $0x01, %edx
|
/system/extras/tests/fstest/ |
D | README | 55 Once the test is installed, it can be executed via:
|