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

1 2 3 45 6 7 8 91011>>

  /cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
ClassloaderSplitsTest.java 60 @AppModeFull(reason = "'full' portion of the hostside test")
65 @AppModeInstant(reason = "'instant' portion of the hostside test")
75 @AppModeFull(reason = "'full' portion of the hostside test")
80 @AppModeInstant(reason = "'instant' portion of the hostside test")
91 @AppModeFull(reason = "'full' portion of the hostside test")
96 @AppModeInstant(reason = "'instant' portion of the hostside test")
109 @AppModeFull(reason = "b/109878606; instant applications can't send broadcasts to manifest receivers")
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyNotificationListenerService.java 87 private void send(String reason, PendingIntent pendingIntent) {
90 Log.v(TAG, "Not sending null pending intent for " + reason);
98 + ") for reason '" + mReason + "' when requested another for '" + reason
101 Log.i(TAG, "Sending pending intent for " + reason + ":" + pendingIntent);
105 mReason = reason;
111 private void send(String reason, Bundle extras) {
116 send(reason + " with key '" + key + "'", (PendingIntent) value);
  /cts/tests/tests/tv/src/android/media/tv/cts/
BundledTvInputServiceTest.java 69 public void onVideoUnavailable(String inputId, int reason) {
71 mVideoUnavailableReasonMap.put(inputId, reason);
148 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); local
149 return reason != null
150 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING
151 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING;
183 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); local
184 return reason != null
185 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING
186 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING
    [all...]
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
IsolatedSplitsTests.java 59 @AppModeFull(reason = "'full' portion of the hostside test")
64 @AppModeInstant(reason = "'instant' portion of the hostside test")
74 @AppModeFull(reason = "'full' portion of the hostside test")
79 @AppModeInstant(reason = "'instant' portion of the hostside test")
89 @AppModeFull(reason = "'full' portion of the hostside test")
94 @AppModeInstant(reason = "'instant' portion of the hostside test")
103 @AppModeFull(reason = "b/109878606; instant applications can't send broadcasts to manifest receivers")
115 @AppModeFull(reason = "'full' portion of the hostside test")
120 @AppModeInstant(reason = "'instant' portion of the hostside test")
132 @AppModeFull(reason = "b/109878606; instant applications can't send broadcasts to manifest receivers"
    [all...]
ApplicationVisibilityTest.java 65 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS")
92 @AppModeFull(reason = "instant applications cannot see any other application")
119 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS")
143 @AppModeFull(reason = "instant applications cannot see any other application")
167 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS")
194 @AppModeFull(reason = "instant applications cannot see any other application")
221 @AppModeFull(reason = "instant applications cannot be granted INTERACT_ACROSS_USERS")
245 @AppModeFull(reason = "instant applications cannot see any other application")
MajorVersionTest.java 53 @AppModeFull(reason = "'full' portion of the hostside test")
58 @AppModeInstant(reason = "'instant' portion of the hostside test")
69 @AppModeFull(reason = "'full' portion of the hostside test")
74 @AppModeInstant(reason = "'instant' portion of the hostside test")
85 @AppModeFull(reason = "'full' portion of the hostside test")
90 @AppModeInstant(reason = "'instant' portion of the hostside test")
110 @AppModeFull(reason = "'full' portion of the hostside test")
115 @AppModeInstant(reason = "'instant' portion of the hostside test")
  /external/epid-sdk/tools/revokegrp/src/
main.c 52 uint8_t reason; ///< Revocation reason member in struct:GrpInfo
81 \param[in] reason
82 Revokation reason.
87 char const* req_file, uint8_t reason, bool verbose);
104 struct arg_int* reason = local
105 arg_int0(NULL, "reason", "NUM",
106 "revocation reason (default: " STRINGIZE(REASON_DEFAULT) ")");
122 argtable[2] = reason;
142 reason->ival[0] = REASON_DEFAULT
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 39 UConverterCallbackReason reason,
42 /* First step - based on the reason code, take action */
44 if(reason == UCNV_UNASSIGNED) { /* whatever set should be trapped here */
48 if(reason == UCNV_CLONE) {
98 length, codePoint, reason, err);
117 reason != UCNV_CLONE) {
123 reason,
128 if(reason == UCNV_CLOSE) {
181 UConverterCallbackReason reason,
188 printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->converter, u_errorName(*err))
    [all...]
  /external/iptables/
iptables-test.py 42 def print_error(reason, filename=None, lineno=None):
47 Colors.ENDC + ": line %d (%s)" % (lineno, reason))
57 reason = "cannot delete: " + iptables + " -I " + rule
58 print_error(reason, filename, lineno)
86 reason = "cannot load: " + cmd
87 print_error(reason, filename, lineno)
94 reason = "should fail: " + cmd
95 print_error(reason, filename, lineno)
120 reason = "iptables-save segfaults: " + cmd
121 print_error(reason, filename, lineno
    [all...]
  /external/icu/icu4c/source/common/
ucnv_err.cpp 97 UConverterCallbackReason reason,
104 if (reason == UCNV_UNASSIGNED && IS_DEFAULT_IGNORABLE_CODE_POINT(codePoint))
123 UConverterCallbackReason reason,
127 (void)context; (void)toUArgs; (void)codePoints; (void)length; (void)reason; (void)err;
138 UConverterCallbackReason reason,
144 if (reason <= UCNV_IRREGULAR)
146 if (reason == UCNV_UNASSIGNED && IS_DEFAULT_IGNORABLE_CODE_POINT(codePoint))
153 else if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED))
169 UConverterCallbackReason reason,
174 if (reason <= UCNV_IRREGULAR
    [all...]
  /cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/aidl/android/telephony/cts/embmstestapp/
ICtsGroupCallMiddlewareControl.aidl 35 void fireGroupCallStateChanged(int state, int reason);
  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
IQtiImsExtListener.aidl 52 * @param reason is one of the valid call forwarding
61 int endMinute, int reason, int status, String number, int serviceClass);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
comparecodecs.py 21 except UnicodeError, reason:
25 except UnicodeError, reason:
  /external/autotest/server/cros/dynamic_suite/
