Searched defs:test (Results 1 - 13 of 13) sorted by relevance

/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))
/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
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 Dfilm.c3 int test(int x, int y) { function
36 int a = test(x,y);
/system/core/libdiskconfig/
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) {
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);
/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/core/fastboot/
H A Dusbtest.c130 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 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/init/
H A Dinit_parser.c340 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 DshmBus.c414 void whalBus_performHealthMonitorTest(TI_HANDLE hWhalBus, UINT32 test) argument
417 switch (test) {
/system/core/sh/
H A Dnodes.h65 union node *test; member in struct:nif
/system/core/libacc/
H A Dacc.cpp399 /* 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 195 milliseconds