HomeSort by relevance Sort by last modified time
    Searched refs:Assertion (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/webui/resources/js/
assert.js 6 * @fileoverview Assertion support.
10 * Simple common assertion API
19 var msg = 'Assertion failed';
webui_resource_test.js 14 var message = 'Assertion Failed\n Observed: ' + observed +
51 var message = 'Assertion Failed\n Observed: ' + observed +
71 throw new Error('Assertion Failed: throw expected.');
93 ['Assertion Failed', 'Observed: ' + v2, 'Expected: ' + v1].join('\n ');
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 58 return "Missing assertion argument";
64 const Expr *Assertion = CE->getArg(0);
65 SVal AssertionVal = State->getSVal(Assertion, LC);
  /external/compiler-rt/make/
util.mk 82 $(error Assertion failed: $(2)))
89 $(error Assertion failed: $(1): $(value $(1)) - $($(1)) != $(2)))
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_unittest_base.js 20 throw new Error('Assertion failed: expected undefined');
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js 68 * use this to uniquely identify the assertion.
81 * Throws an exception with the given message and "Assertion failed" prefixed
92 var message = 'Assertion failed';
103 // the assertion message instead of in the middle of it).
  /external/chromium_org/remoting/webapp/
base.js 18 * Whether to break in debugger and alert when an assertion fails.
31 var msg = 'Assertion Failed.';
  /external/chromium_org/v8/src/
jsregexp.h 386 VISIT(Assertion) \
393 VISIT(Assertion) \
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 50 static void assert_with_loc(bool Assertion, const std::string &Str) {
51 if (!Assertion) {
    [all...]
  /ndk/build/core/
definitions.mk 50 $(call __ndk_error, Assertion failure: $(__varname) is not defined)\
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
box2d.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 416 throw "Assertion: " + text;
420 abort('Assertion failed: ' + text);
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 474 throw "Assertion: " + text;
478 abort('Assertion failed: ' + text);
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 48 goog.asserts.doAssertFailure_=function(a,b,c,d){var e="Assertion failed";if(c)var e=e+(": "+c),f=d;else a&&(e+=": "+a,f=b);a=new goog.asserts.AssertionError(""+e,f||[]);goog.asserts.errorHandler_(a)};goog.asserts.setErrorHandler=function(a){goog.asserts.ENABLE_ASSERTS&&(goog.asserts.errorHandler_=a)};goog.asserts.assert=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!a&&goog.asserts.doAssertFailure_("",null,b,Array.prototype.slice.call(arguments,2));return a};
    [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 5280 milliseconds