/external/javassist/src/main/javassist/bytecode/stackmap/ |
Tracer.java | 575 int pos2 = (pos & ~3) + 8; local 576 int low = ByteArray.read32bit(code, pos2); 577 int high = ByteArray.read32bit(code, pos2 + 4); 579 visitTableSwitch(pos, code, n, pos2 + 8, ByteArray.read32bit(code, pos2 - 4)); 583 int pos2 = (pos & ~3) + 8; local 584 int n = ByteArray.read32bit(code, pos2); 585 visitLookupSwitch(pos, code, n, pos2 + 4, ByteArray.read32bit(code, pos2 - 4));
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 85 int pos1, pos2; 86 if ( (pos1=$ACTION.text.indexOf("package"))!=-1 && (pos2=$ACTION.text.indexOf(';'))!=-1 ) { 87 grammarInfo.setGrammarPackage($ACTION.text.substring(pos1+8, pos2).trim()); // substring the package path
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_point.c | 139 float *pos2 = v2->data[pos]; local 162 pos2[0] += right_adj; 163 pos2[1] += top_adj;
|
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 38 char buf[128], *pos, *pos2; local 80 pos2 = pos; 81 while (*pos2 != ' ' && *pos2 != '\t' && *pos2 != '\0') 82 pos2++; 83 *pos2 = '\0'; 222 char buf[512], *pos, *start, *pos2; local 451 pos2 = pos; 452 while (*pos2 != '\0' && *pos2 != ' ' & [all...] |
/external/icu/icu4c/source/test/cintltst/ |
custrtst.c | 1189 int32_t i, pos1, pos2, middle, length; local [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
syntax.c | 305 uint64_t pos1, pos2, pos3; local 327 pos2 = VP8BitWriterPos(bw); 340 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); 341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
|
/external/skia/samplecode/ |
SampleAll.cpp | 352 SkTDArray<SkPoint>(pos2); 353 pos2.setCount(asciiLength); 355 pos2[index].set(SkIntToScalar((unsigned int)index * 10), 458 canvas->drawPosText(ascii, asciiLength, pos2.begin(), paint);
|
/external/svox/pico/lib/ |
picoklex.h | 80 POS1-byte, IND1-bytes, POS2-byte, IND2-bytes, etc.
|
/external/webp/src/enc/ |
syntax.c | 269 uint64_t pos1, pos2, pos3; local 286 pos2 = VP8BitWriterPos(bw); 293 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3); 294 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
|
/external/wpa_supplicant_8/src/ap/ |
ctrl_iface_ap.c | 547 const char *pos2 = os_strstr(pos, " " #str "="); \ 548 if (pos2) { \ 549 pos2 += sizeof(" " #str "=") - 1; \ 550 settings->freq_params.str = atoi(pos2); \
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
c2t64fx.c | 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local 169 pos2 = MSIZE - 2; 175 p0 = &rrixiy[pos2]; 200 pos2--;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDateFormatAPI.java | 108 FieldPosition pos2 = new FieldPosition(0); local 113 res2 = it.format(d, res2, pos2);
|
IntlTestNumberFormatAPI.java | 93 FieldPosition pos2 = new FieldPosition(0); local 106 res4 = cur_fr.format(l, res4, pos2);
|
/external/icu/icu4c/source/test/intltest/ |
sdtfmtts.cpp | 145 FieldPosition pos1(0), pos2(0); 151 res2 = cust1.format(fD, res2, pos2, status);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDateFormatAPI.java | 104 FieldPosition pos2 = new FieldPosition(0); local 109 res2 = it.format(d, res2, pos2);
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
ScriptGroupTestActivity.java | 116 void changeTest(int pos1, int pos2, int mode) { 121 final int[] index = new int[] { pos1, pos2 };
|
/external/wpa_supplicant_8/src/utils/ |
common.c | 752 const char *pos, *pos2, *pos3; local 768 pos2 = os_strchr(pos, '-'); 770 if (pos2 && (!pos3 || pos2 < pos3)) { 771 pos2++; 772 freq[count].max = atoi(pos2);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
map.h | 444 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 446 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 448 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 450 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 452 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 454 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
map.h | 444 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 446 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 448 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 450 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 452 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2); 454 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 745 const char *pos2 = os_strstr(pos, " " #str "="); \ 746 if (pos2) { \ 747 pos2 += sizeof(" " #str "=") - 1; \ 748 freq_params.str = atoi(pos2); \ 1312 char *pos, *pos2; local 1327 pos2 = os_strchr(pos, ' '); 1328 if (pos2) 1329 *pos2++ = '\0'; 1335 os_strcmp(pos, "WPS-CR") == 0, pos2); 1360 char *pos, *role, *type, *pos2; local 4964 char *pos, *pos2; local 5279 char *pos, *pos2; local 6166 char *pos, *pos2; local 7238 char *pos, *pos2; local [all...] |
wpa_cli.c | 3701 char *copy = NULL, *id, *pos2; local 3982 char *pos2 = os_strrchr(pos, '"'); local [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.cpp | 653 int pos2 = arcType.Find('.', pos);
local 654 if (pos2 < 0)
655 pos2 = arcType.Len();
656 const UString name = arcType.Mid(pos, pos2 - pos);
666 pos = pos2 + 1;
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 3039 char *names, *pos, *pos2; local [all...] |
/external/opencv3/modules/python/src2/ |
hdr_parser.py | 809 pos2 = pos + 1 811 t2, pos2 = self.find_next_token(l, ["\\", "\""], pos2) 817 pos2 += 2 819 block_head += " " + l[:pos2+1] 820 l = l[pos2+1:] [all...] |
/external/v8/src/debug/ |
liveedit.js | 454 function DiffChunk(pos1, pos2, len1, len2) { 456 this.pos2 = pos2; 497 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1; 514 return pos - diff_chunk.pos1 + diff_chunk.pos2; 600 pos_diff = chunk.pos2 + chunk.len2 - (chunk.pos1 + chunk.len1); [all...] |