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

1 2 34 5

  /external/robolectric/lib/main/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/
objenesis-1.2.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...]
  /external/qemu/android/
hw-events.h 352 KEY_CODE(NEXT ,0x197) \
  /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
2115 public void next() { method in class:MediaPlaybackService.ServiceStub
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 170 // For-of is breakable because of the next() call.
688 // for the next stage. This happens in VisitModuleLiteral.
935 EmitGeneratorResume(args->at(0), args->at(1), JSGeneratorObject::NEXT);
    [all...]
objects.h     [all...]
runtime.cc     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c 282 self->next = NULL;
341 tmp = iter->next;
365 for (result = style->decimalFormat->next;
367 result = result->next) {
436 template = template->next;
450 item = item->next;
464 item = item->next;
496 ret->next = cctxt->psData->nsMap;
516 ivar = ivar->next;
546 cur = cur->next;
845 xsltStylesheetPtr next; local
3499 xmlNsPtr ns = cur->nsDef, prev = NULL, next; local
4860 xmlNodePtr text = cur->children, next; local
    [all...]
  /external/libxslt/libxslt/
xslt.c 282 self->next = NULL;
341 tmp = iter->next;
365 for (result = style->decimalFormat->next;
367 result = result->next) {
436 template = template->next;
450 item = item->next;
464 item = item->next;
496 ret->next = cctxt->psData->nsMap;
516 ivar = ivar->next;
546 cur = cur->next;
845 xsltStylesheetPtr next; local
3499 xmlNsPtr ns = cur->nsDef, prev = NULL, next; local
4860 xmlNodePtr text = cur->children, next; local
    [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/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 144 // Need a copy of the pagePath before it gets changed in the next block;
205 // set up prev/next links if they exist
238 // set up next links
241 var training = $(".next-class-link").length; // decides whether to provide "next class" link
248 // if there aren't any children, go to the next section (required for About pages)
250 $nextLink = $selListItem.next('li').find('a');
263 // jump to the next topic in this section (if it exists)
264 $nextLink = $selListItem.next('li').find('a:eq(0)');
267 // no more topics in this section, jump to the first topic in the next sectio
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 1357 Register next = r1; local
1415 Register next = r3; local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 1321 Label next, fast; local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 38 // next call: mov(a0, v0). This is not needed on the other architectures.
1360 Register next = a1; local
1415 Register next = a3; local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 1345 Label next, fast; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 2340 milliseconds

1 2 34 5