Searched defs:test (Results 1 - 12 of 12) sorted by last modified time

/system/security/keystore/
H A Dkeystore.cpp935 static ResponseCode test(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { function
1339 {test, CommandCodes[TEST], STATE_ANY, P_TEST, {0, 0, 0}},
/system/core/fastboot/
H A Dusbtest.c130 int (*test)(usb_handle *usb); member in struct:__anon291
194 if(tests[i].test) {
200 if(tests[i].test(usb)) {
/system/core/init/
H A Dinit_parser.c520 const char *test = act->name + strlen("property:"); local
523 if (!strncmp(name, test, name_length) &&
524 test[name_length] == '=' &&
525 (!strcmp(test + name_length + 1, value) ||
526 !strcmp(test + name_length + 1, "*"))) {
/system/core/libctest/
H A Dctest.c41 /** Gets the test suite. Creates it if necessary. */
58 void addNamedTest(const char* name, TestCase* test) { argument
64 testSuite->tests[index] = test;
76 // Copy test output to stdout.
86 /** Runs a single test case. */
92 // Child process. Runs test case.
158 // Exit the process for this test case.
/system/core/libdiskconfig/
H A Ddiskconfig.c414 * Basically, this does the same thing as apply_disk_config in test mode,
434 apply_disk_config(struct disk_info *dinfo, int test) argument
445 if ((rv = wlist_commit(fd, wr_lst, test)) >= 0)
446 rv = test ? 0 : sync_ptable(fd);
H A Ddiskutils.c33 write_raw_image(const char *dst, const char *src, loff_t offset, int test) argument
49 if (!test) {
79 if (test)
H A Dwrite_lst.c70 wlist_commit(int fd, struct write_list *lst, int test) argument
78 if (!test) {
/system/core/libion/
H A Dion_test.c23 int test = -1; variable
55 printf("ion alloc test: passed\n");
251 test = ALLOC_TEST;
254 test = MAP_TEST;
257 test = SHARE_TEST;
261 printf("test %d, len %u, align %u, map_flags %d, prot %d, heap_mask %d,"
262 " alloc_flags %d\n", test, len, align, map_flags, prot,
264 switch (test) {
275 printf("must specify a test (alloc, map, share)\n");
/system/core/sh/
H A Dnodes.h65 union node *test; member in struct:nif
/system/extras/tests/bionic/libc/
H A DAndroid.mk15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
22 # used to define a simple test program and build it as a standalone
28 define device-test
43 # same as 'device-test' but builds a host executable instead
46 define host-test
91 $(call host-test, $(sources))
92 $(call device-test, $(sources))
125 $(call host-test, $(sources))
128 $(call device-test,
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_cleanup_push.c86 static int test( int do_exit ) function
130 test(0);
131 test(1);
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
23 # used to define a simple test program and build it as a standalone
29 define device-test
41 # same as 'device-test' but builds a host executable instead
44 define host-test
71 $(call host-test, $(sources))
77 # compiler flags, so only build this test for device/Bionic
82 $(call device-test, $(sources))

Completed in 587 milliseconds