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

/bionic/tools/relocation_packer/
H A DAndroid.mk22 define copy-test-library
33 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32.so))
34 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32_packed.so))
35 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64.so))
36 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64_packed.so))
37 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32.so))
38 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32_packed.so))
39 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64.so))
40 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64_packed.so))
41 $(eval $(call copy-test
[all...]
/bionic/libc/malloc_hooks/tests/
H A Dmalloc_hooks_tests.cpp142 ExecTestHelper test; local
143 test.Run(
/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/libc/kernel/uapi/linux/
H A Dbpf.h202 } test; member in union:bpf_attr
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dbpf.h202 } test; member in union:bpf_attr
/bionic/tests/
H A Dpthread_test.cpp191 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.
956 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedwrlock_monotonic_np is "
1005 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedrdlock_monotonic_np is "
1066 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedrdlock_monotonic_np is "
1103 GTEST_LOG_(INFO) << "This test does nothing since pthread_rwlock_timedwrlock_monotonic_np is "
1384 static void WaitThreadFn(pthread_CondWakeupTest* test) { argument
1385 ASSERT_EQ(0, pthread_mutex_lock(&test
1953 void test() { function in class:MutexWakeupHelper
2049 void test() { function in class:PIMutexWakeupHelper
[all...]
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dbpf.h202 } test; member in union:bpf_attr

Completed in 210 milliseconds