HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 501 - 525 of 3921) sorted by null

<<21222324252627282930>>

  /external/skia/src/effects/gradients/
SkBitmapCache.cpp 48 Entry* next = entry->fNext; local
50 entry = next;
  /external/skia/src/gpu/
GrMemoryPool.cpp 82 BlockHeader* next = block->fNext; local
84 prev->fNext = next;
85 if (next) {
86 next->fPrev = prev;
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractEmptyIterator.java 41 public E next() { method in class:AbstractEmptyIterator
  /external/smack/src/org/jivesoftware/smackx/packet/
Nick.java 101 parser.next();
106 parser.next();
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
SessionID.java 72 parser.next();
UserID.java 72 parser.next();
WorkgroupInformation.java 81 parser.next();
  /external/srtp/crypto/include/
crypto_kernel.h 79 struct kernel_cipher_type *next; member in struct:kernel_cipher_type
89 struct kernel_auth_type *next; member in struct:kernel_auth_type
98 struct kernel_debug_module *next; member in struct:kernel_debug_module
  /external/valgrind/main/memcheck/tests/
leak-cases.c 42 struct _Node* next; member in struct:_Node
48 Node* mk(Node* next)
53 x->next = next;
82 (p6->next)++; // 16/1 possibly lost
88 (p8->next)++; // 16/1 possibly lost
92 (p9->next)++; // 32(16d,16i)/1 definitely lost (double count!)
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 18 struct rsn_pmksa_cache_entry *next, *hnext; member in struct:rsn_pmksa_cache_entry
  /external/wpa_supplicant_8/src/utils/
list.h 16 struct dl_list *next; member in struct:dl_list
22 list->next = list;
28 item->next = list->next;
30 list->next->prev = item;
31 list->next = item;
41 item->next->prev = item->prev;
42 item->prev->next = item->next;
43 item->next = NULL
    [all...]
  /external/zlib/src/contrib/infback9/
inflate9.h 43 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
  /frameworks/av/drm/common/
DrmInfo.cpp 78 const String8& DrmInfo::KeyIterator::next() { function in class:DrmInfo::KeyIterator
106 String8& DrmInfo::Iterator::next() { function in class:DrmInfo::Iterator
DrmSupportInfo.cpp 131 String8& DrmSupportInfo::FileSuffixIterator::next() { function in class:DrmSupportInfo::FileSuffixIterator
155 String8& DrmSupportInfo::MimeTypeIterator::next() { function in class:DrmSupportInfo::MimeTypeIterator
  /frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java 30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) {
46 icon.setImageDrawable(next.info.applicationInfo.loadIcon(context.getPackageManager()));
49 next.info.applicationInfo.loadLabel(context.getPackageManager()).toString()));
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
ts_parser.h 67 time_stamp_list *next; member in struct:omx_time_stamp_reorder::time_stamp_list
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 68 time_stamp_list *next; member in struct:omx_time_stamp_reorder::time_stamp_list
  /libcore/luni/src/main/java/java/sql/
SQLException.java 35 * <li>The next exception in the chain.</li>
48 private SQLException next = null; field in class:SQLException
196 return next;
220 if (next != null) {
221 next.setNextException(ex);
223 next = ex;
247 public Throwable next() { method in class:SQLException.InternalIterator
252 current = current.next;
  /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...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Explicit.java 68 in.next();
  /ndk/sources/host-tools/make-3.81/
job.h 42 struct child *next; /* Link in the chain. */ member in struct:child
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
JsonBackedSuggestionExtras.java 41 mColumns.add(it.next());
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
Token.java 45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
Token.java 45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
Token.java 45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that

Completed in 606 milliseconds

<<21222324252627282930>>