Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/external/grpc-grpc/src/core/lib/surface/
Dchannel.h70 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ argument
72 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ argument
77 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ argument
79 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ argument
Dcompletion_queue.h56 #define GRPC_CQ_INTERNAL_REF(cc, reason) \ argument
58 #define GRPC_CQ_INTERNAL_UNREF(cc, reason) \ argument
63 #define GRPC_CQ_INTERNAL_REF(cc, reason) grpc_cq_internal_ref(cc) argument
64 #define GRPC_CQ_INTERNAL_UNREF(cc, reason) grpc_cq_internal_unref(cc) argument
Dcall.h64 #define GRPC_CALL_INTERNAL_REF(call, reason) \ argument
66 #define GRPC_CALL_INTERNAL_UNREF(call, reason) \ argument
71 #define GRPC_CALL_INTERNAL_REF(call, reason) grpc_call_internal_ref(call) argument
72 #define GRPC_CALL_INTERNAL_UNREF(call, reason) grpc_call_internal_unref(call) argument
/external/icu/icu4c/source/tools/icuinfo/
Dtestplug.c53 UPlugReason reason, in myPlugin()
70 UPlugReason reason, in myPluginLow()
88 UPlugReason reason, in myPluginFailQuery()
103 UPlugReason reason, in myPluginFailToken()
123 UPlugReason reason, in myPluginBad()
148 UPlugReason reason, in myPluginHigh()
193 UPlugReason reason, in debugMemoryPlugin()
/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.h43 #define GRPC_COMBINER_REF(combiner, reason) \ argument
45 #define GRPC_COMBINER_UNREF(combiner, reason) \ argument
49 #define GRPC_COMBINER_REF(combiner, reason) grpc_combiner_ref((combiner)) argument
50 #define GRPC_COMBINER_UNREF(combiner, reason) grpc_combiner_unref((combiner)) argument
Dcfstream_handle.h69 #define CFSTREAM_HANDLE_REF(handle, reason) \ argument
71 #define CFSTREAM_HANDLE_UNREF(handle, reason) \ argument
74 #define CFSTREAM_HANDLE_REF(handle, reason) (handle)->Ref() argument
75 #define CFSTREAM_HANDLE_UNREF(handle, reason) (handle)->Unref() argument
Dcall_combiner.h58 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument
61 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument
71 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument
73 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument
131 void Add(grpc_closure* closure, grpc_error* error, const char* reason) { in Add()
181 const char* reason; member
/external/angle/src/compiler/translator/
DDiagnostics.cpp25 const char *reason, in writeInfo()
55 const char *reason, in error()
62 const char *reason, in warning()
68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error()
76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
/external/perfetto/protos/perfetto/trace/ftrace/
Dipi.proto9 optional string reason = 1; field
12 optional string reason = 1; field
16 optional string reason = 2; field
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DCancelClientStreamCommand.java28 @Nullable private final Status reason; field in CancelClientStreamCommand
30 CancelClientStreamCommand(NettyClientStream.TransportState stream, Status reason) { in CancelClientStreamCommand()
42 Status reason() { in reason() method in CancelClientStreamCommand
DCancelServerStreamCommand.java29 private final Status reason; field in CancelServerStreamCommand
31 CancelServerStreamCommand(NettyServerStream.TransportState stream, Status reason) { in CancelServerStreamCommand()
40 Status reason() { in reason() method in CancelServerStreamCommand
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/drm/
DUnsupportedDrmException.java49 @Reason public final int reason; field in UnsupportedDrmException
54 public UnsupportedDrmException(@Reason int reason) { in UnsupportedDrmException()
62 public UnsupportedDrmException(@Reason int reason, Exception cause) { in UnsupportedDrmException()
/external/v8/src/deoptimizer/
Ddeoptimize-reason.cc10 std::ostream& operator<<(std::ostream& os, DeoptimizeReason reason) { in operator <<()
21 size_t hash_value(DeoptimizeReason reason) { in hash_value()
25 char const* DeoptimizeReasonToString(DeoptimizeReason reason) { in DeoptimizeReasonToString()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DFixedTrackSelection.java41 private final int reason; field in FixedTrackSelection.Factory
53 public Factory(int reason, @Nullable Object data) { in Factory()
68 private final int reason; field in FixedTrackSelection
85 public FixedTrackSelection(TrackGroup group, int track, int reason, @Nullable Object data) { in FixedTrackSelection()
/external/proguard/src/proguard/shrink/
DShortestUsageMark.java39 private final String reason; field in ShortestUsageMark
49 public ShortestUsageMark(String reason) in ShortestUsageMark()
64 String reason, in ShortestUsageMark()
81 String reason, in ShortestUsageMark()
/external/icu/icu4c/source/common/
Ducnv_err.cpp97 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_STOP()
123 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_STOP()
138 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SKIP()
169 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_SUBSTITUTE()
205 UConverterCallbackReason reason, in UCNV_FROM_U_CALLBACK_ESCAPE()
368 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SKIP()
391 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_SUBSTITUTE()
417 UConverterCallbackReason reason, in UCNV_TO_U_CALLBACK_ESCAPE()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_flush.c49 const char *reason) in llvmpipe_flush()
80 const char *reason ) in llvmpipe_finish()
106 const char *reason) in llvmpipe_flush_resource()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/upstream/
DDataSourceException.java30 public final int reason; field in DataSourceException
37 public DataSourceException(int reason) { in DataSourceException()
/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()
69 public UnsupportedZipFeatureException(final Feature reason) { in UnsupportedZipFeatureException()
/external/ImageMagick/MagickCore/
Dexception.c299 const char *reason,const char *description) in DefaultErrorHandler()
341 const char *reason,const char *description) in DefaultFatalErrorHandler()
383 const char *reason,const char *description) in DefaultWarningHandler()
773 MagickExport void MagickError(const ExceptionType error,const char *reason, in MagickError()
809 MagickExport void MagickFatalError(const ExceptionType error,const char *reason, in MagickFatalError()
843 MagickExport void MagickWarning(const ExceptionType warning,const char *reason, in MagickWarning()
993 const ExceptionType severity,const char *reason,const char *description) in ThrowException()
1102 reason[MagickPathExtent]; in ThrowMagickExceptionList() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations() local
57 std::string reason; in ValidateExecutionLimitations() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations() local
57 std::string reason; in ValidateExecutionLimitations() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations() local
57 std::string reason; in ValidateExecutionLimitations() local
/external/v8/src/profiler/
Dprofiler-stats.cc14 void ProfilerStats::AddReason(Reason reason) { in AddReason()
33 const char* ProfilerStats::ReasonToString(Reason reason) { in ReasonToString()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DReasonParser.java48 public ReasonParser(String reason) { in ReasonParser()
74 Reason reason = new Reason(); in parse() local

12345678910>>...27