Searched defs:next (Results 76 - 100 of 2310) sorted by relevance

1234567891011>>

/external/qemu/include/disas/
H A Ddisas.h39 struct syminfo *next; member in struct:syminfo
/external/qemu/include/hw/
H A Dboards.h22 struct QEMUMachine *next; member in struct:QEMUMachine
/external/valgrind/main/callgrind/
H A Dcosts.h25 CostChunk *next, *prev; member in struct:_CostChunk
/external/bison/src/
H A DInadequacyList.h76 struct InadequacyList *next; member in struct:InadequacyList
H A Dderives.c34 struct rule_list *next; member in struct:rule_list
83 p->next = dset[lhs - ntokens];
101 p = p->next;
/external/checkpolicy/
H A Dcheckpolicy.h13 struct te_assert *next; member in struct:te_assert
H A Dqueue.h21 queue_node_ptr_t next; member in struct:queue_node
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dabstract_node_walker.js27 * To keep track of and break infinite loops when trying to call next on
39 cvox.AbstractNodeWalker.prototype.next = function(sel) {
96 var n = this.next(/** @type {!cvox.CursorSelection} */
H A Dabstract_selection_walker.js38 cvox.AbstractSelectionWalker.prototype.next = function(sel) {
45 return this.objWalker_.next(sel);
48 var objSel = this.objWalker_.next(sel);
108 // This.next places us at the correct initial position (except below).
109 newSel = this.next(newSel.setReversed(false));
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dchroot_file_system.py35 def next(results): function in function:ChrootFileSystem.Read
39 skip_not_found-skip_not_found).Then(next)
/external/chromium_org/components/policy/core/common/
H A Dgenerate_policy_source_unittest.cc114 const char** next = kExpectedProperties; local
116 !it.IsAtEnd(); it.Advance(), ++next) {
117 ASSERT_TRUE(*next != NULL);
118 EXPECT_STREQ(*next, it.key());
122 EXPECT_TRUE(*next == NULL);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_MCS_lock.c165 node->next = 0; /* initially, no successor */
174 pred->next = node;
195 ptw32_mcs_local_node_t *next = local
197 PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */
199 if (0 == next)
214 next = (ptw32_mcs_local_node_t *)
215 PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */
219 ptw32_mcs_flag_set(&next->readyFlag);
234 node->next = 0; /* initially, no successor */
262 new_node->next
[all...]
/external/chromium_org/net/disk_cache/memory/
H A Dmem_rankings.cc30 MemEntryImpl* next = node->next(); local
33 head_ = next;
39 prev->set_next(next);
41 if (next)
42 next->set_prev(prev);
57 return node->next();
/external/chromium_org/ppapi/tests/
H A Dtest_trace_event.cc59 int64_t next = interface_->Now(); local
60 ASSERT_LE(last, next);
61 last = next;
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dinstruction.h30 : code(c), next(n), k(parm) {}
55 Instruction* next; member in union:sandbox::Instruction::__anon10554
/external/chromium_org/sandbox/win/wow_helper/
H A Dwow_helper.cc68 wchar_t* next; local
69 DWORD process_id = wcstoul(command_line, &next, 0);
78 DWORD buffer = wcstoul(next, NULL, 0);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelectorList.h48 static const CSSSelector* next(const CSSSelector&);
49 bool hasOneSelector() const { return m_selectorArray && !next(*m_selectorArray); }
55 const CSSSelector* next = this->next(current); local
56 if (!next)
58 return next - m_selectorArray;
80 inline const CSSSelector* CSSSelectorList::next(const CSSSelector& current) function in class:blink::CSSSelectorList
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeTraversal.h36 // Does a pre-order traversal of the tree to find the next node after this one.
40 static Node* next(const Node& current) { return traverseNextTemplate(current); } function in class:blink::NodeTraversal
41 static Node* next(const ContainerNode& current) { return traverseNextTemplate(current); } function in class:blink::NodeTraversal
42 static Node* next(const Node& current, const Node* stayWithin) { return traverseNextTemplate(current, stayWithin); } function in class:blink::NodeTraversal
43 static Node* next(const ContainerNode& current, const Node* stayWithin) { return traverseNextTemplate(current, stayWithin); } function in class:blink::NodeTraversal
45 // Like next, but skips children and starts with the next sibling.
55 // Like previous, but skips children and starts with the next sibling.
58 // Like next, but visits parents after their children.
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceClientWalker.h35 // Just keep calling next() on this. It's safe from deletions of items.
48 T* next() function in class:blink::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/html/track/
H A DTrackBase.cpp40 static blink::WebMediaPlayer::TrackId next = 0; local
41 return ++next;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DBidiRun.h46 BidiRun* next() { return static_cast<BidiRun*>(m_next); } function in struct:blink::BidiRun
H A DPaintInvalidationState.cpp36 PaintInvalidationState::PaintInvalidationState(const PaintInvalidationState& next, RenderLayerModelObject& renderer, const RenderLayerModelObject& paintInvalidationContainer) argument
39 , m_forceCheckForPaintInvalidation(next.m_forceCheckForPaintInvalidation)
52 if (!renderer.supportsPaintInvalidationStateCachedOffsets() || !next.m_cachedOffsetsEnabled) {
60 m_paintOffset = next.m_paintOffset + offset;
74 m_clipped = !fixed && next.m_clipped;
76 m_clipRect = next.m_clipRect;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedStack.h59 Node(const T&, PassOwnPtr<Node> next);
71 LinkedStack<T>::Node::Node(const T& data, PassOwnPtr<Node> next) argument
73 , m_next(next)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dbytecode.py17 # 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/boringssl/src/ssl/pqueue/
H A Dpqueue_test.c68 pitem *next = pqueue_next(&iter); local
69 if (next == NULL) {
73 int *next_data = (int*)next->data;
77 curr = next;

Completed in 365 milliseconds

1234567891011>>