HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 201 - 225 of 1541) sorted by null

1 2 3 4 5 6 7 891011>>

  /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);
  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller.cc 39 MultiProfileUserController::UserAllowedInSessionReason* reason,
41 if (reason)
42 *reason = value;
131 MultiProfileUserController::UserAllowedInSessionReason* reason) const {
143 return SetUserAllowedReason(reason, ALLOWED);
147 return SetUserAllowedReason(reason, NOT_ALLOWED_OWNER_AS_SECONDARY);
152 return SetUserAllowedReason(reason, NOT_ALLOWED_POLICY_CERT_TAINTED);
156 return SetUserAllowedReason(reason, primary_user_policy);
161 reason,
  /external/chromium_org/v8/src/
lithium-codegen.cc 150 void LCodeGenBase::DeoptComment(const Deoptimizer::Reason& reason) {
152 os << ";;; deoptimize at " << HSourcePosition(reason.raw_position) << " "
153 << reason.mnemonic;
154 if (reason.detail != NULL) os << ": " << reason.detail;
228 void LCodeGenBase::Abort(BailoutReason reason) {
229 info()->AbortOptimization(reason);
234 void LCodeGenBase::Retry(BailoutReason reason) {
235 info()->RetryOptimization(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 339 bool WebGLFramebuffer::isAttachmentComplete(WebGLAttachment* attachedObject, GLenum attachment, const char** reason) const
342 ASSERT(reason);
351 *reason = "the internalformat of the attached renderbuffer is not DEPTH_COMPONENT16";
358 *reason = "the attached texture is not a depth texture";
367 *reason = "the internalformat of the attached renderbuffer is not STENCIL_INDEX8";
374 *reason = "the internalformat of the attached renderbuffer is not DEPTH_STENCIL";
381 *reason = "the attached texture is not a DEPTH_STENCIL texture";
390 *reason = "the internalformat of the attached renderbuffer is not color-renderable";
396 *reason = "the internalformat of the attached texture is not color-renderable";
409 *reason = "unsupported type: The attached texture is not supported to be rendered to"
    [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...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 61 * @param message A string containing the failure reason.
91 * Adds a failure with the given {@code reason} to the table if
97 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) {
98 super.checkThat(mCameraMsg + reason, value, matcher);
492 "actual (%s), error percent (%s), reason: ",
534 "actual (%s), error percent (%s), reason: ",
698 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); local
699 checkThat(reason, value, CoreMatchers.not(expected));
720 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); local
721 checkThat(reason, value, CoreMatchers.not(expected))
742 String reason = "Key " + key.getName() + " value " + value.toString() local
766 String reason = "Key " + key.getName() + " value " + value.toString() local
835 String reason = "Key " + key.getName() + " value " + value local
852 String reason = "Key " + key.getName() + " value " + value local
870 String reason = "Key " + key.getName() + " value " + value local
888 String reason = "Key " + key.getName() + " value " + value local
906 String reason = "Key " + key.getName() + " value " + value local
926 String reason = "Expected value " + expected local
962 String reason = "Expected value " + expected local
1006 String reason = "Expected value " + expected local
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 62 /** The catalog for looking up reason phrases. */
69 * @param catalog the catalog of reason phrases
74 ("Reason phrase catalog must not be null.");
97 final String reason = reasonCatalog.getReason(status, loc); local
98 StatusLine statusline = new BasicStatusLine(ver, status, reason);
  /external/chromium_org/apps/
app_load_service.h 76 extensions::UnloadedExtensionInfo::Reason reason) OVERRIDE;
80 const extensions::UnloadedExtensionInfo::Reason reason);
  /external/chromium_org/chrome/browser/extensions/
extension_gcm_app_handler.h 78 UnloadedExtensionInfo::Reason reason) OVERRIDE;
82 extensions::UninstallReason reason) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps.h 57 extensions::UnloadedExtensionInfo::Reason reason) OVERRIDE;
61 extensions::UninstallReason reason) OVERRIDE;
  /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/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);
  /external/chromium_org/content/renderer/gpu/
queue_message_swap_promise.cc 44 void QueueMessageSwapPromise::DidNotSwap(DidNotSwapReason reason) {
49 message_queue_->DidNotSwap(source_frame_number_, reason, &messages);
  /external/chromium_org/content/shell/tools/plugin/Tests/
GetURLWithJavaScriptURL.cpp 75 virtual NPError NPP_DestroyStream(NPStream* stream, NPReason reason) OVERRIDE
80 if (reason != NPRES_DONE)
  /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/extensions/browser/
content_verifier.h 55 ContentVerifyJob::FailureReason reason);
63 UnloadedExtensionInfo::Reason reason) OVERRIDE;
management_policy.h 72 // disabled, and returns an error and/or reason if the caller needs it.
74 Extension::DisableReason* reason,
109 Extension::DisableReason* reason,
  /external/chromium_org/jingle/notifier/listener/
fake_push_client.cc 48 NotificationsDisabledReason reason) {
50 OnNotificationsDisabled(reason));
  /external/chromium_org/media/filters/
test_video_frame_scheduler.cc 47 Reason reason) {
62 done_frames[i].done_cb.Run(done_frames[i].frame, reason);

Completed in 4472 milliseconds

1 2 3 4 5 6 7 891011>>