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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
develop_apps.html 8 and anything you read now might be different in the near future.
  /external/chromium_org/gpu/command_buffer/common/
id_allocator.h 34 // Note: may wrap if it starts near limit.
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder_test.cc 206 0xCB, // VCD_ADD size 2 + VCD_COPY mode NEAR(1), size 5
215 0x2D // NEAR(1) mode address for 2nd copy (45 after prior address)
254 0xCB, // VCD_ADD size 2 + VCD_COPY mode NEAR(1), size 5
257 0x2D, // NEAR(1) mode address (45 after prior address)
  /external/chromium_org/third_party/sqlite/src/test/
wherelimit.test 55 } {1 {near "AS": syntax error}}
58 } {1 {near "AS": syntax error}}
63 } {1 {near "OFFSET": syntax error}}
66 } {1 {near "OFFSET": syntax error}}
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.c 185 // Set averaged far and near end spectra to zero.
312 // Set averaged far and near end spectra to zero.
399 // Empty near end spectrum.
430 // Empty near end spectrum.
  /external/clang/test/Index/
complete-categories.m 1 /* Note: the RUN lines are near the end of the file, since line/column
complete-interfaces.m 1 /* Note: the RUN lines are near the end of the file, since line/column
  /external/flac/libFLAC/ia32/
bitreader_asm.nasm 119 jae near .c1_next1
126 jz near .c1_next2 ; if(b) {
134 jz near .break1 ; if(cbits >= FLAC__BITS_PER_WORD) { /* faster way of testing if(cbits == FLAC__BITS_PER_WORD) */
182 jmp near .break1 ; goto break1;
261 jb near .c1_loop
336 jnz near .unary_loop
355 jz near .break2
394 jae near .c2_next2
396 jz near .c2_next3 ; /* this also works when consumed_bits==0, it's just a little slower than necessary for that case */
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
DataFetcher.java 53 * the near future.
  /external/llvm/test/CodeGen/SystemZ/
int-cmp-12.ll 5 ; Check a value near the low end of the range. We use signed forms for
  /external/valgrind/main/none/tests/s390x/
rounding-3.c 34 case 0: return "[-> near]";
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c 32 /* basis by increasing the level near the zero crossing. This gives a ttrade-off */
  /frameworks/base/docs/html/training/beam-files/
index.jd 45 >Near Field Communication</a> API guide.
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 83 static void SC_MatrixLoadPerspective(Matrix4x4 *m, float fovy, float aspect, float near, float far) {
84 m->loadPerspective(fovy, aspect, near, far);
198 float fovy, float aspect, float near, float far) {
199 SC_MatrixLoadPerspective((Matrix4x4 *) m, fovy, aspect, near, far);
  /frameworks/rs/
rsMatrix4x4.h 49 void loadPerspective(float fovy, float aspect, float near, float far);
  /frameworks/rs/scriptc/
rs_matrix.rsh 344 * near, far</em> into a unit cube with a corner at
357 * @param near
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
368 * near, far</em>.
378 * @param near
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
395 * @param near The near clipping plane.
399 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/
normal_distribution_2d_test.cpp 38 // The probability density of the point near the distribution center is larger than the
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsMatrix4x4.h 49 void loadPerspective(float fovy, float aspect, float near, float far);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsMatrix4x4.h 49 void loadPerspective(float fovy, float aspect, float near, float far);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsMatrix4x4.h 49 void loadPerspective(float fovy, float aspect, float near, float far);
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 344 * near, far</em> into a unit cube with a corner at
357 * @param near
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
368 * near, far</em>.
378 * @param near
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
395 * @param near The near clipping plane.
399 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_matrix.rsh 344 * near, far</em> into a unit cube with a corner at
357 * @param near
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
368 * near, far</em>.
378 * @param near
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
395 * @param near The near clipping plane.
399 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 139 float near = 1.0f; local
142 mProjectionMatrix = Matrix::newFrustum(left, right, bottom, top, near, far);

Completed in 2732 milliseconds

1 2 3 4 5 6 78 91011>>