HomeSort by relevance Sort by last modified time
    Searched full:expecting (Results 201 - 225 of 2100) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedTreeNodeException.h 33 NSInteger expecting; variable
36 @property (getter=getExpecting, setter=setExpecting:) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/Python/tests/
t005lexer.py 58 assert exc.expecting == 'f', repr(exc.expecting)
t006lexer.py 54 assert exc.expecting == 'f', repr(exc.expecting)
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCommonTokenStream.java 55 String expecting = "x"; local
56 assertEquals(expecting, result);
76 String expecting = " "; local
77 assertEquals(expecting, result);
106 String expecting = "x = 3 * 0 + 2 * 0;"; local
107 assertEquals(expecting, result);
137 String expecting = "x = 3 * 0 + 2 * 0;"; local
138 assertEquals(expecting, result);
TestInterpretedParsing.java 72 String expecting = local
74 assertEquals(expecting, result);
107 String expecting = local
109 assertEquals(expecting, result);
142 String expecting = local
144 assertEquals(expecting, result);
177 String expecting = local
179 assertEquals(expecting, result);
  /external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl 7 kernel __attribute__((vec_type_hint(void))) void kernel3() {} //expected-error{{invalid attribute argument 'void' - expecting a vector or vectorizable scalar type}}
9 kernel __attribute__((vec_type_hint(bool))) void kernel4() {} //expected-error{{invalid attribute argument 'bool' - expecting a vector or vectorizable scalar type}}
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
SlideEdgeTest.java 119 "isn't sliding out to left. Expecting " + redStartX + " > " + redMidX,
125 "isn't sliding out to right. Expecting " + redStartX + " < " + redMidX,
129 assertTrue("isn't sliding out to top. Expecting " + redStartY + " > " + redMidY,
134 "isn't sliding out to bottom. Expecting " + redStartY + " < " + redMidY,
214 "isn't sliding in from left. Expecting " + redStartX + " < " + redMidX,
220 "isn't sliding in from right. Expecting " + redStartX + " > " + redMidX,
225 "isn't sliding in from top. Expecting " + redStartY + " < " + redMidY,
229 assertTrue("isn't sliding in from bottom. Expecting " + redStartY + " > "
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 40 assertEquals("Expecting value " + expected + " got " + value
57 assertEquals("Expecting value " + expected + " got " + value
74 assertEquals("Expecting boolean value " + expected + " got " + v
77 assertEquals("Expecting boolean value " + expected + " got " + v
92 assertEquals("Expecting string value " + expected + " got " + v
108 assertEquals("Expecting string value \"" + expected + "\" got \""
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
MessageHeader.java 82 throw new DeserializationException("Non-zero interface ID, expecting zero since "
90 throw new DeserializationException("Incorrect message size, expecting at least "
226 throw new DeserializationException("Incorrect number of fields, expecting at least "
231 "Incorrect message size, expecting at least " + SIMPLE_MESSAGE_SIZE
237 + SIMPLE_MESSAGE_VERSION + " fields, expecting " + SIMPLE_MESSAGE_SIZE
243 + MESSAGE_WITH_REQUEST_ID_VERSION + " fields, expecting "
  /libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java 132 * with referencing ones and RESTRICT action - expecting SQLException
142 fail("expecting SQLException");
163 * foreign key value - expecting SQLException
173 fail("expecting SQLException");
181 * referencing ones and CASCADE action - expecting that all
202 * foreign key value to row with CASCADE action - expecting
213 fail("expecting SQLException");
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_json.so 
  /toolchain/binutils/binutils-2.27/gas/config/
tc-moxie.c 104 as_bad (_("expecting register"));
206 as_warn (_("expecting comma delimited register operands"));
225 as_warn (_("expecting comma delimited register operands"));
252 as_bad (_("expecting comma delimited operands"));
316 as_warn (_("expecting comma delimited register operands"));
320 as_bad (_("expecting indirect register `($rA)'"));
348 as_bad (_("expecting indirect register `($rA)'"));
362 as_warn (_("expecting comma delimited register operands"));
392 as_bad (_("expecting comma delimited operands"));
422 as_bad (_("expecting comma delimited operands"))
    [all...]
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 63 "Expecting alignof(ClassDexCacheType) == 8");
65 "Expecting alignof(StringDexCacheType) == 8");
67 "Expecting alignof(MethodTypeDexCacheType) == 8");
126 "Expecting alignof(StringDexCacheType) == 8");
158 "Expecting alignof(MethodTypeDexCacheType) == 8");
  /external/clang/test/PCH/
thread-safety-attrs.cpp 262 expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}}
274 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}}
281 // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}} \
289 while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}}
296 expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}}
  /external/libxml2/result/HTML/
doc3.htm.err 4 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';'
7 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';'
10 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';'
25 ./test/HTML/doc3.htm:747: HTML parser error : htmlParseEntityRef: expecting ';'
28 ./test/HTML/doc3.htm:747: HTML parser error : htmlParseEntityRef: expecting ';'
  /external/valgrind/memcheck/tests/
leak-segv-jmp.stderr.exp 4 expecting no leaks
14 expecting a leak
30 expecting a leak again
46 expecting a leak again after full mprotect
62 expecting heuristic not to crash after full mprotect
  /frameworks/base/core/java/android/os/
SystemUpdateManager.java 36 /** The status key of the system update info, expecting an int value. */
40 /** The title of the current update, expecting a String value. */
44 /** Whether it is a security update, expecting a boolean value. */
48 /** The build fingerprint after installing the current update, expecting a String value. */
52 /** The security patch level after installing the current update, expecting a String value. */
  /external/guice/core/test/com/google/inject/internal/
WeakKeySetUtils.java 46 // if we're expecting it to not be in the set, loop around and wait for threads to run.
67 // if we're expecting it to not be a source, loop around and wait for threads to run.
82 // if we're expecting it to not be blacklisted, loop around and wait for threads to run.
  /external/smali/smalidea/testData/
InvalidMethodReference.txt 85 PsiErrorElement:mismatched input '.blah' expecting ARROW
133 PsiErrorElement:mismatched input '.blah' expecting OPEN_PAREN
187 PsiErrorElement:mismatched input '.blah' expecting CLOSE_PAREN
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics_unittest.cc 29 // Expecting 24 kbps given a 500 ms window with one 1500 bytes packet.
32 // Expecting 0 after init.
54 // Expecting 0 after init.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithScreenOfNoSelectablesTest.java 43 assertTrue("expecting first position to be selectable",
47 assertFalse("expecting item to be unselectable (index " + i +")",
50 assertTrue("expecting that not all views fit on screen",
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java 148 String.format("Invalid value_arg value %d for an encoded_value. Expecting 0",
152 String.format("Invalid value_arg value %d for an encoded_value. Expecting 0..%d, inclusive",
195 throw new IllegalArgumentException("Invalid reference type, expecting a string reference");
200 throw new IllegalArgumentException("Invalid reference type, expecting a type reference");
205 throw new IllegalArgumentException("Invalid reference type, expecting a field reference");
210 throw new IllegalArgumentException("Invalid reference type, expecting a method reference");
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMismatchedTokenException.h 35 NSInteger expecting; variable
40 @property (assign, getter=getExpecting, setter=setExpecting:) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMismatchedTokenException.h 35 NSInteger expecting; variable
40 @property (assign, getter=getExpecting, setter=setExpecting:) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMismatchedTokenException.h 35 NSInteger expecting; variable
40 @property (assign, getter=getExpecting, setter=setExpecting:) NSInteger expecting; variable

Completed in 1192 milliseconds

1 2 3 4 5 6 7 891011>>