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

/bionic/tools/relocation_packer/
H A DAndroid.mk84 define copy-test-library
95 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32.so))
96 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32_packed.so))
97 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64.so))
98 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64_packed.so))
99 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32.so))
100 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32_packed.so))
101 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64.so))
102 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64_packed.so))
103 $(eval $(call copy-test
[all...]
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c99 classmatch(const char *pattern, char test, int foldcase, const char **ep) argument
125 if (cc->isctype((unsigned char)test))
210 * fall out to to the rewind and test '[' literal code path
244 * and reset result to test '[' literal
354 * followed by one '*' test for simplicity
411 * Use a dummy fnmatch_ch() test to count one "[range]" escape
/bionic/tests/
H A Dpthread_test.cpp187 GTEST_LOG_(INFO) << "This test tests bionic pthread key implementation detail.\n";
220 // because it is always set to false after each test. Each thread
342 // Even though this isn't really a death test, we have to say "DeathTest" here so gtest knows to
343 // run this test (which exits normally) in its own process.
1162 static void WaitThreadFn(pthread_CondWakeupTest* test) { argument
1163 ASSERT_EQ(0, pthread_mutex_lock(&test->mutex));
1164 test->progress = WAITING;
1165 while (test->progress == WAITING) {
1166 ASSERT_EQ(0, test->wait_function(&test
1617 void test() { function in class:MutexWakeupHelper
[all...]

Completed in 2558 milliseconds