/external/chromium_org/third_party/icu/source/common/unicode/ |
utext.h | [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
build.py | 223 for ix in range(len(outfiles)): 224 outfiles[ix].output_filename = os.path.abspath( 225 self.scons_targets[ix])
|
/external/icu4c/common/unicode/ |
utext.h | 767 #define UTEXT_SETNATIVEINDEX(ut, ix) \ 768 { int64_t __offset = (ix) - (ut)->chunkNativeStart; \ 772 utext_setNativeIndex((ut), (ix)); } } [all...] |
/packages/apps/Camera/src/com/android/camera/ |
CameraActivity.java | 102 int ix = 0; local 110 moduleids[ix] = i; 111 drawids[ix++] = DRAW_IDS[i];
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 98 #define EXTRACT_WORD64(ix,d) \ 102 (ix) = ew_u.xparts.w; \ 134 #define INSERT_WORD64(d,ix) \ 137 iw_u.xparts.w = (ix); \
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
vec4.js | 421 ix = qw * x + qy * z - qz * y, 427 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy; 428 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz; 429 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
|
/external/chromium_org/third_party/icu/source/test/letest/ |
cletest.c | 676 le_int32 ix = glyphToCharMap[i]; local 678 if (ix != charIndex) { 679 if (ix != charIndex - 1) { 681 i, lineNumber, charIndex, ix); 699 le_int32 ix = glyphToCharMap[i]; local 701 if (ix > maxIndex) { 702 maxIndex = ix; 705 if (ix < minIndex) { 706 minIndex = ix;
|
letest.cpp | 906 le_int32 ix = glyphToCharMap[i]; local 929 le_int32 ix = glyphToCharMap[i]; local [all...] |
/external/chromium_org/tools/grit/grit/ |
clique.py | 270 for ix in range(len(contents)): 271 if (isinstance(contents[ix], types.StringTypes)): 272 contents[ix] = self.ModifyTextPart(lang, contents[ix])
|
/external/icu4c/test/letest/ |
cletest.c | 676 le_int32 ix = glyphToCharMap[i]; local 678 if (ix != charIndex) { 679 if (ix != charIndex - 1) { 681 i, lineNumber, charIndex, ix); 699 le_int32 ix = glyphToCharMap[i]; local 701 if (ix > maxIndex) { 702 maxIndex = ix; 705 if (ix < minIndex) { 706 minIndex = ix;
|
letest.cpp | 906 le_int32 ix = glyphToCharMap[i]; local 929 le_int32 ix = glyphToCharMap[i]; local [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
vp8l.c | 289 const int ix = tokens[i].code; local 291 VP8LWriteBits(bw, huffman_code->code_lengths[ix], huffman_code->codes[ix]); 292 switch (ix) { 345 const int ix = tokens[i].code; local 346 if (ix == 0 || ix == 17 || ix == 18) { 348 trailing_zero_bits += code_length_bitdepth[ix]; 349 if (ix == 17) [all...] |
/external/webp/src/enc/ |
vp8l.c | 289 const int ix = tokens[i].code; local 291 VP8LWriteBits(bw, huffman_code->code_lengths[ix], huffman_code->codes[ix]); 292 switch (ix) { 345 const int ix = tokens[i].code; local 346 if (ix == 0 || ix == 17 || ix == 18) { 348 trailing_zero_bits += code_length_bitdepth[ix]; 349 if (ix == 17) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast_tri.c | 62 unsigned ix, iy; local 66 for (ix = 0; ix < 16; ix += 4) 67 block_full_4(task, tri, x + ix, y + iy);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar | |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri.c | 62 unsigned ix, iy; local 66 for (ix = 0; ix < 16; ix += 4) 67 block_full_4(task, tri, x + ix, y + iy);
|
/packages/apps/Browser/src/com/android/browser/ |
SuggestionsAdapter.java | 348 int ix = 0; local 349 while ((ix < items.size()) && (item.type >= items.get(ix).type)) 350 ix++; 351 items.add(ix, item);
|
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | [all...] |
/external/icu4c/i18n/ |
rematch.cpp | [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
pattern.c | 232 int ix; local 234 for (ix = 0; ix < comp->nbStep; ix++) { 235 comp->steps[ix].previousExtra += style->extrasNr; 236 comp->steps[ix].indexExtra += style->extrasNr; 237 comp->steps[ix].lenExtra += style->extrasNr; 527 int ix, j; local 540 ix = XSLT_RUNTIME_EXTRA(ctxt, sel->indexExtra, ival); 571 ix = 0 887 int ix, nocache = 0; local 1019 int ix, nocache = 0; local [all...] |
numbers.c | 300 xmlBufferCCat(buffer, (is_upper) ? "IX" : "ix"); 321 int ix = 0; local 339 while (! (IS_LETTER(val=xmlStringCurrentChar(NULL, format+ix, &len)) || 341 if (format[ix] == 0) /* if end of format string */ 343 ix += len; 345 if (ix > 0) 346 tokens->start = xmlStrndup(format, ix); 351 if (format[ix] == 0) 363 val = xmlStringCurrentChar(NULL, format+ix, &len) [all...] |
/external/libxslt/libxslt/ |
pattern.c | 232 int ix; local 234 for (ix = 0; ix < comp->nbStep; ix++) { 235 comp->steps[ix].previousExtra += style->extrasNr; 236 comp->steps[ix].indexExtra += style->extrasNr; 237 comp->steps[ix].lenExtra += style->extrasNr; 527 int ix, j; local 540 ix = XSLT_RUNTIME_EXTRA(ctxt, sel->indexExtra, ival); 571 ix = 0 887 int ix, nocache = 0; local 1019 int ix, nocache = 0; local [all...] |
numbers.c | 300 xmlBufferCCat(buffer, (is_upper) ? "IX" : "ix"); 321 int ix = 0; local 339 while (! (IS_LETTER(val=xmlStringCurrentChar(NULL, format+ix, &len)) || 341 if (format[ix] == 0) /* if end of format string */ 343 ix += len; 345 if (ix > 0) 346 tokens->start = xmlStrndup(format, ix); 351 if (format[ix] == 0) 363 val = xmlStringCurrentChar(NULL, format+ix, &len) [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 131 int ix; member in struct:__anon29055 359 if (pBuf->ix == 0 ) 368 short* pData = pBuf->pData[--(pBuf->ix)]; 388 memcpy(pBuf->pData[(pBuf->ix)++], pAudioBuffer, 2048); 412 while(pBuf->ix == MAX_BUFFERS - 1) 433 while(pBuf->ix == MAX_BUFFERS - 1) 556 pBuf->ix = 0; [all...] |
/external/valgrind/main/VEX/priv/ |
ir_opt.c | 291 flatten_Expr(bb, ex->Iex.GetI.ix), 414 e1 = flatten_Expr(bb, puti->ix); 765 vassert(isIRAtom(st->Ist.PutI.details->ix)); 901 vassert(isIRAtom(st->Ist.PutI.details->ix)); 3074 IRTemp ix; member in struct:__anon30259::__anon30261::__anon30268 3929 IRExpr* ix = st->Ist.WrTmp.data->Iex.GetI.ix; local [all...] |