Searched refs:Find (Results 126 - 150 of 190) sorted by relevance

12345678

/external/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 Dhandler-compiler.h20 static Handle<Code> Find(Handle<Name> name, Handle<Map> map, Code::Kind kind,
/external/v8/src/
H A Dprofile-generator.cc395 if (tree_.Find(addr, &locator)) {
411 if (!tree_.Find(from, &locator)) return;
H A Dsplay-tree-inl.h77 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) { function in class:v8::internal::SplayTree
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h194 bool Find(const string &key) { function in class:fst::STTableReader
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h181 StackId stack_id = stack_->Find(tuple.stack_id, arc.ilabel);
658 balance_data_->Find(current_paren_id_, cached_source_);
760 balance_data_->Find(paren_id, state_table_.Tuple(ns).state_id);
845 balance_data_->Find(paren_id, state_table_.Tuple(s).state_id);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp87 if (csURI.Find(FX_BSTRC(":"), 0) < 1) {
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc181 owner_->source_locations_.Find(descriptor, location, &line, &column);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp388 FX_INT32 nIndex = Find(nItemIndex);
435 FX_INT32 CPLST_Select::Find(FX_INT32 nItemIndex) const function in class:CPLST_Select
451 return Find(nItemIndex) >= 0;
/external/easymock/src/org/easymock/
H A DEasyMock.java1320 reportMatcher(new Find(regex));
/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 DSymbolFileDWARF.cpp2479 m_objc_class_selectors_index.Find (class_name, method_die_offsets);
3135 m_global_index.Find (name, die_offsets);
3249 m_global_index.Find (regex, die_offsets);
3361 if (name_to_die.Find (name, die_offsets))
3374 if (name_to_die.Find (regex, die_offsets))
3774 uint32_t num_base = m_function_basename_index.Find(name, die_offsets);
3802 uint32_t num_base = m_function_method_index.Find(name, die_offsets);
3950 m_type_index.Find (name, die_offsets);
4058 m_namespace_index.Find (name, die_offsets);
4799 m_type_index.Find (type_nam
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp283 if (fileInfo.Find(fullProcessedPath))
/external/openfst/src/include/fst/
H A Dutil.h375 // is otherwise unused. 'Find()' returns an STL const_iterator to the match
415 const_iterator Find(Key key) const { function in class:fst::CompactSet
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp276 if (str.Find("italic") != -1) {
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h288 FX_INT32 Find(FX_INT32 nItemIndex) const;
/external/skia/src/core/
H A DSkPictureShader.cpp203 if (!SkResourceCache::Find(key, BitmapShaderRec::Visitor, &tileShader)) {
H A DSkResourceCache.cpp602 bool SkResourceCache::Find(const Key& key, FindVisitor visitor, void* context) { function in class:SkResourceCache
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp771 FX_STRSIZE CFX_ByteString::Find(FX_CHAR ch, FX_STRSIZE nStart) const function in class:CFX_ByteString
818 FX_STRSIZE CFX_ByteString::Find(FX_BSTR lpszSub, FX_STRSIZE nStart) const function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp540 FX_STRSIZE CFX_WideString::Find(FX_LPCWSTR lpszSub, FX_STRSIZE nStart) const function in class:CFX_WideString
549 FX_STRSIZE CFX_WideString::Find(FX_WCHAR ch, FX_STRSIZE nStart) const function in class:CFX_WideString
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc86 virtual bool Find(int number, ExtensionInfo* output);
244 bool DescriptorPoolExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::DescriptorPoolExtensionFinder
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp1161 TiXmlAttribute* node = attributeSet.Find( attrib->NameTStr() );
1163 TiXmlAttribute* node = attributeSet.Find( attrib->Name() );
1575 // Find the beginning, find the end, and look for
/external/tinyxml/
H A Dtinyxml.h827 const TiXmlAttribute* Find( const char * name ) const;
828 TiXmlAttribute* Find( const char * name );
/external/v8/test/cctest/
H A Dtest-regexp.cc565 CHECK_EQ(seen[k], tree.Find(k, &loc)); \
574 CHECK(tree.Find(next, &loc));
583 CHECK(!tree.Find(next, &loc));
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl14 use File::Find;

Completed in 652 milliseconds

12345678