/external/v8/test/mjsunit/ |
debug-changebreakpoint.js | 73 testArguments(dcp, '{"breakpoint":"xx","condition":"false"}', false);
|
debug-scripts-request.js | 66 testArguments(dcp, '{"types":"xx"}', false);
|
string-add.js | 65 assertEquals("11", x + x, "xx");
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble.c | 325 UINT8 xx; local 330 xx = btm_handle_to_acl_index (conn_handle); 331 if (xx >= MAX_L2CAP_LINKS) 334 p = &btm_cb.acl_db[xx]; [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cffparse.c | 531 /* `xx' and `yy' are of approximately the same magnitude. To avoid */ 532 /* loss of precision, we use the magnitude of element `xx' to scale */ 536 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling ); 545 " strange scaling value for xx element (%d),\n" 549 matrix->xx = 0x10000L; 569 (double)matrix->xx / *upm / 65536,
|
/external/freetype/src/cff/ |
cffparse.c | 531 /* `xx' and `yy' are of approximately the same magnitude. To avoid */ 532 /* loss of precision, we use the magnitude of element `xx' to scale */ 536 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling ); 545 " strange scaling value for xx element (%d),\n" 549 matrix->xx = 0x10000L; 569 (double)matrix->xx / *upm / 65536,
|
/external/opencv/cv/src/ |
cvlkpyramid.cpp | 864 double xx, xy, yy; local 880 xx = x * x; 886 G[14] += xx * ixix; 888 G[16] += xx * ixiy; 902 G[28] += xx * iyiy; [all...] |
cvundistort.cpp | 470 double xx = RR[0][0]*x + RR[0][1]*y + RR[0][2]; local 473 x = xx*ww;
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/ |
gl-matrix.js | [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType.cpp | 867 fMatrix22.xx = SkScalarToFixed(SkScalarMul(m.getScaleX(), inv)); 877 fMatrix22.xx = fMatrix22.yy = SK_Fixed1; [all...] |
/external/flac/libFLAC/ |
stream_decoder.c | 1677 FLAC__uint64 xx; local 2149 FLAC__uint64 xx; local [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 929 fMatrix22.xx = SkScalarToFixed(SkScalarMul(m.getScaleX(), inv)); [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 3941 UINT8 xx; local [all...] |
/external/chromium_org/third_party/icu/source/data/coll/ |
colfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/chromium_org/third_party/icu/source/data/curr/ |
resfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 153 uint16_t* xx = (uint16_t*)xy; local 155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
|
/external/clang/test/Analysis/ |
malloc.c | 606 struct xx *p = malloc(12); 619 struct xx *p = malloc(12);
|
/external/icu4c/data/coll/ |
colfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/curr/ |
resfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/lang/ |
resfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/region/ |
resfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/icu4c/data/zone/ |
resfiles.mk | 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 153 uint16_t* xx = (uint16_t*)xy; local 155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
|
/external/tremolo/Tremolo/ |
mdctARM.s | 1011 ADD r9, r1, r7, LSL #2 @ r9 = xx = x + (b>>shift) 1012 CMP r5, r9 @ if (w > xx) 1015 LDRGT r12,[r9] @ r12 = xx[0] 1016 LDRGT r14,[r9,#4] @ r14 = xx[1] 1017 STRGT r10,[r9] @ xx[0]= w[0] 1018 STRGT r11,[r9,#4] @ xx[1]= w[1] 1019 STRGT r12,[r5,#8] @ w[0] = xx[0] 1020 STRGT r14,[r5,#12] @ w[1] = xx[1] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 97 fname = 'xx\rxx\nxx\'xx"xx' if sys.platform != "win32" else "xx'xx"
|