Home
last modified time | relevance | path

Searched defs:key (Results 1 – 20 of 20) sorted by relevance

/ndk/tests/device/issue38121/jni/
Dmain.c4 void dodgy_function(pthread_key_t* key) in dodgy_function()
/ndk/sources/host-tools/make-3.81/
Dstrcache.c98 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
Ddir.c246 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()
Dhash.c86 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()
Dfile.c44 file_hash_1 (const void *key) in file_hash_1()
50 file_hash_2 (const void *key) in file_hash_2()
Dansi2knr.c511 char **key = words; local
Dvariable.c108 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
Dfunction.c45 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()
Dread.c1689 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/
Dgtest_xml_output_unittest_.cc126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { in ExternalUtilityThatCallsRecordProperty()
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key, in ExternalUtilityThatCallsRecordProperty()
Dgtest_stress_test.cc65 Message key; in IdToKey() local
Dgtest_unittest.cc188 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/
Dmessages.cpp29 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/
Dfixed_mapping.hpp102 …void add_pair( key_param_type key, value_param_type value ) { m_map.push_back( elem_ty… in add_pair()
/ndk/tests/device/test-gnustl-full/unit/
Dhash_test.cpp268 int key = (id % 3 == 0 ? 3 : id); in hmmap2() local
/ndk/tests/device/test-stlport/unit/
Dhash_test.cpp268 int key = (id % 3 == 0 ? 3 : id); in hmmap2() local
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h351 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs()
Dgtest.cc1898 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/
Dgtest.h473 const char* key() const { in key() function
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpng.h652 png_charp key; /* keyword, 1-79 character description of "text" */ member