HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 226 - 250 of 1678) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkRTree.cpp 164 void SkRTree::search(const SkRect& query, SkTDArray<int>* results) const { function in class:SkRTree
166 this->search(fRoot.fSubtree, query, results);
170 void SkRTree::search(Node* node, const SkRect& query, SkTDArray<int>* results) const { function in class:SkRTree
176 this->search(node->fChildren[i].fSubtree, query, results);
  /external/skia/tests/
RecordPatternTest.cpp 117 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
128 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
137 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
141 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
  /external/skia/tools/copyright/
fileparser.py 40 if self._copyright_pattern.search(block):
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
ClassMoveTest.java 6 import com.intellij.psi.search.GlobalSearchScope;
ClassRenameTest.java 7 import com.intellij.psi.search.GlobalSearchScope;
FieldRenameTest.java 8 import com.intellij.psi.search.GlobalSearchScope;
MethodRenameTest.java 8 import com.intellij.psi.search.GlobalSearchScope;
  /external/v8/
PRESUBMIT.py 166 if (include_directive_pattern.search(line)):
207 if (inclusion_pattern.search(line) and
208 not comment_pattern.search(line) and
209 not exclusion_pattern.search(line)):
  /external/v8/test/mjsunit/
string-search.js 29 var r = str.search('a');
37 var r = s.search(s);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
zfm20.cxx 89 // we search for a print matching slot 1, where we shored our last
91 if ((rv = fp->search(1, &id, &score)) != ZFM20::ERR_OK)
100 cerr << "Search failed with error code " << int(rv) <<endl;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
ZFM20Sample.java 77 // we search for a print matching slot 1, where we shored our last
81 rv = fp.search(1, id, score);
87 System.err.println("Search failed with error code " + rv);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
zfm20.js 66 // we search for a print matching slot 1, where we stored our last
68 rv = myFingerprintSensor.search(1, myid, myscore)
78 console.log("Search failed with error code " + rv);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
zfm20.py 78 # we search for a print matching slot 1, where we stored our last
80 rv = myFingerprintSensor.search(1, myid, myscore)
86 print "Search failed with error code %d" % rv
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 66 # See MSDN for the REAL search order.
79 # search path according to MSDN:
84 # - OEM specified search path: HKLM\Loader\SystemPath
125 res = re.search(expr, trace)
142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data)
163 res = re.search(r'\sSONAME\s+([^\s]+)', data)
250 res = re.search(expr, data)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
keyword.py 67 match = strprog.search(line)
pipes.py 122 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
125 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
144 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
147 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 66 # See MSDN for the REAL search order.
79 # search path according to MSDN:
84 # - OEM specified search path: HKLM\Loader\SystemPath
125 res = re.search(expr, trace)
142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data)
163 res = re.search(r'\sSONAME\s+([^\s]+)', data)
250 res = re.search(expr, data)
  /prebuilts/gdb/linux-x86/lib/python2.7/
keyword.py 67 match = strprog.search(line)
pipes.py 122 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
125 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
144 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
147 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 66 # See MSDN for the REAL search order.
79 # search path according to MSDN:
84 # - OEM specified search path: HKLM\Loader\SystemPath
125 res = re.search(expr, trace)
142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data)
163 res = re.search(r'\sSONAME\s+([^\s]+)', data)
250 res = re.search(expr, data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
keyword.py 67 match = strprog.search(line)
pipes.py 122 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
125 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
144 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
147 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 66 # See MSDN for the REAL search order.
79 # search path according to MSDN:
84 # - OEM specified search path: HKLM\Loader\SystemPath
125 res = re.search(expr, trace)
142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data)
163 res = re.search(r'\sSONAME\s+([^\s]+)', data)
250 res = re.search(expr, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
keyword.py 67 match = strprog.search(line)
pipes.py 122 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
125 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
144 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
147 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):

Completed in 2645 milliseconds

1 2 3 4 5 6 7 8 91011>>