/ndk/tests/device/issue38121/jni/ |
D | main.c | 4 void dodgy_function(pthread_key_t* key) in dodgy_function()
|
/ndk/sources/host-tools/make-3.81/ |
D | strcache.c | 98 str_hash_1 (const void *key) in str_hash_1() 104 str_hash_2 (const void *key) in str_hash_2() 122 const char *key = *slot; in add_hash() local 158 char *key = alloca (len + 1); in strcache_add_len() local
|
D | dir.c | 246 struct directory_contents const *key = (struct directory_contents const *) key_0; in directory_contents_hash_1() local 269 struct directory_contents const *key = (struct directory_contents const *) key_0; in directory_contents_hash_2() local 350 directory_hash_1 (const void *key) in directory_hash_1() 356 directory_hash_2 (const void *key) in directory_hash_2() 388 dirfile_hash_1 (const void *key) in dirfile_hash_1() 394 dirfile_hash_2 (const void *key) in dirfile_hash_2()
|
D | hash.c | 86 hash_find_slot (struct hash_table *ht, const void *key) in hash_find_slot() 121 hash_find_item (struct hash_table *ht, const void *key) in hash_find_item()
|
D | file.c | 44 file_hash_1 (const void *key) in file_hash_1() 50 file_hash_2 (const void *key) in file_hash_2()
|
D | ansi2knr.c | 511 char **key = words; local
|
D | variable.c | 108 struct variable const *key = (struct variable const *) keyv; in variable_hash_1() local 115 struct variable const *key = (struct variable const *) keyv; in variable_hash_2() local
|
D | function.c | 45 struct function_table_entry const *key = (struct function_table_entry const *) keyv; in function_table_entry_hash_1() local 52 struct function_table_entry const *key = (struct function_table_entry const *) keyv; in function_table_entry_hash_2() local 889 a_word_hash_1 (const void *key) in a_word_hash_1() 895 a_word_hash_2 (const void *key) in a_word_hash_2()
|
D | read.c | 1689 dep_hash_1 (const void *key) in dep_hash_1() 1695 dep_hash_2 (const void *key) in dep_hash_2()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_xml_output_unittest_.cc | 126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { in ExternalUtilityThatCallsRecordProperty() 130 void ExternalUtilityThatCallsRecordProperty(const std::string& key, in ExternalUtilityThatCallsRecordProperty()
|
D | gtest_stress_test.cc | 65 Message key; in IdToKey() local
|
D | gtest_unittest.cc | 188 void UnitTestRecordProperty(const char* key, const std::string& value) { in UnitTestRecordProperty() 1946 const TestResult& test_result, const char* key) { in ExpectNonFatalFailureRecordingPropertyWithReservedKey() 1953 const char* key) { in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest() 1961 const char* key) { in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase() 1969 const char* key) { in ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | messages.cpp | 29 void _Catalog_locale_map::insert(nl_catd_type key, const locale& L) { in insert() 54 void _Catalog_locale_map::erase(nl_catd_type key) { in erase()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | fixed_mapping.hpp | 102 …void add_pair( key_param_type key, value_param_type value ) { m_map.push_back( elem_ty… in add_pair()
|
/ndk/tests/device/test-stlport/unit/ |
D | hash_test.cpp | 268 int key = (id % 3 == 0 ? 3 : id); in hmmap2() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | hash_test.cpp | 268 int key = (id % 3 == 0 ? 3 : id); in hmmap2() local
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 351 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs()
|
D | gtest.cc | 1898 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() 1903 void Test::RecordProperty(const std::string& key, int value) { in RecordProperty() 3775 void UnitTest::RecordProperty(const std::string& key, in RecordProperty()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 473 const char* key() const { in key() function
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | png.h | 652 png_charp key; /* keyword, 1-79 character description of "text" */ member
|