Home
last modified time | relevance | path

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

12

/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/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/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/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/libion/
Dion_test.c23 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/
Ddiskconfig.h111 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/
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/core/sh/funcs/
Dcmv41 if test $# != 2
45 if test -f "$2" -o -w "$2"
/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()
/system/core/init/
Dinit_parser.c520 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/
DIKeystoreService.h59 virtual int32_t test() = 0;
/system/security/keystore/
Dkeystore_cli.cpp186 NO_ARG_INT_RETURN(test); in main()
DIKeystoreService.cpp41 virtual int32_t test() in test() function in android::BpKeystoreService
567 int32_t ret = test(); in onTransact()
/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:

12