Searched refs:Find (Results 1 - 25 of 337) sorted by last modified time

1234567891011>>

/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h68 MapItem* Find(int id) const;
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc129 MapItem* MapWrapper::Find(int id) const function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc145 MapNoStlItem* MapNoStl::Find(int id) const function in class:webrtc::MapNoStl
H A Dmap_no_stl.h56 MapNoStlItem* Find(int id) const;
H A Dmap_unittest.cc146 MapItem* rhs_item = rhs.Find(lhs_item->GetId());
180 EXPECT_FALSE(NULL == ascending_map_.Find(first_value_id));
183 EXPECT_TRUE(NULL == ascending_map_.Find(first_value_id));
194 EXPECT_FALSE(NULL == ascending_map_.Find(last_value_id));
197 EXPECT_TRUE(NULL == ascending_map_.Find(last_value_id));
220 MapItem* compare_item = compare_map.Find(ascend_item->GetId());
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc67 MapItem* remove_item = test_map.Find(2);
70 FailTest(test_map.Find(2) != NULL);
75 FailTest(test_map.Find(1) != NULL);
98 // Test Find (only improper usage untested)
99 FailTest(test_map.Find(kNumberOfElements + 2) != NULL);
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py112 self.p2p_interface.Find(P2PFindDict)
/external/tinyxml/
H A Dtinyxml.cpp466 TiXmlAttribute* node = attributeSet.Find( name );
664 const TiXmlAttribute* node = attributeSet.Find( name );
703 const TiXmlAttribute* node = attributeSet.Find( name );
713 const TiXmlAttribute* node = attributeSet.Find( name );
747 TiXmlAttribute* node = attributeSet.Find( name );
1534 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set.
1561 const TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) const function in class:TiXmlAttributeSet
1573 TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) function in class:TiXmlAttributeSet
H A Dtinyxml.h827 const TiXmlAttribute* Find( const char * name ) const;
828 TiXmlAttribute* Find( const char * name );
H A Dtinyxmlparser.cpp1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() );
1509 // Find the beginning, find the end, and look for
/external/srec/tools/grxmlcompile/
H A Dfst-io.h81 string symbol = syms->Find(id);
294 n = syms->Find(s);
H A Dgrxmlcompile.cpp334 n = syms->Find(s);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h775 isymbols_->AddSymbol(osymbols_->Find((int64) 0), 0);
808 s = s + osymbols_->Find(iter1.Value());
H A Drelabel.h112 new_isymbols->Find(syms_iter.Symbol())));
122 new_osymbols->Find(syms_iter.Symbol())));
210 input_map_[syms_iter.Value()] = new_isymbols->Find(syms_iter.Symbol());
221 new_osymbols->Find(syms_iter.Symbol());
H A Dsymbol-table.cpp151 snprintf(line, kLineLen, "%s\t%lld\n", symbols_[i], Find(symbols_[i]));
H A Dsymbol-table.h50 int64 key = Find(symbol);
71 string Find(int64 key) const { function in class:fst::SymbolTableImpl
83 int64 Find(const string& symbol) const { function in class:fst::SymbolTableImpl
84 return Find(symbol.c_str());
90 int64 Find(const char* symbol) const { function in class:fst::SymbolTableImpl
283 string Find(int64 key) const { function in class:fst::SymbolTable
284 return impl_->Find(key);
289 int64 Find(const string& symbol) const { function in class:fst::SymbolTable
290 return impl_->Find(symbol);
295 int64 Find(cons function in class:fst::SymbolTable
[all...]
H A Dverify.h66 } else if (isyms && isyms->Find(arc.ilabel) == "") {
76 } else if (osyms && osyms->Find(arc.olabel) == "") {
/external/skia/src/animator/
H A DSkAnimator.cpp199 return (SkElementType) SkDisplayType::Find(fMaker, info);
H A DSkDisplayType.cpp377 info = SkMemberInfo::Find(info, infoCount, matchPtr);
529 SkDisplayTypes SkDisplayType::Find(SkAnimateMaker* maker, const SkMemberInfo* match) { function in class:SkDisplayType
H A DSkDisplayType.h180 static SkDisplayTypes Find(SkAnimateMaker* , const SkMemberInfo* );
H A DSkGetCondensedInfo.cpp64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { function in class:SkMemberInfo
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { function in class:SkMemberInfo
H A DSkMemberInfo.cpp483 // Find Nth memberInfo
484 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) { function in class:SkMemberInfo
488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
504 // Find named memberinfo
505 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) { function in class:SkMemberInfo
509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
H A DSkMemberInfo.h97 static const SkMemberInfo* Find(const SkMemberInfo [], int count, int* index);
98 static const SkMemberInfo* Find(const SkMemberInfo [], int count, const char** name);
100 static const SkMemberInfo* Find(SkDisplayTypes type, int* index);
101 static const SkMemberInfo* Find(SkDisplayTypes type, const char** name);
206 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &index); \
210 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &name); \
/external/skia/src/core/
H A DSkGlyphCache_Globals.h92 return (SkGlyphCache_Globals*)SkTLS::Find(CreateTLS);
H A DSkTLS.cpp81 void* SkTLS::Find(CreateProc createProc) { function in class:SkTLS

Completed in 582 milliseconds

1234567891011>>