/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
list_partition.h | 118 size_t cur = 1, next = 1; local 123 cur = next; 141 next = os_starts.size() / 2 + 1;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
conf.h | 158 * \param next Iterator variable for the next node. 163 #define snd_config_for_each(pos, next, node) \ 164 for (pos = snd_config_iterator_first(node), next = snd_config_iterator_next(pos); pos != snd_config_iterator_end(node); pos = next, next = snd_config_iterator_next(pos)) 186 snd_devname_t *next; /**< Next pointer */ member in struct:snd_devname
|
global.h | 67 struct snd_dlsym_link *next; member in struct:snd_dlsym_link 84 __SND_DLSYM_VERSION(snd_dlsym_, name, version).next = snd_dlsym_start; \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
conf.h | 158 * \param next Iterator variable for the next node. 163 #define snd_config_for_each(pos, next, node) \ 164 for (pos = snd_config_iterator_first(node), next = snd_config_iterator_next(pos); pos != snd_config_iterator_end(node); pos = next, next = snd_config_iterator_next(pos)) 186 snd_devname_t *next; /**< Next pointer */ member in struct:snd_devname
|
global.h | 67 struct snd_dlsym_link *next; member in struct:snd_dlsym_link 84 __SND_DLSYM_VERSION(snd_dlsym_, name, version).next = snd_dlsym_start; \
|