Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 2302) sorted by relevance

12345678910>>...93

/external/google-breakpad/src/processor/
Dsymbolic_constants_win.cc46 std::string reason; in NTStatusToString() local
63 reason = "STATUS_UNSUCCESSFUL"; in NTStatusToString()
66 reason = "STATUS_NOT_IMPLEMENTED"; in NTStatusToString()
69 reason = "STATUS_INVALID_INFO_CLASS"; in NTStatusToString()
72 reason = "STATUS_INFO_LENGTH_MISMATCH"; in NTStatusToString()
75 reason = "STATUS_ACCESS_VIOLATION"; in NTStatusToString()
78 reason = "STATUS_IN_PAGE_ERROR"; in NTStatusToString()
81 reason = "STATUS_PAGEFILE_QUOTA"; in NTStatusToString()
84 reason = "STATUS_INVALID_HANDLE"; in NTStatusToString()
87 reason = "STATUS_BAD_INITIAL_STACK"; in NTStatusToString()
[all …]
Dminidump_processor.cc674 string reason = reason_string; in GetCrashReason() local
678 return reason; in GetCrashReason()
687 reason = "EXC_BAD_ACCESS / "; in GetCrashReason()
690 reason.append("KERN_INVALID_ADDRESS"); in GetCrashReason()
693 reason.append("KERN_PROTECTION_FAILURE"); in GetCrashReason()
696 reason.append("KERN_NO_ACCESS"); in GetCrashReason()
699 reason.append("KERN_MEMORY_FAILURE"); in GetCrashReason()
702 reason.append("KERN_MEMORY_ERROR"); in GetCrashReason()
712 reason.append("EXC_ARM_DA_ALIGN"); in GetCrashReason()
715 reason.append("EXC_ARM_DA_DEBUG"); in GetCrashReason()
[all …]
/external/icu/icu4c/source/data/misc/
Dmetadata.txt7 reason{"deprecated"}
11 reason{"overlong"}
15 reason{"overlong"}
19 reason{"overlong"}
23 reason{"macrolanguage"}
27 reason{"overlong"}
31 reason{"bibliographic"}
35 reason{"macrolanguage"}
39 reason{"overlong"}
43 reason{"overlong"}
[all …]
/external/v8/tools/
Dtrace-maps-processor.py39 def __init__(self, from_map, to_map, reason): argument
42 self.reason = reason
63 def AddTransition(from_map, to_map, reason): argument
72 old_reason = targets[to_map].reason
76 if reason in []:
77 targets[to_map].reason = reason
81 (from_map, to_map, targets[to_map].reason))
83 targets[to_map] = Transition(from_map, to_map, reason)
110 reason = "%s: %s" % (event, words[7]) variable
113 reason = "%s: %s" % (event, words[7]) variable
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dother_country_data.txt81 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/icu/icu4c/source/tools/icuinfo/
Dtestplug.c36 #define DECLARE_PLUGIN(x) U_CAPI UPlugTokenReturn U_EXPORT2 x (UPlugData *data, UPlugReason reason,…
53 UPlugReason reason, in myPlugin() argument
56 …n=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*sta… in myPlugin()
58 if(reason==UPLUG_REASON_QUERY) { in myPlugin()
70 UPlugReason reason, in myPluginLow() argument
72 …n=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*sta… in myPluginLow()
74 if(reason==UPLUG_REASON_QUERY) { in myPluginLow()
88 UPlugReason reason, in myPluginFailQuery() argument
90 …n=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*sta… in myPluginFailQuery()
103 UPlugReason reason, in myPluginFailToken() argument
[all …]
/external/grpc-grpc/src/core/lib/iomgr/
Dcall_combiner.h58 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument
60 __LINE__, (reason))
61 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument
62 grpc_call_combiner_stop((call_combiner), __FILE__, __LINE__, (reason))
66 const char* file, int line, const char* reason);
69 const char* file, int line, const char* reason);
71 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument
72 grpc_call_combiner_start((call_combiner), (closure), (error), (reason))
73 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument
74 grpc_call_combiner_stop((call_combiner), (reason))
[all …]
/external/ImageMagick/MagickCore/
Dexception.c149 if (p->reason != (char *) NULL) in DestroyExceptionElement()
150 p->reason=DestroyString(p->reason); in DestroyExceptionElement()
167 exception->reason=(char *) NULL; in ClearMagickException()
218 MagickWarning(p->severity,p->reason,p->description); in CatchException()
220 MagickError(p->severity,p->reason,p->description); in CatchException()
222 MagickFatalError(p->severity,p->reason,p->description); in CatchException()
292 const char *reason,const char *description) in DefaultErrorHandler() argument
296 if (reason == (char *) NULL) in DefaultErrorHandler()
298 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultErrorHandler()
334 const char *reason,const char *description) in DefaultFatalErrorHandler() argument
[all …]
/external/antlr/runtime/ObjC/Framework/
DRuntimeException.m52 + (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/proguard/src/proguard/shrink/
DShortestUsageMark.java39 private final String reason; field in ShortestUsageMark
49 public ShortestUsageMark(String reason) in ShortestUsageMark() argument
52 this.reason = reason; in ShortestUsageMark()
64 String reason, in ShortestUsageMark() argument
68 this(previousUsageMark, reason, cost, clazz, null); in ShortestUsageMark()
81 String reason, in ShortestUsageMark() argument
87 this.reason = reason; in ShortestUsageMark()
103 this.reason = otherUsageMark.reason; in ShortestUsageMark()
124 return reason; in getReason()
179 reason + in toString()
/external/python/google-api-python-client/googleapiclient/
Derrors.py48 reason = self.resp.reason
52 reason = data['error']['message']
57 reason = first_error['error']['message']
62 if reason is None:
63 reason = ''
64 return reason
67 reason = self._get_reason()
70 (self.resp.status, self.uri, reason.strip(), self.error_details)
127 def __init__(self, reason, resp=None, content=None): argument
130 self.reason = reason
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DUnsupportedZipFeatureException.java30 private final Feature reason; field in UnsupportedZipFeatureException
39 public UnsupportedZipFeatureException(final Feature reason, in UnsupportedZipFeatureException() argument
41 super("unsupported feature " + reason + " used in entry " in UnsupportedZipFeatureException()
43 this.reason = reason; in UnsupportedZipFeatureException()
58 this.reason = Feature.METHOD; in UnsupportedZipFeatureException()
69 public UnsupportedZipFeatureException(final Feature reason) { in UnsupportedZipFeatureException() argument
70 super("unsupported feature " + reason + " used in archive."); in UnsupportedZipFeatureException()
71 this.reason = reason; in UnsupportedZipFeatureException()
80 return reason; in getFeature()
/external/libcups/cups/
Dppd-localize.c238 const char *reason, /* I - IPP reason keyword to look up */ in ppdLocalizeIPPReason() argument
260 if (!ppd || !reason || (scheme && !*scheme) || in ppdLocalizeIPPReason()
274 if ((locattr = _ppdLocalizedAttr(ppd, "cupsIPPReason", reason, in ppdLocalizeIPPReason()
276 locattr = ppdFindAttr(ppd, "cupsIPPReason", reason); in ppdLocalizeIPPReason()
280 if (lang && (!scheme || !strcmp(scheme, "text")) && strcmp(reason, "none")) in ppdLocalizeIPPReason()
288 if (!strncmp(reason, "media-needed", 12)) in ppdLocalizeIPPReason()
290 else if (!strncmp(reason, "media-jam", 9)) in ppdLocalizeIPPReason()
292 else if (!strncmp(reason, "offline", 7) || in ppdLocalizeIPPReason()
293 !strncmp(reason, "shutdown", 8)) in ppdLocalizeIPPReason()
295 else if (!strncmp(reason, "toner-low", 9)) in ppdLocalizeIPPReason()
[all …]
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DCancelServerStreamCommand.java29 private final Status reason; field in CancelServerStreamCommand
31 CancelServerStreamCommand(NettyServerStream.TransportState stream, Status reason) { in CancelServerStreamCommand() argument
33 this.reason = Preconditions.checkNotNull(reason, "reason"); in CancelServerStreamCommand()
40 Status reason() { in reason() method in CancelServerStreamCommand
41 return reason; in reason()
56 && Objects.equal(this.reason, that.reason); in equals()
61 return Objects.hashCode(stream, reason); in hashCode()
68 .add("reason", reason) in toString()
DCancelClientStreamCommand.java28 @Nullable private final Status reason; field in CancelClientStreamCommand
30 CancelClientStreamCommand(NettyClientStream.TransportState stream, Status reason) { in CancelClientStreamCommand() argument
33 reason == null || !reason.isOk(), "Should not cancel with OK status"); in CancelClientStreamCommand()
34 this.reason = reason; in CancelClientStreamCommand()
42 Status reason() { in reason() method in CancelClientStreamCommand
43 return reason; in reason()
/external/icu/icu4c/source/common/
Ducnv_err.cpp97 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_STOP() argument
104 if (reason == UCNV_UNASSIGNED && IS_DEFAULT_IGNORABLE_CODE_POINT(codePoint)) in UCNV_FROM_U_CALLBACK_STOP()
123 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_STOP() argument
127 (void)context; (void)toUArgs; (void)codePoints; (void)length; (void)reason; (void)err; in UCNV_TO_U_CALLBACK_STOP()
138 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SKIP() argument
144 if (reason <= UCNV_IRREGULAR) in UCNV_FROM_U_CALLBACK_SKIP()
146 if (reason == UCNV_UNASSIGNED && IS_DEFAULT_IGNORABLE_CODE_POINT(codePoint)) in UCNV_FROM_U_CALLBACK_SKIP()
153 …else if (context == NULL || (*((char*)context) == UCNV_PRV_STOP_ON_ILLEGAL && reason == UCNV_UNASS… in UCNV_FROM_U_CALLBACK_SKIP()
169 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SUBSTITUTE() argument
174 if (reason <= UCNV_IRREGULAR) in UCNV_FROM_U_CALLBACK_SUBSTITUTE()
[all …]
/external/autotest/client/site_tests/cellular_SafetyDance/
Dcellular_SafetyDance.py49 def _ignoring(self, reason): argument
50 if ('AlreadyConnected' in reason or
51 'Not connected' in reason or
52 'Bearer already being connected' in reason or
53 'Bearer already being disconnected' in reason or
54 'InProgress' in reason):
56 if 'NotSupported' in reason:
71 success, reason = self._filterexns(lambda:
76 if not success and not self._ignoring(reason):
77 raise error.TestFail('Could not connect: %s' % reason)
[all …]
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
DQualifiedRecommendation.java41 private final RecommendationReason reason; field in QualifiedRecommendation
54 RecommendationReason reason) { in QualifiedRecommendation() argument
59 this.reason = reason; in QualifiedRecommendation()
91 return reason; in getReason()
100 result = prime * result + ((reason == null) ? 0 : reason.hashCode()); in hashCode()
131 if (reason != other.reason) { in equals()
149 + reason in toString()
/external/autotest/tko/parsers/
Dversion_1.py192 def __init__(self, indent, status, subdir, testname, reason, argument
198 self.status = self.subdir = self.testname = self.reason = None
203 testname, reason,
260 def make_dummy_abort(indent, subdir, testname, timestamp, reason): argument
285 return msg % (subdir, testname, timestamp_field, reason)
290 line_buffer, line, indent, subdir, testname, timestamp, reason): argument
306 indent, subdir, testname, timestamp, reason)
361 reason = 'Job aborted by %s' % self.job.aborted_by
362 reason += self.job.aborted_on.strftime(
365 reason = 'Job aborted unexpectedly'
[all …]
/external/v8/src/
Dbailout-reason.cc13 const char* GetBailoutReason(BailoutReason reason) { in GetBailoutReason() argument
14 DCHECK_LT(reason, BailoutReason::kLastErrorMessage); in GetBailoutReason()
15 DCHECK_GE(reason, BailoutReason::kNoReason); in GetBailoutReason()
18 return error_messages_[static_cast<int>(reason)]; in GetBailoutReason()
21 const char* GetAbortReason(AbortReason reason) { in GetAbortReason() argument
22 DCHECK_LT(reason, AbortReason::kLastErrorMessage); in GetAbortReason()
23 DCHECK_GE(reason, AbortReason::kNoReason); in GetAbortReason()
26 return error_messages_[static_cast<int>(reason)]; in GetAbortReason()
/external/cldr/tools/java/org/unicode/cldr/util/
DAttributeValueValidity.java360 public abstract boolean matches(String value, Output<String> reason); in matches() argument
482 public boolean matches(String value, Output<String> reason) { in matches() argument
485 if (!result && reason != null) { in matches()
486 reason.value = RegexUtilities.showMismatch(matcher, value.toString()); in matches()
521 public boolean matches(String value, Output<String> reason) { in matches() argument
523 if (!result && reason != null) { in matches()
524 reason.value = "∉ " + getPattern(); in matches()
545 public boolean matches(String value, Output<String> reason) { in matches() argument
547 if (!result && reason != null) { in matches()
548 reason.value = "∉ " + getPattern(); in matches()
[all …]
/external/deqp/framework/delibs/debase/
DdeDefs.c86 void deAssertFail (const char* reason, const char* file, int line) in deAssertFail() argument
94 callback(reason, file, line); in deAssertFail()
107 num = deMin32((int)strlen(reason), DE_LENGTH_OF_ARRAY(wreason)-1); in deAssertFail()
109 wreason[i] = reason[i]; in deAssertFail()
124 _assert(reason, file, line); in deAssertFail()
126 __assert_fail(reason, file, (unsigned int)line, "Unknown function"); in deAssertFail()
128 __assert(reason, file, (unsigned int)line, "Unknown function"); in deAssertFail()
130 __assert("Unknown function", file, line, reason); in deAssertFail()
132 fprintf(stderr, "Assertion '%s' failed at %s:%d\n", reason, file, line); in deAssertFail()
136 …__android_log_print(ANDROID_LOG_ERROR, "delibs", "Assertion '%s' failed at %s:%d", reason, file, l… in deAssertFail()
[all …]
/external/syzkaller/pkg/host/
Dhost_linux.go163 reason := checkNetworkInjection()
164 return reason == "", reason
182 if ok, reason := onlySandboxNone(sandbox); !ok {
183 return false, reason
194 if ok, reason := onlySandboxNone(sandbox); !ok {
195 return ok, reason
277 if ok, reason := isSupportedFilesystem(fstype); !ok {
278 return ok, reason
332 if reason := checkDebugFS(); reason != "" {
333 return reason
[all …]
/external/icu/icu4c/source/samples/ucnv/
Dflagcb.c39 UConverterCallbackReason reason, in flagCB_fromU() argument
44 if(reason == UCNV_UNASSIGNED) { /* whatever set should be trapped here */ in flagCB_fromU()
48 if(reason == UCNV_CLONE) { in flagCB_fromU()
98 length, codePoint, reason, err); in flagCB_fromU()
117 reason != UCNV_CLONE) { in flagCB_fromU()
123 reason, in flagCB_fromU()
128 if(reason == UCNV_CLOSE) { in flagCB_fromU()
181 UConverterCallbackReason reason, in debugCB_fromU() argument
188 …Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->conver… in debugCB_fromU()
196 if(reason == UCNV_CLONE) { in debugCB_fromU()
[all …]
/external/epid-sdk/tools/revokegrp/src/
Dmain.c52 uint8_t reason; ///< Revocation reason member
87 char const* req_file, uint8_t reason, bool verbose);
104 struct arg_int* reason = in main() local
122 argtable[2] = reason; in main()
142 reason->ival[0] = REASON_DEFAULT; in main()
169 if (reason->ival[0] < 0 || reason->ival[0] > UCHAR_MAX) { in main()
181 log_msg(" reason : %d", reason->ival[0]); in main()
187 req_file->filename[0], (uint8_t)reason->ival[0], in main()
197 char const* req_file, uint8_t reason, bool verbose) { in MakeRequest() argument
267 log_msg(" [in] Reason: %d", reason); in MakeRequest()
[all …]

12345678910>>...93