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

1 2 3

  /external/libcxx/test/diagnostics/assertions/
Android.mk 17 test_makefile := external/libcxx/test/diagnostics/assertions/Android.mk
19 test_name := diagnostics/assertions/cassert
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_function.py 7 use that to make test assertions.
path_util.py 61 IsDirectory(result) is True (and does not fail assertions). If |path| is
  /external/chromium_org/chrome/common/
logging_chrome.h 31 // normally appear for assertions and crashes, and makes any catchable
32 // errors (namely assertions) available via GetSilencedErrorCount()
60 // Gets the list of fatal assertions in the current log file, and
61 // returns the number of fatal assertions. (If you don't care
62 // about the actual list of assertions, you can pass in NULL.)
63 // NOTE: Since this reads the log file to determine the assertions,
68 size_t GetFatalAssertions(AssertionList* assertions);
logging_chrome.cc 395 size_t GetFatalAssertions(AssertionList* assertions) {
396 // In this function, we don't assume that assertions is non-null, so
398 if (assertions)
399 assertions->clear();
413 if (assertions)
414 assertions->push_back(wide_line);
  /frameworks/compile/mclinker/lib/Script/
AssertCmd.cpp 47 pModule.getScript().assertions().push_back(*this);
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 42 typedef std::vector<AssertCmd> Assertions;
61 const Assertions& assertions() const { return m_Assertions; } function in class:mcld::LinkerScript
62 Assertions& assertions() { return m_Assertions; } function in class:mcld::LinkerScript
94 Assertions m_Assertions;
  /frameworks/native/libs/input/tests/
Android.mk 33 # run. All assertions are static_asserts and will fail during
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 33 this.assertions = [];
105 QUnit.ok( false, "Died on test #" + (this.assertions.length + 1) + ": " + e.message + " - " + QUnit.jsDump.parse(e) );
124 if ( this.expected && this.expected != this.assertions.length ) {
125 QUnit.ok( false, "Expected " + this.expected + " assertions, but " + this.assertions.length + " were run" );
131 config.stats.all += this.assertions.length;
132 config.moduleStats.all += this.assertions.length;
137 for ( var i = 0; i < this.assertions.length; i++ ) {
138 var assertion = this.assertions[i];
168 b.innerHTML = this.name + " <b class='counts'>(<b class='failed'>" + bad + "</b>, <b class='passed'>" + good + "</b>, " + this.assertions.length + ")</b>"
    [all...]
  /external/lldb/scripts/
build-lldb-llvm-clang 62 ../llvm/configure --enable-targets=x86_64,arm --enable-optimized --disable-assertions
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 116 var assertions = {
138 var e = this.expression, ps = patterns, as = assertions;
146 // use the Selector.assertions methods unless the selector
159 if (!assertions[name](element, matches)) {
521 DrNicTest.Unit.Assertions = {
811 assertions: 0,
818 results.assertions += test.assertions;
831 url += "assertions="+ results.assertions + "&"
    [all...]
  /external/chromium_org/third_party/qunit/src/
qunit.js 142 // Specify the number of expected assertions to guarantee that failed test (no assertions are run at all) don't slip through.
470 config.current.assertions.push({
508 config.current.assertions.push({
719 label.setAttribute( "title", "Only show tests and assertions that fail. Stored in sessionStorage." );
836 "</span> assertions of <span class='total'>",
    [all...]
  /external/chromium_org/v8/test/webkit/
sort-with-side-effecting-comparisons.js 25 "Checks that sorting an array with a side-effecting comparison function doesn't trigger assertions."
number-cell-reuse.js 25 "This test checks corner cases of the number cell reuse code. In particular, it checks for known cases where code generation for number cell reuse caused assertions to fail."
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 35 if (a) // Here we have an access to r2. The bug was concerned with our assertions thinking that this access was invalid.
  /external/lldb/tools/lldb-perf/common/clang/
build-clang.sh 21 ../llvm/configure --enable-targets=x86_64,arm --build=x86_64-apple-darwin10 --disable-optimized --disable-assertions --enable-libcpp
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 22 #include <isc/assertions.h>
  /external/chromium_org/v8/test/webkit/fast/regex/
quantified-assertions.js 25 "This page tests assertions followed by quantifiers."
assertion.js 24 description("This page tests handling of parenthetical assertions.");
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 222 module("assertions");
287 module("custom assertions");
305 test("reset runs assertions", function() {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2594.js 28 // In the assertions but the first, the ES5 spec actually requires 0, but
  /external/gtest/src/
Android.mk 18 # contains most of the code (assertions...) and libgtest_main just
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 42 #include <isc/assertions.h>
ev_timers.c 40 #include <isc/assertions.h>
  /ndk/build/tools/
build-device-llvm.sh 217 --disable-assertions \

Completed in 714 milliseconds

1 2 3