HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 201 - 225 of 3893) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 77 * Returns the next node in the set and advances the position of the
81 * @return The next <code>Node</code> in the set being iterated over, or
89 int next; local
91 m_lastFetched = next = (DTM.NULL == m_lastFetched)
95 // m_lastFetched = next;
96 if (DTM.NULL != next)
99 return next;
SelfIteratorNoPredicate.java 66 * Returns the next node in the set and advances the position of the
70 * @return The next <code>Node</code> in the set being iterated over, or
78 int next; local
80 m_lastFetched = next = (DTM.NULL == m_lastFetched)
84 // m_lastFetched = next;
85 if (DTM.NULL != next)
89 return next;
  /external/bison/src/
InadequacyList.h 76 struct InadequacyList *next; member in struct:InadequacyList
derives.c 34 struct rule_list *next; member in struct:rule_list
83 p->next = dset[lhs - ntokens];
101 p = p->next;
  /external/checkpolicy/
checkpolicy.h 13 struct te_assert *next; member in struct:te_assert
queue.h 21 queue_node_ptr_t next; member in struct:queue_node
  /external/chromium/chrome/browser/autofill/
name_field.cc 59 AutofillField* next; local
63 ParseEmptyText(&q, &next)) {
67 v->middle_name_ = next;
70 v->last_name_ = next;
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
sessionsendtask.h 104 const buzz::XmlElement* next = NextStanza(); local
105 if (next == NULL)
108 if (next->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) {
109 session_manager_->OnIncomingResponse(stanza_.get(), next);
111 session_manager_->OnFailedSend(stanza_.get(), next);
  /external/chromium_org/content/renderer/
renderer_webcolorchooser_impl.cc 13 static int next = 0; local
14 return ++next;
  /external/chromium_org/net/quic/test_tools/
test_task_runner.cc 41 // Find the next task to run, advance the time to the correct time
43 std::vector<PostedTask>::iterator next = FindNextTask(); local
44 DCHECK(next != tasks_.end());
46 (next->GetTimeToRun() - clock_->NowInTicks()).InMicroseconds()));
47 PostedTask task = *next;
48 tasks_.erase(next);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorList.h 48 static const CSSSelector* next(const CSSSelector*);
49 bool hasOneSelector() const { return m_selectorArray && !next(m_selectorArray); }
55 current = next(current);
80 inline const CSSSelector* CSSSelectorList::next(const CSSSelector* current) function in class:WebCore::CSSSelectorList
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceClientWalker.h 35 // Just keep calling next() on this. It's safe from deletions of items.
48 T* next() function in class:WebCore::ResourceClientWalker
52 ResourceClient* next = m_clientVector[m_index++]; local
53 if (m_clientSet.contains(next)) {
54 ASSERT(T::expectedType() == ResourceClient::expectedType() || next->resourceClientType() == T::expectedType());
55 return static_cast<T*>(next);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
OrderIterator.cpp 48 return next();
51 RenderBox* OrderIterator::next() function in class:WebCore::OrderIterator
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py 17 # The offset in the code object of the next bytecode.
67 next = __next__ # Py2k uses an old-style non-dunder name. variable in class:ByteCodes
90 next = __next__ variable in class:CodeObjects
  /external/chromium_org/third_party/icu/source/common/
ruleiter.cpp 35 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { function in class:RuleCharacterIterator
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/chromium_org/third_party/libjingle/source/talk/p2p/client/
sessionsendtask.h 111 const buzz::XmlElement* next = NextStanza(); local
112 if (next == NULL)
116 if (next->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) {
117 session_manager_->OnIncomingResponse(stanza_.get(), next);
119 session_manager_->OnFailedSend(stanza_.get(), next);
  /external/chromium_org/third_party/libusb/src/libusb/
hotplug.c 177 struct libusb_hotplug_callback *hotplug_cb, *next; local
182 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list, struct libusb_hotplug_callback) {
310 struct libusb_hotplug_callback *hotplug_cb, *next; local
313 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 15 * next paragraph) shall be included in all copies or substantial portions
76 const char *next; local
80 for (next = library_paths; *next; library_paths = next + 1) {
81 next = util_strchrnul(library_paths, ':');
82 len = next - library_paths;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_mm.h 38 struct mem_block *next, *prev; member in struct:mem_block
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
memory_pool.c 11 * The above copyright notice and this permission notice (including the next
35 struct memory_block * next; member in struct:memory_block
48 pool->blocks = block->next;
62 newblock->next = pool->blocks;
90 block->next = pool->blocks;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.h 9 * The above copyright notice and this permission notice (including the next
44 struct compute_memory_item* next; member in struct:compute_memory_item
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.c 12 * The above copyright notice and this permission notice (including the next
228 struct glx_config **next; local
231 next = &base;
233 *next = (struct glx_config *) malloc(size);
234 if (*next == NULL) {
240 (void) memset(*next, 0, size);
241 (*next)->visualID = GLX_DONT_CARE;
242 (*next)->visualType = GLX_DONT_CARE;
243 (*next)->visualRating = GLX_NONE;
244 (*next)->transparentPixel = GLX_NONE
270 struct glx_config *const next = configs->next; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_resolve_map.h 11 * The above copyright notice and this permission notice (including the next
80 struct intel_resolve_map *next; member in struct:intel_resolve_map
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mm.h 36 struct mem_block *next, *prev; member in struct:mem_block

Completed in 1427 milliseconds

1 2 3 4 5 6 7 891011>>