Searched defs:test (Results 1 - 13 of 13) sorted by relevance
/system/extras/tests/bionic/libstdc++/ |
H A D | Android.mk | 15 # 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))
|
/system/extras/tests/bionic/libc/ |
H A D | Android.mk | 15 # 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 84 $(call host-test, $(sources)) 85 $(call device-test, $(sources)) 100 $(call host-test, $(sources)) 103 $(call device-test, [all...] |
/system/core/libacc/tests/data/ |
H A D | film.c | 3 int test(int x, int y) { function 36 int a = test(x,y);
|
/system/core/libdiskconfig/ |
H A D | diskutils.c | 33 write_raw_image(const char *dst, const char *src, loff_t offset, int test) argument 49 if (!test) { 79 if (test)
|
H A D | write_lst.c | 70 wlist_commit(int fd, struct write_list *lst, int test) argument 78 if (!test) {
|
H A D | diskconfig.c | 414 * 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);
|
/system/extras/tests/bionic/libc/common/ |
H A D | test_pthread_cleanup_push.c | 86 static int test( int do_exit ) function 130 test(0); 131 test(1);
|
/system/core/fastboot/ |
H A D | usbtest.c | 130 int (*test)(usb_handle *usb); member in struct:__anon33 194 if(tests[i].test) { 200 if(tests[i].test(usb)) {
|
/system/core/libctest/ |
H A D | ctest.c | 41 /** 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/init/ |
H A D | init_parser.c | 340 const char *test = act->name + strlen("property:"); local 343 if (!strncmp(name, test, name_length) && 344 test[name_length] == '=' && 345 !strcmp(test + name_length + 1, value)) {
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
H A D | shmBus.c | 414 void whalBus_performHealthMonitorTest(TI_HANDLE hWhalBus, UINT32 test) argument 417 switch (test) {
|
/system/core/sh/ |
H A D | nodes.h | 65 union node *test; member in struct:nif
|
/system/core/libacc/ |
H A D | acc.cpp | 399 /* Test R0 and jump to a target if the test succeeds. 613 void assertImpl(bool test, int line) { argument 614 if (!test) { 2527 o(0xc085); // test %eax, %eax 5039 pGen->gsym(a); /* patch if test */
|
Completed in 149 milliseconds