/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
DescendantIterator.java | 161 * Returns the next node in the set and advances the position of the 165 * @return The next <code>Node</code> in the set being iterated over, or 182 int next; local 208 next = m_lastFetched = (DTM.NULL == m_lastFetched) 210 : m_traverser.next(m_context, m_lastFetched); 214 next = m_lastFetched = (DTM.NULL == m_lastFetched) 216 : m_traverser.next(m_context, m_lastFetched, 220 if (DTM.NULL != next) 222 if(DTMIterator.FILTER_ACCEPT == acceptNode(next)) 230 while (next != DTM.NULL) [all...] |
FilterExprIteratorSimple.java | 141 * Returns the next node in the set and advances the position of the 145 * @return The next <code>Node</code> in the set being iterated over, or 153 int next; local 157 m_lastFetched = next = m_exprObj.nextNode(); 160 m_lastFetched = next = DTM.NULL; 162 // m_lastFetched = next; 163 if (DTM.NULL != next) 166 return next;
|
FilterExprWalker.java | 184 * Moves the <code>TreeWalker</code> to the next visible node in document 186 * current node has no next node, or if the search for nextNode attempts 190 * next node in the TreeWalker's logical view. 197 int next = m_exprObj.nextNode(); local 198 return next;
|
OneStepIterator.java | 121 * Get the next node via getFirstAttribute && getNextAttribute. 125 return m_lastFetched = m_iterator.next(); 215 int next; local 217 while (DTM.NULL != (next = clone.nextNode())) 274 int next; local 276 while (DTM.NULL != (next = clone.nextNode()))
|
/external/bison/lib/ |
bitset.c | 224 /* Find next bit set in SRC starting from and including BITNO. 230 bitset_bindex next = bitno; local 232 if (!bitset_list (src, &val, 1, &next)) 252 bitset_bindex next = bitno; local 254 if (!bitset_list_reverse (src, &val, 1, &next)) 281 bitset_bindex next = 0; local 283 if (bitset_list (src, val, 2, &next) != 1) 368 bitset_bindex next; local 376 next = 0; 377 for (count = 0; (num = bitset_list (src, list, BITSET_LIST_SIZE, &next)); [all...] |
getopt.c | 70 /* Index in ARGV of the next element to be scanned. 79 Otherwise, 'optind' communicates from one call to the next 157 but it consists of two parts that need to be swapped next. */ 303 updating 'optind' and 'nextchar' so that the next call to 'getopt' can 330 from the option name by a '=', or else the in next ARGV-element. 388 /* Advance to the next ARGV-element. */ 440 /* Set the next-arg-index to point at the non-options 492 struct option_list *next; 529 newp->next = ambig_list; 540 first.next = ambig_list 488 struct option_list *next; member in struct:option_list [all...] |
timevar.c | 170 /* The next lower timing variable context in the stack. */ 171 struct timevar_stack_def *next; member in struct:timevar_stack_def 318 unused_stack_instances = unused_stack_instances->next; 326 context->next = stack; 360 stack = stack->next; 364 popped->next = unused_stack_instances;
|
/external/bison/src/ |
lalr.c | 52 struct goto_list *next; member in struct:goto_list 58 LArule[l] is applicable in the appropriate state when the next 211 sp->next = lookback[(s->reductions->lookahead_tokens - LA) + ri]; 312 for (sp = lookback[i]; sp; sp = sp->next)
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedGenerator.java | 335 X509AttributeCertificate attrCert = (X509AttributeCertificate)it.next(); 364 _signers.add(it.next());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
X509CRLObject.java | 397 buf.append(" Next update: ").append(this.getNextUpdate()) 502 buf.append(it.next());
|
/external/ceres-solver/internal/ceres/ |
trust_region_minimizer_test.cc | 339 int next = (i + 1) % num_vertices_; local 346 v[dim] = parameters[next][dim] - parameters[i][dim];
|
/external/chromium/chrome/browser/net/ |
url_info.cc | 202 char next = output[i]; local 203 if (isalnum(next) || isspace(next) || strchr(".-:/", next) != NULL)
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 200 $next = false; variable 204 $next = true; variable 258 $next = true; variable 265 if ($next) continue;
|
/external/chromium/net/disk_cache/ |
eviction.cc | 116 Rankings::ScopedRankingsBlock next(rankings_, 119 while ((header_->num_bytes > target_size || test_mode_) && next.get()) { 121 if (!next->HasData()) 123 node.reset(next.release()); 124 next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE)); 294 Rankings::ScopedRankingsBlock next[kListsToSearch]; local 300 next[i].set_rankings(rankings_); 303 next[i].reset(rankings_->GetPrev(NULL, static_cast<Rankings::List>(i))); 304 if (!empty && NodeIsOldEnough(next[i].get(), i)) { 312 list = SelectListByLength(next); [all...] |
/external/chromium/third_party/libevent/ |
evhttp.h | 190 TAILQ_ENTRY(evhttp_request) next; member in struct:evhttp_request 195 } next;
|
evrpc.h | 75 TAILQ_ENTRY(evrpc) next; member in struct:evrpc 341 TAILQ_ENTRY(evrpc_request_wrapper) next; member in struct:evrpc_request_wrapper
|
http-internal.h | 55 TAILQ_ENTRY(evhttp_connection) (next); 95 TAILQ_ENTRY(evhttp_cb) next; member in struct:evhttp_cb 108 TAILQ_ENTRY(evhttp_bound_socket) (next);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
flags.h | 146 Flag* next() const { return next_; } function in class:Flag 206 // The NULL-terminated list of all flags. Traverse with Flag::next().
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
ObserverList.java | 183 public E next() { method in class:ObserverList.ObserverListIterator
|
/external/chromium_org/chrome/browser/net/ |
url_info.cc | 221 char next = output[i]; local 222 if (isalnum(next) || isspace(next) || strchr(".-:/", next) != NULL)
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 200 $next = false; variable 204 $next = true; variable 258 $next = true; variable 265 if ($next) continue;
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_worditerator.cc | 380 int next = ubrk_next(iterator_); local 381 while (next != UBRK_DONE) { 383 if (Normalize(position_, next - position_, word_string)) { 385 *word_length = next - position_; 386 position_ = next; 390 position_ = next; 391 next = ubrk_next(iterator_); 395 // UBRK_DONE to prevent from calling ubrk_next() next time when this function 427 for (UChar c = it.first(); c != icu::CharacterIterator::DONE; c = it.next())
|
/external/chromium_org/components/url_matcher/ |
substring_set_matcher.cc | 96 size_t next = 0; local 99 ++i, ++next) { 100 sorted_patterns[next] = i->second;
|
/external/chromium_org/content/common/android/ |
address_parser_internal.cc | 167 char16 next = SafeNextChar(it_, end_); local 168 if (IsPostDelimiter(next)) { 174 if (IsAsciiAlpha(next)) { 177 char16 second_letter = base::ToLowerASCII(next);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
JellyBeanAccessibilityInjector.java | 120 keys.next();
|