/external/clang/test/CodeGenCXX/ |
x86_32-arguments.cpp | 37 CallSite(unsigned XX) : Ptr(XX) {} 46 virtual void xx();
|
/external/clang/test/Sema/ |
block-return.c | 81 int (^xx)(const char *s) = ^(char *s) { return 1; }; // expected-error {{incompatible block pointer types initializing 'int (^)(const char *)' with an expression of type 'int (^)(char *)'}}
|
/external/freetype/src/base/ |
ftsynth.c | 62 transform.xx = 0x10000L;
|
/external/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 81 pshufhw xmm1, xmm1, 0b1h ;22 23 02 03 xx xx xx xx 82 pshufhw xmm2, xmm2, 0b1h ;32 33 12 13 xx xx xx xx
|
/external/mesa3d/test/ |
image_file.h | 274 for (unsigned xx = 0; xx < 2; xx++) 276 unsigned s = x * 2 + xx;
|
main.cpp | 377 for (unsigned xx = 0; xx < scale; xx++) 379 ((unsigned *)frameSurface.data)[(y * scale + yy) * width + x * scale + xx] = pixel;
|
/external/v8/test/mjsunit/regress/ |
regress-45469.js | 34 var res = re.exec("xx"); 42 var res = re.test("xx");
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC_s.h | 106 xx EQU 0;
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC_s.h | 106 xx EQU 0;
|
/external/skia/src/core/ |
SkBitmapProcState_sample.h | 102 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local 104 SkASSERT(*xx < (unsigned)s.fBitmap->width()); 105 src = srcAddr[*xx++]; *colors++ = RETURNDST(src); 142 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 143 unsigned x0 = XX >> 14; 144 unsigned x1 = XX & 0x3FFF;
|
/external/stlport/test/unit/ |
string_test.cpp | 377 string xx; local 379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3 392 xx = "123456"; 393 xx += low; 394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) { 400 xx = "1234"; 401 xx += ";"; 403 if ( strcmp( xx.data(), "1234;" ) != 0 ) { 413 string xx; local 420 xx = "123456" [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
string_test.cpp | 377 string xx; local 379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3 392 xx = "123456"; 393 xx += low; 394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) { 400 xx = "1234"; 401 xx += ";"; 403 if ( strcmp( xx.data(), "1234;" ) != 0 ) { 413 string xx; local 420 xx = "123456" [all...] |
/ndk/tests/device/test-stlport/unit/ |
string_test.cpp | 377 string xx; local 379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3 392 xx = "123456"; 393 xx += low; 394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) { 400 xx = "1234"; 401 xx += ";"; 403 if ( strcmp( xx.data(), "1234;" ) != 0 ) { 413 string xx; local 420 xx = "123456" [all...] |
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 252 int xx; local 253 for (xx = 0; xx < info->width; xx++) { 260 line[xx] = palette_from_fixed(ii / 4);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 261 int xx; local 262 for (xx = 0; xx < buffer->width; xx++) { 269 line[xx] = palette_from_fixed(ii / 4);
|
/external/valgrind/main/VEX/priv/ |
guest_amd64_helpers.c | [all...] |
guest_x86_helpers.c | [all...] |
/external/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | [all...] |
subpixel_mmx.asm | 254 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 257 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06 286 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 289 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06 409 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 412 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06 441 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 444 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06 564 movd mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 565 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 0 [all...] |
/external/yaffs2/yaffs2/direct/ |
dtest.c | 15 char xx[600]; variable 169 char xx[200]; local 177 sprintf(xx,"%s %8d",fn,iterations); 178 yaffs_write(h,xx,strlen(xx)); 189 char xx[200]; local 199 sprintf(xx,"%s %8d",fn,iterations); 200 l = strlen(xx); 205 if(strcmp(xx,yy)){ 382 while ((result = yaffs_write(h,xx,600)) == 600 1819 char xx[2500]; local [all...] |
/external/opencv/ml/src/ |
mlcnn.cpp | [all...] |
/external/tremolo/Tremolo/ |
mdct.c | 256 DATA_TYPE *xx = x + (b>>shift); local 261 if(w>xx){ 263 r = xx[0]; 264 xx[0] = w[0]; 267 r = xx[1]; 268 xx[1] = w[1];
|
/external/clang/test/CodeGen/ |
asm.c | 51 __asm__("PR3908 %[lf] %[xx] %[li] %[r]" : [r] "+r" (r) : [lf] "mx" (0), [li] "mr" (0), [xx] "x" ((double)(0)));
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 296 for (int xx = 0; xx < 32; xx++) { 297 muteMask[ii][xx] = true; 357 for (int xx = 0; xx < 32; xx++) { 358 muteMask[8][xx] = false; [all...] |
/external/icu4c/data/brkitr/ |
brkfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|