HomeSort by relevance Sort by last modified time
    Searched full:should (Results 326 - 350 of 60680) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/stream/
ANTLRStringStreamTest.m 30 STAssertTrue(stream.index > 0, @"Index should be greater than 0 after consume");
32 STAssertTrue(stream.index == 0, @"Index should be 0 after reset");
43 STAssertTrue(stream.line == 2, @"Line number is incorrect, should be 2, was %d!", stream.line);
44 STAssertTrue(stream.charPositionInLine == 0, @"Char position in line should be 0, it was: %d!", stream.charPositionInLine);
84 STAssertTrue(stream.index == 10, @"Index should be 10");
86 STAssertTrue([stream LA:1] > -1 && (char)[stream LA:1] == 's', @"Char returned should be s");
95 STAssertTrue(stream.index == 10, @"Index should be 10");
97 STAssertTrue(stream.index == 0, @"Index should be 0");
99 STAssertTrue(stream.index == 5, @"Index should be 5");
102 STAssertTrue(stream.index == 10, @"Index should be 10")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLEntryTest.java 92 * operation: it should be reflexive, symmetric, transitive, consistent
93 * and should be false on null object.
115 assertTrue("The equivalence relation should be reflexive.",
118 assertEquals("The CRL Entries with equals encoded form should be equal",
121 assertTrue("The equivalence relation should be symmetric.",
124 assertEquals("The CRL Entries with equals encoded form should be equal",
127 assertTrue("The equivalence relation should be transitive.",
130 assertFalse("Should not be equal to null object.",
134 + "should not be equal.",
136 assertFalse("The CRL Entries should not be equals to the object
    [all...]
  /external/chromium_org/chrome/browser/
resources_util_unittest.cc 16 // IDRs from chrome/app/theme/theme_resources.grd should be valid.
19 // IDRs from ui/resources/ui_resources.grd should be valid.
22 // Unknown names should be invalid and return -1.
  /external/chromium_org/content/test/data/workers/
incognito_worker.html 10 // Worker should only get a single connect event.
13 // This instance should not be shared with other pre-existing instances,
14 // so the connect count should be 1.
  /external/chromium_org/sandbox/win/src/
registry_interception.h 16 // It should never be called directly
23 // It should never be called directly
29 // It should never be called directly
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
meta-viewport-initial-scale-wide-content.html 12 This green box should fully fill the initial viewport, and the text within it
13 should wrap at the edge of the screen appropriately. The test is PASSED if
17 This should not be visible initially. This test is FAILED if you can see
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-pause-on-else-statements.html 8 debugger; // This should not be hit.
16 in the call stack, you should see the execution line on the call to test().
18 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
  /external/chromium_org/third_party/WebKit/ManualTests/
window-close-during-parsing.html 8 <p>If this test passes, you should see 'PASS: same script tag after close,'
9 but nothing else. In particular, you should not see onload or onunload
14 <p>If this test passes, you should see a window open and then close.
  /external/chromium_org/third_party/icu/source/test/intltest/
tsputil.cpp 56 // this should work
247 errln("FAIL: isInfinite(+Infinity) returned FALSE, should be TRUE.");
251 errln("FAIL: isPositiveInfinity(+Infinity) returned FALSE, should be TRUE.");
255 errln("FAIL: isNegativeInfinity(+Infinity) returned TRUE, should be FALSE.");
259 errln("FAIL: +Infinity > DBL_MAX returned FALSE, should be TRUE.");
263 errln("FAIL: +Infinity > DBL_MIN returned FALSE, should be TRUE.");
267 errln("FAIL: +Infinity > -Infinity returned FALSE, should be TRUE.");
271 errln("FAIL: +Infinity > 10.0 returned FALSE, should be TRUE.");
285 errln("FAIL: isInfinite(-Infinity) returned FALSE, should be TRUE.");
289 errln("FAIL: isNegativeInfinity(-Infinity) returned FALSE, should be TRUE.")
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_permission_policy.h 18 // Any access should be always denied.
24 // Access should be restricted to read-only.
27 // Access should be examined by per-file permission policy.
  /external/clang/test/CodeGen/
libcalls-d.c 1 // llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't
3 // -fno-math-errno should emit an llvm intrinsic, -fmath-errno should not.
  /external/clang/test/Sema/
attr-noreturn.c 9 } // expected-warning {{function declared 'noreturn' should not return}}
20 return; // expected-warning {{function 'f3' declared 'noreturn' should not return}}
27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
builtin-prefetch.c 11 __builtin_prefetch(&a, 2); // expected-error{{argument should be a value from 0 to 1}}
12 __builtin_prefetch(&a, 0, 4); // expected-error{{argument should be a value from 0 to 3}}
13 __builtin_prefetch(&a, -1, 4); // expected-error{{argument should be a value from 0 to 1}}
  /external/e2fsprogs/tests/f_lpffile/
expect.1 16 Inode 12 ref count is 2, should be 1. Fix? yes
21 Inode 13 ref count is 2, should be 1. Fix? yes
26 Inode 14 ref count is 2, should be 1. Fix? yes
  /external/e2fsprogs/tests/f_reconnect/
expect.1 8 Inode 12 ref count is 2, should be 1. Fix? yes
13 Inode 13 ref count is 2, should be 1. Fix? yes
18 Inode 14 ref count is 2, should be 1. Fix? yes
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
AttrTextHints.java 18 * The server knows the file is a text file, and should be opened
25 * believes that the file should be opened with the
37 * believes has binary content, and should not be opened with the
  /external/icu4c/test/intltest/
tsputil.cpp 55 // this should work
246 errln("FAIL: isInfinite(+Infinity) returned FALSE, should be TRUE.");
250 errln("FAIL: isPositiveInfinity(+Infinity) returned FALSE, should be TRUE.");
254 errln("FAIL: isNegativeInfinity(+Infinity) returned TRUE, should be FALSE.");
258 errln("FAIL: +Infinity > DBL_MAX returned FALSE, should be TRUE.");
262 errln("FAIL: +Infinity > DBL_MIN returned FALSE, should be TRUE.");
266 errln("FAIL: +Infinity > -Infinity returned FALSE, should be TRUE.");
270 errln("FAIL: +Infinity > 10.0 returned FALSE, should be TRUE.");
284 errln("FAIL: isInfinite(-Infinity) returned FALSE, should be TRUE.");
288 errln("FAIL: isNegativeInfinity(-Infinity) returned FALSE, should be TRUE.")
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.text 1 These should all get escaped:
37 These should not, because they occur within a code block:
72 Nor should these, which occur in code spans:
Inline HTML (Simple).text 7 This should be a code block, though:
13 As should this:
27 This should just be an HTML comment:
  /external/markdown/MarkdownTest/Tests_2007/
Inline HTML (Simple).text 7 This should be a code block, though:
13 As should this:
27 This should just be an HTML comment:
  /external/markdown/tests/markdown-test/
backlash-escapes.txt 1 These should all get escaped:
37 These should not, because they occur within a code block:
72 Nor should these, which occur in code spans:
inline-html-simple.txt 7 This should be a code block, though:
13 As should this:
27 This should just be an HTML comment:
  /external/markdown/tests/safe_mode/
inline-html-simple.txt 7 This should be a code block, though:
13 As should this:
27 This should just be an HTML comment:
  /external/qemu/distrib/sdl-1.2.15/
TODO 19 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to
21 we should do it though, since the 1.2 series should not break binary
  /frameworks/base/core/java/android/
package.html 7 applications, but you should generally use only resources that you've provided directly in your
9 In particular, you should not use drawable resources from the {@code android} package, because they
11 {@link android.R.style styles} are the only resources you should use directly from these

Completed in 366 milliseconds

<<11121314151617181920>>