Home
last modified time | relevance | path

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

12345678910>>...13

/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 …]
/external/openfst/src/include/fst/
Dsymbol-table.h73 AddSymbol(impl.symbols_[i], impl.Find(impl.symbols_[i])); in SymbolTableImpl()
87 int64 key = Find(symbol); in AddSymbol()
103 string Find(int64 key) const { in Find() function
118 int64 Find(const string& symbol) const { in Find() function
119 return Find(symbol.c_str()); in Find()
125 int64 Find(const char* symbol) const { in Find() function
136 else return Find(symbols_[pos]); in GetNthKey()
358 virtual string Find(int64 key) const { in Find() function
359 return impl_->Find(key); in Find()
364 virtual int64 Find(const string& symbol) const { in Find() function
[all …]
Dmatcher.h105 bool Find(Label label) { return Find_(label); } in Find() function
217 bool Find(Label match_label);
257 virtual bool Find_(Label label) { return Find(label); } in Find_()
277 bool SortedMatcher<F>::Find(Label match_label) { in Find() function
410 bool Find(Label match_label) { in Find() function
416 if (matcher_->Find(match_label)) { in Find()
420 (has_rho_ = matcher_->Find(rho_label_))) { in Find()
457 virtual bool Find_(Label label) { return Find(label); } in Find_()
576 sigma_label_ != kNoLabel ? matcher_->Find(sigma_label_) : false; in SetState()
579 bool Find(Label match_label) { in Find() function
[all …]
Dlookahead-matcher.h207 bool Find(Label label) { return matcher_.Find(label); } in Find() function
229 virtual bool Find_(Label label) { return Find(label); } in Find_()
291 bool Find(Label label) { return matcher_.Find(label); } in Find() function
306 bool LookAheadLabel(Label label) const { return matcher_.Find(label); } in LookAheadLabel()
321 virtual bool Find_(Label label) { return Find(label); } in Find_()
358 if (matcher_.Find(kNoLabel)) { in LookAheadFst()
391 } else if (matcher_.Find(label)) { in LookAheadFst()
489 bool Find(Label label) { in Find() function
494 return matcher_.Find(label); in Find()
562 virtual bool Find_(Label label) { return Find(label); } in Find_()
[all …]
/external/chromium/base/metrics/
Dfield_trial_unittest.cc43 EXPECT_FALSE(FieldTrialList::Find(name1)); in TEST_F()
44 EXPECT_FALSE(FieldTrialList::Find(name2)); in TEST_F()
54 EXPECT_EQ(trial1, FieldTrialList::Find(name1)); in TEST_F()
55 EXPECT_FALSE(FieldTrialList::Find(name2)); in TEST_F()
65 EXPECT_EQ(trial1, FieldTrialList::Find(name1)); in TEST_F()
66 EXPECT_EQ(trial2, FieldTrialList::Find(name2)); in TEST_F()
249 EXPECT_TRUE(FieldTrialList::Find("Some_name") == NULL); in TEST_F()
250 EXPECT_TRUE(FieldTrialList::Find("xxx") == NULL); in TEST_F()
254 FieldTrial* trial = FieldTrialList::Find("Some_name"); in TEST_F()
259 trial = FieldTrialList::Find("xxx"); in TEST_F()
/external/webkit/Tools/Scripts/
Ddo-file-rename32 use File::Find;
57 $File::Find::prune = 1;
62 $File::Find::prune = 1;
69 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-dependency35 use File::Find;
116 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/$prefixInZip");
127 File::Find::find(\&wanted, "$tmpAbsDir/$file");
Dupdate-webkit-support-libs35 use File::Find;
81 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/win");
92 File::Find::find(\&wanted, "$tmpAbsDir/$file");
Ddo-webcore-rename33 use File::Find;
86 $File::Find::prune = 1;
92 push @paths, $File::Find::name;
/external/webkit/LayoutTests/fast/dom/HTMLLabelElement/
Dlabel-control-expected.txt6 Find a control that is the first descendent in a label
8 Find a control based on a label with valid 'for' attribute
11 Find a control in p element in label
13 Find a control in fieldset in label.
16 Find a control in legend in label.
19 Find a control in optgroup in label.
22 Find a control in option in label.
/external/webrtc/src/system_wrappers/source/
Dmap_unittest.cc146 MapItem* rhs_item = rhs.Find(lhs_item->GetId()); in CompareMaps()
180 EXPECT_FALSE(NULL == ascending_map_.Find(first_value_id)); in TEST_F()
183 EXPECT_TRUE(NULL == ascending_map_.Find(first_value_id)); in TEST_F()
194 EXPECT_FALSE(NULL == ascending_map_.Find(last_value_id)); in TEST_F()
197 EXPECT_TRUE(NULL == ascending_map_.Find(last_value_id)); in TEST_F()
220 MapItem* compare_item = compare_map.Find(ascend_item->GetId()); in TEST_F()
/external/webrtc/src/system_wrappers/test/map/
Dmap.cc67 MapItem* remove_item = test_map.Find(2); in main()
70 FailTest(test_map.Find(2) != NULL); in main()
75 FailTest(test_map.Find(1) != NULL); in main()
99 FailTest(test_map.Find(kNumberOfElements + 2) != NULL); in main()
/external/skia/src/animator/
DSkGetCondensedInfo.cpp64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr); in GetMember()
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { in Find() function in SkMemberInfo
95 const SkMemberInfo* result = Find(baseTypeLookup, index); in Find()
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { in Find() function in SkMemberInfo
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/llvm/utils/
DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
/external/chromium/chrome/browser/ui/views/
Dfind_bar_host_interactive_uitest.cc57 browser()->Find(); in IN_PROC_BROWSER_TEST_F()
62 browser()->Find(); in IN_PROC_BROWSER_TEST_F()
106 browser()->Find(); in IN_PROC_BROWSER_TEST_F()
136 browser()->Find(); in IN_PROC_BROWSER_TEST_F()
153 browser()->Find(); in IN_PROC_BROWSER_TEST_F()
/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/webkit/Source/WebKit2/Scripts/
Dgenerate-forwarding-headers.pl31 use File::Find;
65 my $filePath = $File::Find::name;
79 my $filePath = $File::Find::name;
/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/openfst/src/lib/
Dsymbol-table-ops.cc34 int64 key = right.Find(liter.Symbol()); in MergeSymbolTable()
53 int64 key = merged->Find(riter.Symbol()); in MergeSymbolTable()
63 if (!merged->Find(riter.Value()).empty()) { in MergeSymbolTable()
/external/llvm/lib/MC/
DSubtargetFeature.cpp122 template<typename T> const T *Find(const StringRef S, const T *A, size_t L) { in Find() function
233 Find(StripFlag(Feature), FeatureTable, FeatureTableSize); in ToggleFeature()
285 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize); in getFeatureBits()
314 Find(StripFlag(Feature), FeatureTable, FeatureTableSize); in getFeatureBits()
351 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize); in getItinerary()
/external/oprofile/m4/
Dfindkernel.m41 dnl Find the kernel and handle 2.6 settings
12 dnl --- Find the Linux kernel, at least the headers ---

12345678910>>...13