HomeSort by relevance Sort by last modified time
    Searched refs:searched (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/utils/
ClangDataFormat.py 125 def searchForType(value, searched):
139 if tyname in searched:
141 searched.add(tyname)
144 found = searchForType(child, searched)
148 searched = set()
151 found = searchForType(val, searched)
  /bionic/libc/dns/resolv/
res_query.c 235 int searched = 0; local
288 searched = 1;
349 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
  /bionic/libc/kernel/tools/
kernel.py 210 self.searched = set(headers)
236 self.searched = set(headers)
242 for h in self.searched:
  /external/tremolo/Tremolo/
vorbisfile.c 207 ogg_int64_t searched,
218 while(searched<endsearched){
221 if(endsearched-searched<CHUNKSIZE){
222 bisect=searched;
224 bisect=(searched+endsearched)/2;
234 searched=ret+og.header_len+og.body_len;
243 if(searched>=end || ret<0){
248 vf->offsets[m+1]=searched;
    [all...]
  /external/v8/test/mjsunit/
indexed-value-properties.js 28 // Test that the Number, String and Boolean prototypes are searched
  /external/valgrind/memcheck/
mc_leakcheck.c     [all...]
  /external/libvorbis/lib/
vorbisfile.c 467 ogg_int64_t searched,
475 ogg_int64_t dataoffset=searched;
527 while(searched<endsearched){
530 if(endsearched-searched<CHUNKSIZE){
531 bisect=searched;
533 bisect=(searched+endsearched)/2;
545 searched=last+og.header_len+og.body_len;
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
TextView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/autotest/server/cros/dynamic_suite/
reporting.py 677 duplicate of the one being searched for.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 211 includes the percentage of documents searched in the search results
212 (percent-searched). This enables you to more gracefully degrade
251 searched. You can specify a weight for each field to control the
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 422 * and right children may need to be searched in the case of tied
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/psi-subset/143.1821.5/
psi-subset-143.1821.5.jar 

Completed in 1026 milliseconds

1 2 3