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

1 2

  /external/chromium_org/tools/resources/
find_unused_resources.py 101 searched = set()
111 if key in searched:
113 searched.add(key)
  /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/valgrind/main/memcheck/
mc_leakcheck.c     [all...]
  /external/chromium_org/v8/test/mjsunit/
indexed-value-properties.js 28 // Test that the Number, String and Boolean prototypes are 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/lldb/examples/python/
types.py 69 searched.
  /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...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 70 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be
165 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be
452 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be
699 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be
932 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be
    [all...]
directory_model.js 696 * @param {Entry} entry The entry to be searched.
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 255 of output being searched, and only shows up in failure output.
283 of output being searched, and only shows up in failure output.
354 of output being searched, and only shows up in failure output.
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
TextView.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 205 * changes, the sets of strings before and after are searched to determine
  /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/chromium_org/third_party/cython/src/Cython/Includes/cpython/
exc.pxd 66 # in the tuple (and recursively in subtuples) are searched for a
object.pxd 134 # objects, B's __bases__ attribute is searched in a depth-first
  /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...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 1157 milliseconds

1 2