HomeSort by relevance Sort by last modified time
    Searched refs:NEXT (Results 151 - 175 of 197) sorted by null

1 2 3 4 5 67 8

  /external/llvm/test/MC/Mips/mips64r2/
valid.s 224 # CHECK-NEXT: .set mips32r2
225 # CHECK-NEXT: rdhwr $sp, $11
226 # CHECK-NEXT: .set pop # encoding: [0x7c,0x1d,0x58,0x3b]
  /external/llvm/test/MC/Mips/mips64r3/
valid.s 224 # CHECK-NEXT: .set mips32r2
225 # CHECK-NEXT: rdhwr $sp, $11
226 # CHECK-NEXT: .set pop # encoding: [0x7c,0x1d,0x58,0x3b]
  /external/llvm/test/MC/Mips/mips64r5/
valid.s 224 # CHECK-NEXT: .set mips32r2
225 # CHECK-NEXT: rdhwr $sp, $11
226 # CHECK-NEXT: .set pop # encoding: [0x7c,0x1d,0x58,0x3b]
  /external/libxml2/
catalog.c 135 struct _xmlCatalogEntry *next; member in struct:_xmlCatalogEntry
285 ret->next = NULL;
366 xmlCatalogEntryPtr next; local
369 next = ret->next;
371 ret = next;
384 xmlCatalogEntryPtr children, next; local
391 next = children->next;
395 children = next;
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
RelativeDateTimeFormatter.java 131 direction = com.ibm.icu.text.RelativeDateTimeFormatter.Direction.NEXT;
  /external/llvm/utils/FileCheck/
FileCheck.cpp 325 // Find the end, which is the start of the next regex.
557 // Backslash escapes the next char within regexes, so skip them both.
601 /// CheckTy - Specify what kind of check this is. e.g. CHECK-NEXT: directive,
688 return sizeof("-NEXT:") - 1;
720 if (Rest.startswith("NEXT:"))
738 // From the given position, find the next character after the word.
773 // We need to only advance to the first partial match on the next attempt
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 124 <EXPRESSION>"NEXT" { return token::NEXT; }
  /prebuilts/devtools/tools/lib/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 93 struct MyCvHidHaarStageClassifier* next; member in struct:MyCvHidHaarStageClassifier
277 hid_stage_classifier->next = (stage_classifier->next == -1)
278 ? NULL : out->stage_classifier + stage_classifier->next;
282 out->is_tree |= hid_stage_classifier->next != NULL;
456 #define NEXT(n, i) (((n) + (i)/(n)) >> 1)
460 unsigned int n1 = NEXT(n, number);
464 n1 = NEXT(n, number);
540 // while( ptr && ptr->next == NULL ) ptr = ptr->parent;
546 // ptr = ptr->next;
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 69 * the new list of files right away, next or once all the currently
73 public static final int NEXT = 2;
96 public static final String CMDNEXT = "next";
101 public static final String NEXT_ACTION = "com.android.music.musicservicecommand.next";
547 // Make sure we don't auto-skip to the next song, since that
555 // the "current" file, goes to the next and: playback starts on its
2117 public void next() { method in class:MediaPlaybackService.ServiceStub
    [all...]
  /external/v8/src/
full-codegen.cc 151 // For-of is breakable because of the next() call.
671 // for the next stage. This happens in VisitModuleLiteral.
909 EmitGeneratorResume(args->at(0), args->at(1), JSGeneratorObject::NEXT);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 110 /* round up to next multiple of quantum */
185 FATAL("illegal break, continue, next or nextfile from BEGIN");
201 FATAL("illegal break, continue, next or nextfile from END");
347 Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */
376 case NEXT:
391 Cell *getline(Node **a, int n) /* get next line from specific input */
921 *p = '\0'; /* next output will start here */
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 291 @ CHECK-NEXT: Ltmp1:
292 @ CHECK-NEXT: adr r0, (Ltmp1+8)+(Lback-Ltmp0) @ encoding: [A,A,0x0f'A',0xe2'A']
293 @ CHECK-NEXT: @ fixup A - offset: 0, value: (Ltmp1+8)+(Lback-Ltmp0), kind: fixup_arm_adr_pcrel_12
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 1381 Register next = r1; local
1443 Register next = r3; local
    [all...]
  /external/v8/src/arm64/
full-codegen-arm64.cc 1368 Register next = x10; local
1424 Register next = x10; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 1330 Label next, fast; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 15 // next call: mov(a0, v0). This is not needed on the other architectures.
1367 Register next = a1; local
1426 Register next = a3; local
    [all...]
  /external/v8/src/mips64/
full-codegen-mips64.cc 15 // next call: mov(a0, v0). This is not needed on the other architectures.
1362 Register next = a1; local
1421 Register next = a3; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 1364 Label next, fast; local
    [all...]
  /external/v8/src/x87/
full-codegen-x87.cc 1319 Label next, fast; local
    [all...]

Completed in 597 milliseconds

1 2 3 4 5 67 8