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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineDominanceFrontier.h 73 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
74 return Base.find(B);
77 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
78 return Base.find(B);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineDominanceFrontier.h 73 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
74 return Base.find(B);
77 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
78 return Base.find(B);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineDominanceFrontier.h 73 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
74 return Base.find(B);
77 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
78 return Base.find(B);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineDominanceFrontier.h 70 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
71 return Base.find(B);
74 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
75 return Base.find(B);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementPath.py 184 if elem.find(tag) is not None:
281 # Find first matching object.
283 def find(elem, path, namespaces=None): function
290 # Find all matching objects.
296 # Find text for first matching object.
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementPath.py 184 if elem.find(tag) is not None:
281 # Find first matching object.
283 def find(elem, path, namespaces=None): function
290 # Find all matching objects.
296 # Find text for first matching object.
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 108 // find all occurrences of s in source; report at most n occurrences
109 func find(src, s string, n int) []int { func
112 // find at most n occurrences of s in src
127 exp := find(tc.source, s, n)
135 // we may obtain different positions from the Index and from find (because
136 // Index may not find the results in the same order as find) => in general
174 // Index may not find the results in the same order as regexp) => in general
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 108 // find all occurrences of s in source; report at most n occurrences
109 func find(src, s string, n int) []int { func
112 // find at most n occurrences of s in src
127 exp := find(tc.source, s, n)
135 // we may obtain different positions from the Index and from find (because
136 // Index may not find the results in the same order as find) => in general
174 // Index may not find the results in the same order as regexp) => in general
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 184 if elem.find(tag) is not None:
281 # Find first matching object.
283 def find(elem, path, namespaces=None): function
290 # Find all matching objects.
296 # Find text for first matching object.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 184 if elem.find(tag) is not None:
281 # Find first matching object.
283 def find(elem, path, namespaces=None): function
290 # Find all matching objects.
296 # Find text for first matching object.
  /build/kati/
func.h 46 FIND,
58 unique_ptr<FindCommand> find; member in struct:CommandResult
string_piece.cc 62 size_type StringPiece::find(const StringPiece& s, size_type pos) const { function in class:StringPiece
72 size_type StringPiece::find(char c, size_type pos) const { function in class:StringPiece
76 const char* result = std::find(ptr_ + pos, ptr_ + length_, c);
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
AnnotationInsertion.java 1 package annotator.find;
  /external/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);
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 33 typename _Tp > inline void find (_InputIterator __last, function in namespace:std
85 find (parallelPreRenderCallbacks.end (), cb);
  /external/clang/test/SemaCXX/
cxx1y-init-captures.cpp 203 auto find = [max = init](auto current) { local
206 find(weight); // expected-note {{in instantiation of function template specialization}}
  /external/golang-protobuf/proto/
message_set.go 82 func (ms *messageSet) find(pb Message) *_MessageSet_Item { func
97 if ms.find(pb) != nil {
104 if item := ms.find(pb); item != nil {
118 if item := ms.find(pb); item != nil {
  /external/icu/icu4c/source/common/
hash.h 98 const UHashElement* find(const UnicodeString& key) const;
222 inline const UHashElement* Hashtable::find(const UnicodeString& key) const { function in class:Hashtable

Completed in 723 milliseconds

1 2 3 4 5 67 8 91011>>