| /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
| AttributedCharacterIteratorTest.java | 34 it.next(); 37 it.next(); 39 it.next(); 90 it.next(); 93 it.next(); 95 it.next(); 116 * @tests java.text.AttributedCharacterIterator#next() 122 assertEquals("Wrong first", 'e', it.next()); 124 it.next(); 125 assertEquals("Wrong last", 'g', it.next()); [all...] |
| /external/chromium/chrome/common/extensions/docs/build/ |
| generator.html | 28 next(); 31 function next() { 41 next();
|
| /external/chromium_org/chrome/browser/content_settings/ |
| content_settings_rule.cc | 32 Rule EmptyRuleIterator::Next() { 58 Rule ConcatenationIterator::Next() { 63 const Rule& to_return = (*current_iterator)->Next();
|
| content_settings_rule.h | 37 virtual Rule Next() = 0; 44 virtual Rule Next() OVERRIDE; 55 virtual Rule Next() OVERRIDE;
|
| /external/chromium_org/chrome/browser/media_galleries/linux/ |
| mtp_device_object_enumerator.h | 26 virtual base::FilePath Next() OVERRIDE; 40 // Returns true if Next() has been called at least once, and the enumerator 51 // Initially false. Set to true after Next() has been called.
|
| /external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/ |
| ppapi_crash_off_main_thread.cc | 24 // during PPP_Messaging::HandleMessage or after it and before the next PPP call. 26 // If a crash occurs between PPP calls, the next call will return an RPC error. 35 // while the main thread was waiting for the next PPP call.
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/ |
| add-include | 38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; } 55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; } 59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; } 63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; } 67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; } 77 next; 79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; } 81 next; 84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; } 86 next; [all...] |
| /external/chromium_org/third_party/icu/source/tools/pkgdata/ |
| pkgtypes.c | 59 if(l->next && delim) 67 l = l->next; 107 if(l->next && delim) 111 l = l->next; 126 l = l->next; 146 newList->next = l; 168 while(tmp->next) 170 tmp = tmp->next; 183 (*end)->next = pkg_prependToList(NULL, str); 189 (*end) = (*end)->next; [all...] |
| /external/chromium_org/third_party/skia/include/core/ |
| SkTInternalLList.h | 53 T* next = entry->fNext; local 56 prev->fNext = next; 58 fHead = next; 60 if (NULL != next) { 61 next->fPrev = prev; 156 T* next = existingEntry->fNext; local 158 newEntry->fNext = next; 159 if (NULL == next) { 163 next->fPrev = newEntry; 202 * Return the next/previous element in the list or NULL if at the end 204 T* next() { function in class:SkTInternalLList::Iter [all...] |
| /external/clang/test/CodeGen/ |
| annotations-builtin.c | 20 // CHECK-NEXT: call i32 @llvm.annotation.i32 32 // CHECK-NEXT: call i32 @llvm.annotation.i32 33 // CHECK-NEXT: store
|
| /external/clang/test/CodeGenObjC/ |
| arc-ivar-layout.m | 21 // CHECK-LP64-NEXT: .asciz "\003" 44 // CHECK-LP64-NEXT: .asciz "\022" 56 // CHECK-LP64-NEXT: .asciz "!"
|
| messages-2.m | 152 // CHECK-NEXT: [[POINT:%.*]] = alloca [[POINT_T:%.*]], 155 // CHECK-NEXT: icmp eq i8* [[T1]], null 156 // CHECK-NEXT: br i1 158 // CHECK-NEXT: br label 160 // CHECK-NEXT: call void @llvm.memset.p0i8.i64(i8* [[T0]], i8 0, i64 48, i32 4, i1 false) 161 // CHECK-NEXT: br label 164 // CHECK-NF-NEXT: [[POINT:%.*]] = alloca [[POINT_T:%.*]], 167 // CHECK-NF-NEXT: icmp eq i8* [[T1]], null 168 // CHECK-NF-NEXT: br i1 170 // CHECK-NF-NEXT: br labe [all...] |
| /external/clang/test/CodeGenObjCXX/ |
| catch-id-type.mm | 34 // CHECK-NEXT: catch i8* bitcast ({ i8*, i8*, i32, i8* }* @_ZTIPU11objcproto1P4INTF to i8*) 35 // CHECK-NEXT: catch i8* bitcast ({ i8*, i8*, i32, i8* }* @_ZTIP11objc_object to i8*) 36 // CHECK-NEXT: catch i8* bitcast ({ i8*, i8*, i32, i8* }* @_ZTIP10objc_class to i8*)
|
| /external/icu4c/tools/pkgdata/ |
| pkgtypes.c | 59 if(l->next && delim) 67 l = l->next; 107 if(l->next && delim) 111 l = l->next; 126 l = l->next; 146 newList->next = l; 168 while(tmp->next) 170 tmp = tmp->next; 183 (*end)->next = pkg_prependToList(NULL, str); 189 (*end) = (*end)->next; [all...] |
| /external/iproute2/tc/ |
| emp_ematch.y | 53 $1->next = $3; 61 $2->next = $4; 79 { $1->next = $2; }
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| IntQueue.java | 21 private IntQueue.Entry next; field in class:IntQueue.Entry 34 tail.next = entry; 50 head = head.next;
|
| /external/javassist/src/main/javassist/convert/ |
| Transformer.java | 34 private Transformer next; field in class:Transformer 37 next = t; 40 public Transformer getNext() { return next; }
|
| /external/llvm/test/Analysis/BasicAA/ |
| constant-over-index.ll | 15 %i = phi i64 [ 0, %entry ], [ %i.next, %loop ] 22 %i.next = add i64 %i, 1 23 %cmp = icmp slt i64 %i.next, 3
|
| /external/llvm/test/Analysis/GlobalsModRef/ |
| purecse.ll | 11 ; CHECK-NEXT: ret i32 0 20 ; CHECK-NEXT: store i32 %X, i32* %P 21 ; CHECK-NEXT: ret i32 0
|
| /external/llvm/test/Analysis/ScalarEvolution/ |
| sle.ll | 16 %i = phi i64 [ %i.next, %for.body ], [ 0, %entry ] ; <i64> [#uses=2] 21 %i.next = add nsw i64 %i, 1 ; <i64> [#uses=2] 22 %cmp = icmp sgt i64 %i.next, %n ; <i1> [#uses=1]
|
| trip-count4.ll | 12 %indvar = phi i64 [ %n, %entry ], [ %indvar.next, %loop ] ; <i64> [#uses=4] 19 %indvar.next = sub i64 %indvar, 1 ; <i64> [#uses=2] 20 %exitcond = icmp eq i64 %indvar.next, 10 ; <i1> [#uses=1]
|
| /external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| memcpyopt.ll | 9 ; CHECK-NEXT: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %p, i8* %q, i64 16, i32 1, i1 false), !tbaa !0 10 ; CHECK-NEXT: store i8 2, i8* %s, align 1, !tbaa !2 11 ; CHECK-NEXT: ret void
|
| /external/llvm/test/CodeGen/ARM/ |
| mls.ll | 21 ; NO_MULOPS-NEXT: sub r0, r2, r0 25 ; CHECK-NEXT: sub r0, r0, r2 28 ; NO_MULOPS-NEXT: sub r0, r0, r2
|
| /external/llvm/test/CodeGen/PowerPC/ |
| negctr.ll | 11 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 1, %entry ] 12 %indvars.iv.next = add i64 %indvars.iv, 1 13 %lftr.wideiv = trunc i64 %indvars.iv.next to i32 33 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 1, %entry ] 34 %indvars.iv.next = add i64 %indvars.iv, 1 35 %exitcond = icmp eq i64 %indvars.iv.next, 0 52 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 1, %entry ] 53 %indvars.iv.next = add i64 %indvars.iv, 1 54 %exitcond = icmp eq i64 %indvars.iv.next, -100000 72 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 127984, %entry [all...] |
| ppc-prologue.ll | 5 ; CHECK-NEXT: stw r31, -4(r1) 6 ; CHECK-NEXT: stw r0, 8(r1) 7 ; CHECK-NEXT: stwu r1, -80(r1)
|