Searched refs:previous (Results 51 - 75 of 356) sorted by relevance

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dtc05_simple_race.stderr.exp20 This conflicts with a previous write of size 4 by thread #x
35 This conflicts with a previous write of size 4 by thread #x
H A Dtc16_byterace.stderr.exp20 This conflicts with a previous write of size 1 by thread #x
35 This conflicts with a previous write of size 1 by thread #x
H A Dtc06_two_races.stderr.exp20 This conflicts with a previous write of size 4 by thread #x
35 This conflicts with a previous write of size 4 by thread #x
50 This conflicts with a previous write of size 4 by thread #x
65 This conflicts with a previous write of size 4 by thread #x
H A Dfree_is_write.stderr.exp24 This conflicts with a previous read of size 1 by thread #x
H A Dhg03_inherit.stderr.exp22 This conflicts with a previous read of size 4 by thread #x
H A Dtc19_shadowmem.stderr.exp33 This conflicts with a previous write of size 1 by thread #x
70 This conflicts with a previous write of size 1 by thread #x
107 This conflicts with a previous write of size 1 by thread #x
144 This conflicts with a previous write of size 1 by thread #x
181 This conflicts with a previous write of size 1 by thread #x
218 This conflicts with a previous write of size 1 by thread #x
255 This conflicts with a previous write of size 1 by thread #x
292 This conflicts with a previous write of size 1 by thread #x
329 This conflicts with a previous write of size 1 by thread #x
366 This conflicts with a previous writ
[all...]
/external/doclava/res/assets/templates/assets/
H A Djquery-history.js42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedMultiset.java41 CumulativeCountEntry(E element, int count, @Nullable CumulativeCountEntry<E> previous) { argument
44 this.cumulativeCount = count + ((previous == null) ? 0 : previous.cumulativeCount);
61 CumulativeCountEntry<E> previous = null;
64 previous = new CumulativeCountEntry<E>(entry.getElement(), entry.getCount(), previous));
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp405 static QScriptValue previous; local
407 value.equals(previous);
409 previous = value;
420 static QScriptValue previous; local
422 value.strictlyEquals(previous);
424 previous = value;
/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/icu4c/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/v8/src/
H A Dunicode-inl.h81 unsigned Utf8::Encode(char* str, uchar c, int previous) { argument
92 Utf16::IsLeadSurrogate(previous)) {
95 Utf16::CombineSurrogatePair(previous, c),
123 unsigned Utf8::Length(uchar c, int previous) { argument
130 Utf16::IsLeadSurrogate(previous)) {
H A Ddebug-agent.cc375 int previous = unibrow::Utf16::kNoPreviousCharacter; local
378 utf8_len += unibrow::Utf8::Length(character, previous);
379 previous = character;
394 previous = unibrow::Utf16::kNoPreviousCharacter;
399 unibrow::Utf8::Encode(buffer + buffer_position, character, previous);
420 previous = character; member in namespace:v8::internal
/external/chromium/net/base/
H A Dhost_resolver_proc.cc59 HostResolverProc::HostResolverProc(HostResolverProc* previous) { argument
60 SetPreviousProc(previous);
63 if (!previous)
H A Dmock_host_resolver.h106 explicit RuleBasedHostResolverProc(HostResolverProc* previous);
157 explicit WaitingHostResolverProc(HostResolverProc* previous);
/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/webkit/Source/WebCore/bindings/v8/
H A DV8NPUtils.cpp131 ExceptionHandlerInfo* previous; member in struct:WebCore::ExceptionHandlerInfo
141 info->previous = topHandler;
151 topHandler = topHandler->previous;
/external/icu4c/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-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/e2fsprogs/lib/ext2fs/
H A Dextent_dbg.ct28 request do_prev_sib, "Goto previous sibling",
34 request do_prev_leaf, "Goto previous leaf",
40 request do_prev, "Goto previous node",
41 previous, prev, p;
/external/libffi/src/powerpc/
H A Dasm.h54 .previous; \
66 .previous; \
/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);
/external/webkit/Source/WebCore/editing/
H A DVisiblePosition.h70 // next() and previous() will increment/decrement by a character cluster.
72 VisiblePosition previous(EditingBoundaryCrossingRule = CanCrossEditingBoundary) const;
80 UChar32 characterBefore() const { return previous().characterAfter(); }
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
/external/chromium/chrome/browser/
H A Dintranet_redirect_detector.h94 explicit IntranetRedirectHostResolverProc(net::HostResolverProc* previous);

Completed in 639 milliseconds

1234567891011>>