HomeSort by relevance Sort by last modified time
    Searched full:near (Results 26 - 50 of 445) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/src/gl/
SkGL.cpp 119 float near, float far) {
127 mat[10] = 2 / (near - far);
132 mat[14] = (far + near) / (near - far);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 5 # generators. See definitions for FLEX and YACC near the bottom of the
  /frameworks/base/core/jni/
android_database_SQLiteCompiledSql.cpp 73 // Error messages like 'near ")": syntax error' are not
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-extra-credit.jd 58 green triangle to its right in the Eclipse toolbars near the top).</p>
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-extra-credit.jd 58 green triangle to its right in the Eclipse toolbars near the top).</p>
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 54 * Check if a drop action can occur at, or near, the requested location.
  /bionic/libm/src/
e_rem_pio2.c 93 } else { /* near pi/2, use 33+33+53 bit pi */
104 } else { /* near pi/2, use 33+33+53 bit pi */
s_exp2f.c 76 * y = i/TBLSIZE + z for integer i near y * TBLSIZE.
  /external/fdlibm/
e_rem_pio2.c 104 } else { /* near pi/2, use 33+33+53 bit pi */
115 } else { /* near pi/2, use 33+33+53 bit pi */
  /external/jpeg/
wrtarga.c 33 * allocate the buffer in near data space, because we are assuming small-data
239 /* Create I/O buffer. Note we make this near on a PC. */
  /external/libpng/
pngwio.c 83 /* Check if data really is near. If so, use usual code. */
104 png_memcpy(buf, data, written); /* Copy far buffer to near buffer */
  /external/qemu/distrib/libpng-1.2.19/
pngwio.c 75 /* Check if data really is near. If so, use usual code. */
96 png_memcpy(buf, data, written); /* copy far buffer to near buffer */
  /external/speex/include/speex/
speex_preprocess.h 153 /** Set maximum attenuation of the residual echo in dB when near end is active (negative number) */
155 /** Get maximum attenuation of the residual echo in dB when near end is active (negative number) */
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 146 * <li> fn - near frustum
233 "Near Frustum",
459 * Sets the position of the near frustum clipping plane as passed
462 * @param nearFrustum the near frustum clipping plane distance as
732 addMessage("fn/ff - frustum near/far clip Z");
814 * top clipping planes are set at -+zoom, and the near and far
  /external/openssl/crypto/perlasm/
x86ms.pl 274 _$func PROC NEAR
291 _$func PROC NEAR
465 EXTRN _$f:NEAR
  /packages/apps/IM/src/com/android/im/imps/
PtsPrimitiveParser.java 513 throw new ParserException("Missing parameter name near " + pos);
542 throw new ParserException("Missing parameter value near " + pos);
566 throw new ParserException("Empty value group near " + mPos);
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset7.h     [all...]
  /external/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.
  /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))))
  /external/quake/quake/src/QW/
qw2do.txt 11 check the step near quad on e1m5
  /external/skia/src/images/
SkImageRefPool.cpp 36 // the refs near fHead have recently been released (used)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 83 // A representable float near .001
  /external/webkit/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 128 // but really the one near the last character.
  /external/webkit/WebCore/rendering/
RenderSVGInlineText.cpp 166 // through all boxes in order, so when you click "near" a box, you'll actually
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 34 * will then schedule a backup operation to occur in the near future. Repeated

Completed in 100 milliseconds

12 3 4 5 6 7 8 91011>>