/external/google-breakpad/src/processor/ |
D | symbolic_constants_win.cc | 46 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 …]
|
D | minidump_processor.cc | 750 string reason = reason_string; in GetCrashReason() local 754 return reason; in GetCrashReason() 760 reason = "GENERAL / "; in GetCrashReason() 761 reason.append(flags_string); in GetCrashReason() 764 reason = "FATAL_PAGE_FAULT / "; in GetCrashReason() 765 reason.append(flags_string); in GetCrashReason() 768 reason = "UNDEFINED_INSTRUCTION / "; in GetCrashReason() 769 reason.append(flags_string); in GetCrashReason() 772 reason = "SW_BREAKPOINT / "; in GetCrashReason() 773 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{"macrolanguage"} 44 reason{"overlong"} [all …]
|
/external/icu/icu4c/source/tools/icuinfo/ |
D | testplug.c | 36 #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/webrtc/p2p/base/ |
D | ice_controller_interface.cc | 18 std::string reason; in ToString() local 21 reason = "remote candidate generation maybe changed"; in ToString() 24 reason = "network preference changed"; in ToString() 27 reason = "new candidate pairs created from a new local candidate"; in ToString() 30 reason = "new candidate pairs created from a new remote candidate"; in ToString() 33 reason = "a new candidate pair created from an unknown remote address"; in ToString() 36 reason = "nomination on the controlled side"; in ToString() 39 reason = "data received"; in ToString() 42 reason = "candidate pair state changed"; in ToString() 45 reason = "selected candidate pair destroyed"; in ToString() [all …]
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | call_combiner.h | 58 #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/cldr/tools/java/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/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | call_combiner.h | 56 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument 57 (call_combiner)->Start((closure), (error), __FILE__, __LINE__, (reason)) 58 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument 59 (call_combiner)->Stop(__FILE__, __LINE__, (reason)) 62 int line, const char* reason); 64 void Stop(const char* file, int line, const char* reason); 66 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument 67 (call_combiner)->Start((closure), (error), (reason)) 68 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument 69 (call_combiner)->Stop((reason)) [all …]
|
/external/proguard/src/proguard/shrink/ |
D | ShortestUsageMark.java | 39 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/libwebsockets/lib/core/ |
D | alloc.c | 54 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() argument 59 void *lws_malloc(size_t size, const char *reason) in lws_malloc() argument 69 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc() argument 77 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator() argument 84 _realloc(void *ptr, size_t size, const char *reason) in _realloc() argument 92 (unsigned long)size, reason, (unsigned int)xPortGetFreeHeapSize() - (int)size); in _realloc() 94 (unsigned long)size, reason, (unsigned int)esp_get_free_heap_size() - (int)size); in _realloc() 98 (unsigned long)size, reason); in _realloc() 126 void *(*_lws_realloc)(void *ptr, size_t size, const char *reason) = _realloc; 128 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() argument [all …]
|
/external/ImageMagick/MagickCore/ |
D | exception.c | 156 if (p->reason != (char *) NULL) in DestroyExceptionElement() 157 p->reason=DestroyString(p->reason); in DestroyExceptionElement() 174 exception->reason=(char *) NULL; in ClearMagickException() 225 MagickWarning(p->severity,p->reason,p->description); in CatchException() 227 MagickError(p->severity,p->reason,p->description); in CatchException() 229 MagickFatalError(p->severity,p->reason,p->description); in CatchException() 299 const char *reason,const char *description) in DefaultErrorHandler() argument 303 if (reason == (char *) NULL) in DefaultErrorHandler() 305 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultErrorHandler() 341 const char *reason,const char *description) in DefaultFatalErrorHandler() argument [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | UnsupportedZipFeatureException.java | 30 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/python/google-api-python-client/googleapiclient/ |
D | errors.py | 49 reason = self.resp.reason 53 reason = data["error"]["message"] 60 reason = first_error["error"]["message"] 65 if reason is None: 66 reason = "" 67 return reason 70 reason = self._get_reason() 75 reason.strip(), 148 def __init__(self, reason, resp=None, content=None): argument 151 self.reason = reason [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/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | CancelServerStreamCommand.java | 29 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()
|
D | CancelClientStreamCommand.java | 28 @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/angle/src/compiler/translator/ |
D | Diagnostics.cpp | 25 const char *reason, in writeInfo() argument 44 mInfoSink << "'" << token << "' : " << reason << "\n"; in writeInfo() 55 const char *reason, in error() argument 58 writeInfo(SH_ERROR, loc, reason, token); in error() 62 const char *reason, in warning() argument 65 writeInfo(SH_WARNING, loc, reason, token); in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() argument 73 error(srcLoc, reason, token); in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() argument 81 warning(srcLoc, reason, token); in warning() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 235 #define GRPC_CALL_STACK_REF(call_stack, reason) \ argument 236 grpc_stream_ref(&(call_stack)->refcount, reason) 237 #define GRPC_CALL_STACK_UNREF(call_stack, reason) \ argument 238 grpc_stream_unref(&(call_stack)->refcount, reason) 239 #define GRPC_CHANNEL_STACK_REF(channel_stack, reason) \ argument 240 grpc_stream_ref(&(channel_stack)->refcount, reason) 241 #define GRPC_CHANNEL_STACK_UNREF(channel_stack, reason) \ argument 242 grpc_stream_unref(&(channel_stack)->refcount, reason) 244 #define GRPC_CALL_STACK_REF(call_stack, reason) \ argument 247 (void)(reason); \ [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 82 void Ref(const DebugLocation& location, const char* reason, Value n = 1) { 88 reason); 93 (void)reason; 111 void RefNonZero(const DebugLocation& location, const char* reason) { in RefNonZero() argument 117 reason); in RefNonZero() 123 (void)reason; in RefNonZero() 138 bool RefIfNonZero(const DebugLocation& location, const char* reason) { in RefIfNonZero() argument 145 reason); in RefIfNonZero() 150 (void)reason; in RefIfNonZero() 172 bool Unref(const DebugLocation& location, const char* reason) { in Unref() argument [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | FixedTrackSelection.java | 41 private final int reason; field in FixedTrackSelection.Factory 45 this.reason = C.SELECTION_REASON_UNKNOWN; in Factory() 53 public Factory(int reason, @Nullable Object data) { in Factory() argument 54 this.reason = reason; in Factory() 64 new FixedTrackSelection(definition.group, definition.tracks[0], reason, data)); in createTrackSelections() 68 private final int reason; field in FixedTrackSelection 85 public FixedTrackSelection(TrackGroup group, int track, int reason, @Nullable Object data) { in FixedTrackSelection() argument 87 this.reason = reason; in FixedTrackSelection() 108 return reason; in getSelectionReason()
|
/external/rust/cxx/syntax/ |
D | trivial.rs | 26 let mut insist_extern_types_are_trivial = |ident: &'a NamedType, reason| { in required_trivial_reasons() 34 .push(reason); in required_trivial_reasons() 43 let reason = TrivialReason::StructField(strct); in required_trivial_reasons() localVariable 44 insist_extern_types_are_trivial(ident, reason); in required_trivial_reasons() 51 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 52 insist_extern_types_are_trivial(&receiver.ty, reason); in required_trivial_reasons() 58 let reason = TrivialReason::FunctionArgument(efn); in required_trivial_reasons() localVariable 59 insist_extern_types_are_trivial(ident, reason); in required_trivial_reasons() 64 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 65 insist_extern_types_are_trivial(ident, reason); in required_trivial_reasons() [all …]
|
/external/autotest/client/site_tests/cellular_SafetyDance/ |
D | cellular_SafetyDance.py | 49 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/icu/icu4c/source/common/ |
D | ucnv_err.cpp | 97 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/llvm-project/lldb/test/Shell/Reproducer/Functionalities/ |
D | TestStepping.test | 28 # CHECK: stop reason = breakpoint 1.1 32 # CHECK: stop reason = breakpoint 2.1 36 # CHECK: stop reason = breakpoint 3.1 40 # CHECK: stop reason = breakpoint 4.1 52 # CHECK: stop reason = step over 56 # CHECK: stop reason = step over 60 # CHECK: stop reason = step over 77 # CHECK: stop reason = step over 79 # CHECK: stop reason = step over 83 # CHECK: stop reason = step in [all …]
|
/external/deqp/framework/delibs/debase/ |
D | deDefs.c | 86 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 fprintf(stderr, "Assertion '%s' failed at %s:%d\n", reason, file, line); in deAssertFail() 130 __assert_fail(reason, file, (unsigned int)line, "Unknown function"); in deAssertFail() 132 __assert(reason, file, (unsigned int)line, "Unknown function"); in deAssertFail() 134 __assert("Unknown function", file, line, reason); in deAssertFail() 136 …__android_log_print(ANDROID_LOG_ERROR, "delibs", "Assertion '%s' failed at %s:%d", reason, file, l… in deAssertFail() [all …]
|