HomeSort by relevance Sort by last modified time
    Searched refs:rest (Results 276 - 300 of 837) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp 306 while {[regexp $headers_regexp $got all name size vma rest]} {
315 set got $rest
347 while {[regexp $headers_regexp $got all name size vma rest]} {
352 set got $rest
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 546 [[treeAdaptor createTree:<tokenType> <if(first(args))>FromToken:<first(args)><endif> <if(first(rest(args)))>Text:<first(rest(args))><else>Text:@"<tokenType>"<endif>] retain]
558 [[treeAdaptor createTree:<token> Text:<first(rest(args))> <args; separator=", ">] retain]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 117 String[] rest = new String[elements.length - 1];
118 System.arraycopy(elements, 1, rest, 0, elements.length - 1);
119 return Lists.asList(elements[0], rest);
130 String[] rest = new String[elements.length - 2];
131 System.arraycopy(elements, 2, rest, 0, elements.length - 2);
132 return Lists.asList(elements[0], elements[1], rest);
    [all...]
  /external/ltrace/
read_config_file.c 92 char *rest = NULL; local
98 rest = *name + sizeof(KWD) - 1; \
121 assert(rest == NULL);
127 if (isalnum(CTYPE_CONV(*rest)) || *rest == '_')
130 *name = rest;
  /external/v8/test/mjsunit/strong/
declaration-after-use.js 209 function func4(p, ...rest) { p; rest; this; func2; }
210 // TODO(arv): The arity checking is not correct with rest parameters.
  /prebuilts/go/darwin-x86/src/path/filepath/
match.go 51 // Trailing * matches rest of string unless it has a /.
91 func scanChunk(pattern string) (star bool, chunk, rest string) {
124 func matchChunk(chunk, s string) (rest string, ok bool, err error) {
  /prebuilts/go/linux-x86/src/path/filepath/
match.go 51 // Trailing * matches rest of string unless it has a /.
91 func scanChunk(pattern string) (star bool, chunk, rest string) {
124 func matchChunk(chunk, s string) (rest string, ok bool, err error) {
  /build/kati/
dep.go 394 rest := output[1:]
395 dotIndex := strings.IndexByte(rest, '.')
398 if dotIndex < 0 || strings.IndexByte(rest[dotIndex+1:], '.') >= 0 {
403 inputSuffix := rest[:dotIndex]
404 outputSuffix := rest[dotIndex+1:]
parser.cc 289 StringPiece rest = TrimRightSpace(RemoveComment(TrimLeftSpace( local
291 if (!rest.empty()) {
497 StringPiece rest = TrimRightSpace(RemoveComment(TrimLeftSpace(
499 (this->*found->second)(rest, directive);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 159 # This code sometimes runs when the rest of this module
306 urltype, rest = splittype(selector)
307 url = rest
312 realhost, rest = splithost(rest)
316 selector = "%s://%s%s" % (urltype, realhost, rest)
400 urltype, rest = splittype(selector)
401 url = rest
406 realhost, rest = splithost(rest)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 159 # This code sometimes runs when the rest of this module
306 urltype, rest = splittype(selector)
307 url = rest
312 realhost, rest = splithost(rest)
316 selector = "%s://%s%s" % (urltype, realhost, rest)
400 urltype, rest = splittype(selector)
401 url = rest
406 realhost, rest = splithost(rest)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 159 # This code sometimes runs when the rest of this module
306 urltype, rest = splittype(selector)
307 url = rest
312 realhost, rest = splithost(rest)
316 selector = "%s://%s%s" % (urltype, realhost, rest)
400 urltype, rest = splittype(selector)
401 url = rest
406 realhost, rest = splithost(rest)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 159 # This code sometimes runs when the rest of this module
306 urltype, rest = splittype(selector)
307 url = rest
312 realhost, rest = splithost(rest)
316 selector = "%s://%s%s" % (urltype, realhost, rest)
400 urltype, rest = splittype(selector)
401 url = rest
406 realhost, rest = splithost(rest)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /external/fio/
parse.c 677 char *rest; local
682 rest = strstr(*cp ?: ptr, ":");
683 if (rest) {
685 *rest = '\0';
686 ptr = rest + 1;
  /external/v8/test/cctest/heap/
test-spaces.cc 479 // * Add the rest of available memory to the compaction space.
486 // Compute the number of objects that fit into the rest in old_space.
487 intptr_t rest = static_cast<int>(old_space->Available()); local
488 CHECK_GT(rest, 0);
489 intptr_t num_rest_objects = rest / kObjectSize;
504 // Make the rest of memory available for compaction.
505 old_space->DivideUponCompactionSpaces(&collection, 1, rest);
507 CHECK_EQ(compaction_space->Capacity(), rest);
    [all...]
  /system/netd/server/
BandwidthController.cpp 1119 char rest[MAX_IPT_OUTPUT_LINE_LEN]; local
    [all...]
  /external/autotest/cli/
topic_common.py 42 options dictionary and the rest of the command line arguments
270 rest = twrap.fill(follow_up)
273 self.invalid_syntax(header + rest)
275 print >> sys.stderr, header + rest
  /toolchain/binutils/binutils-2.25/bfd/
versados.c 83 asymbol *rest[256 - 16]; /* Per symbol info. */ member in struct:versados_data_struct
89 #define RDATA(abfd, n) (abfd->tdata.versados_data->rest[n])
114 char rest[211]; member in struct:ext_vheader
  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 10 // in the rest of the file are also taken from the SUPERCOP sources to help
  /external/guice/extensions/dagger-adapter/lib/
dagger-2.0.jar 
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionObject.java 281 public void setRestitution(float rest) {
282 CollisionJNI.btCollisionObject_setRestitution(swigCPtr, this, rest);
  /external/roboto-fonts/
Android.mk 35 # Build the rest of font files as prebuilt.
  /external/v8/test/mjsunit/es6/
math-log2-log10.js 70 // The rest of the normal values of 2^n

Completed in 1443 milliseconds

<<11121314151617181920>>