HomeSort by relevance Sort by last modified time
    Searched refs:pos2 (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 51 pos2 = f.tell()
52 self.assertEqual(pos2, 2)
54 f.setpos(pos2)
  /external/chromium_org/v8/src/
liveedit.cc 96 int pos2 = 0; local
99 if (pos2 < len2_) {
100 Direction dir = get_direction(pos1, pos2);
105 pos2++;
114 pos2++;
124 if (len2_ != pos2) {
125 writer.skip2(len2_ - pos2);
150 int CompareUpToTail(int pos1, int pos2) {
152 if (pos2 < len2_) {
153 int cached_res = get_value4(pos1, pos2);
    [all...]
  /external/v8/src/
liveedit.cc 93 int pos2 = 0; local
96 if (pos2 < len2_) {
97 Direction dir = get_direction(pos1, pos2);
102 pos2++;
111 pos2++;
121 if (len2_ != pos2) {
122 writer.skip2(len2_ - pos2);
147 int CompareUpToTail(int pos1, int pos2) {
149 if (pos2 < len2_) {
150 int cached_res = get_value4(pos1, pos2);
    [all...]
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 47 std::string::size_type pos2 = aid.find_first_of (delimiter); local
54 if (pos2 == std::string::npos)
63 sscanf (aid.substr(pos1, pos2-pos1+1).c_str(), "%x", &num);
66 pos1 = pos2 + 1;
67 pos2 = aid.find_first_of (delimiter, pos1);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 260 char buf[2048], *pos, *pos2; local
408 pos2 = strchr(pos, '\n');
409 if (pos2)
410 *pos2 = '\0';
413 if (pos2)
414 pos = pos2 + 1;
831 char *pos = msg, *pos2; local
856 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
857 if (pos2)
858 pos2++
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 1194 int32_t i, pos1, pos2, middle, length; local
    [all...]
cnumtst.c 160 UFieldPosition pos2; local
289 pos2.field = 1; /* Fractional Section */
290 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
298 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
309 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
347 pos2.field = 0; /* integer part */
348 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
353 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
363 if (pos2.beginIndex == 1 && pos2.endIndex == 6)
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 1194 int32_t i, pos1, pos2, middle, length; local
    [all...]
  /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/oprofile/daemon/
opd_sfile.c 534 struct list_head * pos2; local
535 list_for_each_safe(pos, pos2, &sf->cg_hash[i]) {
556 struct list_head * pos2; local
558 list_for_each_safe(pos, pos2, &lru_list) {
605 struct list_head * pos2; local
611 list_for_each_safe(pos, pos2, &lru_list) {
  /external/chromium_org/third_party/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/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/webp/src/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/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 972 char *pos, *pos2; local
987 pos2 = os_strchr(pos, ' ');
988 if (pos2)
989 *pos2++ = '\0';
993 os_strcmp(pos, "WPS-CR") == 0, pos2);
1061 char *pos, *role, *type, *pos2; local
1075 pos2 = os_strchr(pos, ' ');
1076 if (pos2 == NULL)
1078 *pos2++ = '\0';
1093 len = os_strlen(pos2);
3694 char *pos, *pos2; local
3927 char *pos, *pos2; local
4370 const char *pos, *pos2, *pos3; local
4623 char *pos, *pos2; local
    [all...]
wpa_cli.c 3095 char *copy = NULL, *id, *pos2; local
3347 char *pos2 = os_strrchr(pos, '"'); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
sdtfmtts.cpp 145 FieldPosition pos1(0), pos2(0);
151 res2 = cust1.format(fD, res2, pos2, status);
dtfmapts.cpp 165 FieldPosition pos1(0), pos2(0);
174 res2 = it->format(d, res2, pos2);
  /external/icu4c/test/intltest/
sdtfmtts.cpp 145 FieldPosition pos1(0), pos2(0);
151 res2 = cust1.format(fD, res2, pos2, status);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 688 Vector3f pos2 = sl.getPosition(); local
693 lightPos.setVector4InArray(pos2.getX(), pos2.getY(), pos2.getZ(), invRange, lightIndex);
777 Vector3f pos2 = sl.getPosition(); local
782 tmpLightPosition.set(pos2.getX(), pos2.getY(), pos2.getZ(), invRange);
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 116 struct list_head * pos2; local
120 list_for_each_safe(pos, pos2, &opd_modules) {
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 498 int pos2 = arcType.Find('.', pos); local
499 if (pos2 < 0)
500 pos2 = arcType.Length();
501 const UString name = arcType.Mid(pos, pos2 - pos);
509 pos = pos2 + 1;
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 3051 char *names, *pos, *pos2; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 33 char buf[128], *pos, *pos2; local
75 pos2 = pos;
76 while (*pos2 != ' ' && *pos2 != '\t' && *pos2 != '\0')
77 pos2++;
78 *pos2 = '\0';
192 char buf[512], *pos, *start, *pos2; local
389 pos2 = pos;
390 while (*pos2 != '\0' && *pos2 != ' ' &
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.c 241 const u8 *pos2; local
246 pos2 = search_tag("Proc-Type: 4,ENCRYPTED", pos, end - pos);
247 if (pos2) {
  /external/oprofile/libutil++/
child_reader.cpp 31 pos2(0), end2(0),

Completed in 1237 milliseconds

1 23 4 5 6