Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 25 of 158) sorted by relevance

1234567

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dsymbol-table.h51 int64 key = Find(symbol); in AddSymbol()
72 string Find(int64 key) const { in Find() function
84 int64 Find(const string& symbol) const { in Find() function
85 return Find(symbol.c_str()); in Find()
91 int64 Find(const char* symbol) const { in Find() function
284 string Find(int64 key) const { in Find() function
285 return impl_->Find(key); in Find()
290 int64 Find(const string& symbol) const { in Find() function
291 return impl_->Find(symbol); in Find()
296 int64 Find(const char* symbol) const { in Find() function
[all …]
Dverify.h66 } else if (isyms && isyms->Find(arc.ilabel) == "") { in Verify()
76 } else if (osyms && osyms->Find(arc.olabel) == "") { in Verify()
Drelabel.h113 new_isymbols->Find(syms_iter.Symbol()))); in Relabel()
123 new_osymbols->Find(syms_iter.Symbol()))); in Relabel()
211 input_map_[syms_iter.Value()] = new_isymbols->Find(syms_iter.Symbol()); in RelabelFstImpl()
222 new_osymbols->Find(syms_iter.Symbol()); in RelabelFstImpl()
/external/chromium/base/
Dfield_trial_unittest.cc25 EXPECT_FALSE(FieldTrialList::Find(name1)); in TEST_F()
26 EXPECT_FALSE(FieldTrialList::Find(name2)); in TEST_F()
35 EXPECT_EQ(trial1, FieldTrialList::Find(name1)); in TEST_F()
36 EXPECT_FALSE(FieldTrialList::Find(name2)); in TEST_F()
45 EXPECT_EQ(trial1, FieldTrialList::Find(name1)); in TEST_F()
46 EXPECT_EQ(trial2, FieldTrialList::Find(name2)); in TEST_F()
163 EXPECT_TRUE(FieldTrialList::Find("Some_name") == NULL); in TEST_F()
164 EXPECT_TRUE(FieldTrialList::Find("xxx") == NULL); in TEST_F()
168 FieldTrial* trial = FieldTrialList::Find("Some_name"); in TEST_F()
173 trial = FieldTrialList::Find("xxx"); in TEST_F()
Dfield_trial.cc104 FieldTrial* field_trial = Find(name); in FindValue()
112 FieldTrial* field_trial = Find(name); in FindFullName()
119 FieldTrial* FieldTrialList::Find(const std::string& name) { in Find() function in FieldTrialList
173 FieldTrial *field_trial(FieldTrialList::Find(name)); in StringAugmentsState()
/external/webkit/WebKitTools/Scripts/
Ddo-file-rename35 use File::Find;
55 $File::Find::prune = 1;
60 $File::Find::prune = 1;
67 push @paths, $File::Find::name;
Ddo-webcore-rename35 use File::Find;
56 $File::Find::prune = 1;
61 $File::Find::prune = 1;
68 push @paths, $File::Find::name;
Dreport-include-statistics32 use File::Find;
45 $File::Find::prune = 1;
50 $paths{$file} = $File::Find::name;
51 $sources{$file} = $File::Find::name if $file !~ /\.h/;
Dmake-script-test-wrappers37 use File::Find;
82 push @files, $File::Find::name if substr($_, -3) eq ".js";
122 return () if basename($File::Find::dir) eq ".svn";
135 push @templateFiles, $File::Find::name if $_ eq "TEMPLATE.html";
Dfind-extra-includes32 use File::Find;
44 $File::Find::prune = 1;
49 $paths{$file} = $File::Find::name;
Dupdate-webkit-auxiliary-libs35 use File::Find;
88 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpDir/$file/win");
99 File::Find::find(\&wanted, "$tmpDir/$file");
Dupdate-webkit-support-libs34 use File::Find;
85 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpDir/$file/win");
96 File::Find::find(\&wanted, "$tmpDir/$file");
/external/skia/src/animator/
DSkGetCondensedInfo.cpp72 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr); in GetMember()
98 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { in Find() function in SkMemberInfo
103 const SkMemberInfo* result = Find(baseTypeLookup, index); in Find()
118 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { in Find() function in SkMemberInfo
DSkMemberInfo.h105 static const SkMemberInfo* Find(const SkMemberInfo [], int count, int* index);
106 static const SkMemberInfo* Find(const SkMemberInfo [], int count, const char** name);
108 static const SkMemberInfo* Find(SkDisplayTypes type, int* index);
109 static const SkMemberInfo* Find(SkDisplayTypes type, const char** name);
214 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &index); \
218 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &name); \
/external/libvpx/examples/includes/HTML-Toc-0.91/t/
DsiteMap.t10 use File::Find;
55 # Find files, filling 'fileList'
88 # function: 'Wanted' function, used by File::Find of 'TestSiteMap()'.
92 push (@fileList, $File::Find::name) if (m/\.htm$/);
/external/skia/src/views/
DSkEvent.cpp318 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in Post()
354 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in PostTime()
383 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in Enqueue()
405 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in Dequeue()
429 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in QHasEvents()
450 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in EnqueueTime()
500 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in ServiceQueueTimer()
547 …SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); in Term()
DSkEventSink.cpp45 …SkEventSink_Globals& globals = *(SkEventSink_Globals*)SkGlobals::Find(SK_EventSink_GlobalsTag, cre… in SkEventSink()
58 …SkEventSink_Globals& globals = *(SkEventSink_Globals*)SkGlobals::Find(SK_EventSink_GlobalsTag, cre… in ~SkEventSink()
110 return fTagHead ? SkTagList::Find(fTagHead, tag) : NULL; in findTagList()
116 SkASSERT(fTagHead == NULL || SkTagList::Find(fTagHead, rec->fTag) == NULL); in addTagList()
283 …SkEventSink_Globals& globals = *(SkEventSink_Globals*)SkGlobals::Find(SK_EventSink_GlobalsTag, … in FindSink()
/external/v8/test/cctest/
Dtest-log.cc241 const char* Find(const char* substr) { in Find() function in __anonf72b10bf0111::LogBufferMatcher
245 const char* Find(const i::Vector<char>& substr) { in Find() function in __anonf72b10bf0111::LogBufferMatcher
246 return Find(substr.start()); in Find()
250 const char* s1_pos = Find(s1); in IsInSequence()
251 const char* s2_pos = Find(s2); in IsInSequence()
276 CHECK_NE(NULL, matcher->Find(code_creation)); in CheckThatProfilerWorks()
315 CHECK_NE(NULL, matcher->Find(code_creation)); in CheckThatProfilerWorks()
317 const bool ticks_found = matcher->Find(tick) != NULL; in CheckThatProfilerWorks()
564 char* pos = const_cast<char*>(matcher.Find(callback_rec)); in TEST()
611 CHECK_NE(NULL, matcher.Find(prop1_getter_record)); in TEST()
[all …]
/external/easymock/src/org/easymock/internal/matchers/
DFind.java23 public class Find implements IArgumentMatcher, Serializable { class
29 public Find(String regex) { in Find() method in Find
/external/skia/include/core/
DSkGlobals.h41 static Rec* Find(uint32_t tag, Rec* (*create_proc)());
46 Rec* rec = SkGlobals::Find(tag, NULL); in Get()
/external/webkit/WebCore/bindings/scripts/
DCodeGenerator.pm27 use File::Find;
244 $idlFiles->{$1} = $File::Find::name if /^([A-Z].*)\.idl$/;
245 $File::Find::prune = 1 if /^\../;
/external/webkit/WebKit/android/plugins/
DPluginTimer.cpp74 PluginTimer* PluginTimer::Find(PluginTimer* list, uint32 timerID) in Find() function in WebCore::PluginTimer
116 PluginTimer* timer = PluginTimer::Find(m_list, timerID); in unschedule()
/external/webkit/WebCore/platform/wx/
DFileSystemWx.cpp151 if (afile.GetFullPath().Find(afile.GetPathSeparator()) == wxNOT_FOUND) in OnFile()
161 if (dirfile.GetFullPath().Find(dirfile.GetPathSeparator()) == wxNOT_FOUND) in OnDir()
/external/tinyxml/
Dtinyxml.cpp466 TiXmlAttribute* node = attributeSet.Find( name ); in RemoveAttribute()
664 const TiXmlAttribute* node = attributeSet.Find( name ); in Attribute()
703 const TiXmlAttribute* node = attributeSet.Find( name ); in QueryIntAttribute()
713 const TiXmlAttribute* node = attributeSet.Find( name ); in QueryDoubleAttribute()
747 TiXmlAttribute* node = attributeSet.Find( name ); in SetAttribute()
1534 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
1561 const TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) const in Find() function in TiXmlAttributeSet
1573 TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) in Find() function in TiXmlAttributeSet
/external/chromium/net/base/
Dx509_certificate.cc84 X509Certificate* X509Certificate::Cache::Find(const Fingerprint& fingerprint) { in Find() function in net::X509Certificate::Cache
144 cache->Find(CalculateFingerprint(cert_handle)); in CreateFromHandle()

1234567