/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
D | DataSourceException.java | 34 int reason = ((DataSourceException) cause).reason; in isCausedByPositionOutOfRange() local 58 @PlaybackException.ErrorCode public final int reason; field in DataSourceException 66 public DataSourceException(@PlaybackException.ErrorCode int reason) { in DataSourceException() 77 public DataSourceException(@Nullable Throwable cause, @PlaybackException.ErrorCode int reason) { in DataSourceException() 89 public DataSourceException(@Nullable String message, @PlaybackException.ErrorCode int reason) { in DataSourceException() 105 @PlaybackException.ErrorCode int reason) { in DataSourceException()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
D | DataSourceException.java | 34 int reason = ((DataSourceException) cause).reason; in isCausedByPositionOutOfRange() local 58 public final @PlaybackException.ErrorCode int reason; field in DataSourceException 66 public DataSourceException(@PlaybackException.ErrorCode int reason) { in DataSourceException() 77 public DataSourceException(@Nullable Throwable cause, @PlaybackException.ErrorCode int reason) { in DataSourceException() 89 public DataSourceException(@Nullable String message, @PlaybackException.ErrorCode int reason) { in DataSourceException() 105 @PlaybackException.ErrorCode int reason) { in DataSourceException()
|
/external/rust/cxx/syntax/ |
D | trivial.rs | 44 let reason = TrivialReason::StructField(strct); in required_trivial_reasons() localVariable 52 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 59 let reason = TrivialReason::FunctionArgument(efn); in required_trivial_reasons() localVariable 65 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 76 let reason = TrivialReason::FunctionReturn(efn); in required_trivial_reasons() localVariable 82 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable 99 let reason = TrivialReason::BoxTarget; in required_trivial_reasons() localVariable 105 let reason = TrivialReason::VecElement; in required_trivial_reasons() localVariable 111 let reason = TrivialReason::SliceElement { in required_trivial_reasons() localVariable
|
/external/libwebsockets/lib/core/ |
D | alloc.c | 78 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() 83 void *lws_malloc(size_t size, const char *reason) in lws_malloc() 93 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc() 101 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator() 108 _realloc(void *ptr, size_t size, const char *reason) in _realloc() 152 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc() 157 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc() 167 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator()
|
/external/icu/icu4c/source/tools/icuinfo/ |
D | testplug.c | 53 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/surface/ |
D | channel.h | 70 #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
|
D | completion_queue.h | 56 #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
|
/external/angle/src/compiler/translator/ |
D | Diagnostics.cpp | 25 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/grpc-grpc/src/core/lib/iomgr/ |
D | combiner.h | 43 #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
|
D | cfstream_handle.h | 69 #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
|
D | call_combiner.h | 58 #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/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 111 void RefNonZero(const DebugLocation& location, const char* reason) { in RefNonZero() 138 bool RefIfNonZero(const DebugLocation& location, const char* reason) { in RefIfNonZero() 172 bool Unref(const DebugLocation& location, const char* reason) { in Unref() 293 const char* reason) GRPC_MUST_USE_RESULT { in Ref() 307 void Unref(const DebugLocation& location, const char* reason) { in Unref() 318 const char* reason) GRPC_MUST_USE_RESULT { in RefIfNonZero() 340 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount()
|
D | dual_ref_counted.h | 62 const char* reason) GRPC_MUST_USE_RESULT { in Ref() 86 void Unref(const DebugLocation& location, const char* reason) { in Unref() 129 const char* reason) GRPC_MUST_USE_RESULT { in RefIfNonZero() 159 const char* reason) GRPC_MUST_USE_RESULT { in WeakRef() 186 void WeakUnref(const DebugLocation& location, const char* reason) { in WeakUnref() 269 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount() 304 const char* reason) { in IncrementWeakRefCount()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | cfstream_handle.h | 79 #define CFSTREAM_HANDLE_REF(handle, reason) \ argument 81 #define CFSTREAM_HANDLE_UNREF(handle, reason) \ argument 84 #define CFSTREAM_HANDLE_REF(handle, reason) (handle)->Ref() argument 85 #define CFSTREAM_HANDLE_UNREF(handle, reason) (handle)->Unref() argument
|
D | call_combiner.h | 56 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument 58 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument 66 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \ argument 68 #define GRPC_CALL_COMBINER_STOP(call_combiner, reason) \ argument 150 void Add(grpc_closure* closure, grpc_error_handle error, const char* reason) { in Add() 201 const char* reason; member
|
D | combiner.h | 68 #define GRPC_COMBINER_REF(combiner, reason) \ argument 70 #define GRPC_COMBINER_UNREF(combiner, reason) \ argument 74 #define GRPC_COMBINER_REF(combiner, reason) grpc_combiner_ref((combiner)) argument 75 #define GRPC_COMBINER_UNREF(combiner, reason) grpc_combiner_unref((combiner)) argument
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ipi.proto | 9 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/ |
D | CancelClientStreamCommand.java | 28 @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
|
D | CancelServerStreamCommand.java | 29 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/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | completion_queue.h | 58 #define GRPC_CQ_INTERNAL_REF(cq, reason) \ argument 60 #define GRPC_CQ_INTERNAL_UNREF(cq, reason) \ argument 65 #define GRPC_CQ_INTERNAL_REF(cq, reason) grpc_cq_internal_ref(cq) argument 66 #define GRPC_CQ_INTERNAL_UNREF(cq, reason) grpc_cq_internal_unref(cq) argument
|
D | channel.h | 142 const char* reason) { in grpc_channel_internal_ref() 146 const char* reason) { in grpc_channel_internal_unref() 149 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ argument 151 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ argument 160 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ argument 162 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ argument
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
D | UnsupportedDrmException.java | 53 public final @Reason int reason; field in UnsupportedDrmException 58 public UnsupportedDrmException(@Reason int reason) { in UnsupportedDrmException() 66 public UnsupportedDrmException(@Reason int reason, Exception cause) { in UnsupportedDrmException()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
D | UnsupportedDrmException.java | 49 @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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
D | UnsupportedDrmException.java | 43 @Reason public final int reason; field in UnsupportedDrmException 46 public UnsupportedDrmException(@Reason int reason) { in UnsupportedDrmException() 54 public UnsupportedDrmException(@Reason int reason, Exception cause) { in UnsupportedDrmException()
|
/external/icu/icu4c/source/common/ |
D | ucnv_err.cpp | 97 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()
|