/external/skia/src/images/ |
SkDecodingImageGenerator.h | 40 * modify the stream's position. This constructor asserts
|
/external/skia/tests/ |
ChecksumTest.cpp | 125 // We would prefer that these asserts FAIL!
|
/external/valgrind/main/docs/internals/ |
3_4_BUGSTATUS.txt | 60 188161 valgrind --track-origins=yes asserts (transient trunk
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
FocusAfterRemovalTest.java | 57 // Test that setUp did what we expect it to do. These asserts
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample2_unittest.cc | 52 // Asserts that s.c_string() returns NULL.
|
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ |
ContactDetailDisplayUtilsTest.java | 89 * Asserts that a char sequence is actually a {@link Spanned} matching the one expected.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
mroute.h | 130 #define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
mroute.h | 130 #define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
mroute.h | 130 #define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */
|
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityRecordTest.java | 80 * Asserts that an {@link AccessibilityRecord} is cleared. 201 * Asserts that no new fields have been added, so we are testing marshaling
|
/external/chromium_org/base/ |
bind.h.pump | 71 // It is possible to move most of the COMPILE_ASSERT asserts into BindState<>, 72 // but it feels a little nicer to have the asserts here so people do not
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prolock.h | 155 ** the function asserts. 159 ** OUTPUTS: The lock is held or the fucntion asserts.
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.cc | 150 // The following ASSERTs guard the assumption used in case 161 // between (see ASSERTs above).
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
AbstractContainerTester.java | 91 * Asserts that the collection under test contains exactly the given elements, 117 * Asserts that the collection under test contains exactly the elements it was
|
/libcore/luni/src/test/java/libcore/java/net/ |
UrlEncodingTest.java | 240 * Asserts that {@code original} decodes to {@code decoded} using both URI 250 * Asserts that {@code original} encodes to {@code encoded} using both URI
|
/external/llvm/utils/release/ |
test-release.sh | 57 echo " -test-asserts Test with asserts on. [default: no]" 110 -test-asserts | --test-asserts ) 241 Release+Asserts ) 343 Flavors="$Flavors Release+Asserts"
|
/frameworks/base/core/java/android/content/ |
ContentProviderOperation.java | 451 "only inserts, updates, and asserts can have value back-references"); 467 "only inserts, updates, and asserts can have value back-references"); 484 throw new IllegalArgumentException("only updates, deletes, and asserts " 504 "only inserts, updates, and asserts can have values"); 566 "only updates, deletes, and asserts can have selections"); 587 "only updates, deletes, and asserts can have expected counts");
|
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | 46 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpEscape(b):"\\s",c=c?"|["+c+"]+":"",c=RegExp("(^"+c+")([a-z])","g");return a.replace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=function(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?parseInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split(b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b));return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts.AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string.subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.debug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";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);throw new goog.asserts.AssertionError(""+e,f||[]);}; 47 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};goog.asserts.fail=fu (…) [all...] |
chromeVoxChromePageScript.js | 46 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpEscape(b):"\\s",c=c?"|["+c+"]+":"",c=RegExp("(^"+c+")([a-z])","g");return a.replace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=function(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?parseInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split(b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b));return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts.AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string.subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.debug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";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);throw new goog.asserts.AssertionError(""+e,f||[]);}; 47 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};goog.asserts.fail=fu (…) [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
AbstractMessageTest.java | 473 * Asserts that the given proto has symmetric equals and hashCode methods. 485 * Asserts that the given protos are equal and have the same hash code. 494 * Asserts that the given protos are not equal and have different hash codes.
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
AbstractMessageTest.java | 423 * Asserts that the given proto has symetric equals and hashCode methods. 435 * Asserts that the given protos are equal and have the same hash code. 444 * Asserts that the given protos are not equal and have different hash codes.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractClientConnAdapter.java | 144 * Asserts that the connection has not been aborted. 155 * Asserts that there is a wrapped connection to delegate to.
|
/external/valgrind/main/include/ |
pub_tool_xarray.h | 70 /* Add a sequence of bytes to an XArray of bytes. Asserts if nbytes 92 VG_(lookupXA), which refuses to do anything (asserts) unless the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 106 """Test that the individual asserts honour longMessage. 108 asserts that use longMessage."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 106 """Test that the individual asserts honour longMessage. 108 asserts that use longMessage."""
|