/external/chromium_org/third_party/sqlite/src/test/ |
fts3rnd.test | 50 # 6. query = <term> NEAR <term> 51 # 7. query = <term> NEAR/11 <term> NEAR/11 <term> 55 # 11. query = <term> NEAR <term> OR <term> NEAR <term> 56 # 12. query = <term> NEAR <term> NOT <term> NEAR <term> 57 # 13. query = <term> NEAR <term> AND <term> NEAR <term> 370 # A NEAR query with terms as the arguments [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdfext.asm | 21 call farfunc ; generates a near call!
|
/external/e2fsprogs/util/ |
gcc-wall-cleanup | 20 /warning: (near initialization for/d
|
/external/javassist/src/main/javassist/compiler/ |
SyntaxError.java | 20 super("syntax error near \"" + lexer.getTextAround() + "\"", lexer);
|
/frameworks/native/data/etc/ |
android.hardware.consumerir.xml | 18 using Near-Field Communications (NFC). -->
|
android.hardware.nfc.xml | 18 using Near-Field Communications (NFC). -->
|
/external/chromium_org/third_party/skia/gm/ |
arcofzorro.cpp | 14 // the 'drawArc' code near a singularly of its processing (i.e., near the
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
jmpsize1-err.asm | 132 jmp short y ; must be near; forcing short should error 263 jmp short z ; must be near; forcing short should error
|
jmpsize1.asm | 132 jmp y ; near 263 jmp z ; near
|
/external/skia/gm/ |
arcofzorro.cpp | 14 // the 'drawArc' code near a singularly of its processing (i.e., near the
|
/external/valgrind/main/none/tests/s390x/ |
rounding-1.c | 15 case 1: return "[->near/away]"; 18 case 4: return "[->near/even]";
|
/frameworks/base/core/java/android/nfc/ |
package.html | 3 <p>Provides access to Near Field Communication (NFC) functionality, allowing applications to read 7 <a href="{@docRoot}guide/topics/connectivity/nfc/index.html">Near Field Communication</a> guide.</p>
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
viewport.c | 94 ctx->Viewport.Near, ctx->Viewport.Far, 111 * the near clip plane 124 if (ctx->Viewport.Near == nearval && 128 ctx->Viewport.Near = (GLfloat) CLAMP(nearval, 0.0, 1.0); 140 ctx->Viewport.Near, ctx->Viewport.Far, 168 ctx->Viewport.Near = 0.0;
|
/external/mesa3d/src/mesa/main/ |
viewport.c | 94 ctx->Viewport.Near, ctx->Viewport.Far, 111 * the near clip plane 124 if (ctx->Viewport.Near == nearval && 128 ctx->Viewport.Near = (GLfloat) CLAMP(nearval, 0.0, 1.0); 140 ctx->Viewport.Near, ctx->Viewport.Far, 168 ctx->Viewport.Near = 0.0;
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-30.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 173 ; Check signed comparison near the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sig [all...] |
int-cmp-31.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 173 ; Check signed comparison near the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sig [all...] |
/frameworks/base/core/java/android/transition/ |
ArcMotion.java | 33 * When the two points are near horizontal or vertical, the curve of the motion will be 81 * Sets the minimum arc along the circle between two points aligned near horizontally. 83 * circle will be far from both points, giving a near straight path between the points. 98 * Returns the minimum arc along the circle between two points aligned near horizontally. 100 * circle will be far from both points, giving a near straight path between the points. 105 * @return The minimum arc along the circle between two points aligned near horizontally. 113 * Sets the minimum arc along the circle between two points aligned near vertically. 115 * circle will be far from both points, giving a near straight path between the points. 130 * Returns the minimum arc along the circle between two points aligned near vertically. 132 * circle will be far from both points, giving a near straight path between the points [all...] |
/external/llvm/unittests/Support/ |
MemoryTest.cpp | 266 MemoryBlock Near((void*)(3*PageSize), 16); 267 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); 269 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); 271 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); 288 MemoryBlock Near(nullptr, 0); 289 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); 291 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); 293 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); 314 MemoryBlock Near((void*)(4*PageSize), 0); 315 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC) [all...] |
/frameworks/rs/ |
rsMatrix4x4.cpp | 276 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { 280 m[10]= -2.f / (far - near); 283 m[14]= -(far + near) / (far - near); 286 void Matrix4x4::loadFrustum(float left, float right, float bottom, float top, float near, float far) { 288 m[0] = 2.f * near / (right - left); 289 m[5] = 2.f * near / (top - bottom); 292 m[10]= -(far + near) / (far - near); 294 m[14]= -2.f * far * near / (far - near) [all...] |
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.h | 42 // Near-end buffer size. 67 // Estimates and returns the delay between the binary far-end and binary near- 73 // - binary_near_spectrum : Near-end binary spectrum of the current block.
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/include/ |
gain_control.h | 80 * near-end microphone signal. 141 * This function should be called after processing the near-end microphone 146 * - inNear : Near-end input speech vector (10 or 20 ms) for 148 * - inNear_H : Near-end input speech vector (10 or 20 ms) for 159 * - out : Gain-adjusted near-end speech vector (L band) 161 * - out_H : Gain-adjusted near-end speech vector (H band)
|
/external/webrtc/src/modules/audio_processing/agc/interface/ |
gain_control.h | 80 * near-end microphone signal. 141 * This function should be called after processing the near-end microphone 146 * - inNear : Near-end input speech vector (10 or 20 ms) for 148 * - inNear_H : Near-end input speech vector (10 or 20 ms) for 159 * - out : Gain-adjusted near-end speech vector (L band) 161 * - out_H : Gain-adjusted near-end speech vector (H band)
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_matrix.rsh | 239 * @param near 243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far); 253 * @param near 257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far); 265 * @param near 269 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_matrix.rsh | 239 * @param near 243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far); 253 * @param near 257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far); 265 * @param near 269 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_matrix.rsh | 239 * @param near 243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far); 253 * @param near 257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far); 265 * @param near 269 rsMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
|