/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, (unsigned int)number); 464 n1 = NEXT(n, number); 540 // while( ptr && ptr->next == NULL ) ptr = ptr->parent; 546 // ptr = ptr->next; [all...] |
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.4/ |
objenesis-2.4.jar | |
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.5/ |
objenesis-2.5.jar | |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
CompletableFuture.java | 437 volatile Completion next; // Treiber stack link field in class:CompletableFuture.Completion 456 static void lazySetNext(Completion c, Completion next) { 457 U.putOrderedObject(c, NEXT, next); 474 if (f.casStack(h, t = h.next)) { 480 h.next = null; // detach 490 Completion s = q.next; 500 p.next = s; [all...] |
ConcurrentSkipListMap.java | 138 * Nodes next v v v v v 150 * basic idea in these lists is to mark the "next" pointers of 158 * use direct CAS'able next pointers. On deletion, instead of 172 * algorithm of changing the next-pointer of a deleted node so 208 * n's next pointer. 210 * 2. CAS n's next pointer to point to a new marker node. 218 * 3. CAS b's next pointer over both n and its marker. 233 * just (b, n, f), although the next field of a marker is 234 * immutable, and once a next field is CAS'ed to point to a 245 * Index levels are maintained as lists with volatile next fields 419 volatile Node<K,V> next; field in class:ConcurrentSkipListMap.Node 2271 Node<K,V> next; field in class:ConcurrentSkipListMap.Iter 2319 public V next() { method in class:ConcurrentSkipListMap.ValueIterator 2327 public K next() { method in class:ConcurrentSkipListMap.KeyIterator 2335 public Map.Entry<K,V> next() { method in class:ConcurrentSkipListMap.EntryIterator 3083 Node<K,V> next; field in class:ConcurrentSkipListMap.SubMap.SubMapIter 3172 action.accept(next()); method 3180 action.accept(next()); method 3190 public V next() { method in class:ConcurrentSkipListMap.SubMap.SubMapValueIterator 3201 public K next() { method in class:ConcurrentSkipListMap.SubMap.SubMapKeyIterator 3216 public Map.Entry<K,V> next() { method in class:ConcurrentSkipListMap.SubMap.SubMapEntryIterator [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"; 102 public static final String NEXT_ACTION = "com.android.music.musicservicecommand.next"; 539 // Make sure we don't auto-skip to the next song, since that 547 // the "current" file, goes to the next and: playback starts on its 2105 public void next() { method in class:MediaPlaybackService.ServiceStub [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
ldexp.c | 98 { NEXT, "NEXT" }, 278 case NEXT: 279 /* Return next place aligned to value. */ 336 for (seg = segments; seg; seg = seg->next) 661 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail) [all...] |
ldlex.l | 266 <EXPRESSION,BOTH,SCRIPT>"NEXT" { RTOKEN(NEXT);}
|
/toolchain/binutils/binutils-2.25/gold/ |
yyscript.y | 155 %token NEXT 232 /* Read the special token to see what to read next. */
|
script.cc | 228 // Return the next token. 274 // next character, since we sometimes need that. 320 // Read the next token. 388 // Return whether C can be the start of a name, if the next character 755 // Return the next token at *PP. Update *PP. General guideline: we 862 // Return the next token. [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...] |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/ |
rxjava-2.0.6.jar | |
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
docs.js | 159 // Need a copy of the pagePath before it gets changed in the next block; 268 // set up prev/next links if they exist 301 // set up next links 310 // if there aren't any children, go to the next section (required for About pages) 312 $nextLink = $selListItem.next('li').find('a'); 325 // jump to the next topic in this section (if it exists) 326 $nextLink = $selListItem.next('li').find('a:eq(0)'); 329 // no more topics in this section, jump to the first topic in the next section 330 $nextLink = $selListItem.parents('li:eq(0)').next('li').find('a:eq(0)'); 331 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course [all...] |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.8.1.jar | |
/prebuilts/misc/common/commons-compress/ |
commons-compress-prebuilt.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/ |
commons-compress-1.9.jar | |
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/external/doclava/res/assets/templates-sdk/assets/js/ |
docs.js | 38 // Need a copy of the pagePath before it gets changed in the next block; 68 // set up prev/next links if they exist 101 // set up next links 110 // if there aren't any children, go to the next section (required for About pages) 112 $nextLink = $selListItem.next('li').find('a'); 125 // jump to the next topic in this section (if it exists) 126 $nextLink = $selListItem.next('li').find('a:eq(0)'); 129 // no more topics in this section, jump to the first topic in the next section 130 $nextLink = $selListItem.parents('li:eq(0)').next('li').find('a:eq(0)'); 131 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course [all...] |
/external/guice/extensions/persist/lib/ |
hsqldb.jar | |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |