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))
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c100 classmatch(const char *pattern, char test, int foldcase, const char **ep) argument
126 if (cc->isctype((unsigned char)test))
209 * fall out to to the rewind and test '[' literal code path
243 * and reset result to test '[' literal
357 * followed by one '*' test for simplicity
414 * Use a dummy fnmatch_ch() test to count one "[range]" escape
/bionic/tests/
H A Dpthread_test.cpp193 GTEST_LOG_(INFO) << "This test tests bionic pthread key implementation detail.\n";
226 // because it is always set to false after each test. Each thread
348 // Even though this isn't really a death test, we have to say "DeathTest" here so gtest knows to
349 // run this test (which exits normally) in its own process.
1087 static void WaitThreadFn(pthread_CondWakeupTest* test) { argument
1088 ASSERT_EQ(0, pthread_mutex_lock(&test->mutex));
1089 test->progress = WAITING;
1090 while (test->progress == WAITING) {
1091 ASSERT_EQ(0, pthread_cond_wait(&test->cond, &test
1435 void test() { function in class:MutexWakeupHelper
[all...]

Completed in 963 milliseconds