Searched refs:previous (Results 126 - 150 of 550) sorted by relevance

1234567891011>>

/external/valgrind/helgrind/tests/
H A Drwlock_race.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
H A Dtc19_shadowmem.stderr.exp35 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
105 This conflicts with a previous write of size 1 by thread #x
140 This conflicts with a previous write of size 1 by thread #x
175 This conflicts with a previous write of size 1 by thread #x
210 This conflicts with a previous write of size 1 by thread #x
245 This conflicts with a previous write of size 1 by thread #x
280 This conflicts with a previous write of size 1 by thread #x
315 This conflicts with a previous write of size 1 by thread #x
350 This conflicts with a previous writ
[all...]
H A Dhg04_race.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
H A Dhg05_race2.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
H A Dpth_barrier2.stderr.exp29 This conflicts with a previous write of size 1 by thread #x
48 This conflicts with a previous write of size 1 by thread #x
67 This conflicts with a previous write of size 1 by thread #x
86 This conflicts with a previous write of size 1 by thread #x
105 This conflicts with a previous write of size 1 by thread #x
124 This conflicts with a previous write of size 1 by thread #x
143 This conflicts with a previous write of size 1 by thread #x
162 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
200 This conflicts with a previous writ
[all...]
H A Dtc21_pthonce.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationIteratorTest.java120 int order = iter.previous();
124 order = iter.previous();
127 while (iter.previous() != CollationElementIterator.NULLORDER) {
141 int order = iter.previous();
153 int temporder = iter.previous();
163 temporder = iter.previous();
172 temporder = iter.previous();
184 temporder = iter.previous();
202 temporder = iter.previous();
225 if (iter.previous() !
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationIteratorTest.java116 int order = iter.previous();
120 order = iter.previous();
123 while (iter.previous() != CollationElementIterator.NULLORDER) {
137 int order = iter.previous();
149 int temporder = iter.previous();
159 temporder = iter.previous();
168 temporder = iter.previous();
180 temporder = iter.previous();
198 temporder = iter.previous();
221 if (iter.previous() !
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc445 Tokenizer::Token previous = tokenizer.current(); local
454 // Check that the previous token is set correctly.
455 EXPECT_EQ(previous.type, tokenizer.previous().type);
456 EXPECT_EQ(previous.text, tokenizer.previous().text);
457 EXPECT_EQ(previous.line, tokenizer.previous().line);
458 EXPECT_EQ(previous.column, tokenizer.previous()
[all...]
/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/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
H A DPowellOptimizer.java130 final RealPointValuePair previous = new RealPointValuePair(x1, fX);
132 if (getConvergenceChecker().converged(getIterations(), previous, current)) {
134 return (fVal < fX) ? current : previous;
136 return (fVal > fX) ? current : previous;
/external/bison/build-aux/
H A Ddo-release-commit-and-tag125 || die 'failed to determine previous version number from .prev-version'
/external/guice/extensions/servlet/src/com/google/inject/servlet/
H A DServletDefinition.java282 GuiceFilter.Context previous = GuiceFilter.localContext.get();
284 = (previous != null) ? previous.getOriginalRequest() : request;
289 GuiceFilter.localContext.set(previous);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DStringUCharacterIterator.java115 * Returns previous UTF16 character and decrements the iterator's
122 public int previous() method in class:StringUCharacterIterator
H A DUCharArrayIterator.java55 public int previous() { method in class:UCharArrayIterator
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h96 * The node's previous and next indexes must not be set yet.
247 static inline int64_t nodeFromPreviousIndex(int32_t previous) { argument
248 return (int64_t)previous << 28;
286 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { argument
287 return (node & INT64_C(0xffff00000fffffff)) | nodeFromPreviousIndex(previous);
316 * without previous index, leaving room in root primary nodes for 32-bit primary weights.
327 * Root primary nodes have 32-bit weights but do not have previous indexes.
328 * All other nodes have at most 16-bit weights and do have previous indexes.
386 * - index to the previous node: 20 bits 47..28
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DBreakIteratorTest.java132 * Test method for 'com.ibm.icu.text.BreakIterator.previous()'
139 assertEquals(175, cbr.previous());
140 assertEquals(175, wbr.previous());
141 assertEquals(171, lbr.previous());
142 assertEquals(156, sbr.previous());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringUCharacterIterator.java113 * Returns previous UTF16 character and decrements the iterator's
120 public int previous() method in class:StringUCharacterIterator
H A DUCharArrayIterator.java53 public int previous() { method in class:UCharArrayIterator
/external/lzma/CPP/Windows/Control/
H A DDialog.h63 HWND GetNextGroupItem(HWND control, bool previous) argument
64 { return GetNextDlgGroupItem(_window, control, BoolToBOOL(previous)); }
65 HWND GetNextTabItem(HWND control, bool previous) argument
66 { return GetNextDlgTabItem(_window, control, BoolToBOOL(previous)); }
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h70 struct apple_glx_context *previous, *next; member in struct:apple_glx_context
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java57 public Object previous() throws NoSuchElementException { method in class:HeaderIterator
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java86 public T previous() { method in class:VariableSizeListIterator
/external/smali/util/src/main/java/org/jf/util/
H A DAbstractForwardSequentialList.java100 @Override public T previous() {
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-ppc64be-linux.S83 .previous

Completed in 1149 milliseconds

1234567891011>>