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

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRuntimeException.h 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
  /external/apache-harmony/support/src/test/resources/config/
excludes.xsd 34 * An exclude element can have an optional reason
40 <xsd:element ref="reason" minOccurs="0" maxOccurs="1"/>
49 * A reason element has no attributes, only parsed
52 <xsd:element name="reason">
  /external/chromium/base/third_party/icu/
README.chromium 10 macros should ICU be in use on the system. For the same reason, the functions
  /external/chromium_org/chrome/browser/extensions/
window_controller.h 39 enum Reason {
70 // permitted and sets |reason| if not NULL.
71 virtual bool CanClose(Reason* reason) const = 0;
browser_extension_window_controller.h 29 virtual bool CanClose(Reason* reason) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.mm 61 int reason) {
63 activateTabWithContents:previousContents:atIndex:reason:)]) {
67 reason:reason];
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog.cc 26 CryptoModuleBlockingDialogDelegate(CryptoModulePasswordReason reason,
29 reason_(reason),
93 NewCryptoModuleBlockingDialogDelegate(CryptoModulePasswordReason reason,
95 return new CryptoModuleBlockingDialogDelegate(reason, server);
  /external/chromium_org/content/browser/renderer_host/
memory_benchmark_message_filter.h 23 void OnHeapProfilerDump(const std::string& reason);
  /external/chromium_org/jingle/notifier/listener/
fake_push_client_observer.h 22 NotificationsDisabledReason reason) OVERRIDE;
  /external/chromium_org/remoting/protocol/
jingle_messages.h 35 enum Reason {
82 // Value from the <reason> tag if it is present in the
85 Reason reason; member in struct:remoting::protocol::JingleMessage
  /external/chromium_org/sync/internal_api/public/util/
sync_string_conversions.h 18 PassphraseRequiredReason reason);
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLError.h 44 // A namespace for "reason" to support various layers generating
49 // A numeric error code detailing the reason for this error. A value
53 int reason; member in struct:WebKit::WebURLError
65 WebURLError() : reason(0), isCancellation(false) { }
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8utils.h 14 // Set number of bytes scanned. Return reason for exiting
  /external/clang/test/CodeGenObjC/
2009-01-21-invalid-debug-info.m 4 // no longer effectively test anything). The reason it was causing
  /external/iproute2/etc/iproute2/
rt_dsfield 7 # These values seems do not want to die, Cisco likes them by a strange reason.
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 16 [Some reason] if it is invalid. [reason] is a string containing a
21 [Some reason] if it is invalid. [reason] is a string containing a
  /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/dhcpcd/
bind.c 131 state->reason = NULL;
146 state->reason = "STATIC";
151 state->reason = "IPV4LL";
160 state->reason = "INFORM";
165 state->reason = "TIMEOUT";
203 state->reason = "TEST";
207 if (state->reason == NULL) {
211 state->reason = "RENEW";
213 state->reason = "REBIND";
215 state->reason = "REBOOT"
    [all...]
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 149 " with minor reason code %u (stype=%u)",
192 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; local
232 pos = os_strstr(txtaddr, " reason=");
234 reason = atoi(pos + 8);
236 hostapd_drv_sta_deauth(hapd, addr, reason);
239 ap_sta_deauthenticate(hapd, sta, reason);
253 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; local
293 pos = os_strstr(txtaddr, " reason=");
295 reason = atoi(pos + 8);
297 hostapd_drv_sta_disassoc(hapd, addr, reason);
    [all...]
  /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/chrome/browser/translate/
translate_browser_metrics.h 23 // When Chrome Translate is ready to translate a page, one of following reason
42 // Called when Chrome Translate is initiated to report a reason of the next
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_mac.mm 37 void DownloadShelfMac::DoClose(CloseReason reason) {
39 isUserAction:reason == USER_ACTION];
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view.h 27 CryptoModulePasswordReason reason,
56 CryptoModulePasswordReason reason);
  /external/chromium_org/content/child/npapi/
plugin_string_stream.cc 32 NPReason reason = written == length ? NPRES_DONE : NPRES_NETWORK_ERR; local
33 Close(reason);

Completed in 643 milliseconds

1 2 3 4 5 67 8 91011>>