HomeSort by relevance Sort by last modified time
    Searched refs:searched (Results 1 - 25 of 64) 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
  /build/blueprint/pathtools/
glob.go 28 // list of directories that were searched to construct the file list.
38 // that were searched to construct the file list. The supported glob and
61 // allowing searched directories to be tracked. Also handles the recursive glob pattern, **.
  /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...]
  /prebuilts/go/darwin-x86/src/sort/
search.go 22 // to be searched for, and how the data structure is indexed and
  /prebuilts/go/linux-x86/src/sort/
search.go 22 // to be searched for, and how the data structure is indexed and
  /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 
  /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 
  /prebuilts/go/darwin-x86/src/cmd/go/
pkg.go 348 // were searched. Add to that message the vendor directories
349 // that were searched.
413 // it searched along the way, to help prepare a useful error message should path turn
415 func vendoredImportPath(parent *Package, path string) (found string, searched []string) {
457 searched = append(searched, targ)
459 return path, searched
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
pkg.go 348 // were searched. Add to that message the vendor directories
349 // that were searched.
413 // it searched along the way, to help prepare a useful error message should path turn
415 func vendoredImportPath(parent *Package, path string) (found string, searched []string) {
457 searched = append(searched, targ)
459 return path, searched
    [all...]
  /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
  /build/kati/
eval.go 653 // searched, separated by colons (semi-colons on MS-DOS and
  /external/ImageMagick/www/api/
morphology.php 254 <dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /build/blueprint/
context.go 463 // searched for Blueprints files returned in the subBlueprints return value.
766 // Depend on all searched directories so we pick up future changes.
813 // Depend on all searched directories so we pick up future changes.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py     [all...]

Completed in 661 milliseconds

1 2 3