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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmpfar.asm 2 jmp near 1234:5678 ; YASM: near jump; NASM: mismatch in operand sizes
6 jmp far1 ; both: near jump
7 jmp near far1 ; both: near jump
10 jmp far2 ; both: near jump
11 jmp near far2 ; both: near jump
  /external/clang/test/Sema/
attr-section.c 13 __attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute only applies to functions and global variables}}
14 __attribute__((section("NEAR,x"))) static int n2; // ok.
21 enum __attribute__((section("NEAR,x"))) e { one }; // expected-error {{'section' attribute only applies to functions and global variables}}
  /external/valgrind/main/none/tests/s390x/
rounding-5.stdout.exp 1 setting FPC rounding mode to [-> near]
10 setting FPC rounding mode to [-> near]
19 setting FPC rounding mode to [-> near]
28 setting FPC rounding mode to [-> near]
37 setting FPC rounding mode to [-> near]
46 setting FPC rounding mode to [-> near]
rounding-1.stdout.exp 1 cfdbr [->near/even] -2147483648.500000 -> -2147483648 cc = 1
  /external/chromium_org/third_party/sqlite/src/test/
fts3expr.test 51 test_fts3expr "ab NEAR cd"
52 } {NEAR/10 {PHRASE 3 0 ab} {PHRASE 3 0 cd}}
54 test_fts3expr "ab NEAR/5 cd"
55 } {NEAR/5 {PHRASE 3 0 ab} {PHRASE 3 0 cd}}
57 test_fts3expr "ab NEAR/87654321 cd"
58 } {NEAR/87654321 {PHRASE 3 0 ab} {PHRASE 3 0 cd}}
60 test_fts3expr "ab NEAR/7654321 cd"
61 } {NEAR/7654321 {PHRASE 3 0 ab} {PHRASE 3 0 cd}}
63 test_fts3expr "ab NEAR/654321 cd"
64 } {NEAR/654321 {PHRASE 3 0 ab} {PHRASE 3 0 cd}
    [all...]
fts3near.test 33 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR/0 three'}
36 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR/1 two'}
39 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR/1 three'}
42 execsql {SELECT docid FROM t1 WHERE content MATCH 'three NEAR/1 one'}
45 execsql {SELECT docid FROM t1 WHERE content MATCH '"one two" NEAR/1 five'}
48 execsql {SELECT docid FROM t1 WHERE content MATCH '"one two" NEAR/2 five'}
51 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR four'}
54 execsql {SELECT docid FROM t1 WHERE content MATCH 'four NEAR three'}
57 execsql {SELECT docid FROM t1 WHERE content MATCH '"four five" NEAR/0 three'}
60 execsql {SELECT docid FROM t1 WHERE content MATCH '"four five" NEAR/2 one'
    [all...]
  /development/samples/training/threadsample/res/drawable/
imagenotqueued.xml 4 <!-- opaque near black -->
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
query-selector-all-class-first.html 8 description: "This benchmark tests querySelectorAll() for an element that appears near the head of the document",
query-selector-all-id-first.html 8 description: "This benchmark tests querySelectorAll() for an element that appears near the head of the document",
query-selector-all-first.html 8 description: "This benchmark tests querySelectorAll() for an element that appears near the head of the document",
query-selector-first.html 8 description: "This benchmark tests querySelector() for an element that appears near the head of the document",
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 22 ; Defaults to near jump (on both NASM and Yasm)
28 ; Force near (non-far) jump (just offset, no segment).
29 jmp near keybuf
30 jmp near 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
  /frameworks/base/tests/RenderScriptTests/ShadersTest/res/raw/
depth_fs.glsl 4 // Near and far planes from the projection
  /external/libpcap/msdos/
ndis_0.asm 23 @&name label near
54 EXTRN _NdisSystemRequest : near
55 EXTRN _NdisRequestConfirm : near
56 EXTRN _NdisTransmitConfirm : near
57 EXTRN _NdisReceiveLookahead : near
58 EXTRN _NdisIndicationComplete : near
59 EXTRN _NdisReceiveChain : near
60 EXTRN _NdisStatusProc : near
61 EXTRN _NdisAllocStack : near
62 EXTRN _NdisFreeStack : near
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-type.c 53 CV_SPECIAL_NEARBSTR = 0x05<<0, /* Near Basic string */
85 CV_MODE_NEAR = 0x01<<8, /* Near pointer */
88 CV_MODE_NEAR32 = 0x04<<8, /* 32-bit near pointer */
90 CV_MODE_NEAR64 = 0x06<<8, /* 64-bit near pointer */
99 CV_T_PVOID = 0x0103, /* Near pointer to void */
102 CV_T_32PVOID = 0x0403, /* 32-bit near pointer to void */
105 CV_T_NBASICSTR = 0x0005, /* Near Basic string */
112 CV_T_PCHAR = 0x0110, /* Near pointer to 8-bit signed */
113 CV_T_PUCHAR = 0x0120, /* Near pointer to 8-bit unsigned */
118 CV_T_32PCHAR = 0x0410, /* 16:32 near pointer to 8-bit signed *
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkAvoidXfermode.h 32 Tolerance near 0: avoid any colors even remotely similar to the op-color
33 Tolerance near 255: avoid only colors nearly identical to the op-color
37 Tolerance near 0: draw only on colors that are nearly identical to the op-color
38 Tolerance near 255: draw on any colors even remotely similar to the op-color
  /external/skia/include/effects/
SkAvoidXfermode.h 32 Tolerance near 0: avoid any colors even remotely similar to the op-color
33 Tolerance near 255: avoid only colors nearly identical to the op-color
37 Tolerance near 0: draw only on colors that are nearly identical to the op-color
38 Tolerance near 255: draw on any colors even remotely similar to the op-color
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
README.syntax 54 As well as grouping tokens together by phrase, the binary NEAR operator
56 or phrases within a specified proximity of each other. The NEAR operator
57 must always be specified in upper case. The word "near" in lower or mixed
60 <col> MATCH 'engineering NEAR consultancy'
66 a different required proximity by adding "/N" immediately after the NEAR
69 <col> MATCH 'engineering NEAR/5 consultancy'
72 by not more than 5 other tokens. More than one NEAR operator can be used
75 <col> MATCH 'reliable NEAR/2 engineering NEAR/5 consultancy'
81 also be used as arguments to the NEAR operator
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h 31 // near-end. Used to allocate memory for spectrum
36 // detect cases in which a near-end signal occurs before
63 // Estimates and returns the delay between the far-end and near-end blocks. The
69 // - near_spectrum : Pointer to the near-end spectrum data of the current
72 // near-end).
74 // - near_q : The Q-domain of the near-end data.
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.h 30 // Implements the "same" and "near" caches
31 // as described in RFC 3284, section 5. The "near" cache allows
53 // same_cache_size_ before initializing the same and near caches. After the
63 // Returns the first mode number that represents one of the NEAR modes.
64 // The number of NEAR modes is near_cache_size. Each NEAR mode refers to
96 // each address mode type (SELF, HERE, NEAR, and SAME).
160 // of the SAME and NEAR caches.
180 // which may need to access the SAME or NEAR address cache. Returns the
199 // The number of addresses to be kept in the NEAR cache
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh 98 * @param near plane
105 float4 *near, float4 *far) {
127 near->x = viewProj->m[3] + viewProj->m[2];
128 near->y = viewProj->m[7] + viewProj->m[6];
129 near->z = viewProj->m[11] + viewProj->m[10];
130 near->w = viewProj->m[15] + viewProj->m[14];
145 len = length(near->xyz);
146 *near /= len;
158 * @param near plane
165 float4 *near, float4 *far)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_math.rsh 98 * @param near plane
105 float4 *near, float4 *far) {
127 near->x = viewProj->m[3] + viewProj->m[2];
128 near->y = viewProj->m[7] + viewProj->m[6];
129 near->z = viewProj->m[11] + viewProj->m[10];
130 near->w = viewProj->m[15] + viewProj->m[14];
145 len = length(near->xyz);
146 *near /= len;
158 * @param near plane
165 float4 *near, float4 *far)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_math.rsh 98 * @param near plane
105 float4 *near, float4 *far) {
127 near->x = viewProj->m[3] + viewProj->m[2];
128 near->y = viewProj->m[7] + viewProj->m[6];
129 near->z = viewProj->m[11] + viewProj->m[10];
130 near->w = viewProj->m[15] + viewProj->m[14];
145 len = length(near->xyz);
146 *near /= len;
158 * @param near plane
165 float4 *near, float4 *far)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_math.rsh 98 * @param near plane
105 float4 *near, float4 *far) {
127 near->x = viewProj->m[3] + viewProj->m[2];
128 near->y = viewProj->m[7] + viewProj->m[6];
129 near->z = viewProj->m[11] + viewProj->m[10];
130 near->w = viewProj->m[15] + viewProj->m[14];
145 len = length(near->xyz);
146 *near /= len;
158 * @param near plane
165 float4 *near, float4 *far)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 98 * @param near plane
105 float4 *near, float4 *far) {
127 near->x = viewProj->m[3] + viewProj->m[2];
128 near->y = viewProj->m[7] + viewProj->m[6];
129 near->z = viewProj->m[11] + viewProj->m[10];
130 near->w = viewProj->m[15] + viewProj->m[14];
145 len = length(near->xyz);
146 *near /= len;
158 * @param near plane
165 float4 *near, float4 *far)
    [all...]

Completed in 2630 milliseconds

1 2 3 4 5 6 7 8 91011>>