reporting.py 43 and reason for issue.
49 self.reason = result.reason
56 # reason field need lab attention. Lab bugs for the aborted case
88 'Build: %(build)s.\n\nReason:\n%(reason)s.\n'
104 'reason': self.reason,
116 # TO-DO(shuqianz) Fix the dedupe failing issue because reason contains
129 reason = self.reason
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
RevokedStatus.java 25 int reason)
27 this.info = new RevokedInfo(new ASN1GeneralizedTime(revocationDate), CRLReason.lookup(reason));
41 * return the revocation reason. Note: this field is optional, test for it
43 * @return the revocation reason value.
44 * @exception IllegalStateException if a reason is asked for and none is avaliable
50 throw new IllegalStateException("attempt to get a reason where none is available");
  /external/deqp/framework/common/
tcuApp.hpp 80 void onWatchdogTimeout (qpTimeoutReason reason);
83 static void onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr, qpTimeoutReason reason);
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
HidePublicClasses.java 32 public HidePublicClasses(List<TypeLocator> whitelist, String reason) {
33 super("@hide " + reason);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_need_swtnl.c 65 const char *reason = ""; local
84 reason = svga->curr.rast->need_pipeline_points_str;
87 reason = svga->curr.rast->need_pipeline_lines_str;
90 reason = svga->curr.rast->need_pipeline_tris_str;
102 reason = "edge flags";
124 reason = "point sprite coordinate generation";
138 assert(reason);
140 "Using semi-fallback for %s", reason);
  /external/python/cpython2/Tools/unicode/
comparecodecs.py 21 except UnicodeError, reason:
25 except UnicodeError, reason:
  /external/python/cpython3/Tools/unicode/
comparecodecs.py 21 except UnicodeError as reason:
25 except UnicodeError as reason:
  /external/swiftshader/src/D3D8/
D3D8.cpp 26 int __stdcall DllMain(HINSTANCE instance, unsigned long reason, void *reserved)
30 switch(reason)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
bye.h 37 void WithReason(const std::string& reason);
41 const std::string& reason() const { return reason_; } function in class:webrtc::rtcp::Bye
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_aux.c 60 const char * fst_reason_name(enum fst_reason reason)
62 return fst_get_str_name(reason, reason_names, ARRAY_SIZE(reason_names));
fst_ctrl_aux.h 71 enum fst_reason reason; member in struct:fst_event_extra::fst_event_extra_session_state::fst_session_state_switch_extra::__anon50486
90 const char * fst_reason_name(enum fst_reason reason);
  /cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
AugmentedLoginNotImportantForAutofillActivityTest.java 23 @AppModeFull(reason = "AugmentedLoginActivityTest is enough")

Completed in 2111 milliseconds

1 2 3 45 6 7 8 91011>>