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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/clang/host/linux-x86/clang-4630689/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/linux-x86/clang-4630689/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/linux-x86/clang-4630689/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/clang/host/linux-x86/clang-4639204/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/linux-x86/clang-4639204/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/linux-x86/clang-4639204/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/clang/host/linux-x86/clang-4691093/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/linux-x86/clang-4691093/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/linux-x86/clang-4691093/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 110 find(const char_type* __s, std::size_t __n, const char_type& __a);
169 find(const char_type* __s, std::size_t __n, const char_type& __a) function in class:char_traits
262 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
333 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
424 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
517 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
char_traits.h 110 find(const char_type* __s, std::size_t __n, const char_type& __a);
169 find(const char_type* __s, std::size_t __n, const char_type& __a) function in class:char_traits
262 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
333 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
424 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
517 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
  /system/extras/perfprofd/scripts/
sorted_collection.py 80 'Find the position of an item. Raise ValueError if not found.'
113 def find(self, k): member in class:SortedCollection
  /system/extras/simpleperf/scripts/
debug_unwind_reporter.py 94 def find(self, pid, addr): member in class:ProcessMaps
358 map_entry = process_maps.find(record.pid, ip)
404 pos = lines[i].find('filename') + len('filename')
  /tools/tradefederation/core/src/com/android/tradefed/device/
ManagedDeviceList.java 114 public IManagedTestDevice find(final String serialNumber) { method in class:ManagedDeviceList
115 return find(new IMatcher<IManagedTestDevice>() {
161 // this method is a variant of find, that attempts to find a device matching options
182 private IManagedTestDevice find(IMatcher<IManagedTestDevice> m) {
211 * Find the {@link IManagedTestDevice} corresponding to the {@link IDevice}. If it does not
223 IManagedTestDevice d = find(idevice.getSerialNumber());
  /development/ide/emacs/
android-common.el 68 (defun android-find-build-tree-root ()
89 (android-find-build-tree-root)
110 (let* ((buildspec (concat (android-find-build-tree-root) "buildspec.mk"))
111 (product (with-current-buffer (find-file-noselect buildspec)
128 (let ((path (concat (android-find-build-tree-root) "out/target/product/"
135 (defun android-find-host-bin (binary)
141 (let ((path (concat (android-find-build-tree-root) "out/host/"
146 (executable-find binary)))
151 (android-find-host-bin "adb"))
158 (concat (android-find-host-bin "fastboot") " -p " (android-product))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 127 * @see android.icu.text.TimeZoneNames#find(java.lang.CharSequence, int, java.util.EnumSet)
130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { method in class:TZDBTimeZoneNames
137 TZDB_NAMES_TRIE.find(text, start, handler);
307 // in the find operation, we cannot tell which one was
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 125 * @see com.ibm.icu.text.TimeZoneNames#find(java.lang.CharSequence, int, java.util.EnumSet)
128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { method in class:TZDBTimeZoneNames
135 TZDB_NAMES_TRIE.find(text, start, handler);
305 // in the find operation, we cannot tell which one was
  /external/vogar/src/vogar/target/
ClassPathScanner.java 116 classFinder.find(entryFile, pathPrefix, packageName, classNames, subpackageNames);
122 void find(File classPathEntry, String pathPrefix, String packageName, method in interface:ClassPathScanner.ClassFinder
131 public void find(File classPathEntry, String pathPrefix, String packageName, method in class:ClassPathScanner.JarClassFinder
203 public void find(File classPathEntry, String pathPrefix, String packageName, method in class:ClassPathScanner.DirectoryClassFinder
237 public void find(File classPathEntry, String pathPrefix, String packageName, method in class:ClassPathScanner.ApkClassFinder
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Pattern2Test.java 35 assertTrue(m1.find(0));
40 assertFalse(m2.find(0));
59 assertTrue(m.find());
62 assertFalse(m.find());
66 assertTrue(m.find());
69 assertFalse(m.find());
72 assertTrue(m.find());
75 assertFalse(m.find());
78 assertTrue(m.find());
81 assertFalse(m.find());
377 assertTrue(p.matcher("x\\\\cy").find()); method
384 assertTrue(p.matcher("x\\u0008y").find()); method
385 assertFalse(p.matcher("x\\\\cHy").find()); method
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 35 for (int i = 0; m.find(); i++) {
45 m.find();
53 m.find();
69 while (mat.find());
71 assertFalse("After reset matcher should not find pattern in given input", mat.find());
73 assertTrue("After reset matcher should find pattern in given input", mat.find());
80 while (m.find()) {
89 while (m.find()) {
    [all...]
  /art/test/909-attach-agent/src-art/
Main.java 41 throw new Error("Could not find agent: argument!");
87 // Find the original.
88 File orig = find(in);
90 throw new RuntimeException("Could not find " + in);
110 private static File find(String in) { method in class:Main
  /bionic/linker/
linked_list.h 222 iterator find(T* value) const { function in class:LinkedList
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 79 public lalr_item find(lalr_item itm) {return (lalr_item)_all.get(itm);} method in class:lalr_item_set
non_terminal.java 66 public static non_terminal find(String with_name) method in class:non_terminal

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>