HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 226 - 250 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 30 var collator = Intl.Collator(['xx']);
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 30 var dtf = Intl.DateTimeFormat(['xx']);
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 30 var nf = Intl.NumberFormat(['xx']);
  /external/icu4c/data/brkitr/
brkfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 47 register UINT32 xx; local
49 for (xx = 0; xx < len; xx++)
64 register UINT32 xx; local
66 for (xx = 0; xx < len; xx++)
    [all...]
  /external/skia/tests/
MathTest.cpp 270 double xx = x + 0.5; // need intermediate double to avoid temp loss local
271 int ix = (int)floor(xx);
592 double xx = (double)x / SK_Fract1; local
594 SkFract check = SkFloatToFract(sqrt(xx));
600 xx = (double)x / SK_Fixed1;
601 check = SkFloatToFixed(sqrt(xx));
605 xx = (double)x;
606 check = (int32_t)sqrt(xx);
  /external/speex/libspeex/
filters_bfin.h 473 spx_word16_t *xx, *yy;
474 xx = x;
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 262 X500Principal xx = cert.getIssuerX500Principal(); local
263 x = xx.getEncoded();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 54 ;%define window rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
55 ;%define windowbestlen rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
56 ;%define scanstart rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
57 ;%define scanend rsp + xx - LocalVarsSize ; last two bytes of string use ebx
58 ;%define scanalign rsp + xx - LocalVarsSize ; dword-misalignment of string r13
59 ;%define bestlen rsp + xx - LocalVarsSize ; size of best match so far -> r11d
60 ;%define scan rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses.js 171 shouldBe("regexp34.exec('XX btn-abc')","['btn-abc']");
190 var regexp38 = /^(z|(x|xx)|b|)$/;
191 shouldBe("regexp38.exec('xx')", "['xx','xx','xx']");
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 75 UChar xx = 0; local
77 if (x >= '0' && x <= '9') { xx = x - '0'; }
78 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
79 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
82 assert(xx < 16);
83 xx = (xx << 4) | xx;
84 assert(xx < 256);
85 dst->uChar[i] = xx;
    [all...]
pcmpstr64w.c 78 UChar xx = 0; local
80 if (x >= '0' && x <= '9') { xx = x - '0'; }
81 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
82 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
85 assert(xx < 16);
86 xx = (xx << 4) | xx;
87 assert(xx < 256);
88 dst->uChar[i] = xx;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 1057 UINT8 xx; local
1073 for (xx = 0; xx < LEN_UUID_128 - 4; xx++)
1075 if (p_uuid[xx] != base_uuid[xx])
1578 UINT16 xx = 0; local
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 573 UINT8 num, xx; local
577 for (xx = 0; xx < num; xx++)
1150 UINT8 more, num_entries, xx, yy, *pn, tl; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat3.js 390 xx = x * x2,
405 out[4] = 1 - (xx + zz);
410 out[8] = 1 - (xx + yy);
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 252 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
260 xx = x * x;
271 rotation.m[0][0] = (one_minus_cos * xx) + cos_angle;
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 582 FT_Fixed xx, xy, yy, yx; local
629 xx = yy = 0x10000L;
634 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
635 yy = xx;
639 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
644 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
650 subglyph->transform.xx = xx;
    [all...]
  /external/freetype/src/truetype/
ttgload.c 582 FT_Fixed xx, xy, yy, yx; local
629 xx = yy = 0x10000L;
634 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
635 yy = xx;
639 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
644 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
650 subglyph->transform.xx = xx;
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 232 float xx = x * xs; local
244 (xy + zw), 1 - (xx + zz), (yz - xw),
245 (xz - yw), (yz + xw), 1.0 - (xx + yy));
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
Converter.java 152 float xx = oldQuaternion.getX() * xs; local
167 newMatrix.m11 = 1 - (xx + zz);
171 newMatrix.m22 = 1 - (xx + yy);
  /external/valgrind/main/include/
pub_tool_tooliface.h 513 Bool rr, Bool ww, Bool xx,
518 Bool rr, Bool ww, Bool xx,
523 Bool rr, Bool ww, Bool xx));
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_main.c 528 UINT8 xx; local
530 for (xx = 0; xx < BTA_AG_NUM_SCB; xx++, p_scb++)
    [all...]

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>