HomeSort by relevance Sort by last modified time
    Searched defs:find (Results 176 - 200 of 1457) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
FieldLocator.java 69 public FieldDeclaration find(CompilationUnit cu) { method in class:FieldLocator
70 AbstractTypeDeclaration typeDeclaration = typeLocator.find(cu);
  /external/javassist/src/main/javassist/
URLClassPath.java 101 public URL find(String classname) { method in class:URLClassPath
  /external/llvm/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 68 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
69 return Base.find(B);
72 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
73 return Base.find(B);
  /external/llvm/lib/Transforms/ObjCARC/
BlotMapVector.h 73 iterator find(const KeyT &Key) { function in class:llvm::BlotMapVector
74 typename MapTy::iterator It = Map.find(Key);
80 const_iterator find(const KeyT &Key) const { function in class:llvm::BlotMapVector
81 typename MapTy::const_iterator It = Map.find(Key);
91 typename MapTy::iterator It = Map.find(Key);
  /external/llvm/utils/abtest/
abtest.py 57 def find(dir, file_filter=None): function
170 warn("Couldn't find any function in %s, missing annotations?" % (goodfile,))
174 warn("Couldn't find any function in %s, missing annotations?" % (badfile,))
208 BAD_FILES=find(baddir, "*")
209 GOOD_FILES=find(gooddir, "*")
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.cc 99 return find(s, 0) != npos;
102 stringpiece_ssize_type StringPiece::find(StringPiece s, size_type pos) const { function in class:google::protobuf::StringPiece
112 stringpiece_ssize_type StringPiece::find(char c, size_type pos) const { function in class:google::protobuf::StringPiece
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
Type.java 51 public static Type find(CtClass ctClass) { method in class:Type
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
PluralResourceLoader.java 28 Plural p = rules.find(quantity);
61 Plural find(int quantity) { method in class:PluralResourceLoader.PluralRules
  /external/skia/src/core/
SkLRUCache.h 45 V* find(const K& key) { function in class:SkLRUCache
46 Entry** value = fMap.find(key);
101 Entry** value = fMap.find(key);
SkPtrRecorder.h 30 uint32_t find(void*) const;
108 uint32_t find(T ptr) { function in class:SkTPtrSet
109 return this->INHERITED::find((void*)ptr);
151 * Find the specified Factory in the set. If it is not already in the set,
155 uint32_t find(SkFlattenable::Factory);
  /external/skqp/src/core/
SkLRUCache.h 45 V* find(const K& key) { function in class:SkLRUCache
46 Entry** value = fMap.find(key);
101 Entry** value = fMap.find(key);
SkPtrRecorder.h 30 uint32_t find(void*) const;
108 uint32_t find(T ptr) { function in class:SkTPtrSet
109 return this->INHERITED::find((void*)ptr);
151 * Find the specified Factory in the set. If it is not already in the set,
155 uint32_t find(SkFlattenable::Factory);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/reader/
ReaderStringTest.java 28 assertFalse(matcher.find());
40 assertTrue(matcher.find());
61 boolean regularExpressionResult = !matcher.find();
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
SafeRepresenterTest.java 37 assertFalse(pattern.matcher("\tAndrey\r\n").find()); method
38 assertTrue(pattern.matcher("\u0005Andrey").find()); method
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.cpp 243 const Intrinsics::FullIntrinsicInfo *Intrinsics::find(GlobalString Name, function in class:Ice::Intrinsics
250 auto Iter = Map.find(Name);
  /external/v8/benchmarks/
splay.js 76 } while (splayTree.find(key) != null);
190 * @param {number} key Key to find and remove from the tree.
221 * @param {number} key Key to find in the tree.
224 SplayTree.prototype.find = function(key) { method in class:SplayTree
  /external/v8/src/inspector/
string-16.h 64 size_t find(const String16& str, size_t start = 0) const { function in class:v8_inspector::String16
65 return m_impl.find(str.m_impl, start);
70 size_t find(UChar c, size_t start = 0) const { return m_impl.find(c, start); } function in class:v8_inspector::String16
  /frameworks/base/core/java/com/android/internal/util/
CollectionUtils.java 220 return find(items, predicate) != null;
227 public static @Nullable <T> T find(@Nullable List<T> items, method in class:CollectionUtils
  /frameworks/minikin/libs/minikin/
StringPiece.h 44 inline size_t find(size_t from, char c) const { function in class:minikin::StringPiece
99 mCurrent = mString.find(searchFrom, mDelimiter);
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldAndroidRegexTest.java 44 /* Make sure matches() doesn't change after calls to find() */
48 assertTrue(m.find());
54 assertTrue(m.find());
99 /* Must call find() first, otherwise group*() are undefined. */
100 assertTrue(m.find());
114 assertTrue(m.find());
117 assertTrue(m.find());
120 assertTrue(m.find());
123 assertFalse(m.find());
261 assertFalse(m.find());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 68 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
69 return Base.find(B);
72 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
73 return Base.find(B);

Completed in 351 milliseconds

1 2 3 4 5 6 78 91011>>