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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/views/examples/
slider_example.cc 39 SliderChangeReason reason) {
  /external/chromium_org/webkit/child/
weburlloader_impl.h 21 int reason);
  /external/kernel-headers/original/asm-x86/
tsc.h 64 extern void mark_tsc_unstable(char *reason);
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl 38 String reason, String apn, String apnType, in LinkProperties linkProperties,
40 void notifyDataConnectionFailed(String reason, String apnType);
  /external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 26 CryptoModuleBlockingDialogDelegate(browser::CryptoModulePasswordReason reason,
29 reason_(reason),
85 browser::CryptoModulePasswordReason reason,
106 browser::CryptoModulePasswordReason reason,
126 // Select an appropriate text for the reason.
130 switch (reason) {
216 CryptoModulePasswordReason reason,
219 (new CryptoModulePasswordDialog(slot_name, retry, reason, server,
225 CryptoModulePasswordReason reason,
227 return new CryptoModuleBlockingDialogDelegate(reason, server)
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 308 DownloadCheckResultReason reason = REASON_MAX; local
310 *item_, item_->GetTargetFilePath(), &reason, &type_)) {
311 switch (reason) {
314 PostFinishTask(SAFE, reason);
319 PostFinishTask(SAFE, reason);
400 DownloadCheckResultReason reason = REASON_SERVER_PING_FAILED; variable
409 reason = REASON_INVALID_RESPONSE_PROTO;
411 reason = REASON_DOWNLOAD_SAFE;
419 reason = REASON_DOWNLOAD_NOT_SUPPORTED;
421 reason = REASON_DOWNLOAD_DANGEROUS
569 DownloadCheckResultReason reason = REASON_MAX; local
844 DownloadCheckResultReason reason = REASON_MAX; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.h 73 virtual void close(int code, const String& reason) OVERRIDE;
74 virtual void fail(const String& reason, MessageLevel, const String&, unsigned) OVERRIDE;
97 void close(int code, const String& reason);
98 void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber);
109 virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
146 void close(int code, const String& reason);
147 void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber);
186 static void mainThreadClose(ScriptExecutionContext*, Peer*, int code, const String& reason);
187 static void mainThreadFail(ScriptExecutionContext*, Peer*, const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java 49 private static final String KEY_REASON = "reason";
61 final int reason; local
67 reason = cursor.getInt(cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_REASON));
77 Log.d(Constants.TAG, "Found " + id + " with status " + status + ", reason " + reason);
86 if (reason == DownloadManager.PAUSED_QUEUED_FOR_WIFI) {
103 FailedDialogFragment.show(getFragmentManager(), id, reason); local
160 public static void show(FragmentManager fm, long id, int reason) {
164 args.putInt(KEY_REASON, reason);
178 final int reason = getArguments().getInt(KEY_REASON) local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 38 int reason; field in class:CallForwardEditPreference
53 reason = a.getInt(R.styleable.CallForwardEditPreference_reason,
57 if (DBG) Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason);
67 phone.getCallForwardingOption(reason,
103 int time = (reason != CommandsInterface.CF_REASON_NO_REPLY) ? 0 : 20;
116 if (DBG) Log.d(LOG_TAG, "reason=" + reason + ", action=" + action
124 // should be action, reason...
126 reason,
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 697 tGATT_STATUS reason = GATT_SUCCESS; local
711 reason = GATT_INVALID_HANDLE;
727 reason = GATT_INVALID_PDU;
733 reason = GATT_INVALID_PDU;
737 reason = GATT_INVALID_PDU;
744 return reason;
759 UINT8 reason = GATT_INVALID_PDU; local
765 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
767 if (reason == GATT_SUCCESS)
774 reason = GATT_INVALID_PDU
829 UINT8 reason = GATT_INVALID_PDU, *p; local
974 tGATT_STATUS reason, ret; local
1175 tGATT_STATUS reason; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 341 bool WebGLFramebuffer::isAttachmentComplete(WebGLAttachment* attachedObject, GC3Denum attachment, const char** reason) const
344 ASSERT(reason);
353 *reason = "the internalformat of the attached renderbuffer is not DEPTH_COMPONENT16";
360 *reason = "the attached texture is not a depth texture";
369 *reason = "the internalformat of the attached renderbuffer is not STENCIL_INDEX8";
376 *reason = "the internalformat of the attached renderbuffer is not DEPTH_STENCIL";
383 *reason = "the attached texture is not a DEPTH_STENCIL texture";
392 *reason = "the internalformat of the attached renderbuffer is not color-renderable";
398 *reason = "the internalformat of the attached texture is not color-renderable";
411 *reason = "unsupported type: The attached texture is not supported to be rendered to"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
eck_prn.c 151 int ret=0, reason=ERR_R_BIO_LIB; local
165 reason = ERR_R_PASSED_NULL_PARAMETER;
172 reason = ERR_R_MALLOC_FAILURE;
207 reason = ERR_R_MALLOC_FAILURE;
215 reason = ERR_R_EC_LIB;
224 reason = ERR_R_EC_LIB;
231 reason = ERR_R_EC_LIB;
237 reason = ERR_R_EC_LIB;
246 reason = ERR_R_EC_LIB;
268 reason = ERR_R_MALLOC_FAILURE
    [all...]
  /external/openssl/crypto/ec/
eck_prn.c 151 int ret=0, reason=ERR_R_BIO_LIB; local
165 reason = ERR_R_PASSED_NULL_PARAMETER;
172 reason = ERR_R_MALLOC_FAILURE;
207 reason = ERR_R_MALLOC_FAILURE;
215 reason = ERR_R_EC_LIB;
224 reason = ERR_R_EC_LIB;
231 reason = ERR_R_EC_LIB;
237 reason = ERR_R_EC_LIB;
246 reason = ERR_R_EC_LIB;
268 reason = ERR_R_MALLOC_FAILURE
    [all...]
  /system/extras/latencytop/
latencytop.c 38 char reason[MAX_LINE]; member in struct:latency_entry
54 static struct latency_entry *find_latency_entry(struct latency_entry *e, char *reason);
293 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) {
299 if (!strcmp(e->reason, reason))
329 char reason[MAX_LINE]; local
345 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason);
347 e = find_latency_entry(head, reason);
358 strcpy(e->reason, reason);
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 57 /** The catalog for looking up reason phrases. */
64 * @param catalog the catalog of reason phrases
69 ("Reason phrase catalog must not be null.");
92 final String reason = reasonCatalog.getReason(status, loc); local
93 StatusLine statusline = new BasicStatusLine(ver, status, reason);
  /external/chromium/net/http/
http_auth_handler_ntlm_win.cc 59 CreateReason reason,
63 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.h 64 AdjustWindowReason reason) OVERRIDE;
67 AdjustWindowReason reason) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager.h 95 syncer::ConfigureReason reason) = 0;
98 syncer::ConfigureReason reason) = 0;
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view.h 27 CryptoModulePasswordReason reason,
56 CryptoModulePasswordReason reason);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h 52 virtual void UpdateState(ErrorScreenActor::ErrorReason reason) = 0;
96 void SendStateToObservers(ErrorScreenActor::ErrorReason reason);
  /external/chromium_org/chromeos/dbus/
power_policy_controller.h 82 // inactivity and sends an updated policy. |reason| is a human-readable
83 // description of the reason the lock was created. Returns a unique ID
85 int AddScreenWakeLock(const std::string& reason);
86 int AddSystemWakeLock(const std::string& reason);
121 // to the reason for the request.
  /external/chromium_org/content/test/plugin/
plugin_geturl_test.h 38 virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
40 virtual void URLNotify(const char* url, NPReason reason,
  /external/chromium_org/jingle/notifier/listener/
fake_push_client.cc 48 NotificationsDisabledReason reason) {
50 OnNotificationsDisabled(reason));
  /external/chromium_org/net/http/
http_auth_handler_ntlm_win.cc 58 CreateReason reason,
62 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 67 NPError NPP_DestroyStream(NPStream* stream, NPReason reason)
72 if (reason != NPRES_DONE)

Completed in 3370 milliseconds

1 2 3 4 5 6 7 8 91011>>