/frameworks/base/services/java/com/android/server/content/ |
SyncOperation.java | 52 public final int reason; field in class:SyncOperation 65 public SyncOperation(Account account, int userId, int reason, int source, String authority, 70 this.reason = reason; 106 this.reason = other.reason; 139 sb.append(", reason: "); 140 sb.append(reasonToString(pm, reason)); 148 public static String reasonToString(PackageManager pm, int reason) { 149 if (reason >= 0) [all...] |
/external/icu4c/samples/ucnv/ |
flagcb.c | 35 UConverterCallbackReason reason, 38 /* First step - based on the reason code, take action */ 40 if(reason == UCNV_UNASSIGNED) { /* whatever set should be trapped here */ 44 if(reason == UCNV_CLONE) { 94 length, codePoint, reason, err); 113 reason != UCNV_CLONE) { 119 reason, 124 if(reason == UCNV_CLOSE) { 177 UConverterCallbackReason reason, 184 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/icu4c/common/ |
ucnv_err.c | 61 UConverterCallbackReason reason, 76 UConverterCallbackReason reason, 90 UConverterCallbackReason reason, 93 if (reason <= UCNV_IRREGULAR) 95 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED)) 111 UConverterCallbackReason reason, 114 if (reason <= UCNV_IRREGULAR) 116 if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASSIGNED)) 138 UConverterCallbackReason reason, 154 if (reason > UCNV_IRREGULAR [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/ |
slice.js | 74 var reason = ""; 92 reason = reason + errorMessage; 98 testCase.reason = reason; 116 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/String/ |
slice.js | 74 var reason = ""; 92 reason = reason + errorMessage; 98 testCase.reason = reason; 116 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/libnfc-nxp/src/ |
phOsalNfc.h | 83 * OSAL Exception structure containing exception type and reason. 88 uint16_t reason; member in struct:phOsalNfc_Exception 123 * \param[in] reason additional reason value that gives a vendor specific reason 129 uint16_t reason);
|
/external/openssl/crypto/ |
cpt_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
|
/external/openssl/crypto/ecdsa/ |
ecs_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
|
/external/openssl/crypto/jpake/ |
jpake_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
|
/external/openssl/crypto/ui/ |
ui_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
DefaultParticipantStatusListener.java | 40 public void kicked(String participant, String actor, String reason) { 49 public void banned(String participant, String actor, String reason) {
|
ParticipantStatusListener.java | 57 * @param reason the reason provided by the actor to kick the occupant from the room. 59 public abstract void kicked(String participant, String actor, String reason); 87 * @param reason the reason provided by the administrator to ban the occupant. 89 public abstract void banned(String participant, String actor, String reason);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.5-2.js | 51 var EVAL_STRING = 'if ( Object == null ) { testcases[0].reason += " Object == null" ; }' + 52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' + 53 'if ( String == null ) { testcases[0].reason += " String == null"; }' + 54 'if ( Array == null ) { testcases[0].reason += " Array == null"; }' + 55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' + 56 'if ( Math == null ) { testcases[0].reason += " Math == null"; }' + 57 'if ( Boolean == null ) { testcases[0].reason += " Boolean == null"; }' + 58 'if ( Date == null ) { testcases[0].reason += " Date == null"; }' + 59 'if ( eval == null ) { testcases[0].reason += " eval == null"; }' + 60 'if ( parseInt == null ) { testcases[0].reason += " parseInt == null"; }' [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
browser.js | 73 testcases[tc].reason = msg; 77 ": " + testcases[tc].reason );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/ |
browser.js | 73 testcases[tc].reason = msg; 77 ": " + testcases[tc].reason );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
browser.js | 73 testcases[tc].reason = msg; 77 ": " + testcases[tc].reason );
|
/frameworks/base/core/java/com/android/internal/os/ |
BinderInternal.java | 87 public static void forceGc(String reason) { 88 EventLog.writeEvent(2741, reason);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneNotifier.java | 40 /** TODO - reason should never be null */ 41 public void notifyDataConnection(Phone sender, String reason, String apnType, 44 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/ |
12.6.2-9-n.js | 61 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/ |
browser.js | 74 this.reason = ''; 121 testcase.reason += msg; 125 testcase.reason += ' Page: ' + page; 129 testcase.reason += ' Line: ' + line;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ActionListenerTest.java | 37 public void onFailure(int reason) { 38 Log.d(TAG, "onFailure() reason="+reason); 39 Argument arg = new Argument(reason);
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
preparechangelogforrevert.py | 39 def _message_for_revert(cls, revision_list, reason, bug_url=None): 45 # Add an extra new line after the rollout links, before any reason. 47 if reason: 48 message += "%s\n\n" % reason 56 message = self._message_for_revert(state["revision_list"], state["reason"], bug_url)
|
/external/apache-http/src/org/apache/http/impl/ |
EnglishReasonPhraseCatalog.java | 41 * English reason phrases for HTTP status codes. 54 // static array with english reason phrases defined below 75 * Obtains the reason phrase for a status code. 80 * @return the reason phrase, or <code>null</code> 91 String reason = null; local 93 reason = REASON_PHRASES[category][subcode]; 95 return reason; 99 /** Reason phrases lookup table. */ 112 * Stores the given reason phrase, by status code. 116 * @param reason the reason phrase for this status cod [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCAdmin.java | 87 private String reason; field in class:MUCAdmin.Item 114 * Returns the reason for the item child. The reason is optional and could be used to 115 * explain the reason why a user (occupant) was kicked or banned. 117 * @return the reason for the item child. 120 return reason; 177 * Sets the reason for the item child. The reason is optional and could be used to 178 * explain the reason why a user (occupant) was kicked or banned. 180 * @param reason the reason why a user (occupant) was kicked or banned [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_sr.c | 694 tGATT_STATUS reason = GATT_SUCCESS; local 708 reason = GATT_INVALID_HANDLE; 724 reason = GATT_INVALID_PDU; 730 reason = GATT_INVALID_PDU; 739 return reason; 754 UINT8 reason = GATT_INVALID_PDU; local 760 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); 762 if (reason == GATT_SUCCESS) 769 reason = GATT_INVALID_PDU; 772 if (reason == GATT_SUCCESS 824 UINT8 reason = GATT_INVALID_PDU, *p; local 963 tGATT_STATUS reason, ret; local 1164 tGATT_STATUS reason; local [all...] |