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

1 2 34 5 6 7 8 91011>>

  /packages/services/Telephony/tests/src/com/android/phone/
RoamingDialogFragmentTest.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/
bug284.go 134 }(x2) // ERROR "cannot|need type assertion|incompatible"
137 x1 = X1(x2) // ERROR "cannot|need type assertion|incompatible"
138 x2 = X2(x0) // ERROR "cannot|need type assertion|incompatible"
139 x2 = X2(x1) // ERROR "cannot|need type assertion|incompatible"
  /prebuilts/go/darwin-x86/test/
func.go 13 print("assertion fail", msg, "\n")
iota.go 13 print("assertion fail: ", msg, "\n")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug284.go 134 }(x2) // ERROR "cannot|need type assertion|incompatible"
137 x1 = X1(x2) // ERROR "cannot|need type assertion|incompatible"
138 x2 = X2(x0) // ERROR "cannot|need type assertion|incompatible"
139 x2 = X2(x1) // ERROR "cannot|need type assertion|incompatible"
  /prebuilts/go/linux-x86/test/
func.go 13 print("assertion fail", msg, "\n")
iota.go 13 print("assertion fail: ", msg, "\n")
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-15b.d 11 # with a newly added assertion failure and a reloc turned R_CRIS_NONE.
  /developers/samples/android/ui/views/EffectiveNavigation/app/src/androidTest/java/com/example/android/effectivenavigation/
CollectionDemoActivityTest.java 22 import static android.support.test.espresso.assertion.ViewAssertions.matches;
MainActivityTest.java 22 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
ToggleFeaturePreferenceFragmentTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/password/
ConfirmLockPasswordTest.java 22 import static android.support.test.espresso.assertion.ViewAssertions.matches;
ChooseLockPasswordTest.java 21 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
SavedNetworkSettingsTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
WifiTetherSettingsTest.java 37 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 404 * Tell the user of an assertion error, and probably throw an
408 * @param msg The assertion message, which should be informative.
414 public void assertion(boolean b, java.lang.String msg) method in class:Expression
476 assertion(n != this, "Can not parent an expression to itself!");
489 assertion(false, "exprAddChild method not implemented!"); method
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/androidTest/java/
LaunchTests.java 31 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 366 assertion(false, "Could not find common ancestor!!!"); method
456 assertion(null != walker, "Walker should not be null!");
538 assertion((null != aw1) || (null != aw2), "Total match is incorrect!"); method
1286 protected static void assertion(boolean b, String msg) method in class:RedundentExprEliminator
1394 assertion(false, "unlink failed!!!"); method
    [all...]
  /external/deqp/framework/delibs/debase/
deDefs.c 105 /* MessageBox(reason, "Assertion failed", MB_OK); */
132 fprintf(stderr, "Assertion '%s' failed at %s:%d\n", reason, file, line);
136 __android_log_print(ANDROID_LOG_ERROR, "delibs", "Assertion '%s' failed at %s:%d", reason, file, line);
139 # error Implement assertion function on your platform.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 85 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
SuggestionsPopupwindowUtils.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
55 * @throws AssertionError if the assertion fails
64 * @throws AssertionError if the assertion fails
79 * @throws AssertionError if the assertion fails
  /packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/preferences/
NameAutoCompletePreferenceTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/notification/
ZenModeSettingsIntegrationTest.java 5 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/tests/
DrawOverlayDetailsTest.java 36 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_assert.h 46 on the assertion line and not in some random guts of SDL, and so each
180 # error Unknown assertion level.
183 /* this assertion is never disabled at any level. */
191 * \brief Set an application-defined assertion handler.
193 * This allows an app to show its own assertion UI and/or force the
194 * response to an assertion failure. If the app doesn't provide this, SDL
205 * \return SDL_assert_state value of how to handle the assertion failure.
207 * \param handler Callback function, called when an assertion fails.
215 * \brief Get the default assertion handler.
218 * assertion is triggered. This is an internal function provided by SDL
    [all...]

Completed in 1464 milliseconds

1 2 34 5 6 7 8 91011>>