/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow-inline.h | 1132 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2] 1139 unsigned HOST_WIDE_INT pos2, 1142 if (pos1 >= pos2 1144 || pos1 < (pos2 + size2))) 1146 if (pos2 >= pos1 1148 || pos2 < (pos1 + size1))) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 149 FieldPosition pos2 = new FieldPosition(0); local 156 res2 = pat.format(l, res2, pos2);
|
IntlTestDecimalFormatAPIC.java | 106 FieldPosition pos2 = new FieldPosition(0); local 113 res2 = pat.format(l, res2, pos2);
|
/external/icu/icu4c/source/test/intltest/ |
dtfmapts.cpp | 165 FieldPosition pos1(0), pos2(0); 174 res2 = it->format(d, res2, pos2);
|
nmfmapts.cpp | 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0); 134 res4 = cur_fr->format(l, res4, pos2);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 145 FieldPosition pos2 = new FieldPosition(0); local 152 res2 = pat.format(l, res2, pos2);
|
IntlTestDecimalFormatAPIC.java | 102 FieldPosition pos2 = new FieldPosition(0); local 109 res2 = pat.format(l, res2, pos2);
|
/external/svox/pico/lib/ |
picowa.h | 77 - pos1|ind1, pos2|ind2, ..., posN|indN
|
/external/wpa_supplicant_8/hs20/client/ |
spp_client.c | 269 char *pos2; local 270 pos2 = os_strrchr(pos, '/'); 271 if (pos2 == NULL) { 274 *pos2 = '\0';
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d4_17pf.cpp | 46 the calculation of pos[2] incorrectly. The correct formula is pos2 =i*5+2, 47 not pos2 = i*5 + 1. 194 * pos3 pos2 pos1 pos0 222 pos[2] = i * 5 + 2; /* pos2 =i*5+2 */
|
d8_31pf.cpp | 567 Word16 pos2; local 609 pos2 = (linear_codewords[j + 4] << 2) + j; 612 if (pos2 < pos1) 617 if (pos2 < L_SUBFR) 619 cod[pos2] += sign; /* avoid buffer overflow */
|
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/ |
SortedListTest.java | 295 int pos2 = random.nextInt(count); local 296 if (pos1 != pos2) { 298 items[pos1] = items[pos2]; 299 items[pos2] = temp;
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_mixer_manager_alsa_linux.cc | 1298 char* pos2 = strchr(deviceName, ','); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 842 int pos2 = text.lastIndexOf(']'); local 843 if (pos2 >= pos) { 844 items = text.mid(pos + 1, pos2 - pos - 1). 1272 int pos2 = text.lastIndexOf(']'); local 1273 if (pos2 >= pos) { 1275 text.mid(pos + 1, pos2 - pos - 1). [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
util_test.py | 78 def fn(pos1, pos2=1, kwonly=1): 79 return [pos1, pos2, kwonly]
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveCommandLine.cpp | 460 int pos2 = s.Find(L':', pos + 1);
local 461 if (pos2 < 0)
464 CEventSetEnd eventSetEnd((const wchar_t *)s + (pos2 + 1));
465 s.DeleteFrom(pos2);
[all...] |
OpenArchive.cpp | 3139 int pos2 = s.Find(':'); local 3196 int pos2 = s.Find('.', pos); local [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 539 int pos1, pos2; local 621 pos2 = (int16_t)(k * UPDATE / 2); 623 maskdata->DataBufferLoQ0[pos1] = inLoQ0[QLOOKAHEAD + pos2]; 624 maskdata->DataBufferHiQ0[pos1] = inHiQ0[pos2++];
|
/external/opencv3/3rdparty/jinja2/ |
lexer.py | 693 pos2 = m.end() 718 elif pos2 == pos: 722 pos = pos2
|
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.c | 162 UFieldPosition pos2; local 291 pos2.field = UNUM_FRACTION_FIELD; 292 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status); 300 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status); 313 if(pos2.beginIndex == 9 && pos2.endIndex == 11) 348 pos2.field = UNUM_INTEGER_FIELD; 349 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status); 354 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status); 365 if (pos2.beginIndex == 1 && pos2.endIndex == 6) [all...] |
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 1295 char *pos2 = os_strrchr(pos, '"'); local 1296 if (pos2) 1297 pos = pos2 + 1; [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_cred.c | 283 const u8 *pos2; local 288 pos2 = search_tag("Proc-Type: 4,ENCRYPTED", pos, end - pos); 289 if (pos2) { [all...] |
/bionic/tests/ |
stdio_test.cpp | 697 fpos_t pos2; local 703 EXPECT_EQ(0, fgetpos(fp, &pos2)); 717 ASSERT_EQ(1, static_cast<off_t>(pos2)); 724 ASSERT_EQ(0, fsetpos(fp, &pos2)); [all...] |
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
size_string_size_size.pass.cpp | 14 // size_type pos2, size_type n=npos); 25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, 32 s.insert(pos1, str, pos2, n); 34 assert(pos1 <= old_size && pos2 <= str.size()); 39 assert(pos1 > old_size || pos2 > str.size()); 46 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) 52 s.insert(pos1, str, pos2); 54 assert(pos1 <= old_size && pos2 <= str.size()); 59 assert(pos1 > old_size || pos2 > str.size()); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.td | 82 multiclass CompareBranches<Operand ccmask, string pos1, string pos2> { 86 "crj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>; 89 "cgrj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>; 92 "cij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>; 95 "cgij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>; 98 "clrj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>; 101 "clgrj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>; 104 "clij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>; 107 "clgij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>; [all...] |