OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next
(Results
301 - 325
of
3921
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/effects/
SkBlurDrawLooper.cpp
96
bool SkBlurDrawLooper::
next
(SkCanvas* canvas, SkPaint* paint) {
function in class:SkBlurDrawLooper
/external/smack/src/org/jivesoftware/smack/util/collections/
MapIterator.java
32
* to <code>
next
()</code>, the <code>getValue()</code> method provides direct
37
* Object key = it.
next
();
57
* Gets the
next
<em>key</em> from the <code>Map</code>.
59
* @return the
next
key in the iteration
63
K
next
();
method in interface:MapIterator
68
* to <code>
next
()</code>.
71
* @throws IllegalStateException if <code>
next
()</code> has not yet been called
77
* returned by <code>
next
()</code>.
80
* @throws IllegalStateException if <code>
next
()</code> has not yet been called
88
* This method can be called once per call to <code>
next
()</code>
[
all
...]
/external/smack/src/org/jivesoftware/smackx/
GroupChatInvitation.java
111
parser.
next
();
/external/smack/src/org/jivesoftware/smackx/entitycaps/provider/
CapsExtensionProvider.java
47
parser.
next
();
/external/smack/src/org/jivesoftware/smackx/packet/
XHTMLExtension.java
89
buf.append(i.
next
());
/external/smack/src/org/jivesoftware/smackx/provider/
CapsExtensionProvider.java
49
parser.
next
();
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/
SubscriptionProvider.java
37
int tag = parser.
next
();
41
tag = parser.
next
();
46
while (parser.
next
() != XmlPullParser.END_TAG && parser.getName() != "subscribe-options");
48
while (parser.getEventType() != XmlPullParser.END_TAG) parser.
next
();
/external/smack/src/org/xbill/DNS/
Compression.java
18
Entry
next
;
field in class:Compression.Entry
47
entry.
next
= table[row];
63
for (Entry entry = table[row]; entry != null; entry = entry.
next
) {
/external/smack/src/org/xbill/DNS/tests/
primary.java
45
System.out.println(it.
next
());
50
System.out.println(it.
next
());
/external/srec/seti/sltsEngine/include/
linklist.h
22
/* each node stores pointer to data, and pointer to
next
node */
25
struct LNode *
next
;
member in struct:LNode
/external/srec/srec/Semproc/include/
SR_SymbolTable.h
70
* Pointer to the
next
available symbol slot for storing a symbol in the array
72
Symbol *
next
;
member in struct:SymbolTable_t
/external/tcpdump/
print-igrp.c
84
u_int nint, nsys,
next
;
local
94
next
= EXTRACT_16BITS(&hdr->ig_nx);
103
next
);
115
} else if (
next
> 0) {
118
--
next
;
126
if (nint == 0 && nsys == 0 &&
next
== 0)
/external/v8/src/
unbound-queue-inl.h
39
: value(value),
next
(NULL) {
43
Node*
next
;
member in struct:v8::internal::UnboundQueue::Node
63
first_ = tmp->
next
;
71
Node*
next
= reinterpret_cast<Node*>(divider_)->
next
;
local
72
*rec =
next
->value;
73
OS::ReleaseStore(÷r_, reinterpret_cast<AtomicWord>(
next
));
79
Node*&
next
= reinterpret_cast<Node*>(last_)->
next
;
local
80
next
= new Node(rec)
89
Node*
next
= reinterpret_cast<Node*>(divider_)->
next
;
local
[
all
...]
/external/valgrind/main/memcheck/tests/
wrap5.c
12
struct _Lard*
next
;
member in struct:_Lard
26
p->
next
= lard;
90
p_next = p->
next
;
/external/wpa_supplicant_8/src/ap/
ap_list.h
15
/* Note:
next
/prev pointers are updated whenever a new beacon is
18
struct ap_info *
next
; /*
next
entry in AP list */
member in struct:ap_info
20
struct ap_info *hnext; /*
next
entry in hash table list */
/external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.h
15
struct eap_fast_pac *
next
;
member in struct:eap_fast_pac
/frameworks/av/drm/common/
DrmConstraints.cpp
65
const String8& DrmConstraints::KeyIterator::
next
() {
function in class:DrmConstraints::KeyIterator
108
String8 DrmConstraints::Iterator::
next
() {
function in class:DrmConstraints::Iterator
DrmInfoRequest.cpp
72
const String8& DrmInfoRequest::KeyIterator::
next
() {
function in class:DrmInfoRequest::KeyIterator
101
String8& DrmInfoRequest::Iterator::
next
() {
function in class:DrmInfoRequest::Iterator
DrmMetadata.cpp
68
const String8& DrmMetadata::KeyIterator::
next
() {
function in class:DrmMetadata::KeyIterator
113
String8 DrmMetadata::Iterator::
next
() {
function in class:DrmMetadata::Iterator
/frameworks/av/services/audioflinger/
StateQueue.cpp
61
const T *
next
= (const T *) android_atomic_acquire_load((volatile int32_t *) &mNext);
local
62
if (
next
!= mCurrent) {
63
mAck =
next
; // no additional barrier needed
64
mCurrent =
next
;
69
return
next
;
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
56
* @see EntityIterator#
next
()
67
* Returns the
next
object in the iteration, i.e. returns the element in
70
* @return the
next
object.
75
public Entity
next
() {
method in class:CursorEntityIterator
77
throw new IllegalStateException("calling
next
() when the iterator is closed");
80
throw new IllegalStateException("you may only call
next
() if hasNext() is true");
/frameworks/base/core/java/android/util/
FastImmutableArraySet.java
69
public T
next
() {
method in class:FastImmutableArraySet.FastIterator
LocalLog.java
53
pw.println(itr.
next
());
/frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.cpp
36
AutoDecoderCancel*
next
= fNext;
local
40
prev->fNext =
next
;
43
gAutoDecoderCancel =
next
;
45
if (
next
) {
46
SkASSERT(
next
->fPrev == this);
47
next
->fPrev = prev;
/frameworks/base/sax/java/android/sax/
Children.java
52
current = current.
next
;
57
previous.
next
= current;
79
current = current.
next
;
89
Child
next
;
field in class:Children.Child
Completed in 614 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>