| /external/google-breakpad/src/processor/ |
| D | symbolic_constants_win.cc | 49 string reason; in NTStatusToString() local 56 …// | sed -r 's@(0xC[0-9A-F]+) ([A-Z_0-9]+)@ case MD_NTSTATUS_WIN_\2:\n reason = "\2";\n … in NTStatusToString() 66 reason = "STATUS_UNSUCCESSFUL"; in NTStatusToString() 69 reason = "STATUS_NOT_IMPLEMENTED"; in NTStatusToString() 72 reason = "STATUS_INVALID_INFO_CLASS"; in NTStatusToString() 75 reason = "STATUS_INFO_LENGTH_MISMATCH"; in NTStatusToString() 78 reason = "STATUS_ACCESS_VIOLATION"; in NTStatusToString() 81 reason = "STATUS_IN_PAGE_ERROR"; in NTStatusToString() 84 reason = "STATUS_PAGEFILE_QUOTA"; in NTStatusToString() 87 reason = "STATUS_INVALID_HANDLE"; in NTStatusToString() [all …]
|
| D | minidump_processor.cc | 872 // The reason value is OS-specific and possibly CPU-specific. Set up in GetCrashReason() 873 // sensible numeric defaults for the reason string in case we can't in GetCrashReason() 883 string reason = reason_string; in GetCrashReason() local 887 return reason; in GetCrashReason() 893 reason = "GENERAL / "; in GetCrashReason() 894 reason.append(flags_string); in GetCrashReason() 897 reason = "FATAL_PAGE_FAULT / "; in GetCrashReason() 898 reason.append(flags_string); in GetCrashReason() 901 reason = "UNDEFINED_INSTRUCTION / "; in GetCrashReason() 902 reason.append(flags_string); in GetCrashReason() [all …]
|
| /external/icu/icu4c/source/data/misc/ |
| D | metadata.txt | 8 reason{"deprecated"} 12 reason{"deprecated"} 16 reason{"overlong"} 20 reason{"overlong"} 24 reason{"deprecated"} 28 reason{"overlong"} 32 reason{"deprecated"} 36 reason{"deprecated"} 40 reason{"deprecated"} 44 reason{"deprecated"} [all …]
|
| /external/cronet/third_party/icu/source/data/misc/ |
| D | metadata.txt | 8 reason{"deprecated"} 12 reason{"deprecated"} 16 reason{"overlong"} 20 reason{"overlong"} 24 reason{"deprecated"} 28 reason{"overlong"} 32 reason{"deprecated"} 36 reason{"deprecated"} 40 reason{"deprecated"} 44 reason{"macrolanguage"} [all …]
|
| /external/cldr/common/supplemental/ |
| D | supplementalMetadata.xml | 34 <languageAlias type="art_lojban" replacement="jbo" reason="deprecated"/> <!-- Lojban --> 35 <languageAlias type="i_ami" replacement="ami" reason="deprecated"/> <!-- Amis --> 36 <languageAlias type="i_bnn" replacement="bnn" reason="deprecated"/> <!-- Bunun --> 37 <languageAlias type="i_hak" replacement="hak" reason="deprecated"/> <!-- Hakka --> 38 <languageAlias type="i_klingon" replacement="tlh" reason="deprecated"/> <!-- Klingon --> 39 … <languageAlias type="i_lux" replacement="lb" reason="deprecated"/> <!-- Luxembourgish --> 40 <languageAlias type="i_navajo" replacement="nv" reason="deprecated"/> <!-- Navajo --> 41 <languageAlias type="i_pwn" replacement="pwn" reason="deprecated"/> <!-- Paiwan --> 42 <languageAlias type="i_tao" replacement="tao" reason="deprecated"/> <!-- Tao --> 43 <languageAlias type="i_tay" replacement="tay" reason="deprecated"/> <!-- Tayal --> [all …]
|
| /external/libwebsockets/minimal-examples/api-tests/api-test-lecp/ |
| D | main.c | 1026 char reason; member 2008 { .reason = LECPCB_CONSTRUCTED }, 2009 { .reason = LECPCB_VAL_NUM_UINT, .item = { .u.u64 = 0 } }, 2010 { .reason = LECPCB_DESTRUCTED }, 2012 { .reason = LECPCB_CONSTRUCTED }, 2013 { .reason = LECPCB_VAL_NUM_UINT, .item = { .u.u64 = 1 } }, 2014 { .reason = LECPCB_DESTRUCTED }, 2016 { .reason = LECPCB_CONSTRUCTED }, 2017 { .reason = LECPCB_VAL_NUM_UINT, .item = { .u.u64 = 10 } }, 2018 { .reason = LECPCB_DESTRUCTED }, [all …]
|
| /external/googleapis/google/cloud/paymentgateway/issuerswitch/v1/ |
| D | resolutions.proto | 135 // The reason for raising the complaint. This maps adjustment flag 136 // and reason code for the complaint to `reqAdjFlag` and `reqAdjCode` in 146 // The reason for resolving the complaint. It provides adjustment values while 148 // and reason code for the complaint to `reqAdjFlag` and `reqAdjCode` in 189 // The reason for raising the dispute. This maps adjustment flag 190 // and reason code for the dispute to `reqAdjFlag` and `reqAdjCode` in 200 // The reason for resolving the dispute. It provides adjustment values while 202 // and reason code for the dispute to `reqAdjFlag` and `reqAdjCode` in 294 // The adjustment code in response to the complaint. This maps reason code in 331 // The adjusment flag and reason code for raising complaint. [all …]
|
| /external/rust/crates/h2/src/frame/ |
| D | reason.rs | 7 /// [`SendStream::send_reset`] takes a `Reason` argument. Also, the `Error` type 8 /// may contain a `Reason`. 19 pub struct Reason(u32); struct 21 impl Reason { impl 26 pub const NO_ERROR: Reason = Reason(0); 30 pub const PROTOCOL_ERROR: Reason = Reason(1); 32 pub const INTERNAL_ERROR: Reason = Reason(2); 34 pub const FLOW_CONTROL_ERROR: Reason = Reason(3); 37 pub const SETTINGS_TIMEOUT: Reason = Reason(4); 39 pub const STREAM_CLOSED: Reason = Reason(5); [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
| D | other_country_data.txt | 81 AC;Ascension Island;gdp-ppp;GB;reason 82 AC;Ascension Island;literacy;GB;reason 83 AQ;Antarctica;gdp-ppp;US;reason 84 AQ;Antarctica;literacy;US;reason 85 BV;Bouvet Island;gdp-ppp;GB;reason 86 BV;Bouvet Island;literacy;GB;reason 87 CC;Cocos (Keeling) Islands;gdp-ppp;AU;reason 88 CC;Cocos (Keeling) Islands;literacy;AU;reason 89 CP;Clipperton Island;population;1;reason 90 CP;Clipperton Island;gdp-ppp;FR;reason [all …]
|
| /external/rust/crates/h2/src/ |
| D | error.rs | 8 pub use crate::frame::Reason; 16 /// [`Reason`] which can be obtained with the [`reason`] function. 18 /// [`Reason`]: struct.Reason.html 19 /// [`reason`]: #method.reason 29 Reset(StreamId, Reason, Initiator), 32 GoAway(Bytes, Reason, Initiator), 34 /// The user created an error from a bare Reason. 35 Reason(Reason), enumerator 48 /// If the error was caused by the remote peer, the error reason. 52 pub fn reason(&self) -> Option<Reason> { in reason() method [all …]
|
| /external/perfetto/test/trace_processor/diff_tests/metrics/android/ |
| D | android_app_process_starts.out | 5 reason: "service" 14 reason: "service" 23 reason: "service" 32 reason: "service" 41 reason: "broadcast" 50 reason: "service" 59 reason: "service" 68 reason: "service" 77 reason: "service" 86 reason: "service" [all …]
|
| D | android_boot_unagg.out | 6 reason: "broadcast" 15 reason: "service" 24 reason: "service" 33 reason: "service" 42 reason: "service" 51 reason: "service" 59 reason: "provider" 66 reason: "provider" 73 reason: "provider" 80 reason: "provider" [all …]
|
| /external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
| D | freezer.sql | 51 -- Translate unfreeze reason from INT to STRING. 53 CREATE PERFETTO FUNCTION _translate_unfreeze_reason(reason INT) 58 WHEN $reason = 0 THEN 'none' 59 WHEN $reason = 1 THEN 'activity' 60 WHEN $reason = 2 THEN 'finish_receiver' 61 WHEN $reason = 3 THEN 'start_receiver' 62 WHEN $reason = 4 THEN 'bind_service' 63 WHEN $reason = 5 THEN 'unbind_service' 64 WHEN $reason = 6 THEN 'start_service' 65 WHEN $reason = 7 THEN 'get_provider' [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/ |
| D | matcher.pb.validate.go | 47 reason: "embedded message failed validation", 61 reason: "embedded message failed validation", 73 reason: "embedded message failed validation", 88 reason string member 96 // Reason function returns reason value. 97 func (e MatcherValidationError) Reason() string { return e.reason } func 124 e.reason, 132 Reason() string 154 reason: "embedded message failed validation", 166 reason: "embedded message failed validation", [all …]
|
| D | range.pb.validate.go | 51 reason: "embedded message failed validation", 66 reason string member 74 // Reason function returns reason value. 75 func (e Int64RangeMatcherValidationError) Reason() string { return e.reason } func 104 e.reason, 112 Reason() string 133 reason: "embedded message failed validation", 148 reason string member 156 // Reason function returns reason value. 157 func (e Int32RangeMatcherValidationError) Reason() string { return e.reason } func [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
| D | DataSourceException.java | 22 /** Used to specify reason of a DataSource error. */ 27 * {@link #reason} is {@link PlaybackException#ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE} in its 34 int reason = ((DataSourceException) cause).reason; in isCausedByPositionOutOfRange() local 35 if (reason == PlaybackException.ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE) { in isCausedByPositionOutOfRange() 55 * The reason of this {@link DataSourceException}, should be one of the {@code ERROR_CODE_IO_*} in 58 public final @PlaybackException.ErrorCode int reason; field in DataSourceException 63 * @param reason Reason of the error, should be one of the {@code ERROR_CODE_IO_*} in {@link 66 public DataSourceException(@PlaybackException.ErrorCode int reason) { in DataSourceException() argument 67 this.reason = reason; in DataSourceException() 74 * @param reason Reason of the error, should be one of the {@code ERROR_CODE_IO_*} in {@link [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
| D | DataSourceException.java | 22 /** Used to specify reason of a DataSource error. */ 27 * {@link #reason} is {@link PlaybackException#ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE} in its 34 int reason = ((DataSourceException) cause).reason; in isCausedByPositionOutOfRange() local 35 if (reason == PlaybackException.ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE) { in isCausedByPositionOutOfRange() 55 * The reason of this {@link DataSourceException}, should be one of the {@code ERROR_CODE_IO_*} in 58 @PlaybackException.ErrorCode public final int reason; field in DataSourceException 63 * @param reason Reason of the error, should be one of the {@code ERROR_CODE_IO_*} in {@link 66 public DataSourceException(@PlaybackException.ErrorCode int reason) { in DataSourceException() argument 67 this.reason = reason; in DataSourceException() 74 * @param reason Reason of the error, should be one of the {@code ERROR_CODE_IO_*} in {@link [all …]
|
| /external/rust/crates/h2/src/proto/ |
| D | error.rs | 2 use crate::frame::{Reason, StreamId}; 8 /// Either an H2 reason or an I/O error 11 Reset(StreamId, Reason, Initiator), 12 GoAway(Bytes, Reason, Initiator), 31 pub(crate) fn user_go_away(reason: Reason) -> Self { in user_go_away() 32 Self::GoAway(Bytes::new(), reason, Initiator::User) in user_go_away() 35 pub(crate) fn library_reset(stream_id: StreamId, reason: Reason) -> Self { in library_reset() 36 Self::Reset(stream_id, reason, Initiator::Library) in library_reset() 39 pub(crate) fn library_go_away(reason: Reason) -> Self { in library_go_away() 40 Self::GoAway(Bytes::new(), reason, Initiator::Library) in library_go_away() [all …]
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | LocaleInheritanceInfo.java | 5 /** Reason this entry is there */ 6 public enum Reason { enum in LocaleInheritanceInfo 51 Reason(String description, boolean terminal) { in Reason() method in LocaleInheritanceInfo.Reason 88 private Reason reason; field in LocaleInheritanceInfo 91 * Reason enum for this entry 95 public Reason getReason() { in getReason() 96 return reason; in getReason() 102 * Which attribute was involved (for Reason.removedAttribute/Reason.changedAttribute) 113 * @param reason required reason 115 LocaleInheritanceInfo(String locale, String path, Reason reason) { in LocaleInheritanceInfo() argument [all …]
|
| /external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
| D | BaseServiceException.java | 40 private final String reason; field in BaseServiceException 52 private final String reason; field in BaseServiceException.ExceptionData 61 String reason, in ExceptionData() argument 68 this.reason = reason; in ExceptionData() 90 return reason; in getReason() 105 public static ExceptionData from(int code, String message, String reason, boolean retryable) { in from() argument 106 return from(code, message, reason, retryable, null); in from() 110 int code, String message, String reason, boolean retryable, Throwable cause) { in from() argument 114 .setReason(reason) in from() 127 private String reason; field in BaseServiceException.ExceptionData.Builder [all …]
|
| /external/antlr/runtime/ObjC/Framework/ |
| D | RuntimeException.m | 52 + (id) newException:(NSString *)aName reason:(NSString *)aReason; 54 return [[RuntimeException alloc] initWithName:aName reason:aReason]; 57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 59 return [[RuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo]; 65 self = [super initWithName:@"RuntimeException" reason:@"UnknownException" userInfo:nil]; 71 …self = [super initWithName:(NSString *)@"RuntimeException" reason:(NSString *)aReason userInfo:(NS… 77 self = [super initWithName:@"RuntimeException" reason:aReason userInfo:aUserInfo]; 81 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason 83 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)n… 87 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo [all …]
|
| /external/cronet/third_party/icu/source/tools/icuinfo/ |
| D | testplug.c | 37 #define DECLARE_PLUGIN(x) U_CAPI UPlugTokenReturn U_EXPORT2 x (UPlugData *data, UPlugReason reason,… 54 UPlugReason reason, in myPlugin() argument 57 …printf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugRe… in myPlugin() 59 if(reason==UPLUG_REASON_QUERY) { in myPlugin() 71 UPlugReason reason, in myPluginLow() argument 73 …ntf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugRe… in myPluginLow() 75 if(reason==UPLUG_REASON_QUERY) { in myPluginLow() 89 UPlugReason reason, in myPluginFailQuery() argument 91 …derr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugRe… in myPluginFailQuery() 104 UPlugReason reason, in myPluginFailToken() argument [all …]
|
| /external/icu/icu4c/source/tools/icuinfo/ |
| D | testplug.c | 37 #define DECLARE_PLUGIN(x) U_CAPI UPlugTokenReturn U_EXPORT2 x (UPlugData *data, UPlugReason reason,… 54 UPlugReason reason, in myPlugin() argument 57 …printf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugRe… in myPlugin() 59 if(reason==UPLUG_REASON_QUERY) { in myPlugin() 71 UPlugReason reason, in myPluginLow() argument 73 …ntf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugRe… in myPluginLow() 75 if(reason==UPLUG_REASON_QUERY) { in myPluginLow() 89 UPlugReason reason, in myPluginFailQuery() argument 91 …derr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugRe… in myPluginFailQuery() 104 UPlugReason reason, in myPluginFailToken() argument [all …]
|
| /external/go-cmp/cmp/cmpopts/ |
| D | util_test.go | 105 reason string // The reason for the expected outcome 111 reason: "not equal because empty non-nil and nil slice differ", 118 reason: "equal because EquateEmpty equates empty slices", 124 reason: "not equal because element order differs", 131 reason: "equal because SortSlices sorts the slices", 138 reason: "not equal because MyInt is not the same type as int", 145 reason: "equal even when sorted with duplicate elements", 152 reason: "panics because SortSlices used with non-transitive less function", 161 …reason: "no panics because SortSlices used with valid less function; not equal because NaN != N… 173 …reason: "no panics because SortSlices used with valid less function; equal because EquateNaNs i… [all …]
|
| /external/cronet/net/cookies/ |
| D | cookie_inclusion_status.cc | 18 CookieInclusionStatus::CookieInclusionStatus(ExclusionReason reason) { in CookieInclusionStatus() argument 19 exclusion_reasons_[reason] = true; in CookieInclusionStatus() 22 CookieInclusionStatus::CookieInclusionStatus(ExclusionReason reason, in CookieInclusionStatus() argument 24 exclusion_reasons_[reason] = true; in CookieInclusionStatus() 65 bool CookieInclusionStatus::HasExclusionReason(ExclusionReason reason) const { in HasExclusionReason() 66 return exclusion_reasons_[reason]; in HasExclusionReason() 70 ExclusionReason reason) const { in HasOnlyExclusionReason() 71 return exclusion_reasons_[reason] && exclusion_reasons_.count() == 1; in HasOnlyExclusionReason() 74 void CookieInclusionStatus::AddExclusionReason(ExclusionReason reason) { in AddExclusionReason() argument 75 exclusion_reasons_[reason] = true; in AddExclusionReason() [all …]
|