HomeSort by relevance Sort by last modified time
    Searched full:near (Results 326 - 350 of 1547) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac_unittest.mm 321 // Bottom dock. Mouse near left edge. App list must not go off screen.
329 // Bottom dock. Mouse near right edge. App list must not go off screen.
  /external/chromium_org/pdf/
draw_utils.cc 237 // if 0 < factor < 1, smoothing will drop faster near 0.
238 // if factor > 1, smoothing will drop faster near the end (depth).
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
quad-sample.c 63 float near, float far)
68 float half_depth = ((float)far - (float)near) / 2.0f;
vs-test.c 121 float near, float far)
126 float half_depth = ((float)far - (float)near) / 2.0f;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 30 #define NEAR 30
236 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineCubicIntersection.cpp 56 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
62 The near-vertical case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
  /external/chromium_org/third_party/sqlite/src/test/
fts3malloc.test 226 21 {SELECT a FROM ft WHERE b MATCH 'neung NEAR song NEAR sahm'} {
select3.test 113 } {1 {near "ORDER": syntax error}}
118 } {1 {near ";": syntax error}}
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_with_stub.cc 223 // jmp (Jump near, relative, displacement relative to next instruction)
251 // (Jump near, relative, displacement relative to next instruction)
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_with_stub.cc 223 // jmp (Jump near, relative, displacement relative to next instruction)
251 // (Jump near, relative, displacement relative to next instruction)
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.h 296 // Returns a pointer to the far end spectrum aligned to current near end
343 // - nearEner : Near end energy for current block in
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_audio_processing.h 112 // OS, which is used by the AEC to synchronize far- and near-end streams.
188 // near-end and far-end. The values are calculated over the time period
  /external/chromium_org/v8/test/mjsunit/
array-functions-prototype-misc.js 278 // Take something near the end of the array.
294 // Take something near the middle of the array.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java 160 // decreased to near our target's height and the image height is decreased to near our target width.
  /external/llvm/test/CodeGen/SystemZ/
int-cmp-15.ll 5 ; Check ordered comparisons near the low end of the unsigned 8-bit range.
17 ; Check ordered comparisons near the high end of the unsigned 8-bit range.
  /external/llvm/utils/lit/lit/
ShUtil.py 193 raise ValueError("syntax error near unexpected token %r" % tok[0])
218 raise ValueError("syntax error near token %r" % op[0])
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 63 float near, float far)
68 float half_depth = ((float)far - (float)near) / 2.0f;
vs-test.c 121 float near, float far)
126 float half_depth = ((float)far - (float)near) / 2.0f;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 30 #define NEAR 30
236 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /external/skia/experimental/Intersection/
LineCubicIntersection.cpp 56 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
62 The near-vertical case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
  /frameworks/base/core/java/android/content/
ComponentCallbacks2.java 58 * near the beginning of the LRU list. Although your app process is not at a high risk of being
63 * near the middle of the LRU list. If the system becomes further constrained for memory, there's a
  /ndk/sources/host-tools/make-3.81/
make.1 88 because it appears prominently near the beginning of a directory
89 listing, right near other important files such as
  /bionic/libc/arch-arm64/generic/bionic/
strnlen.S 142 limit is near ULONG_MAX) - to do this we need to work out
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2f.c 80 * y = i/TBLSIZE + z for integer i near y * TBLSIZE.
  /build/core/
dynamic_binary.mk 12 $(error This file should not be used to build host binaries. Included by (or near) $(lastword $(filter-out config/%,$(MAKEFILE_LIST))))

Completed in 1400 milliseconds

<<11121314151617181920>>