HomeSort by relevance Sort by last modified time
    Searched refs:Should (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
warning_tests.c 3 #error Should have __has_warning
9 // expected-warning@+2 {{Should have -Wparentheses}}
11 #warning Should have -Wparentheses
feature_tests.c 4 #error Should have __has_feature
18 #error Clang should have these
22 #error Clang should not have this
  /external/clang/lib/AST/
TemplateBase.cpp 90 llvm_unreachable("Should not have a NULL template argument");
132 llvm_unreachable("Should not have a NULL template argument");
  /external/v8/test/mjsunit/compiler/
simple-inlining.js 40 assertTrue(false); // Should not happen.
62 assertTrue(false); // Should not happen.
84 assertTrue(false); // Should not happen.
106 assertTrue(false); // Should not happen.
128 assertTrue(false); // Should not happen.
151 assertTrue(false); // Should not happen.
inline-param.js 40 assertTrue(false); // Should not happen.
63 assertTrue(false); // Should not happen.
77 assertTrue(false); // Should not happen.
inline-two.js 40 assertTrue(false); // Should not happen.
63 assertTrue(false); // Should not happen.
88 assertTrue(false); // Should not happen.
simple-bailouts.js 73 // These tests should fail if we bailed out to the beginning of the full
77 this.y = this.x | b; // Should be (1 | 2) == 3.
78 this.x = c; // Should be 4.
79 this.z = this.x | a; // Should be (4 | 1.1) == 5.
regress-3185901.js 28 // Inlined function call in a test context. Should never crash even
inline-compare.js 41 assertTrue(false); // Should not happen.
inline-conditional.js 39 assertTrue(false); // Should not happen.
inline-global-access.js 44 assertTrue(false); // Should not happen.
  /external/mesa3d/docs/
MESA_pack_invert.spec 51 1. Should we also defined UNPACK_INVERT_MESA for glDrawPixels, etc?
  /external/webkit/LayoutTests/storage/indexeddb/resources/
shared.js 38 testFailed("No exception thrown! Should have been " + expected);
  /external/v8/test/mjsunit/
eval.js 111 // Should be non-direct call.
120 // Should be non-direct call.
130 // Should be non-direct call.
139 // Should be direct call.
156 return eval("42"); // Should return the global object
183 // not the global context should get the global object as receiver.
sparse-array-reverse.js 44 Array.prototype[30] = 'B'; // Should be hidden by a[30].
47 delete a[50]; // Should leave no trace once deleted.
  /external/v8/test/mjsunit/regress/
regress-1531.js 28 // Regression test for computing elements keys of arguments object. Should
39 // backing store. Should not crash or assert.
regress-326.js 28 // Should not crash or raise an exception.
29 // Should sort non-array into equivalent of [37,42,undefined,,0]
regress-1145.js 31 // Should not throw a syntax error exception (change this if we make lazily
33 // Should not hit an assertion in debug mode.
regress-294.js 28 // Should not crash.
regress-312.js 28 // Should not trigger debug ASSERT.
regress-318.js 28 // Should not crash or raise an exception.
regress-341.js 28 // Should not crash.
regress-349.js 28 // Should not crash.
  /external/mesa3d/docs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
74 (2a) Should GLX calls be traced?
81 (3) Should the specification mandate the actual output format?
92 (4) Should the comment strings associated with names and pointer (ranges)
99 (5) Should comment commands be prohibited between Begin/End?
224 wish the additional GetError calls to be performed, this bit should not
324 With the possible exception of performance, OpenGL rendering should not be
  /ndk/sources/host-tools/make-3.81/
makefile.com 53 $! Should we build a debug image
153 $!You should have received a copy of the GNU General Public License along with

Completed in 460 milliseconds

1 2 3