Searched defs:Find (Results 51 - 75 of 106) sorted by relevance

12345

/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp58 int index = Find(fPaint);
100 int index = Find(paint);
184 int SkPDFGraphicState::Find(const SkPaint& paint) { function in class:SkPDFGraphicState
/external/srec/tools/thirdparty/OpenFst/fst/lib/
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...]
/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);
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc431 Find(sender->text());
441 void FindBarView::Find(const base::string16& search_text) { function in class:FindBarView
446 // in the Find box is changed right after the tab is destroyed. Otherwise, it
466 // we close and reopen the Find box it doesn't show the search we just
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc63 virtual bool Find(int number, ExtensionInfo* output);
221 bool DescriptorPoolExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::DescriptorPoolExtensionFinder
H A Dextension_set.cc101 bool GeneratedExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::GeneratedExtensionFinder
864 if (!extension_finder->Find(*field_number, extension)) {
/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.cpp465 bool SkResourceCache::Find(const Key& key, VisitorProc visitor, void* context) { function in class:SkResourceCache
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h116 inline const Value* Find(Key key) const;
128 // Similar to Find but we assume that keys are addresses of non-overlapping
208 // Find cluster object for specified address. If not found
289 inline const Value* AddressMap<Value>::Find(Key key) const { function in class:AddressMap
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h116 inline const Value* Find(Key key) const;
128 // Similar to Find but we assume that keys are addresses of non-overlapping
208 // Find cluster object for specified address. If not found
289 inline const Value* AddressMap<Value>::Find(Key key) const { function in class:AddressMap
/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)) {
H A Dhydrogen-load-elimination.cc172 HFieldApproximation* other = that->Find(approx->object_, i);
306 // Find an entry for the given object and field pair.
307 HFieldApproximation* Find(HValue* object, int field) { function in class:v8::internal::HLoadEliminationTable
317 // Find or create an entry for the given object and field pair.
H A Dhydrogen-check-elimination.cc207 HCheckTableEntry* pred_entry = copy->Find(phi_operand);
224 HCheckTableEntry* entry = copy->Find(object);
254 HCheckTableEntry* le = copy->Find(left);
255 HCheckTableEntry* re = copy->Find(right);
275 HCheckTableEntry* entry = copy->Find(object);
326 that_entry = that->Find(phi_operand);
329 that_entry = that->Find(this_entry->object_);
363 HCheckTableEntry* entry = Find(object);
450 HCheckTableEntry* entry = Find(value);
505 HCheckTableEntry* entry = Find(objec
754 HCheckTableEntry* Find(HValue* object) { function in class:v8::internal::HCheckTable
[all...]
/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.cc16 Handle<Code> PropertyHandlerCompiler::Find(Handle<Name> name, function in class:v8::internal::PropertyHandlerCompiler
61 Handle<Code> handler = PropertyHandlerCompiler::Find(
320 // Find the top object.
H A Dic-compiler.cc16 Handle<Code> PropertyICCompiler::Find(Handle<Name> name, function in class:v8::internal::PropertyICCompiler
67 ic = Find(name, stub_holder, kind, extra_ic_state, flag);
227 Find(name, receiver_map, Code::COMPARE_NIL_IC, stub->GetExtraICState());
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp132 static int64_t Find(Value *Idx, const DataLayout *DL, GetElementPtrInst *GEP);
561 // Find a non-zero constant offset first.
572 int64_t ConstantOffsetExtractor::Find(Value *Idx, const DataLayout *DL, function in class:ConstantOffsetExtractor
663 ConstantOffsetExtractor::Find(GEP->getOperand(I), DL, GEP);
/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";
/external/openfst/src/include/fst/
H A Dmatcher-fst.h228 bool Find(Label label) { return matcher_->Find(label); } function in class:fst::Matcher
269 bool Find(Label label) { return matcher_->Find(label); } function in class:fst::LookAheadMatcher
/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/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc181 const BookmarkNode* Find(int64 id) const;
207 const BookmarkNode* BookmarkNodeIdIndex::Find(int64 id) const { function in class:browser_sync::BookmarkNodeIdIndex
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc57 return Find(web_session_id) != key_list_.end();
62 KeyList::iterator Find(const std::string& web_session_id);
75 KeyList::iterator it = Find(web_session_id);
84 KeyList::iterator it = Find(web_session_id);
91 AesDecryptor::SessionIdDecryptionKeyMap::Find( function in class:media::AesDecryptor::SessionIdDecryptionKeyMap
167 // TODO(xhwang): Find a way to avoid this data copy.
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc557 // Find the last group.
610 if (!Find(search_index_, &temp_match)) {
635 bool PhoneNumberMatcher::Find(int index, PhoneNumberMatch* match) { function in class:i18n::phonenumbers::PhoneNumberMatcher
/external/chromium_org/v8/tools/
H A Dll_prof.py236 def Find(self, pc): member in class:CodePage
306 def Find(self, pc): member in class:CodeMap
312 return self.pages[page_id].Find(pc)
418 conficting_code = self.code_map.Find(start_address)
441 code = self.code_map.Find(old_start_address)
458 code = self.code_map.Find(old_start_address)
963 code = code_map.Find(sample.ip)
978 caller_code = code_map.Find(ip)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp229 bool Find(const TypedValueRegion *R) { function in class:FindUninitializedField
239 if (Find(FR))
260 if (F.Find(D->getRegion())) {
/external/lldb/include/lldb/Core/
H A DMappedHash.h430 Find (const char *name, Pair &pair) const function in class:MappedHash::MemoryTable
507 // return "eResultError" and the corresponding "Find()" function will
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp763 // Find
771 DWARFDebugInfo::Find(const char* name, bool ignore_case, vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugInfo
783 // Find
791 DWARFDebugInfo::Find(RegularExpression& re, vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugInfo

Completed in 332 milliseconds

12345