HomeSort by relevance Sort by last modified time
    Searched refs:rest (Results 76 - 100 of 357) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 122 String rest = nextPart.substring(position + off); local
124 if (rest == null)
126 // logger.debug("rest = [[" + rest + "]]");
128 ContentImpl content = new ContentImpl(rest, boundary);
  /external/chromium_org/sandbox/win/src/
interception.cc 212 std::list<InterceptionData>::iterator rest = it;
213 for (; rest != interceptions_.end();) {
214 if (rest->dll == dll) {
215 if (!SetupInterceptionInfo(*rest, &buffer, &buffer_bytes, dll_info))
217 if (it == rest)
219 rest = interceptions_.erase(rest);
221 ++rest;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
compatibility.py 23 unc_path, rest = os.path.splitunc(path)
24 unc_start, rest = os.path.splitunc(start)
  /external/guava/guava-testlib/src/com/google/common/testing/
EquivalenceTester.java 95 public EquivalenceTester<T> addEquivalenceGroup(T first, T... rest) {
96 addEquivalenceGroup(Lists.asList(first, rest));
  /external/guava/guava-tests/test/com/google/common/base/
JoinerTest.java 200 Object[] rest = new Integer[num]; local
202 rest[i] = partsArray[i + 2];
205 assertEquals(expected, joiner.join(partsArray[0], partsArray[1], rest));
208 joiner.appendTo(sb3, partsArray[0], partsArray[1], rest);
241 Object[] rest = new Integer[num]; local
243 rest[i] = partsArray[i + 2];
246 assertEquals(expected, joiner.join(partsArray[0], partsArray[1], rest));
249 joiner.appendTo(sb3, partsArray[0], partsArray[1], rest);
  /external/libmtp/examples/
albumart.c 54 char *rest; local
70 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 65 # let's see if it detects broken rest
70 # and non-broken rest
71 rest = 'title\n=====\n\ntest'
72 msgs = cmd._check_rst_data(rest)
78 # let's see if it detects broken rest in long_description
93 # and non-broken rest, including a non-ASCII character to test #12114
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 61 Return a 2-tuple (unc, rest); either part may be empty.
63 using backslashes). unc+rest is always the input path.
111 unc, rest = splitunc(path)
113 return rest in ("", "/", "\\")
ConfigParser.py 696 def _interpolate_some(self, option, accum, rest, section, map, depth):
698 raise InterpolationDepthError(option, section, rest)
699 while rest:
700 p = rest.find("%")
702 accum.append(rest)
705 accum.append(rest[:p])
706 rest = rest[p:]
708 c = rest[1:2]
711 rest = rest[2:
    [all...]
ftplib.py 312 def ntransfercmd(self, cmd, rest=None):
322 Optional `rest' argument can be a string that is sent as the
323 argument to a REST command. This is essentially a server
332 if rest is not None:
333 self.sendcmd("REST %s" % rest)
351 if rest is not None:
352 self.sendcmd("REST %s" % rest)
369 def transfercmd(self, cmd, rest=None)
    [all...]
ntpath.py 134 Return a 2-tuple (unc, rest); either part may be empty.
136 using backslashes). unc+rest is always the input path.
160 # rest). After the trailing '/' is stripped, the invariant
224 unc, rest = splitunc(path)
226 return rest in ("", "/", "\\")
488 prefix, rest = splitunc(abs)
491 prefix, rest = splitdrive(abs)
492 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 65 # let's see if it detects broken rest
70 # and non-broken rest
71 rest = 'title\n=====\n\ntest'
72 msgs = cmd._check_rst_data(rest)
78 # let's see if it detects broken rest in long_description
93 # and non-broken rest, including a non-ASCII character to test #12114
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 61 Return a 2-tuple (unc, rest); either part may be empty.
63 using backslashes). unc+rest is always the input path.
111 unc, rest = splitunc(path)
113 return rest in ("", "/", "\\")
ConfigParser.py 696 def _interpolate_some(self, option, accum, rest, section, map, depth):
698 raise InterpolationDepthError(option, section, rest)
699 while rest:
700 p = rest.find("%")
702 accum.append(rest)
705 accum.append(rest[:p])
706 rest = rest[p:]
708 c = rest[1:2]
711 rest = rest[2:
    [all...]
ftplib.py 312 def ntransfercmd(self, cmd, rest=None):
322 Optional `rest' argument can be a string that is sent as the
323 argument to a REST command. This is essentially a server
332 if rest is not None:
333 self.sendcmd("REST %s" % rest)
351 if rest is not None:
352 self.sendcmd("REST %s" % rest)
369 def transfercmd(self, cmd, rest=None)
    [all...]
ntpath.py 134 Return a 2-tuple (unc, rest); either part may be empty.
136 using backslashes). unc+rest is always the input path.
160 # rest). After the trailing '/' is stripped, the invariant
224 unc, rest = splitunc(path)
226 return rest in ("", "/", "\\")
488 prefix, rest = splitunc(abs)
491 prefix, rest = splitdrive(abs)
492 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 83 <rest(alts):{it | el<rewriteTemplateAlt(it)>}>
88 <rest(alts):{it | el<rewriteTemplateAlt(it)>}>
  /external/guava/guava/src/com/google/common/collect/
Lists.java 226 * rest} array will be reflected in the returned list. Unlike {@link
236 * @param rest an array of additional elements, possibly empty
239 public static <E> List<E> asList(@Nullable E first, E[] rest) {
240 return new OnePlusArrayList<E>(first, rest);
247 final E[] rest; field in class:Lists.OnePlusArrayList
249 OnePlusArrayList(@Nullable E first, E[] rest) {
251 this.rest = checkNotNull(rest);
254 return rest.length + 1;
259 return (index == 0) ? first : rest[index - 1]
291 final E[] rest; field in class:Lists.TwoPlusArrayList
    [all...]
  /external/grub/stage2/
fsys_jfs.c 275 char *ptr, *rest, ch; local
332 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++);
333 *rest = 0;
370 *(dirname = rest) = ch;
379 *rest = ch;
  /external/llvm/lib/Support/
StringRef.cpp 261 StringRef rest = *this;
263 // rest.data() is used to distinguish cases like "a," that splits into
266 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit);
268 std::pair<StringRef, StringRef> p = rest.split(Separators);
272 rest = p.second;
275 if (rest.data() != NULL && (rest.size() != 0 || KeepEmpty))
276 A.push_back(rest);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 67 self.rest = None
183 self.rest = arg
184 self.push('350 rest ok')
188 if self.rest is not None:
189 offset = int(self.rest)
194 self.rest = None
492 for rest in (0, 10, 20):
494 self.client.retrbinary('retr', received.append, rest=rest)
495 self.assertEqual(''.join(received), RETR_DATA[rest:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 67 self.rest = None
183 self.rest = arg
184 self.push('350 rest ok')
188 if self.rest is not None:
189 offset = int(self.rest)
194 self.rest = None
492 for rest in (0, 10, 20):
494 self.client.retrbinary('retr', received.append, rest=rest)
495 self.assertEqual(''.join(received), RETR_DATA[rest:]
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
commands.py 66 def RunProcess(verbose, timeout, args, **rest):
81 **rest
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 141 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
143 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
145 first.append(rest);
  /external/icu4c/common/
filterednormalizer2.cpp 143 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
145 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
147 first.append(rest);

Completed in 1821 milliseconds

1 2 34 5 6 7 8 91011>>