Searched refs:Find (Results 76 - 100 of 337) sorted by relevance

1234567891011>>

/external/llvm/lib/MC/
H A DSubtargetFeature.cpp91 /// Find KV in array using binary search.
92 static const SubtargetFeatureKV *Find(StringRef S, function
187 // Find feature in table.
189 Find(StripFlag(Feature), FeatureTable);
239 // Find CPU entry if CPU name is specified.
241 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable);
266 // Find feature in table.
268 Find(StripFlag(Feature), FeatureTable);
/external/openfst/src/include/fst/
H A Darcfilter.h83 bool match = labels_.Find(label) != labels_.End();
H A Dlookahead-matcher.h207 bool Find(Label label) { return matcher_.Find(label); } function in class:fst::TrivialLookAheadMatcher
229 virtual bool Find_(Label label) { return Find(label); }
291 bool Find(Label label) { return matcher_.Find(label); } function in class:fst::ArcLookAheadMatcher
306 bool LookAheadLabel(Label label) const { return matcher_.Find(label); }
321 virtual bool Find_(Label label) { return Find(label); }
358 if (matcher_.Find(kNoLabel)) {
391 } else if (matcher_.Find(label)) {
489 bool Find(Labe function in class:fst::LabelLookAheadMatcher
738 bool Find(Label label) { return base_->Find(label); } function in class:fst::LookAheadMatcher
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h99 int i = Find(nIndex);
119 int i = Find(nIndex);
131 int i = Find(nIndex);
143 int Find(FX_UINT nIndex) function in struct:JS_TIMER_MAPARRAY
/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
/external/skia/src/pdf/
H A DSkPDFGraphicState.h107 static int Find(const SkPaint& paint);
/external/chromium_org/base/metrics/
H A Dfield_trial.cc292 FieldTrial* existing_trial = Find(trial_name);
340 FieldTrial* FieldTrialList::Find(const std::string& name) { function in class:base::FieldTrialList
349 FieldTrial* field_trial = Find(name);
357 FieldTrial* field_trial = Find(name);
365 return Find(name) != NULL;
452 FieldTrial* field_trial = FieldTrialList::Find(name);
H A Dfield_trial_unittest.cc83 EXPECT_FALSE(FieldTrialList::Find(name1));
84 EXPECT_FALSE(FieldTrialList::Find(name2));
94 EXPECT_EQ(trial1.get(), FieldTrialList::Find(name1));
95 EXPECT_FALSE(FieldTrialList::Find(name2));
105 EXPECT_EQ(trial1.get(), FieldTrialList::Find(name1));
106 EXPECT_EQ(trial2.get(), FieldTrialList::Find(name2));
398 FieldTrial* trial = FieldTrialList::Find("Some_name");
403 trial = FieldTrialList::Find("xxx");
414 FieldTrial* trial = FieldTrialList::Find("tname");
554 FieldTrial* trial = FieldTrialList::Find("Fo
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dmin_max_operations_neon.S49 @ Find the maximum value in the Neon registers and move it to r2.
99 @ Find the maximum value in the Neon registers and move it to r2.
144 @ Find the maximum value in the Neon registers and move it to r2.
185 @ Find the maximum value in the Neon registers and move it to r2.
224 @ Find the maximum value in the Neon registers and move it to r2.
266 @ Find the maximum value in the Neon registers and move it to r2.
/external/chromium_org/v8/src/
H A Deffects.h85 return this->Find(var, &locator)
201 bool Find(Var var, Locator* locator) { function in class:v8::internal::EffectsBase
203 return map_->Find(var, locator);
269 bool Find(Var var, Locator* locator) { function in class:v8::internal::NestedEffectsBase
272 if (node->effects.Find(var, locator)) return true;
300 if (node->effects.Find(var, &shadowed)) {
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h132 virtual bool Find(const string &key) = 0;
317 bool Find(const string &key) { return reader_->Find(key); } function in class:fst::STTableFarReader
365 bool Find(const string &key) { return reader_->Find(key); } function in class:fst::STListFarReader
441 bool Find(const string &key) { function in class:fst::FstFarReader
443 FSTERROR() << "FstFarReader::Find: operation not supported on stdin";
H A Dextract.h94 if (!far_reader->Find(key)) {
108 if (!far_reader->Find(begin_key)) {
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt_experiment.cc176 ExtensionInstallPromptExperiment::Find() { function in class:ExtensionInstallPromptExperiment
177 base::FieldTrial* trial = base::FieldTrialList::Find(kExperimentName);
/external/chromium_org/tools/cr/cr/commands/
H A Dinit.py113 old_version = cr.context.Find('CR_VERSION')
136 value = cr.context.Find(name)
/external/chromium_org/tools/cr/cr/targets/
H A Dtarget.py54 self.test_type = self.Find('CR_TEST_TYPE')
55 self.target_name = self.Find('CR_TARGET_NAME')
/external/chromium_org/ui/gfx/
H A Dcolor_profile_win.cc21 bool Find(const std::wstring& device, std::vector<char>* profile) { function in class:gfx::ColorProfileCache
77 if (GetColorProfileCache().Find(monitor.szDevice, profile))
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.cpp145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
/external/lzma/CPP/Common/
H A DCommandLineParser.cpp155 int index = set.Find(s[pos]);
213 if (commandString.Find(id) == 0)
/external/lzma/CPP/Windows/
H A DFileFind.h66 bool Find(LPCTSTR wildcard);
77 bool Find(LPCWSTR wildcard);
/external/chromium_org/third_party/skia/src/core/
H A DSkTLS.cpp81 void* SkTLS::Find(CreateProc createProc) { function in class:SkTLS
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.h103 Connection* Find(int connection_id);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.h94 if (!_fileInfo.Find(_folderPrefix + fileName))
/external/openfst/src/test/
H A Dfst_test.h86 CHECK(matcher.Find(arc.ilabel));
95 CHECK(!matcher.Find(s + 1)); // out-of-range
96 CHECK(!matcher.Find(kNoLabel)); // no explicit epsilons
97 CHECK(matcher.Find(0));
/external/pdfium/core/src/fxge/apple/
H A Dfx_mac_imp.cpp38 if (face.Find("Gothic") >= 0) {

Completed in 587 milliseconds

1234567891011>>