HomeSort by relevance Sort by last modified time
    Searched full:next (Results 601 - 625 of 30278) sorted by null

<<21222324252627282930>>

  /dalvik/dexgen/src/com/android/dexgen/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
27 * @return true if next() will succeed
32 * Returns the next value in the iterator.
34 * @return next value
35 * @throws java.util.NoSuchElementException if no next element exists
37 int next(); method in interface:IntIterator
  /dalvik/dx/src/com/android/dx/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
27 * @return true if next() will succeed
32 * Returns the next value in the iterator.
34 * @return next value
35 * @throws java.util.NoSuchElementException if no next element exists
37 int next(); method in interface:IntIterator
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 28 * Takes the "next" LogNode as a parameter, to simplify chaining.
30 * @param next The next LogNode in the pipeline.
32 public MessageOnlyLogFilter(LogNode next) {
33 mNext = next;
47 * Returns the next LogNode in the linked list.
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 28 * Takes the "next" LogNode as a parameter, to simplify chaining.
30 * @param next The next LogNode in the pipeline.
32 public MessageOnlyLogFilter(LogNode next) {
33 mNext = next;
47 * Returns the next LogNode in the linked list.
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 28 * Takes the "next" LogNode as a parameter, to simplify chaining.
30 * @param next The next LogNode in the pipeline.
32 public MessageOnlyLogFilter(LogNode next) {
33 mNext = next;
47 * Returns the next LogNode in the linked list.
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 28 * Takes the "next" LogNode as a parameter, to simplify chaining.
30 * @param next The next LogNode in the pipeline.
32 public MessageOnlyLogFilter(LogNode next) {
33 mNext = next;
47 * Returns the next LogNode in the chain.
  /external/clang/test/CodeGen/
vla-4.c 9 // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @f to i32 ()*)()
10 // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @h to i32 ()*)()
16 // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @f to i32 ()*)()
17 // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @h to i32 ()*)()
22 // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @f to i32 ()*)()
23 // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @h to i32 ()*)()
volatile-complex.c 20 // CHECK-NEXT: load volatile float* getelementptr inbounds ({ float, float }* @cf, i32 0, i32 1), align 4
22 // CHECK-NEXT: [[R:%.*]] = load volatile float* getelementptr inbounds ({ float, float }* @cf, i32 0, i32 0), align 4
23 // CHECK-NEXT: [[I:%.*]] = load volatile float* getelementptr inbounds ({ float, float }* @cf, i32 0, i32 1), align 4
24 // CHECK-NEXT: store volatile float [[R]], float* getelementptr inbounds ({ float, float }* @cf, i32 0, i32 0), align 4
25 // CHECK-NEXT: store volatile float [[I]], float* getelementptr inbounds ({ float, float }* @cf, i32 0, i32 1), align 4
27 // CHECK-NEXT: ret void
33 // CHECK-NEXT: load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 1), align 8
35 // CHECK-NEXT: [[R:%.*]] = load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 0), align 8
36 // CHECK-NEXT: [[I:%.*]] = load volatile double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 1), align 8
37 // CHECK-NEXT: store volatile double [[R]], double* getelementptr inbounds ({ double, double }* @cd, i32 0, i32 (…)
    [all...]
  /external/clang/test/CodeGenCXX/
conditional-gnu-ext.cpp 82 // CHECK-NEXT: store [[B]]* {{%.*}}, [[B]]** [[X]]
83 // CHECK-NEXT: [[T0:%.*]] = load [[B]]** [[X]]
84 // CHECK-NEXT: [[BOOL:%.*]] = call zeroext i1 @_ZN5test31BcvbEv([[B]]* [[T0]])
85 // CHECK-NEXT: br i1 [[BOOL]]
87 // CHECK-NEXT: br label
89 // CHECK-NEXT: br label
97 // CHECK-NEXT: call void @_ZN5test312test1_helperEv([[B]]* sret [[TEMP]])
98 // CHECK-NEXT: [[BOOL:%.*]] = call zeroext i1 @_ZN5test31BcvbEv([[B]]* [[TEMP]])
99 // CHECK-NEXT: br i1 [[BOOL]]
101 // CHECK-NEXT: br labe
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
27 * @return true if next() will succeed
32 * Returns the next value in the iterator.
34 * @return next value
35 * @throws java.util.NoSuchElementException if no next element exists
37 int next(); method in interface:IntIterator
  /external/icu4c/layout/
LEInsertionList.cpp 17 InsertionRecord *next; member in struct:InsertionRecord
41 head = head->next;
73 insertion->next = NULL;
74 tail->next = insertion;
78 insertion->next = head;
87 for (InsertionRecord *rec = head; rec != NULL; rec = rec->next) {
  /external/llvm/test/Analysis/ScalarEvolution/
unsimplified-loop.ll 6 ; CHECK: %i = phi i64 [ 5, %entry ], [ 5, %alt ], [ %i.next, %loop.a ], [ %i.next, %loop.b ]
7 ; CHECK-NEXT: --> {5,+,1}<%loop>
17 %i = phi i64 [ 5, %entry ], [ 5, %alt ], [ %i.next, %loop.a ], [ %i.next, %loop.b ]
18 %i.next = add i64 %i, 1
  /external/llvm/test/CodeGen/NVPTX/
sched1.ll 8 ; CHECK-NEXT: ld.u32
9 ; CHECK-NEXT: ld.u32
10 ; CHECK-NEXT: ld.u32
11 ; CHECK-NEXT: add.s32
12 ; CHECK-NEXT: add.s32
13 ; CHECK-NEXT: add.s32
  /external/llvm/test/CodeGen/X86/
2007-09-27-LDIntrinsics.ll 12 ; CHECK-NEXT: fsqrt
13 ; CHECK-NEXT: ret
24 ; CHECK-NEXT: fld %st(0)
25 ; CHECK-NEXT: fmul %st(1)
26 ; CHECK-NEXT: fmulp
27 ; CHECK-NEXT: ret
avx-cmp.ll 47 ; CHECK-NEXT: vpcmpgtd %xmm
48 ; CHECK-NEXT: vpcmpgtd %xmm
49 ; CHECK-NEXT: vinsertf128 $1
58 ; CHECK-NEXT: vpcmpgtq %xmm
59 ; CHECK-NEXT: vpcmpgtq %xmm
60 ; CHECK-NEXT: vinsertf128 $1
69 ; CHECK-NEXT: vpcmpgtw %xmm
70 ; CHECK-NEXT: vpcmpgtw %xmm
71 ; CHECK-NEXT: vinsertf128 $1
80 ; CHECK-NEXT: vpcmpgtb %xm
    [all...]
isint.ll 7 ; CHECK-NEXT: cvt
11 ; CHECK-NEXT: movd
12 ; CHECK-NEXT: andl
22 ; CHECK-NEXT: cvt
26 ; CHECK-NEXT: jne
27 ; CHECK-NEXT: jp
pmulld.ll 6 ; CHECK-NEXT: pmulld
9 ; WIN64-NEXT: movdqa (%rcx), %xmm0
10 ; WIN64-NEXT: pmulld (%rdx), %xmm0
17 ; CHECK-NEXT: pmulld
20 ; WIN64-NEXT: movdqa (%rcx), %xmm0
21 ; WIN64-NEXT: pmulld (%rdx), %xmm0
  /external/llvm/test/MC/ARM/AlignedBundling/
group-bundle-arm.s 20 # CHECK-NEXT: 10: bx
21 # CHECK-NEXT: 14: bx
33 # CHECK-NEXT: 24: nop
34 # CHECK-NEXT: 28: nop
35 # CHECK-NEXT: 2c: nop
36 # CHECK-NEXT: 30: bx
pad-align-to-bundle-end.s 17 # CHECK-NEXT: c: bx
26 # CHECK-NEXT: 1c: bx
35 # A 12-byte padding is needed here to push the group to the end of the next
38 # CHECK-NEXT: 2c: nop
39 # CHECK-NEXT: 30: nop
40 # CHECK-NEXT: 34: bx
  /external/llvm/test/MC/ARM/
mapping-within-section.s 28 @ CHECK-NEXT: 0000000c .text 00000000 $a
29 @ CHECK-NEXT: 00000018 .text 00000000 $a
30 @ CHECK-NEXT: 00000004 .text 00000000 $d
31 @ CHECK-NEXT: 00000012 .text 00000000 $d
32 @ CHECK-NEXT: 00000008 .text 00000000 $t
33 @ CHECK-NEXT: 00000010 .text 00000000 $t
  /external/llvm/test/MC/X86/AlignedBundling/
pad-bundle-groups.s 20 # CHECK-NEXT: 10: callq
21 # CHECK-NEXT: 15: callq
29 # CHECK-NEXT: 20: callq
30 # CHECK-NEXT: 25: callq
42 # CHECK-NEXT: 40: callq
43 # CHECK-NEXT: 45: callq
  /external/llvm/test/Object/
archive-format.test 17 CHECK-NEXT: // 18 `
18 CHECK-NEXT: 0123456789abcdef/
19 CHECK-NEXT: 0123456789abcde/{{................................}}4 `
20 CHECK-NEXT: bar
21 CHECK-NEXT: /0 {{................................}}4 `
22 CHECK-NEXT: zed
yaml2obj-elf-symbol-basic.yaml 29 # CHECK-NEXT: Symbol {
30 # CHECK-NEXT: Name: (0)
32 # CHECK-NEXT: Name: main
33 # CHECK-NEXT: Value: 0x1
34 # CHECK-NEXT: Size: 2
36 # CHECK-NEXT: Type: Function
  /external/llvm/test/Transforms/InstCombine/
merge-icmp.ll 12 ; CHECK-NEXT: load i16
13 ; CHECK-NEXT: icmp eq i16 %load, 17791
14 ; CHECK-NEXT: ret i1
26 ; CHECK-NEXT: load i16
27 ; CHECK-NEXT: icmp eq i16 %load, 32581
28 ; CHECK-NEXT: ret i1
  /system/core/include/cutils/
list.h 28 struct listnode *next; member in struct:listnode
37 .next = &name, \
42 for (node = (list)->next; node != (list); node = node->next)
51 #define list_empty(list) ((list) == (list)->next)
52 #define list_head(list) ((list)->next)

Completed in 1015 milliseconds

<<21222324252627282930>>