HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 301 - 325 of 1482) sorted by null

<<11121314151617181920>>

  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
WebSocketEcho.java 63 @Override public void onClose(int code, String reason) {
64 System.out.println("CLOSE: " + code + " " + reason);
  /external/python/cpython2/Objects/
exceptions.c     [all...]
  /external/python/cpython3/Include/
pyerrors.h 43 PyObject *reason; member in struct:__anon37106
396 const char *reason /* UTF-8 encoded string */
407 const char *reason /* UTF-8 encoded string */
418 const char *reason /* UTF-8 encoded string */
424 const char *reason /* UTF-8 encoded string */
461 /* get the value of the reason attribute */
466 /* assign a new value to the reason attribute
470 const char *reason /* UTF-8 encoded string */
474 const char *reason /* UTF-8 encoded string */
478 const char *reason /* UTF-8 encoded string *
    [all...]
  /external/python/dateutil/dateutil/test/
test_internals.py 52 @pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
67 @pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
  /external/python/google-api-python-client/tests/
test_protobuf_model.py 84 resp.reason = 'OK'
92 resp.reason = 'No Content'
  /external/selinux/libsepol/include/sepol/policydb/
services.h 53 /* Same as above, but also return the reason(s) for any
64 unsigned int *reason);
80 unsigned int *reason,
  /external/swiftshader/src/System/
SharedLibrary.hpp 147 const char *reason = dlerror(); // Silence the error local
148 (void)reason;
  /external/v8/src/
bailout-reason.h 14 V(kNoReason, "no reason") \
102 V(kNoReason, "no reason") \
128 const char* GetBailoutReason(BailoutReason reason);
129 const char* GetAbortReason(AbortReason reason);
  /external/vboot_reference/firmware/2lib/
2api.c 29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode)
34 vb2_fail(ctx, reason, subcode);
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 59 void *ctx, enum pmksa_free_reason reason),
92 void *ctx, enum pmksa_free_reason reason),
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 92 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets")
100 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets")
111 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
121 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
132 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
154 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
193 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
224 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
333 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
425 @AppModeFull(reason = "Instant apps cannot provide or host app widgets"
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.c 416 int reason; local
527 reason = (sta->timeout_next == STA_DISASSOC) ?
531 hostapd_drv_sta_disassoc(hapd, sta->addr, reason);
557 reason = (sta->timeout_next == STA_DISASSOC) ?
566 mlme_disassociate_indication(hapd, sta, reason);
789 u16 reason)
816 sta->disassoc_reason = reason;
838 u16 reason)
844 ap_sta_disassociate(hapd, sta, reason);
865 sta->deauth_reason = reason;
1437 u16 reason; local
    [all...]
  /art/runtime/
thread_list.h 68 bool Resume(Thread* thread, SuspendReason reason = SuspendReason::kInternal)
87 SuspendReason reason,
97 Thread* SuspendThreadByThreadId(uint32_t thread_id, SuspendReason reason, bool* timed_out)
201 SuspendReason reason = SuspendReason::kInternal)
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm_para.h 92 __u32 reason; member in struct:kvm_vcpu_pv_apf_data
  /bionic/libc/kernel/uapi/linux/
smc_diag.h 91 __u32 reason; member in struct:smc_diag_fallback
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
SharedUserIdTest.java 58 @AppModeFull(reason = "Instant applications can't define shared UID")
  /cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
UsesLibraryHostTest.java 34 @AppModeFull(reason = "TODO verify whether or not these should run in instant mode")
  /cts/tests/autofillservice/src/android/autofillservice/cts/
BatchUpdatesTest.java 36 @AppModeFull(reason = "Unit test")
DisableAutofillTest.java 193 @AppModeFull(reason = "testDisableApp() is enough")
219 @AppModeFull(reason = "testDisableApp() is enough")
263 @AppModeFull(reason = "testDisableActivity() is enough")
292 @AppModeFull(reason = "testDisableActivity() is enough")
InitializedCheckoutActivityTest.java 38 @AppModeFull(reason = "CheckoutActivityTest() is enough")
ServiceDisabledForSureTest.java 35 @AppModeFull(reason = "Service-specific test")
  /cts/tests/tests/media/src/android/media/cts/
AudioSystemTest.java 39 @AppModeFull(reason = "Instant applications do not have permission MODIFY_AUDIO_SETTINGS")
ResourceManagerTest.java 28 @AppModeFull(reason = "TODO: evaluate and port to instant")
  /cts/tests/tests/net/src/android/net/cts/
AirplaneModeTest.java 28 @AppModeFull(reason = "WRITE_SECURE_SETTINGS permission can't be granted to instant apps")
TheaterModeTest.java 42 @AppModeFull(reason = "WRITE_SECURE_SETTINGS permission can't be granted to instant apps")

Completed in 2035 milliseconds

<<11121314151617181920>>