/external/chromium_org/third_party/sqlite/src/test/ |
alter.test | 326 } {1 {near "(": syntax error}} 422 } {1 {near "ON": syntax error}} 432 } {1 {near "ON": syntax error}} 442 } {1 {near "ON": syntax error}} 453 } {1 {near "ON": syntax error}} 463 } {1 {near "ON": syntax error}}
|
e_fts3.test | 298 3 {SELECT * FROM docs WHERE docs MATCH 'sqlite NEAR database'} 1 299 4 {SELECT * FROM docs WHERE docs MATCH 'database NEAR/6 sqlite'} 1 300 5 {SELECT * FROM docs WHERE docs MATCH 'database NEAR/5 sqlite'} 0 301 6 {SELECT * FROM docs WHERE docs MATCH 'database NEAR/2 "ACID compliant"'} 1 302 7 {SELECT * FROM docs WHERE docs MATCH '"ACID compliant" NEAR/2 sqlite'} 1 303 8 {SELECT * FROM docs WHERE docs MATCH 'sqlite NEAR/2 acid NEAR/2 relational'} 1 304 9 {SELECT * FROM docs WHERE docs MATCH 'acid NEAR/2 sqlite NEAR/2 relational'} 0
|
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
math_testcases.txt | 87 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold 149 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold 205 -- values near 0 231 -- values near negative integers 309 -- values near 0 335 -- values near negative integers
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
math_testcases.txt | 87 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold 149 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold 205 -- values near 0 231 -- values near negative integers 309 -- values near 0 335 -- values near negative integers
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder4_test.cc | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86bc.c | 476 fprintf(f, "Near"); 482 fprintf(f, "Forced Near"); 680 yasm_error_set(YASM_ERROR_TYPE, N_("near jump does not exist")); 684 /* Near jump, no spans needed */ 753 yasm_internal_error(N_("trying to expand an already-near jump")); 755 /* Upgrade to a near jump */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmsystem.h | 58 } MMTIME,*PMMTIME,NEAR *NPMMTIME,*LPMMTIME; 174 } DRVCONFIGINFOEX,*PDRVCONFIGINFOEX,NEAR *NPDRVCONFIGINFOEX,*LPDRVCONFIGINFOEX; 196 } DRVCONFIGINFO,*PDRVCONFIGINFO,NEAR *NPDRVCONFIGINFO,*LPDRVCONFIGINFO; 315 } WAVEHDR,*PWAVEHDR,NEAR *NPWAVEHDR,*LPWAVEHDR; 480 } WAVEFORMAT,*PWAVEFORMAT,NEAR *NPWAVEFORMAT,*LPWAVEFORMAT; 487 } PCMWAVEFORMAT,*PPCMWAVEFORMAT,NEAR *NPPCMWAVEFORMAT,*LPPCMWAVEFORMAT; 501 } WAVEFORMATEX,*PWAVEFORMATEX,NEAR *NPWAVEFORMATEX,*LPWAVEFORMATEX; 744 } MIDIHDR,*PMIDIHDR,NEAR *NPMIDIHDR,*LPMIDIHDR; [all...] |
/external/ceres-solver/include/ceres/ |
rotation.h | 84 // derivative, higher derivatives may have unexpected results near the origin. 93 // derivative, higher derivatives may have unexpected results near the origin. 420 // Near zero, we switch to using the first order Taylor expansion. 616 // Near zero, the first order Taylor approximation of the rotation 628 // Switching to the Taylor expansion near zero provides meaningful
|
covariance.h | 250 // If the Jacobian matrix is near singular, then inverting J'J 284 // singular and near singular covariance matrices. 286 // As mentioned above, when the covariance matrix is near
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_depth.c | 158 * Clamp fragment Z values to the depth near/far range (glDepthRange()). 160 * In that case, vertexes are not clipped against the near/far planes 174 if (ctx->Viewport.Near < ctx->Viewport.Far) { 175 min_f = ctx->Viewport.Near; 179 max_f = ctx->Viewport.Near;
|
/external/mesa3d/src/mesa/swrast/ |
s_depth.c | 158 * Clamp fragment Z values to the depth near/far range (glDepthRange()). 160 * In that case, vertexes are not clipped against the near/far planes 174 if (ctx->Viewport.Near < ctx->Viewport.Far) { 175 min_f = ctx->Viewport.Near; 179 max_f = ctx->Viewport.Near;
|
/external/webrtc/src/modules/audio_processing/interface/ |
audio_processing.h | 37 // client-side, this will typically be the near-end (capture) and far-end 112 // typically be one instance for the near-end stream, and additional instances 147 // this is the near-end (or captured) audio. 177 // frame and ProcessStream() receiving a near-end frame containing the 304 // P_echo: Near-end (capture) echo signal power.
|
/frameworks/base/docs/html/about/versions/ |
android-2.3-highlights.jd | 165 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Near-field communications</strong></p> 167 <p>An NFC Reader application lets the user read and interact with near-field 328 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Near Field 331 <p>The platform's support for Near Field Communications (NFC) lets developers 401 <li>Support for Near Field Communications (NFC), configurable by device manufacturer</li>
|
/external/valgrind/main/none/tests/mips64/ |
fpu_arithmetic.stdout.exp | 2 roundig mode: near 102 roundig mode: near 202 roundig mode: near 302 roundig mode: near 402 roundig mode: near 502 roundig mode: near 602 roundig mode: near 702 roundig mode: near 802 roundig mode: near [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 55 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0 61 The near-vertical case, in terms of: Ax^3 + Bx^2 + Cx + D == 0 256 /* Note that this does not look for endpoints of the line that are near the cubic.
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3Int.h | 240 ** containing the results of the NEAR or phrase query in FTS3 doclist 269 ** "a OR b AND c NOT d NEAR e" 273 ** "a OR (b AND (c NOT (d NEAR e)))"
|
/external/chromium_org/third_party/webrtc/ |
engine_configurations.h | 63 #define WEBRTC_VOICE_ENGINE_AGC // Near-end AGC 64 #define WEBRTC_VOICE_ENGINE_ECHO // Near-end AEC 65 #define WEBRTC_VOICE_ENGINE_NR // Near-end NS
|
/external/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 55 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0 61 The near-vertical case, in terms of: Ax^3 + Bx^2 + Cx + D == 0 256 /* Note that this does not look for endpoints of the line that are near the cubic.
|
/external/valgrind/main/auxprogs/ |
ppcfround.c | 271 printf(" near "); showResult(r,hideMask); printf("\n"); 293 printf(" near "); showResult(r,hideMask); printf("\n"); 316 printf(" near "); showResult(r,hideMask); printf("\n");
|
/frameworks/base/docs/html/training/wearables/ui/ |
layouts.jd | 30 and round screens. Any content placed near the corners of the screen may be cropped on round 69 on both screen shapes without having views cropped near the edges of round screens.</p> 177 and lets you easily align views on the center or near the edges of the screen.</p>
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrRRectEffect.cpp | 187 // to that corner. This means that points near the interior near the rrect top edge will have 190 // fragments near the other three edges will get the correct AA. Fragments in the interior of 531 // to that corner. This means that points near the interior near the rrect top edge will have 534 // fragments near the other three edges will get the correct AA. Fragments in the interior of [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/ |
echo_cancellation.c | 107 const float* near, 115 const float* near, 792 const float* near, 825 if (near != out) { 826 memcpy(out, near, sizeof(*out) * num_samples); 860 &near[FRAME_LEN * i],
|
/external/skia/src/gpu/effects/ |
GrRRectEffect.cpp | 187 // to that corner. This means that points near the interior near the rrect top edge will have 190 // fragments near the other three edges will get the correct AA. Fragments in the interior of 531 // to that corner. This means that points near the interior near the rrect top edge will have 534 // fragments near the other three edges will get the correct AA. Fragments in the interior of [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_positioner_unittest.cc | 254 // Shelf on bottom. Mouse near left edge. App list must not go off screen. 263 // Shelf on bottom. Mouse near right edge. App list must not go off screen.
|