Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 25) sorted by relevance

/system/core/include/ctest/
Dctest.h31 #define addTest(test) addNamedTest(#test, &test) argument
63 void addNamedTest(const char* name, void (*test)(void));
/system/extras/tests/bionic/libc/common/
Dtest_pthread_cleanup_push.c86 static int test( int do_exit ) in test() function
130 test(0); in main()
131 test(1); in main()
/system/extras/tests/sdcard/
DREADME35 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++/
DREADME.TXT4 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/
Ddiskutils.c33 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()
Dwrite_lst.c70 wlist_commit(int fd, struct write_list *lst, int test) in wlist_commit() argument
78 if (!test) { in wlist_commit()
Ddiskconfig.c434 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/
Ddiskconfig.h110 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/
DREADME.TXT8 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/
Dusbtest.c130 int (*test)(usb_handle *usb); member
194 if(tests[i].test) { in main()
200 if(tests[i].test(usb)) { in main()
/system/core/libctest/
Dctest.c58 void addNamedTest(const char* name, TestCase* test) { in addNamedTest() argument
64 testSuite->tests[index] = test; in addNamedTest()
/system/media/wilhelm/tools/mphtogen/
DREADME.txt10 Build and test using the new header files.
/system/core/sh/funcs/
Dcmv41 if test $# != 2
45 if test -f "$2" -o -w "$2"
/system/media/wilhelm/tools/hashgen/
DREADME.txt13 Build and test the usage of the new IID.
/system/core/init/
Dinit_parser.c353 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/
Dnodes.c148 calcsize(n->nif.test);
246 new->nif.test = copynode(n->nif.test);
Dnodes.h65 union node *test; member
Dnodetypes80 test nodeptr # if test
84 NWHILE nbinary # the while statement. First child is the test
Dparser.c319 n1->nif.test = list(0); in command()
328 n2->nif.test = list(0); in command()
Deval.c264 evaltree(n->nif.test, EV_TESTED); in evaltree()
Djobs.c1288 cmdtxt(n->nif.test); in cmdtxt()
/system/core/libcutils/arch-x86/
Dsse2-memset32-atom.S211 test $3, %edx
218 test $3, %edx
222 test $3, %edx
Dsse2-memset16-atom.S305 test $0x01, %edx
/system/extras/tests/fstest/
DREADME55 Once the test is installed, it can be executed via:
/system/media/wilhelm/doc/
DDoxyfile448 # 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/*