HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 251 - 275 of 2016) sorted by null

<<11121314151617181920>>

  /external/chromium_org/google_apis/gcm/engine/
fake_connection_factory.h 32 virtual void SignalConnectionReset(ConnectionResetReason reason) OVERRIDE;
  /external/chromium_org/net/http/
http_auth_handler_basic.h 28 CreateReason reason,
  /external/chromium_org/ppapi/thunk/
ppb_websocket_api.h 35 // Closes the established connection with specified |code| and |reason|.
38 const PP_Var& reason,
59 // Returns the CloseEvent reason attribute of The WebSocket API. Returned
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.cc 48 int32_t Close(uint16_t code, const Var& reason) {
51 int32_t result = WebSocket::Close(code, reason, callback);
119 int32_t WebSocketAPI::Close(uint16_t code, const Var& reason) {
120 return impl_->Close(code, reason);
  /external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandleClient.h 63 // (wasClean = false, code = 1006, reason = "") and
72 virtual void didClose(WebSocketHandle* /* handle */, bool wasClean, unsigned short code, const WebString& reason) = 0;
  /external/chromium_org/third_party/angle/src/compiler/translator/
Diagnostics.h 27 const std::string& reason,
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h 111 * memory leaks. Will include the reason in the logged message
113 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
  /external/chromium_org/ui/views/examples/
slider_example.cc 39 SliderChangeReason reason) {
  /external/lldb/tools/lldb-perf/lib/
Xcode.h 57 GetThreadWithStopReason (SBProcess process, StopReason reason);
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 41 void goToSleep(long time, int reason, int flags);
47 void reboot(boolean confirm, String reason, boolean wait);
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 133 * @param reason reason code to reject an incoming call
136 void reject(int reason);
143 void terminate(int reason);
  /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 703 tGATT_STATUS reason = GATT_SUCCESS; local
717 reason = GATT_INVALID_HANDLE;
733 reason = GATT_INVALID_PDU;
739 reason = GATT_INVALID_PDU;
743 reason = GATT_INVALID_PDU;
750 return reason;
765 UINT8 reason = GATT_INVALID_PDU; local
772 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
774 if (reason == GATT_SUCCESS)
781 reason = GATT_INVALID_PDU
836 UINT8 reason = GATT_INVALID_PDU, *p; local
983 tGATT_STATUS reason, ret; local
1184 tGATT_STATUS reason; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 316 bool WebGLFramebuffer::isAttachmentComplete(WebGLAttachment* attachedObject, GLenum attachment, const char** reason) const
319 ASSERT(reason);
328 *reason = "the internalformat of the attached renderbuffer is not DEPTH_COMPONENT16";
335 *reason = "the attached texture is not a depth texture";
344 *reason = "the internalformat of the attached renderbuffer is not STENCIL_INDEX8";
351 *reason = "the internalformat of the attached renderbuffer is not DEPTH_STENCIL";
358 *reason = "the attached texture is not a DEPTH_STENCIL texture";
367 *reason = "the internalformat of the attached renderbuffer is not color-renderable";
373 *reason = "the internalformat of the attached texture is not color-renderable";
386 *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_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 50 virtual void UpdateState(ErrorScreenActor::ErrorReason reason) = 0;
95 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);
113 // to the reason for the request.
  /external/chromium_org/components/sync_driver/
data_type_manager.h 94 syncer::ConfigureReason reason) = 0;
97 syncer::ConfigureReason reason) = 0;
  /external/chromium_org/content/child/npapi/
plugin_stream.h 52 void Notify(NPReason reason);
55 virtual bool Close(NPReason reason);
  /external/chromium_org/content/child/
websocket_bridge.h 44 const blink::WebString& reason) OVERRIDE;
65 void DidClose(bool was_clean, unsigned short code, const std::string& reason);

Completed in 1084 milliseconds

<<11121314151617181920>>