HomeSort by relevance Sort by last modified time
    Searched refs:assertion (Results 51 - 75 of 409) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
PreferenceThemeTest.java 34 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
35 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug148.go 52 but it should crash: The type assertion on line 18 should fail
  /prebuilts/go/darwin-x86/test/
for.go 13 print("assertion fail", msg, "\n")
  /prebuilts/go/darwin-x86/test/ken/
robfor.go 13 print("assertion fail" + msg + "\n");
  /prebuilts/go/linux-x86/test/fixedbugs/
bug148.go 52 but it should crash: The type assertion on line 18 should fail
  /prebuilts/go/linux-x86/test/
for.go 13 print("assertion fail", msg, "\n")
  /prebuilts/go/linux-x86/test/ken/
robfor.go 13 print("assertion fail" + msg + "\n");
  /system/tools/hidl/
FmqType.cpp 145 static HidlTypeAssertion assertion(
151 *size = assertion.size();
HandleType.cpp 164 static HidlTypeAssertion assertion("hidl_handle", 16 /* size */);
167 *size = assertion.size();
StringType.cpp 216 static HidlTypeAssertion assertion("hidl_string", 16 /* size */);
219 *size = assertion.size();
  /art/tools/checker/file_format/checker/
test.py 204 assertion = TestAssertion(testCase, variant, content, 0)
205 assertion.addExpression(TestExpression.createPatternFromPlainText(content))
379 assertion = testCase.assertions[0]
380 self.assertEqual(assertion.variant, TestAssertion.Variant.Eval)
381 self.assertEqual(assertion.originalText, string)
382 return assertion.expressions
387 assertion = testCase.assertions[0]
388 self.assertEqual(assertion.variant, TestAssertion.Variant.Eval)
389 self.assertEqual(assertion.originalText, text)
390 self.assertEqual(len(assertion.expressions), 1
    [all...]
  /developers/build/prebuilts/gradle/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /developers/samples/android/views/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /external/google-breakpad/src/google_breakpad/processor/
process_state.h 104 string assertion() const { return assertion_; } function in class:google_breakpad::ProcessState
148 // If there was an assertion that was hit, a textual representation
149 // of that assertion, possibly including the file and line at which
  /external/testng/src/test/java/test/assertion/
MyRawAssertion.java 1 package test.assertion;
4 import org.testng.asserts.Assertion;
10 public class MyRawAssertion extends Assertion {
SoftAssertTest.java 1 package test.assertion;
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
DragHandleUtils.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/drawer/
SettingsDrawerActivityTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
  /packages/apps/Settings/tests/unit/src/com/android/settings/applications/
ManageApplicationsLaunchTest.java 31 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
undefined.s 5 # a failure of the following assertion:
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 185 assertion(nodeVector instanceof NodeVector, method
227 assertion(false, "Can not get a DTM Unless a DTMManager has been set!"); method
250 // an assertion here.
251 // assertion(false, "Can not get the root from a non-iterated NodeSequence!");
275 assertion(false, "Can not setRoot on a non-iterated NodeSequence!"); method
689 assertion(false, "Can not getAxis from a non-iterated node sequence!"); method
723 assertion(hasCache(), "addNodeInDocOrder must be done on a mutable sequence!");
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java 212 names[3].assertion[0] = new AVA(commonName_oid,
215 names[2].assertion[0] = new AVA(orgUnitName_oid,
218 names[1].assertion[0] = new AVA(orgName_oid,
221 names[0].assertion[0] = new AVA(countryName_oid,
250 names[5].assertion[0] = new AVA(commonName_oid,
253 names[4].assertion[0] = new AVA(orgUnitName_oid,
256 names[3].assertion[0] = new AVA(orgName_oid,
259 names[2].assertion[0] = new AVA(localityName_oid,
262 names[1].assertion[0] = new AVA(stateName_oid,
265 names[0].assertion[0] = new AVA(countryName_oid
    [all...]
  /external/valgrind/drd/tests/
unit_vc.c 19 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file,
29 assertion);
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
StubMethodAdapterTest.java 57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion,
70 assertion.accept((Boolean) method.invoke(o));
  /packages/apps/Settings/tests/unit/src/com/android/settings/
ManagedAccessSettingsLowRamTest.java 21 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
22 import static android.support.test.espresso.assertion.ViewAssertions.matches;

Completed in 1695 milliseconds

1 23 4 5 6 7 8 91011>>