/external/e2fsprogs/lib/ext2fs/ |
ext2_err.c | 42 "Can't read next inode", 133 "No 'next' extent", 155 struct et_list *next; member in struct:et_list 176 for (end = list, et = *list; et; end = &et->next, et = et->next) 187 et->next = 0;
|
/external/e2fsprogs/lib/ss/ |
get_readline.c | 47 char *tmp, *cp, *next; local 63 for (cp = tmp; cp; cp = next) { 64 next = strchr(cp, ':'); 65 if (next) 66 *next++ = 0;
|
/external/eigen/debug/gdb/ |
printers.py | 92 def next(self): member in class:EigenMatrixPrinter._iterator 155 def next(self): member in class:EigenQuaternionPrinter._iterator
|
/external/elfutils/libelf/ |
elf_end.c | 114 parent->state.ar.children = elf->next; 119 while (child->next != elf) 120 child = child->next; 122 child->next = elf->next; 146 Elf_Data_Chunk *next = rawchunks->next; local 150 rawchunks = next; 190 runp = scn->data_list.next; 194 runp = runp->next; [all...] |
/external/guava/guava/src/com/google/common/collect/ |
AbstractIndexedListIterator.java | 41 * {@link #next()}. 47 * position is 0. That is, the first call to {@link #next()} will return the 60 * return {@code position}, and the first call to {@link #next()} will return 80 public final E next() { method in class:AbstractIndexedListIterator
|
DiscreteDomain.java | 27 * operations: {@link #next}, {@link #previous} and {@link #distance}, according 54 public abstract C next(C value); method in class:DiscreteDomain 59 * #next}. 69 * #next} (if positive) or {@link #previous} (if negative) are needed to reach 71 * next(next(next(start)))}, then {@code distance(start, end) == 3} and {@code
|
Iterators.java | 70 public Object next() { 93 @Override public Object next() { 127 public T next() { method in class:Iterators 128 return iterator.next(); 152 iterator.next(); 165 if (iterator.next() == null) { 171 if (element.equals(iterator.next())) { 193 if (elementsToRemove.contains(removeFrom.next())) { 217 if (predicate.apply(removeFrom.next())) { 239 if (!elementsToRetain.contains(removeFrom.next())) { [all...] |
RegularImmutableMultiset.java | 81 public Entry<E> next() { method in class:RegularImmutableMultiset 82 Map.Entry<E, Integer> mapEntry = mapIterator.next();
|
/external/guava/guava/src/com/google/common/primitives/ |
AndroidInteger.java | 71 int next = result * radix - digit; local 72 if (next > result) { 75 result = next;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Iterators.java | 68 public Object next() { 91 @Override public Object next() { 125 public T next() { method in class:Iterators 126 return iterator.next(); 150 iterator.next(); 163 if (iterator.next() == null) { 169 if (element.equals(iterator.next())) { 191 if (elementsToRemove.contains(removeFrom.next())) { 215 if (predicate.apply(removeFrom.next())) { 237 if (!elementsToRetain.contains(removeFrom.next())) { [all...] |
/external/harfbuzz_ng/test/api/ |
test-set.c | 35 hb_codepoint_t next = (hb_codepoint_t) -1; local 40 g_assert (!hb_set_next (s, &next)); 41 g_assert_cmpint (next, ==, (hb_codepoint_t) -1); 47 hb_codepoint_t next = (hb_codepoint_t) -1; local 51 g_assert (hb_set_next (s, &next)); 52 g_assert_cmpint (next, !=, (hb_codepoint_t) -1); 155 hb_codepoint_t next, first, last; local 165 next = (hb_codepoint_t) -1; 166 g_assert (hb_set_next (s, &next)); 167 g_assert_cmpint (next, ==, 6) [all...] |
/external/icu4c/common/ |
bytestrieiterator.cpp | 100 BytesTrie::Iterator::next(UErrorCode &errorCode) { function in class:BytesTrie::Iterator 109 // Pop the state off the stack and continue with the next outbound edge of
|
ruleiter.cpp | 36 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { function in class:RuleCharacterIterator
|
ucharstrieiterator.cpp | 99 UCharsTrie::Iterator::next(UErrorCode &errorCode) { function in class:UCharsTrie::Iterator 108 // Pop the state off the stack and continue with the next outbound edge of 150 // next time.
|
uenumimp.h | 61 * This function returns the next element as a UChar *, 67 * @return next element as UChar *, 78 * This function returns the next element as a char *, 84 * @return next element as char *, 124 UEnumNext *next; member in struct:UEnumeration 145 * when a UEnumeration is defined with 'next' pointing to this
|
/external/icu4c/i18n/ |
regeximp.cpp | 26 UChar32 CaseFoldingUTextIterator::next() { function in class:CaseFoldingUTextIterator 31 // Start handling the next char from the input UText. 74 UChar32 CaseFoldingUCharIterator::next() { function in class:CaseFoldingUCharIterator 79 // Start handling the next char from the input UText.
|
/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/iproute2/tc/ |
m_pedit.h | 44 struct m_pedit_util *next; member in struct:m_pedit_util
|
/external/ipsec-tools/src/racoon/ |
sainfo.h | 68 struct sainfoalg *next; member in struct:sainfoalg
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
IntQueue.java | 21 private IntQueue.Entry next; field in class:IntQueue.Entry 34 tail.next = entry; 50 head = head.next;
|
/external/junit/src/org/junit/experimental/theories/internal/ |
ParameterizedAssertionError.java | 33 Object next = iter.next(); local 34 buffer.append(stringValueOf(next)); 42 private static String stringValueOf(Object next) { 44 return String.valueOf(next);
|
/external/kernel-headers/original/linux/ |
seq_file.h | 30 void * (*next) (struct seq_file *m, void *v, loff_t *pos); member in struct:seq_operations
|
vmalloc.h | 32 struct vm_struct *next; member in struct:vm_struct
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
proc-llist.h | 40 struct _lnode* next; // Next node pointer member in struct:_lnode
|
/external/libppp/src/ |
route.h | 49 struct sticky_route *next; /* next in list */ member in struct:sticky_route
|