/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/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/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/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/include/diskconfig/ |
D | diskconfig.h | 110 int wlist_commit(int fd, struct write_list *lst, int test); 114 int apply_disk_config(struct disk_info *dinfo, int test); 119 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/media/wilhelm/tools/mphtogen/ |
D | README.txt | 10 Build and test using the new header files.
|
/system/core/sh/funcs/ |
D | cmv | 41 if test $# != 2 45 if test -f "$2" -o -w "$2"
|
/system/media/wilhelm/tools/hashgen/ |
D | README.txt | 13 Build and test the usage of the new IID.
|
/system/core/init/ |
D | init_parser.c | 353 const char *test = act->name + strlen("property:"); in queue_property_triggers() local 356 if (!strncmp(name, test, name_length) && in queue_property_triggers() 357 test[name_length] == '=' && in queue_property_triggers() 358 (!strcmp(test + name_length + 1, value) || in queue_property_triggers() 359 !strcmp(test + name_length + 1, "*"))) { in queue_property_triggers()
|
/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()
|
D | jobs.c | 1288 cmdtxt(n->nif.test); in cmdtxt()
|
/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:
|
/system/media/wilhelm/doc/ |
D | Doxyfile | 448 # disable (NO) the test list. This list is created by putting \test 624 # against the file with absolute path, so to exclude all test directories 625 # for example use the pattern */test/*
|