Home
last modified time | relevance | path

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

12345678910>>...38

/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
/external/libwebsockets/lib/core/
Dalloc.c54 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc()
59 void *lws_malloc(size_t size, const char *reason) in lws_malloc()
69 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc()
77 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator()
84 _realloc(void *ptr, size_t size, const char *reason) in _realloc()
128 void *lws_realloc(void *ptr, size_t size, const char *reason) in lws_realloc()
133 void *lws_zalloc(size_t size, const char *reason) in lws_zalloc()
143 void lws_set_allocator(void *(*cb)(void *ptr, size_t size, const char *reason)) in lws_set_allocator()
/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/rust/cxx/syntax/
Dtrivial.rs43 let reason = TrivialReason::StructField(strct); in required_trivial_reasons() localVariable
51 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable
58 let reason = TrivialReason::FunctionArgument(efn); in required_trivial_reasons() localVariable
64 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable
75 let reason = TrivialReason::FunctionReturn(efn); in required_trivial_reasons() localVariable
81 let reason = TrivialReason::UnpinnedMut(efn); in required_trivial_reasons() localVariable
98 let reason = TrivialReason::BoxTarget; in required_trivial_reasons() localVariable
104 let reason = TrivialReason::VecElement; in required_trivial_reasons() localVariable
/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/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted.h111 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()
279 const char* reason) GRPC_MUST_USE_RESULT { in Ref()
293 void Unref(const DebugLocation& location, const char* reason) { in Unref()
304 const char* reason) GRPC_MUST_USE_RESULT { in RefIfNonZero()
326 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount()
Ddual_ref_counted.h62 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/
Dcfstream_handle.h79 #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
Dcombiner.h68 #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
Dcall_combiner.h56 #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
153 void Add(grpc_closure* closure, grpc_error* error, const char* reason) { in Add()
203 const char* reason; member
/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/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcompletion_queue.h58 #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
Dchannel.h141 const char* reason) { in grpc_channel_internal_ref()
145 const char* reason) { in grpc_channel_internal_unref()
148 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ argument
150 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ argument
159 #define GRPC_CHANNEL_INTERNAL_REF(channel, reason) \ argument
161 #define GRPC_CHANNEL_INTERNAL_UNREF(channel, reason) \ argument
/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()

12345678910>>...38