Searched defs:Find (Results 1 - 25 of 63) sorted by relevance

123

/external/skia/src/views/
H A DSkTagList.cpp15 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) function in class:SkTagList
/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DFind.java13 public class Find implements ArgumentMatcher<String>, Serializable { class in inherits:ArgumentMatcher,Serializable
17 public Find(String regex) { method in class:Find
/external/easymock/src/org/easymock/internal/matchers/
H A DFind.java23 public class Find implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
29 public Find(String regex) { method in class:Find
/external/v8/src/wasm/
H A Dsignature-map.cc22 int32_t SignatureMap::Find(FunctionSig* sig) const { function in class:v8::internal::wasm::SignatureMap
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DTypeRegistry.cs61 public MessageDescriptor Find(string fullName) method in class:Google.Protobuf.Reflection.TypeRegistry
/external/skia/src/core/
H A DSkTLS.cpp88 void* SkTLS::Find(CreateProc createProc) { function in class:SkTLS
H A DSkBitmapCache.cpp317 bool SkBitmapCache::Find(const SkBitmapCacheDesc& desc, SkBitmap* result) { function in class:SkBitmapCache
319 return SkResourceCache::Find(BitmapKey(desc), SkBitmapCache::Rec::Finder, result);
397 if (!CHECK_LOCAL(localCache, find, Find, key, MipMapRec::Finder, &result)) {
/external/piex/src/tiff_directory/
H A Dtiff_directory.cc45 const DirectoryEntry* directory_entry = Find(tag);
57 const DirectoryEntry* directory_entry = Find(tag);
77 const DirectoryEntry* directory_entry = Find(tag);
114 const DirectoryEntry* directory_entry = Find(tag);
169 const DirectoryEntry* directory_entry = Find(tag);
217 const DirectoryEntry* directory_entry = Find(tag);
245 const TiffDirectory::DirectoryEntry* TiffDirectory::Find(const Tag tag) const { function in class:piex::tiff_directory::TiffDirectory
/external/skia/tests/
H A DGpuLayerCacheTest.cpp43 static GrCachedLayer* Find(GrLayerCache* cache, uint32_t pictureID, function in class:TestingAccess
67 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
141 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
170 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
187 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
240 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
251 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
329 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
346 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
/external/v8/src/compiler/
H A Dnode-cache.cc65 Node** NodeCache<Key, Hash, Pred>::Find(Zone* zone, Key key) { function in class:v8::internal::compiler::NodeCache
/external/vixl/tools/
H A Dclang_format.py162 def Find(path, filters = ['*'], excluded_dir = ""): function
192 sources += Find(directory, ['*.h', '*.cc'], 'traces')
/external/pdfium/core/fxcrt/
H A Dcfx_string_c_template.h108 FX_STRSIZE Find(CharType ch) const { function in class:CFX_StringCTemplate
/external/v8/src/
H A Dsplay-tree-inl.h77 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) { function in class:v8::internal::SplayTree
H A Didentity-map.h107 V* Find(Handle<Object> key) const { return Find(*key); } function in class:v8::internal::IdentityMap
108 V* Find(Object* key) const { return reinterpret_cast<V*>(FindEntry(key)); } function in class:v8::internal::IdentityMap
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs267 public virtual IList Find(object t, int ttype) { method in class:Antlr.Runtime.Tree.TreeWizard
274 public virtual IList Find(object t, string pattern) { method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs306 public virtual IList Find( object t, int ttype ) method in class:Antlr.Runtime.Tree.TreeWizard
314 public virtual IList Find( object t, string pattern ) method in class:Antlr.Runtime.Tree.TreeWizard
/external/libchrome/base/trace_event/
H A Dheap_profiler_allocation_register.h105 KVIndex Find(const Key& key) const { function in class:base::trace_event::internal::FixedHashMap
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp73 /// Find KV in array using binary search.
74 static const SubtargetFeatureKV *Find(StringRef S, function
169 // Find feature in table.
171 Find(StripFlag(Feature), FeatureTable);
196 // Find feature in table.
198 Find(StripFlag(Feature), FeatureTable);
244 // Find CPU entry if CPU name is specified.
246 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable);
/external/pdfium/core/fpdfapi/font/
H A Dfpdf_font.cpp80 CPDF_Font* CPDF_FontGlobals::Find(CPDF_Document* pDoc, uint32_t index) { function in class:CPDF_FontGlobals
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableIntervalMap.h106 TreeTy *Find(TreeTy *T, key_type_ref K) { function in class:llvm::ImutIntervalAVLFactory
115 return Find(this->getLeft(T), K);
117 return Find(this->getRight(T), K);
232 TreeTy *T = F.Find(M.getRoot(), K);
/external/swiftshader/third_party/LLVM/lib/MC/
H A DSubtargetFeature.cpp75 // Find the next comma
121 /// Find KV in array using binary search.
122 template<typename T> const T *Find(const StringRef S, const T *A, size_t L) { function
233 // Find feature in table.
235 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
285 // Find CPU entry if CPU name is specified.
287 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize);
314 // Find feature in table.
316 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
352 // Find entr
[all...]
/external/v8/src/ic/
H A Dhandler-compiler.cc17 Handle<Code> PropertyHandlerCompiler::Find(Handle<Name> name, function in class:v8::internal::PropertyHandlerCompiler
/external/webrtc/webrtc/base/
H A Dhttpserver.cc57 if (Connection* connection = Find(connection_id)) {
68 if (Connection* connection = Find(connection_id)) {
92 HttpServer::Find(int connection_id) { function in class:rtc::HttpServer
/external/lzma/CPP/Windows/
H A DFileFind.cpp396 /* if path is "c:" or "c::" then CFileInfo::Find() returns name of current folder for that disk
399 /* In CFileInfo::Find() we want to support same names for alt streams as in CreateFile(). */
401 /* CFileInfo::Find()
419 bool CFileInfo::Find(CFSTR path) function in class:NWindows::NFile::NFind::CFileInfo
479 isOk = Find(filePath);
605 return fi.Find(name) && !fi.IsDir();
611 return fi.Find(name) && fi.IsDir();
617 return fi.Find(name);
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc86 virtual bool Find(int number, ExtensionInfo* output);
264 bool DescriptorPoolExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::DescriptorPoolExtensionFinder

Completed in 809 milliseconds

123