Home
last modified time | relevance | path

Searched defs:Find (Results 1 – 25 of 64) sorted by relevance

123

/external/mockito/src/main/java/org/mockito/internal/matchers/
DFind.java13 public class Find implements ArgumentMatcher<String>, Serializable { class
17 public Find(String regex) { in Find() method in Find
/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/skia/src/views/
DSkTagList.cpp15 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) in Find() function in SkTagList
/external/v8/src/wasm/
Dsignature-map.cc22 int32_t SignatureMap::Find(FunctionSig* sig) const { in Find() function in v8::internal::wasm::SignatureMap
/external/v8/src/
Didentity-map.h107 V* Find(Handle<Object> key) const { return Find(*key); } in Find() function
108 V* Find(Object* key) const { return reinterpret_cast<V*>(FindEntry(key)); } in Find() function
Deffects.h199 bool Find(Var var, Locator* locator) { in Find() function
267 bool Find(Var var, Locator* locator) { in Find() function
Dsplay-tree-inl.h77 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) { in Find() function
/external/lzma/CPP/Common/
DMyString.h332 int Find(char c) const { return FindCharPosInString(_chars, c); } in Find() function
333 int Find(char c, unsigned startIndex) const in Find() function
343 int Find(const char *s) const { return Find(s, 0); } in Find() function
568 int Find(wchar_t c) const { return FindCharPosInString(_chars, c); } in Find() function
569 int Find(wchar_t c, unsigned startIndex) const in Find() function
579 int Find(const wchar_t *s) const { return Find(s, 0); } in Find() function
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DTypeRegistry.cs61 public MessageDescriptor Find(string fullName) in Find() method in Google.Protobuf.Reflection.TypeRegistry
/external/vixl/tools/
Dclang_format.py162 def Find(path, filters = ['*'], excluded_dir = ""): function
/external/v8/src/zone/
Dzone-chunk-list.h383 ForwardZoneChunkListIterator<T> ZoneChunkList<T>::Find(const size_t index) { in Find() function
390 ForwardZoneChunkListIterator<const T> ZoneChunkList<T>::Find( in Find() function
/external/pdfium/core/fxcrt/
Dcfx_string_c_template.h108 FX_STRSIZE Find(CharType ch) const { in Find() function
/external/skia/src/core/
DSkTLS.cpp88 void* SkTLS::Find(CreateProc createProc) { in Find() function in SkTLS
/external/v8/src/compiler/
Dnode-cache.cc65 Node** NodeCache<Key, Hash, Pred>::Find(Zone* zone, Key key) { in Find() function in v8::internal::compiler::NodeCache
/external/llvm/unittests/ADT/
DSmallStringTest.cpp117 TEST_F(SmallStringTest, Find) { in TEST_F() argument
/external/llvm/lib/MC/
DSubtargetFeature.cpp74 static const SubtargetFeatureKV *Find(StringRef S, in Find() function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs267 public virtual IList Find(object t, int ttype) { in Find() method in Antlr.Runtime.Tree.TreeWizard
274 public virtual IList Find(object t, string pattern) { in Find() method in Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs306 public virtual IList Find( object t, int ttype ) in Find() method in Antlr.Runtime.Tree.TreeWizard
314 public virtual IList Find( object t, string pattern ) in Find() method in Antlr.Runtime.Tree.TreeWizard
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringRefTest.cpp238 TEST(StringRefTest, Find) { in TEST() argument
/external/webrtc/webrtc/base/
Dhttpserver.cc92 HttpServer::Find(int connection_id) { in Find() function in rtc::HttpServer
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTArray.h377 T* Find(const T& object) const in Find() function
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.h105 KVIndex Find(const Key& key) const { in Find() function
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp440 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() }; in getOpndList() local
483 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, in getOpndList() local
/external/piex/src/tiff_directory/
Dtiff_directory.cc245 const TiffDirectory::DirectoryEntry* TiffDirectory::Find(const Tag tag) const { in Find() function in piex::tiff_directory::TiffDirectory
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableIntervalMap.h106 TreeTy *Find(TreeTy *T, key_type_ref K) { in Find() function

123