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

1 2 3 45 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/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...]
  /prebuilts/misc/windows/sdl2/include/
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...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/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...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_nesting_test.cc 64 // exception record, if any; assertion points to assertion information,
74 MDRawAssertionInfo* assertion) {
91 // assertion points to information about an assertion if the handler was
92 // invoked by an assertion.
114 MDRawAssertionInfo* assertion,
  /external/google-breakpad/src/processor/
stackwalk_common.cc 814 string assertion = process_state.assertion(); local
892 string assertion = process_state.assertion(); local
    [all...]
minidump_processor.cc 1485 MinidumpAssertion *assertion = dump->GetAssertion(); local
    [all...]
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
BaseKeyEventsTestCase.java 21 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
22 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/notification/
AppNotificationSettingsTest.java 22 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
23 import static android.support.test.espresso.assertion.ViewAssertions.matches;
ChannelNotificationSettingsTest.java 22 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /prebuilts/go/darwin-x86/src/strconv/
atob_test.go 44 // NumError assertion must succeed; it's the only thing we return.
  /prebuilts/go/darwin-x86/test/
if.go 13 print("assertion fail", msg, "\n")
  /prebuilts/go/darwin-x86/test/ken/
robfunc.go 13 print("assertion fail" + msg + "\n")
  /prebuilts/go/linux-x86/src/strconv/
atob_test.go 44 // NumError assertion must succeed; it's the only thing we return.
  /prebuilts/go/linux-x86/test/
if.go 13 print("assertion fail", msg, "\n")
  /prebuilts/go/linux-x86/test/ken/
robfunc.go 13 print("assertion fail" + msg + "\n")
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
ContextMenuUtils.java 21 import static android.support.test.espresso.assertion.ViewAssertions.matches;
62 * @throws AssertionError if the assertion fails
71 * @throws AssertionError if the assertion fails
88 * @throws AssertionError if the assertion fails
108 * @throws AssertionError if the assertion fails
118 * @throws AssertionError if the assertion fails
130 * @throws AssertionError if the assertion fails
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatSpinnerTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
BreadBot.java 21 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/
RegulatoryInfoDisplayActivityTest.java 39 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
AccessibilityShortcutPreferenceFragmentTest.java 25 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/fuelgauge/batterytip/
RestrictAppTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /packages/apps/Settings/tests/unit/src/com/android/settings/password/
SetupChooseLockPasswordAppTest.java 22 import static android.support.test.espresso.assertion.ViewAssertions.matches;
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SessionLifecycleTest.java 72 * Runs an {@code assertion}, retrying until {@code timeout} is reached.
74 private static void eventually(String description, Callable<Boolean> assertion)
76 SESSION_LIFECYCLE_TIMEOUT.run(description, assertion);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 207 * Checks that an assertion is true.
209 * @throws IllegalArgumentException if the assertion is false, along with a suitable message
212 private void check(boolean assertion, String message, Voicemail voicemail) {
213 if (!assertion) {
  /packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
WifiCallingSettingUiTest.java 20 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
21 import static android.support.test.espresso.assertion.ViewAssertions.matches;

Completed in 777 milliseconds

1 2 3 45 6 7 8 91011>>