HomeSort by relevance Sort by last modified time
    Searched refs:Assert (Results 151 - 175 of 238) sorted by null

1 2 3 4 5 67 8 910

  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
21 import static org.junit.Assert.assertTrue;
  /cts/tools/signature-tools/test/signature/comparator/
MethodCompareTests.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
21 import static org.junit.Assert.assertNull;
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 300 Assert(mock_obj_ != NULL, __FILE__, __LINE__,
317 Assert(name_ != NULL, __FILE__, __LINE__,
447 Assert(false, __FILE__, __LINE__, "Cannot find expectation.");
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 307 // Tests that Assert(true, ...) succeeds.
309 Assert(true, __FILE__, __LINE__, "This should succeed.");
310 Assert(true, __FILE__, __LINE__); // This should succeed too.
313 // Tests that Assert(false, ...) generates a fatal failure.
316 Assert(false, __FILE__, __LINE__, "This should fail.");
320 Assert(false, __FILE__, __LINE__);
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 259 Assert(0, "zcfree: ptr not found");
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 41 import junit.framework.Assert;
60 public abstract class Builder<T extends Builder<?>> extends Assert {
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 38 import junit.framework.Assert;
47 public final class TestSSLContext extends Assert {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 27 import junit.framework.Assert;
32 public class SuggestionCursorUtil extends Assert {
  /external/v8/src/arm/
builtins-arm.cc 65 ASSERT(extra_args == NO_EXTRA_ARGUMENTS);
106 ASSERT(initial_capacity > 0);
141 ASSERT(kSmiTag == 0);
158 ASSERT(initial_capacity <= kLoopUnfoldLimit);
210 ASSERT(kSmiTagSize == 1 && kSmiTag == 0);
246 ASSERT(kSmiTag == 0);
258 ASSERT(kSmiTag == 0);
275 ASSERT(kSmiTag == 0 && kSmiTagSize < kPointerSizeLog2);
340 ASSERT(kSmiTag == 0);
347 ASSERT(kSmiTag == 0)
    [all...]
debug-arm.cc 83 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
89 ASSERT(IsDebugBreakSlot());
96 ASSERT(IsDebugBreakSlot());
123 ASSERT(IsDebugBreakSlot());
140 ASSERT((object_regs & ~kJSCallerSaved) == 0);
141 ASSERT((non_object_regs & ~kJSCallerSaved) == 0);
142 ASSERT((object_regs & non_object_regs) == 0);
150 __ Assert(eq, "Unable to encode value as smi");
  /external/v8/src/ia32/
builtins-ia32.cc 67 ASSERT(extra_args == NO_EXTRA_ARGUMENTS);
113 ASSERT(!is_api_function || !count_constructions);
236 __ Assert(positive, "Property allocation count failed.");
377 ASSERT(kSmiTagSize == 1 && kSmiTag == 0);
850 ASSERT(initial_capacity >= 0);
909 ASSERT(kPreallocatedArrayElements <= kLoopUnfoldLimit)
    [all...]
debug-ia32.cc 50 ASSERT(Assembler::kJSReturnSequenceLength >=
68 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
74 ASSERT(IsDebugBreakSlot());
81 ASSERT(IsDebugBreakSlot());
90 ASSERT(IsDebugBreakSlot());
108 ASSERT((object_regs & ~kJSCallerSaved) == 0);
109 ASSERT((non_object_regs & ~kJSCallerSaved) == 0);
110 ASSERT((object_regs & non_object_regs) == 0);
120 __ Assert(zero, "Unable to encode value as smi");
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 20 import junit.framework.Assert;
36 Assert.assertEquals(message, expected, actual, Math.ulp(expected));
38 Assert.assertEquals(message, expected, actual, delta);
44 Assert.assertEquals(message, expected, actual, Math.ulp(expected));
46 Assert.assertEquals(message, expected, actual, delta);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 29 import junit.framework.Assert;
497 Assert.assertEquals("SQLState", initThr.getSQLState(), dserThr
501 Assert.assertEquals("vendorCode", initThr.getErrorCode(), dserThr
  /external/v8/src/x64/
macro-assembler-x64.cc 153 ASSERT(root_array_available_);
162 ASSERT(root_array_available_);
171 ASSERT(root_array_available_);
178 ASSERT(root_array_available_);
184 ASSERT(root_array_available_);
192 ASSERT(root_array_available_);
193 ASSERT(!with.AddressUsesRegister(kScratchRegister));
231 ASSERT(!object.is(rsi) && !value.is(rsi) && !index.is(rsi));
260 ASSERT(!object.is(rsi) && !value.is(rsi) && !address.is(rsi));
313 ASSERT(IsAligned(offset, kPointerSize) |
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 26 import junit.framework.Assert;
48 public class VideoEditorHelper extends Assert {
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 38 import junit.framework.Assert;
65 public final class StandardNames extends Assert {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 95 PreferencePage_Assert=Assert
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotSame;
21 import static org.junit.Assert.assertSame;
22 import static org.junit.Assert.assertTrue;
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 262 Assert(property, file_, line_, failure_message);
729 Assert(property, file_, line_, failure_message);
    [all...]
gmock-actions.h 76 Assert(false, __FILE__, __LINE__,
311 internal::Assert(
460 // Assert statement belongs here because this is the best place to verify
466 // and put the typedef both here (for use in assert statement) and
776 // Assert statement belongs here because this is the best place to verify
782 // and put the typedef both here (for use in assert statement) and
    [all...]
  /external/v8/src/
liveedit-debugger.js 299 Assert(current_index == compile_info.length);
435 function Assert(condition, message) {
438 throw "Assert " + message;
440 throw "Assert";
498 Assert(false, "Cannot translate position in changed area");
574 Assert(index == code_info_array.length);
653 Assert("Unreachable", false);
774 Assert(old_code_tree.status != FunctionStatus.DAMAGED,
    [all...]
  /external/zlib/
zutil.c 259 Assert(0, "zcfree: ptr not found");
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 19 import static junit.framework.Assert.*;
32 * Assert that view is on the screen.
54 * Assert that view is below the visible screen.
74 * Assert that view is above the visible screen.
92 * Assert that a view has a particular x and y position on the visible screen.
110 * Assert that two views are aligned on their baseline, that is that their baselines
128 * Assert that two views are right aligned, that is that their right edges
146 * Assert that two views are right aligned, that is that their right edges
165 * Assert that two views are left aligned, that is that their left edges
183 * Assert that two views are left aligned, that is that their left edge
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 235 Util.Assert(mGetterThread != null);

Completed in 1030 milliseconds

1 2 3 4 5 67 8 910