HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 151 - 175 of 2970) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Tools/unicode/
listcodecs.py 25 except Exception as reason:
30 (name, reason))
  /external/volley/src/main/java/com/android/volley/
VolleyError.java 40 public VolleyError(String exceptionMessage, Throwable reason) {
41 super(exceptionMessage, reason);
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 44 void wakeUp(long time, String reason, String opPackageName);
45 void goToSleep(long time, int reason, int flags);
54 void reboot(boolean confirm, String reason, boolean wait);
56 void shutdown(boolean confirm, String reason, boolean wait);
  /frameworks/base/libs/incident/proto/android/os/
header.proto 28 // Format a human readable reason why an incident report is requested.
31 optional string reason = 2;
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityView.java 78 * @param reason the root cause of the event.
80 void onResume(int reason);
98 * @param reason a flag indicating which string should be shown, see {@link #PROMPT_REASON_NONE}
101 void showPromptReason(int reason);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
MediaRouterWrapper.java 44 public void unselect(int reason) {
45 mRouter.unselect(reason);
  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsSmsListener.aidl 24 void onSendSmsResult(int token, int messageRef, int status, int reason);
  /packages/services/Telephony/src/com/android/phone/
Assert.java 55 public static void fail(String reason) {
56 throw new AssertionError(reason);
  /platform_testing/libraries/longevity/src/android/longevity/platform/listener/
TimeoutTerminator.java 46 protected void print(String reason) {
47 Log.e(getClass().getSimpleName(), reason); local
  /system/bt/packet/avrcp/
avrcp_reject_packet.cc 23 Status reason) {
25 std::unique_ptr<RejectBuilder>(new RejectBuilder(pdu, reason));
general_reject_packet.cc 23 BrowsePdu pdu, Status reason) {
26 new GeneralRejectBuilder(pdu, reason));
  /system/core/bootstat/
boot_reason_test.sh 3 # Bootstat boot reason tests
81 Returns: true if device supports and set boot reason injection" ]
95 adb shell su root setprop persist.test.boot.reason "'${1}'" 2>/dev/null
96 test_reason="`adb shell getprop persist.test.boot.reason 2>/dev/null`"
98 echo "ERROR: can not set persist.test.boot.reason to '${1}'." >&2
191 if [ -n "`adb shell getprop sys.boot.reason </dev/null 2>/dev/null`" ]
263 bootstat: Canonical boot reason: <expected_property_value>
279 bootstat: Canonical boot reason: ${i}"
294 init : processing action (persist.test.boot.reason=*) from (/system/etc/init/bootstat-debug.rc:
295 init : Command 'setprop ro.boot.bootreason \${persist.test.boot.reason}' action=persist.test.boot.reason=* (/system/etc/init/bootstat-debug.rc
    [all...]
  /external/libcups/cups/
ppd-localize.c 225 * This function uses the current locale to find the corresponding reason
238 const char *reason, /* I - IPP reason keyword to look up */
260 if (!ppd || !reason || (scheme && !*scheme) ||
274 if ((locattr = _ppdLocalizedAttr(ppd, "cupsIPPReason", reason,
276 locattr = ppdFindAttr(ppd, "cupsIPPReason", reason);
283 * Try to localize a standard printer-state-reason keyword...
288 if (!strncmp(reason, "media-needed", 12))
290 else if (!strncmp(reason, "media-jam", 9))
292 else if (!strncmp(reason, "offline", 7) |
    [all...]
  /bootable/recovery/
common.h 37 // The reason argument provided in "--reason=".
38 extern const char* reason;
  /cts/tests/tests/media/src/android/media/cts/
VideoEditorTest.java 24 @AppModeFull(reason = "TODO: evaluate and port to instant")
  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
IQtiImsExt.aidl 49 * @param reason is one of the valid call forwarding
60 int action, int reason, int serviceClass, String dialingNumber,
67 * @param reason is one of the valid call forwarding
76 void getCallForwardUncondTimer(int reason, int serviceClass,
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
TokenMgrError.java 53 * Indicates the reason why the exception is thrown. It will have
148 /** Constructor with message and reason. */
149 public TokenMgrError(String message, int reason) {
151 errorCode = reason;
155 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
156 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
TokenMgrException.java 53 * Indicates the reason why the exception is thrown. It will have
147 /** Constructor with message and reason. */
148 public TokenMgrException(String message, int reason) {
150 errorCode = reason;
154 public TokenMgrException(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, int curChar, int reason) {
155 this(LexicalErr(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
TokenMgrError.java 53 * Indicates the reason why the exception is thrown. It will have
148 /** Constructor with message and reason. */
149 public TokenMgrError(String message, int reason) {
151 errorCode = reason;
155 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
156 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/Dialer/java/com/android/dialer/preferredsim/suggestion/
SuggestionProvider.java 29 /** The reason the suggestion is made. */
30 enum Reason {
41 // Unspecified reason.
48 @NonNull public final Reason reason; field in class:SuggestionProvider.Suggestion
53 @NonNull Reason reason,
56 this.reason = Assert.isNotNull(reason);
  /packages/apps/Dialer/java/com/android/incallui/disconnectdialog/
EnableWifiCallingPrompt.java 34 // reason if it wants us to prompt the user to enable Wi-Fi calling. In Android-O we might
43 String reason = disconnectCause.getReason(); local
44 if (reason != null && reason.startsWith(REASON_WIFI_ON_BUT_WFC_OFF)) {
48 reason);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
StreamStateTracker.java 42 StreamingServiceCallback callback, int reason) {
49 appStreams.startStreaming(serviceId, callback, reason);
53 int reason) {
60 appStreams.stopStreaming(serviceId, reason);

Completed in 745 milliseconds

1 2 3 4 5 67 8 91011>>