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

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 51 # the rest to a subprocess, so we can't use buffered input.
77 (dir, rest) if self.path requires running a CGI script.
109 dir, rest = self.cgi_info
118 dir, rest = nextdir, nextrest
124 i = rest.rfind('?')
126 rest, query = rest[:i], rest[i+1:]
132 i = rest.find('/')
134 script, rest = rest[:i], rest[i:
    [all...]
posixpath.py 85 # rest). If the path ends in '/', tail will be empty. If there is no
108 # Split a pathname into a drive specification and the rest of the
372 def _joinrealpath(path, rest, seen):
373 if isabs(rest):
374 rest = rest[1:]
377 while rest:
378 name, _, rest = rest.partition(sep)
403 # Return already resolved part + rest of the path unchanged
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 51 # the rest to a subprocess, so we can't use buffered input.
77 (dir, rest) if self.path requires running a CGI script.
109 dir, rest = self.cgi_info
118 dir, rest = nextdir, nextrest
124 i = rest.rfind('?')
126 rest, query = rest[:i], rest[i+1:]
132 i = rest.find('/')
134 script, rest = rest[:i], rest[i:
    [all...]
posixpath.py 85 # rest). If the path ends in '/', tail will be empty. If there is no
108 # Split a pathname into a drive specification and the rest of the
372 def _joinrealpath(path, rest, seen):
373 if isabs(rest):
374 rest = rest[1:]
377 while rest:
378 name, _, rest = rest.partition(sep)
403 # Return already resolved part + rest of the path unchanged
    [all...]
  /external/chromium_org/content/browser/resources/media/
ssrc_info_manager.js 114 // Make |rest| starting at the next field.
115 var rest = attributes[i].substring(nextFieldIndex + 1);
117 while (rest.length > 0) {
118 nextFieldIndex = rest.search(this.FIELD_SEPARATOR_REGEX_);
120 nextFieldIndex = rest.length;
123 name = rest.substring(0, rest.indexOf(':'));
125 value = rest.substring(rest.indexOf(':') + 1, nextFieldIndex);
128 // Move |rest| to the start of the next field
    [all...]
  /external/clang/test/SemaCXX/
discrim-union.cpp 27 either_impl<Ts...> rest; member in union:detail::either_impl
34 constexpr either_impl(select<N>, U &&u) : rest(select<N-1>(), move(u)) {}
39 return decltype(rest)::index(t) + 1;
44 rest.destroy(elem - 1);
50 template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{})) get(select<N>) {
51 return rest.get(select<N-1>{});
  /bionic/libc/tools/
genserv.py 56 rest = string.strip(m.group(4))
59 m = re_alias.match(rest)
63 rest = string.strip(m.group(2))
  /cts/tests/tests/text/src/android/text/style/cts/
LeadingMarginSpan_StandardTest.java 46 int rest = 5; local
48 Standard standard = new LeadingMarginSpan.Standard(first, rest);
50 assertEquals(rest, standard.getLeadingMargin(false));
  /external/chromium/net/ftp/
ftp_util.h 41 const string16& rest,
ftp_util_unittest.cc 116 const char* rest; member in struct:__anon5470::__anon5474
159 kTestCases[i].rest));
164 UTF8ToUTF16(kTestCases[i].rest), mock_current_time, &time));
  /external/grub/stage2/
fsys_minix.c 311 char * rest; local
442 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/';
443 rest++);
446 /* invariant: rest points to slash after the next filename component */
447 *rest = 0;
453 printf ("dirname=`%s', rest=`%s', loc=%d\n", dirname, rest, loc);
469 *rest = ch;
488 *rest = ch
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ReverseNaturalOrdering.java 52 @Override public <E extends Comparable> E min(E a, E b, E c, E... rest) {
53 return NaturalOrdering.INSTANCE.max(a, b, c, rest);
68 @Override public <E extends Comparable> E max(E a, E b, E c, E... rest) {
69 return NaturalOrdering.INSTANCE.min(a, b, c, rest);
ReverseOrdering.java 52 @Override public <E extends T> E min(E a, E b, E c, E... rest) {
53 return forwardOrder.max(a, b, c, rest);
68 @Override public <E extends T> E max(E a, E b, E c, E... rest) {
69 return forwardOrder.min(a, b, c, rest);
  /external/mksh/src/
check.pl 456 local($type, $perm, $rest, $c, $len, $name);
462 ($type, $perm, $rest) =
464 $c = substr($rest, 0, 1);
465 $len = index($rest, $c, 1) - 1;
466 $name = substr($rest, 1, $len);
467 $rest = substr($rest, 2 + $len);
470 return undef if !&write_file($name, $rest);
484 local($ret) = symlink($rest, $name);
976 local($type, $perm, $rest, $c, $len, $name)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 15 node_name, rest = node_name.split('.', 1)
17 rest = None
24 if rest is not None:
25 ret = _ClassifySchemaNode(rest, item)
176 ref_with_title, rest = ref_and_rest[1:].split(']', 1)
189 rest = ref_and_rest
192 rest = ref_and_rest[match.end():]
195 formatted_text.append('<a href="%(href)s">%(text)s</a>%(rest)s' %
196 { 'href': ref_dict['href'], 'text': ref_dict['text'], 'rest': rest })
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p23.cpp 7 void print(T first, Ts... rest) {
9 print(rest...);
  /external/libmtp/examples/
newplaylist.c 44 char *rest; local
59 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
  /external/oprofile/libabi/tests/
abi_test.cpp 40 vector<string> rest; local
41 popt::parse_options(argc, argv, rest);
  /frameworks/base/core/java/android/text/style/
LeadingMarginSpan.java 100 * @param rest the indent for the remaining lines of the paragraph
102 public Standard(int first, int rest) {
104 mRest = rest;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 33 rest = desc[2:]
34 fields.append((name, _other_endian(typ)) + rest)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 33 rest = desc[2:]
34 fields.append((name, _other_endian(typ)) + rest)
  /system/core/toolbox/
umount.c 34 char rest[256]; local
45 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1582.js 30 function f(restIsArray, rest) {
32 if (typeof rest === "object" && (rest instanceof Array)) {
33 arr = rest;
39 var arrIsArguments = (arr[1] !== rest);
  /external/v8/test/mjsunit/regress/
regress-1582.js 30 function f(restIsArray, rest) {
32 if (typeof rest === "object" && (rest instanceof Array)) {
33 arr = rest;
39 var arrIsArguments = (arr[1] !== rest);
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 98 rest = text
100 while len(rest):
101 indices = [rest.find(token) for token in tokens]
106 yield rest
113 yield rest[:min_index]
115 yield rest[min_index:min_index + len(token_with_min)]
116 rest = rest[min_index + len(token_with_min):]
280 rest = stripped_text
284 rest, re.DOTALL
    [all...]

Completed in 1071 milliseconds

12 3 4 5 6 7 8 91011>>