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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java 51 * @param reason the root cause of the event.
53 void onResume(int 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);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.h 41 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
98 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
107 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason;
108 - (id) initWithName:(NSString *)aMsg reason:(NSString *)aCause userInfo:(NSDictionary *)userInfo;
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 32 browser::CryptoModulePasswordReason reason,
51 browser::CryptoModulePasswordReason reason,
56 reason_(reason),
136 browser::CryptoModulePasswordReason reason,
142 (new SlotUnlocker(modules, reason, host, callback))->Start();
150 browser::CryptoModulePasswordReason reason,
156 UnlockSlotsIfNecessary(modules, reason, host, callback);
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 35 chrome::CryptoModulePasswordReason reason,
54 chrome::CryptoModulePasswordReason reason,
59 reason_(reason),
139 chrome::CryptoModulePasswordReason reason,
145 (new SlotUnlocker(modules, reason, host, callback))->Start();
153 chrome::CryptoModulePasswordReason reason,
159 UnlockSlotsIfNecessary(modules, reason, host, callback);
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java 113 private String reason; field in class:MUCOwner.Item
138 * Returns the reason for the item child. The reason is optional and could be used to
139 * explain the reason why a user (occupant) was kicked or banned.
141 * @return the reason for the item child.
144 return reason;
201 * Sets the reason for the item child. The reason is optional and could be used to
202 * explain the reason why a user (occupant) was kicked or banned.
204 * @param reason the reason why a user (occupant) was kicked or banned
282 private String reason; field in class:MUCOwner.Destroy
    [all...]
  /dalvik/vm/native/
java_lang_Runtime.cpp 94 char* reason = NULL; local
95 bool success = dvmLoadNativeCode(fileName, classLoader, &reason);
97 const char* msg = (reason != NULL) ? reason : "unknown failure";
102 free(reason);
  /frameworks/base/services/java/com/android/server/content/
SyncOperation.java 64 public final int reason; field in class:SyncOperation
85 public SyncOperation(Account account, int userId, int reason, int source, String authority,
92 this.reason = reason;
147 this.reason = other.reason;
180 sb.append(", reason: ");
181 sb.append(reasonToString(pm, reason));
189 public static String reasonToString(PackageManager pm, int reason) {
190 if (reason >= 0)
    [all...]
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 130 reason = 'returned by GetId() method'
148 reason = 'first_id %d + offset %d' % (parent_id, offset_id)
163 reason = "from parent's first_id attribute"
176 reason = 'chosen by random fingerprint -- use first_id to override'
181 reason = 'sequentially assigned'
183 reason = "%s (%s)" % (tid, reason)
188 % (id, id_reasons[id], reason))
196 id_reasons[id] = reason
  /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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/WebKit/Source/web/
WebSocketImpl.cpp 112 void WebSocketImpl::close(int code, const WebString& reason)
114 m_private->close(code, reason);
117 void WebSocketImpl::fail(const WebString& reason)
119 m_private->fail(reason, ErrorMessageLevel);
165 void WebSocketImpl::didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus status, unsigned short code, const String& reason)
167 m_client->didClose(bufferedAmount, static_cast<WebSocketClient::ClosingHandshakeCompletionStatus>(status), code, WebString(reason));
  /external/chromium_org/chromeos/dbus/
power_policy_controller.cc 116 str += base::StringPrintf("reason=\"%s\" ", policy.reason().c_str());
202 int PowerPolicyController::AddScreenWakeLock(const std::string& reason) {
204 screen_wake_locks_[id] = reason;
209 int PowerPolicyController::AddSystemWakeLock(const std::string& reason) {
211 system_wake_locks_[id] = reason;
234 std::string reason; local
238 reason = "Prefs";
264 reason += (reason.empty() ? "" : ", ") + it->second
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
swap_metrics.h 41 int reason) OVERRIDE;
56 void StartMetricsCollection(const std::string& reason);
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win_unittest.cc 35 internal::PathComparisonReason reason = local
37 EXPECT_EQ(cases[i].expected, reason) <<
  /external/chromium_org/content/browser/download/
download_file.h 26 // Callback used with Initialize. On a successful initialize, |reason| will
28 // set to the reason for the failure.
29 typedef base::Callback<void(DownloadInterruptReason reason)>
32 // Callback used with Rename*(). On a successful rename |reason| will be
34 // was done to. On a failed rename, |reason| will contain the
36 typedef base::Callback<void(DownloadInterruptReason reason,
44 // on success, or a network download interrupt reason on failure.
  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url2_test.h 29 virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
31 NPReason reason,
plugin_get_javascript_url_test.h 28 virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
30 NPReason reason,
  /external/chromium_org/third_party/WebKit/public/web/
WebSocket.h 92 virtual void close(int code, const WebString& reason) = 0;
93 virtual void fail(const WebString& reason) = 0;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Diagnostics.cpp 26 const std::string& reason,
50 sink << "'" << token << "' : " << reason << " " << extra << "\n";
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 97 void ReportCorruption(size_t bytes, const char* reason);
98 void ReportDrop(size_t bytes, const Status& reason);
  /external/chromium_org/third_party/openssl/openssl/crypto/
cpt_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)

Completed in 1498 milliseconds

1 2 3 4 5 67 8 91011>>