Searched refs:previous (Results 101 - 125 of 592) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementTraversal.h72 static ElementType* previous(const Node&);
73 static ElementType* previous(const Node&, const Node* stayWithin);
75 static ElementType* previous(const ContainerNode& current, const Node* stayWithin, MatchFunc);
229 node = NodeTraversal::previous(*node, &current);
239 element = Traversal<ElementType>::previous(*element, &current, isMatch);
274 inline ElementType* Traversal<ElementType>::previous(const Node& current) function in class:blink::Traversal
276 Node* node = NodeTraversal::previous(current);
278 node = NodeTraversal::previous(*node);
283 inline ElementType* Traversal<ElementType>::previous(const Node& current, const Node* stayWithin) function in class:blink::Traversal
285 Node* node = NodeTraversal::previous(curren
293 inline ElementType* Traversal<ElementType>::previous(const ContainerNode& current, const Node* stayWithin, MatchFunc isMatch) function in class:blink::Traversal
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNodeTest.cpp56 EXPECT_EQ(lastChild->previous(), firstChild.get());
80 EXPECT_EQ(firstChild.get(), lastChild->previous());
87 EXPECT_EQ(middleChild->previous(), firstChild.get());
90 EXPECT_EQ(lastChild->previous(), middleChild.get());
103 EXPECT_EQ(child->previous(), nullNode.get());
140 EXPECT_EQ(trio.lastChild->previous(), trio.firstChild.get());
166 EXPECT_EQ(trio.middleChild->previous(), nullNode.get());
/external/srtp/crypto/cipher/
H A Daes_cbc.c140 /* set state and 'previous' block to iv */
142 c->previous.v8[i] = c->state.v8[i] = input[i];
204 v128_t state, previous; local
216 /* set 'previous' block to iv*/
218 previous.v8[i] = c->previous.v8[i];
222 v128_hex_string(&previous));
245 * exor previous ciphertext block out of plaintext, and write new
247 * to the 'previous' block
251 *output++ = state.v8[i] ^ previous
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dulist.c18 UListNode *previous; member in struct:UListNode
63 newItem->previous = NULL;
88 newItem->previous = list->tail;
114 newItem->previous = NULL;
116 list->head->previous = newItem;
/external/chromium_org/v8/src/
H A Dunicode-inl.h87 // Encode encodes the UTF-16 code units c and previous into the given str
93 int previous,
104 if (Utf16::IsSurrogatePair(previous, c)) {
107 Utf16::CombineSurrogatePair(previous, c),
140 unsigned Utf8::Length(uchar c, int previous) { argument
147 Utf16::IsLeadSurrogate(previous)) {
91 Encode(char* str, uchar c, int previous, bool replace_invalid) argument
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DGenericLoaderFactory.java53 * Registers the given {@link ModelLoaderFactory} for the given model and resource classes and returns the previous
74 ModelLoaderFactory<T, Y> previous = resourceToFactories.put(resourceClass, factory);
76 if (previous != null) {
80 if (currentResourceToFactories.containsValue(previous)) {
81 previous = null;
87 return previous;
/external/icu/icu4c/source/common/
H A Dulist.c18 UListNode *previous; member in struct:UListNode
63 newItem->previous = NULL;
88 newItem->previous = list->tail;
114 newItem->previous = NULL;
116 list->head->previous = newItem;
/external/chromium_org/net/dns/
H A Dhost_resolver_proc.cc61 HostResolverProc::HostResolverProc(HostResolverProc* previous) { argument
62 SetPreviousProc(previous);
65 if (!previous)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPUtils.cpp132 ExceptionHandlerInfo* previous; member in struct:blink::ExceptionHandlerInfo
142 info->previous = topHandler;
152 topHandler = topHandler->previous;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DGridPainter.cpp69 RenderBox* previous = 0; local
74 if (current == previous)
78 previous = current;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularContiguousSet.java71 protected C computeNext(C previous) {
72 return equalsOrThrow(previous, last) ? null : domain.next(previous);
/external/linux-tools-perf/perf-3.12.0/arch/x86/lib/
H A Dmemcpy_64.S38 .previous
54 .previous
206 .previous
/external/lldb/test/pexpect-2.4/
H A Dpxssh.py114 previous, current = current, [i]+[0]*n
116 add, delete = previous[j]+1, current[j-1]+1
117 change = previous[j-1]
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
41 This conflicts with a previous write of size 4 by thread #x
58 This conflicts with a previous read of size 4 by thread #x
75 This conflicts with a previous read of size 4 by thread #x
92 This conflicts with a previous read of size 4 by thread #x
113 This conflicts with a previous read of size 4 by thread #x
H A Dfree_is_write.stderr.exp23 This conflicts with a previous read of size 1 by thread #x
/external/chromium_org/third_party/icu/source/samples/uciter8/
H A Duciter8.c93 c1=iter1->previous(iter1);
94 c2=iter2->previous(iter2);
96 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
188 c1=iter1->previous(iter1);
189 c2=iter2->previous(iter2);
191 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
253 c=iter2->previous(iter2);
255 log_err("%s->previous(a
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.c150 if (d->previous) {
151 d->previous->next = d->next;
156 * has no previous pointer.
162 d->next->previous = d->previous;
296 d->previous = NULL;
309 drawables_list->previous = agd;
/external/icu/icu4c/source/samples/uciter8/
H A Duciter8.c93 c1=iter1->previous(iter1);
94 c2=iter2->previous(iter2);
96 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
188 c1=iter1->previous(iter1);
189 c2=iter2->previous(iter2);
191 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
253 c=iter2->previous(iter2);
255 log_err("%s->previous(a
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.c150 if (d->previous) {
151 d->previous->next = d->next;
156 * has no previous pointer.
162 d->next->previous = d->previous;
296 d->previous = NULL;
309 drawables_list->previous = agd;
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Drequireprovidesorter.py133 i = i.previous
147 insert_after = tokens[0].previous
232 # If the previous line starts with a comment, presume that the comment
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h74 // next() and previous() will increment/decrement by a character cluster.
76 VisiblePosition previous(EditingBoundaryCrossingRule = CanCrossEditingBoundary) const;
86 UChar32 characterBefore() const { return previous().characterAfter(); }
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h133 // Return the previous token -- i.e. what current() returned before the
134 // previous call to Next().
135 const Token& previous();
141 // Like Next(), but also collects comments which appear between the previous
144 // Comments which appear to be attached to the previous token are stored
236 Token previous_; // Returned by previous().
371 inline const Tokenizer::Token& Tokenizer::previous() { function in class:google::protobuf::io::Tokenizer
/external/e2fsprogs/debugfs/
H A Dextent_cmds.ct25 request do_prev_sib, "Goto previous sibling",
31 request do_prev_leaf, "Goto previous leaf",
37 request do_prev, "Goto previous node",
38 previous, prev, p;
/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.cpp54 if(!U16_IS_TRAIL(trail) && trail >= 0) { iter.previous(&iter); }
117 iter.previous(&iter);
148 iter.previous(&iter);
171 iter.previous(&iter);
183 iter.previous(&iter);
207 c = iter.previous(&iter);
216 CollationFCD::hasTccc(prev = iter.previous(&iter))) {
229 prev = iter.previous(&iter);
393 // Fetch the previous character and its fcd16 value.
406 // Fails FCD check. Find the previous FC
[all...]
/external/proguard/src/proguard/gui/
H A DTabbedPane.java195 * Selects the previous tab.
197 public void previous() method in class:TabbedPane
199 cardLayout.previous(cardPanel);

Completed in 2164 milliseconds

1234567891011>>