HomeSort by relevance Sort by last modified time
    Searched refs:every (Results 176 - 200 of 660) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/media/camera/docs/
camera_metadata_tags.mako 42 /** TODO: Nearly every enum in this file needs a description */
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 125 <?cs # appears at the bottom of every page ?><?cs
153 <?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 82 every = []
88 every.append(fixer)
96 every.append(fixer)
99 head_nodes[node_type].extend(every)
299 """Descends down a directory and refactor every Python file found.
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /external/clang/test/PCH/
thread-safety-attrs.cpp 231 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}} \
232 // expected-warning{{mutex 'sls_mu2' is not held on every path through here}}
238 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}}
251 expected-warning{{mutex 'sls_mu' is not held on every path through here}}\
309 break; // expected-warning{{mutex 'sls_mu' is not held on every path through here}}
  /external/fec/
ssebfly27.s 157 # subtract it from every output metric
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_planar.s 156 add r12, r11, #1 @coeffs (to be reloaded after every row)
157 mov r1, r4 @nt (row counter) (dec after every row)
158 mov r5, r2 @dst (to be reloaded after every row and inc by dst_strd)
160 mov r0, r14 @&src[2nt+1] (to be reloaded after every row)
  /external/llvm/utils/TableGen/
tdtags 92 Produce a tags file in every directory in the LLVM source tree
97 Produce a tags file in every directory that contains any .td
317 # Check that every specified argument is a target directory;
  /external/python/cpython2/Lib/lib2to3/
refactor.py 82 every = []
88 every.append(fixer)
96 every.append(fixer)
99 head_nodes[node_type].extend(every)
304 """Descends down a directory and refactor every Python file found.
  /external/python/cpython3/Lib/lib2to3/
refactor.py 79 every = []
85 every.append(fixer)
93 every.append(fixer)
96 head_nodes[node_type].extend(every)
301 """Descends down a directory and refactor every Python file found.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 82 every = []
88 every.append(fixer)
96 every.append(fixer)
99 head_nodes[node_type].extend(every)
304 """Descends down a directory and refactor every Python file found.
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 82 every = []
88 every.append(fixer)
96 every.append(fixer)
99 head_nodes[node_type].extend(every)
304 """Descends down a directory and refactor every Python file found.
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 145 // Walk every absolute line and ensure that we hit every
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 21 // - every back slash (\) is doubled, but only if immediately
23 // - every double quote (") is escaped by back slash (\);
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab_test.go 145 // Walk every absolute line and ensure that we hit every
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 21 // - every back slash (\) is doubled, but only if immediately
23 // - every double quote (") is escaped by back slash (\);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 82 every = []
88 every.append(fixer)
96 every.append(fixer)
99 head_nodes[node_type].extend(every)
304 """Descends down a directory and refactor every Python file found.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 82 every = []
88 every.append(fixer)
96 every.append(fixer)
99 head_nodes[node_type].extend(every)
304 """Descends down a directory and refactor every Python file found.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
bundle.s 3 # We use these macros to test each pattern at every offset from
x86-64-bundle.s 3 # We use these macros to test each pattern at every offset from
  /build/blueprint/bootstrap/
glob.go 31 // traversed directories, but this will cause the regeneration step to run every time a
  /build/make/core/
soong_config.mk 38 # Create soong.variables with copies of makefile settings. Runs every build,
  /build/soong/android/
testing.go 98 // no module list file specified; find every file named Blueprints or Android.bp
  /build/soong/ui/build/
proc_sync.go 142 return fmt.Sprintf("polling every %v until %v", s.sleepInterval, s.totalWait)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 317 of every JSON float to be decoded. By default this is equivalent to
322 of every JSON int to be decoded. By default this is equivalent to

Completed in 1286 milliseconds

1 2 3 4 5 6 78 91011>>