| /libcore/luni/src/test/java/libcore/java/sql/ |
| OldResultSetTest.java | 68 target.next(); 76 assertFalse(target.next()); 93 assertTrue(target.next()); 116 target.next(); 147 while (rs2.next()){ 158 while (rs1.next()) { 209 target.next(); 225 assertTrue(target.next()); 245 target.next(); 271 assertFalse(emptyTarget.next()); [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
| glxinit.c | 86 __GLcontextModes *const next = modes->next; local 89 modes = next; 99 __GLcontextModes **next; local 102 next = &base; 104 *next = (__GLcontextModes *) Xmalloc(size); 105 if (*next == NULL) { 111 memset(*next, 0, size); 112 (*next)->visualID = GLX_DONT_CARE; 113 (*next)->visualType = GLX_DONT_CARE [all...] |
| /external/llvm/test/Transforms/DeadStoreElimination/ |
| simple.ll | 14 ; CHECK-NEXT: store i32 0, i32* %P 15 ; CHECK-NEXT: ret void 25 ; CHECK-NEXT: store i32 20 48 ; CHECK-NEXT: load i32 49 ; CHECK-NEXT: store volatile 50 ; CHECK-NEXT: ret void 58 ; CHECK-NEXT: load volatile 59 ; CHECK-NEXT: ret void 70 ; CHECK-NEXT: call void @llvm.memset 81 ; CHECK-NEXT: call void @llvm.memcp [all...] |
| /external/mesa3d/src/gallium/state_trackers/egl/x11/ |
| glxinit.c | 86 __GLcontextModes *const next = modes->next; local 89 modes = next; 99 __GLcontextModes **next; local 102 next = &base; 104 *next = (__GLcontextModes *) Xmalloc(size); 105 if (*next == NULL) { 111 memset(*next, 0, size); 112 (*next)->visualID = GLX_DONT_CARE; 113 (*next)->visualType = GLX_DONT_CARE [all...] |
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
| bind.hpp | 32 typedef Arg next; typedef in struct:boost::mpl::aux::replace_unnamed_arg 41 typedef typename Arg::next next; typedef in struct:boost::mpl::aux::replace_unnamed_arg 80 typedef typename r0::next n1; 132 typedef typename r0::next n1; 137 typedef typename r1::next n2; 190 typedef typename r0::next n1; 195 typedef typename r1::next n2; 200 typedef typename r2::next n3; 253 typedef typename r0::next n1 [all...] |
| /external/linux-tools-perf/ |
| builtin-timechart.c | 80 struct per_pid *next; member in struct:per_pid 96 struct per_pidcomm *next; member in struct:per_pidcomm 114 struct sample_wrapper *next; member in struct:sample_wrapper 126 struct cpu_sample *next; member in struct:cpu_sample 140 struct power_event *next; member in struct:power_event 149 struct wake_event *next; member in struct:wake_event 162 struct process_filter *next; member in struct:process_filter 175 cursor = cursor->next; 181 cursor->next = all_data; 202 c = c->next; [all...] |
| /external/llvm/test/Transforms/LoopIdiom/ |
| basic.ll | 10 %indvar = phi i64 [ 0, %bb.nph ], [ %indvar.next, %for.body ] 13 %indvar.next = add i64 %indvar, 1 14 %exitcond = icmp eq i64 %indvar.next, %Size 31 %indvar = phi i64 [ 0, %bb.nph ], [ %indvar.next, %for.body.cont ] 34 %indvar.next = add i64 %indvar, 1 37 %exitcond = icmp eq i64 %indvar.next, %Size 101 %indvar = phi i64 [ 0, %bb.nph ], [ %indvar.next, %for.body ] 108 %indvar.next = add i64 %indvar, 1 109 %exitcond = icmp eq i64 %indvar.next, 100 125 %indvar = phi i64 [ 0, %bb.nph ], [ %indvar.next, %for.body [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/axes/ |
| MatchPatternIterator.java | 185 * Get the next node via getNextXXX. Bottlenecked for derived class override. 186 * @return The next node on the axis, or DTM.NULL. 192 : m_traverser.next(m_context, m_lastFetched); 197 * Returns the next node in the set and advances the position of the 200 * @return The next <code>Node</code> in the set being iterated over, or 208 int next; local 235 next = getNextNode(); 237 if (DTM.NULL != next) 239 if(DTMIterator.FILTER_ACCEPT == acceptNode(next, m_execContext)) 247 while (next != DTM.NULL) [all...] |
| /external/chromium_org/third_party/freetype/src/base/ |
| ftutil.c | 253 cur = cur->next; 269 node->next = 0; 273 before->next = node; 290 node->next = after; 312 after = node->next; 315 before->next = after; 336 after = node->next; 342 before->next = after; 350 node->next = list->head; 369 FT_ListNode next = cur->next local 397 FT_ListNode next = cur->next; local [all...] |
| /external/icu4c/i18n/ |
| plurrule.cpp | 376 while (lastChain->next !=NULL) { 377 lastChain = lastChain->next; 380 while (orNode->next != NULL) { 381 orNode = orNode->next; 383 orNode->next= new OrConstraint(); 384 orNode=orNode->next; 385 orNode->next=NULL; 429 while (ruleChain->next!=NULL){ 430 ruleChain=ruleChain->next; 432 ruleChain=ruleChain->next=new RuleChain() [all...] |
| /external/llvm/test/CodeGen/ARM/ |
| vfcmp.ll | 9 ;CHECK-NEXT: vmvn 43 ;CHECK-NEXT: vmvn 55 ;CHECK-NEXT: vmvn 67 ;CHECK-NEXT: vmvn 79 ;CHECK-NEXT: vmvn 91 ;CHECK-NEXT: vcgt.f32 92 ;CHECK-NEXT: vorr 93 ;CHECK-NEXT: vmvn 105 ;CHECK-NEXT: vcgt.f32 106 ;CHECK-NEXT: vor [all...] |
| /external/llvm/test/Transforms/ObjCARC/ |
| invoke.ll | 20 ; CHECK-NEXT: } 51 ; CHECK-NEXT: ret void 52 ; CHECK-NEXT: } 80 ; CHECK-NEXT: call i8* @objc_retain 83 ; CHECK-NEXT: call void @objc_release 113 ; CHECK-NEXT: call void @objc_release(i8* %p) [[NUW]] 114 ; CHECK-NEXT: ret void 115 ; CHECK-NEXT: } 144 ; CHECK-NEXT: %r = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__objc_personality_v0 to i8*) 145 ; CHECK-NEXT: cleanu [all...] |
| /external/llvm/test/Transforms/SCCP/ |
| ipsccp-basic.ll | 35 ; CHECK-NEXT: br label %T 44 ; CHECK-NEXT: %X = call i32 @test2a(i32 0) 45 ; CHECK-NEXT: ret i32 0 58 ; CHECK-NEXT: ret void 99 ; CHECK-NEXT: ret i64 5 133 ; CHECK-NEXT: %c = call i64 @test5c({ i64, i64 } %a) 134 ; CHECK-NEXT: ret i64 5 166 ; CHECK-NEXT: %mrv0 = insertvalue %T undef, i32 18, 0 167 ; CHECK-NEXT: %mrv1 = insertvalue %T %mrv0, i32 17, 1 176 ; CHECK-NEXT: call %T @test7a(i32 17 [all...] |
| /external/wpa_supplicant_8/src/radius/ |
| radius_client.c | 108 * next_try - Time for the next transmission attempt 118 * next_wait - Next retransmission wait time in seconds 140 * next - Next message in the list 142 struct radius_msg_list *next; member in struct:radius_msg_list 226 * next_radius_identifier - Next RADIUS message identifier to use 395 prev->next = entry->next; 397 radius->msgs = entry->next; 400 entry = entry->next; 433 struct hostapd_radius_server *next, *old; local 457 struct hostapd_radius_server *next, *old; local [all...] |
| /libcore/luni/src/main/java/java/text/ |
| CollationElementIterator.java | 25 * ordering priority of the next character or sequence of characters in the 51 * {@code next()} and {@code previous()} when the end or the 70 * call to either the {@link #next()} or {@link #previous()} 81 * next collation element. This value could be any of: 84 * the value of the next collation element. This means that if 99 * will be returned by the next invocation of the {@link #next()} 107 * Obtains the next collation element in the source string. 109 * @return the next collation element or {@code NULLORDER} if the end 112 public int next() { method in class:CollationElementIterator [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| tree-flow-inline.h | 86 /* Advance the hashtable iterator pointed to by HTI to the next element of the 130 /* Make ITER point to the next referenced_var in the referenced_var hashtable, 158 /* Get the number of the next statement uid to be allocated. */ 165 /* Set the number of the next statement uid to be allocated. */ 172 /* Set the number of the next statement uid to be allocated. */ 204 linknode->prev->next = linknode->next; 205 linknode->next->prev = linknode->prev; 207 linknode->next = NULL; 217 linknode->next = list->next [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| tree-flow-inline.h | 86 /* Advance the hashtable iterator pointed to by HTI to the next element of the 130 /* Make ITER point to the next referenced_var in the referenced_var hashtable, 158 /* Get the number of the next statement uid to be allocated. */ 165 /* Set the number of the next statement uid to be allocated. */ 172 /* Set the number of the next statement uid to be allocated. */ 204 linknode->prev->next = linknode->next; 205 linknode->next->prev = linknode->prev; 207 linknode->next = NULL; 217 linknode->next = list->next [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| tree-flow-inline.h | 86 /* Advance the hashtable iterator pointed to by HTI to the next element of the 130 /* Make ITER point to the next referenced_var in the referenced_var hashtable, 158 /* Get the number of the next statement uid to be allocated. */ 165 /* Set the number of the next statement uid to be allocated. */ 172 /* Set the number of the next statement uid to be allocated. */ 204 linknode->prev->next = linknode->next; 205 linknode->next->prev = linknode->prev; 207 linknode->next = NULL; 217 linknode->next = list->next [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| tree-flow-inline.h | 86 /* Advance the hashtable iterator pointed to by HTI to the next element of the 130 /* Make ITER point to the next referenced_var in the referenced_var hashtable, 158 /* Get the number of the next statement uid to be allocated. */ 165 /* Set the number of the next statement uid to be allocated. */ 172 /* Set the number of the next statement uid to be allocated. */ 204 linknode->prev->next = linknode->next; 205 linknode->next->prev = linknode->prev; 207 linknode->next = NULL; 217 linknode->next = list->next [all...] |
| /external/chromium/base/i18n/ |
| char_iterator.h | 50 // Advance to the next actual character. Returns false if we're at the 64 // The next array index. 97 // Advance to the next actual character. Returns false if we're at the 102 // Fills in the current character we found and advances to the next 115 // The next array index.
|
| /external/chromium_org/base/metrics/ |
| sample_map_unittest.cc | 76 it->Next(); 82 it->Next(); 88 it->Next(); 94 it->Next(); 112 EXPECT_DEATH(it->Next(), "");
|
| /external/chromium_org/native_client_sdk/src/libraries/xray/ |
| stringpool.c | 22 struct XRayStringPoolNode* next; member in struct:XRayStringPoolNode 37 s->next = NULL; 60 pool->current->next = XRayStringPoolAllocNode(); 61 pool->current = pool->current->next; 87 n = n->next;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
| memory_pool.c | 11 * The above copyright notice and this permission notice (including the next 35 struct memory_block * next; member in struct:memory_block 48 pool->blocks = block->next; 62 newblock->next = pool->blocks; 90 block->next = pool->blocks;
|
| /external/clang/test/CodeGenObjC/ |
| synchronized.m | 29 // CHECK-NEXT: call i32 @objc_sync_enter(i8* [[AVAL]]) 30 // CHECK-NEXT: store i8* [[AVAL]], i8** [[SYNC]] 31 // CHECK-NEXT: call void @objc_exception_try_enter 43 // CHECK-NEXT: call i32 @objc_sync_exit 74 // CHECK-NEXT: ret void
|
| /external/clang/test/Index/ |
| complete-macro-args.c | 47 // CHECK-NEXT: FieldDecl:{ResultType float}{TypedText y} (35) 48 // CHECK-NEXT: FieldDecl:{ResultType float}{TypedText z} (35) 49 // CHECK-NEXT: Completion contexts: 50 // CHECK-NEXT: Arrow member access 51 // CHECK-NEXT: Container Kind: StructDecl
|