Home
last modified time | relevance | path

Searched defs:Reason (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dflow_control.rs78 pub fn claim_capacity(&mut self, capacity: WindowSize) -> Result<(), Reason> { in claim_capacity() argument
82 pub fn assign_capacity(&mut self, capacity: WindowSize) -> Result<(), Reason> { in assign_capacity() argument
113 pub fn inc_window(&mut self, sz: WindowSize) -> Result<(), Reason> { in inc_window() argument
139 pub fn dec_send_window(&mut self, sz: WindowSize) -> Result<(), Reason> { in dec_send_window() argument
155 pub fn dec_recv_window(&mut self, sz: WindowSize) -> Result<(), Reason> { in dec_recv_window() argument
170 pub fn send_data(&mut self, sz: WindowSize) -> Result<(), Reason> { in send_data() argument
215 pub fn decrease_by(&mut self, other: WindowSize) -> Result<(), Reason> { in decrease_by() argument
224 pub fn increase_by(&mut self, other: WindowSize) -> Result<(), Reason> { in increase_by() argument
230 pub fn add(&self, other: WindowSize) -> Result<Self, Reason> { in add() argument
Dsend.rs173 reason: Reason, in send_reset()
239 reason: Reason, in schedule_implicit_reset()
349 ) -> Poll<Result<Reason, crate::Error>> { in poll_reset()
364 ) -> Result<(), Reason> { in recv_connection_window_update() argument
376 ) -> Result<(), Reason> { in recv_stream_window_update() argument
546 pub fn ensure_not_idle(&self, id: StreamId) -> Result<(), Reason> { in ensure_not_idle() argument
Dstate.rs335 pub fn set_reset(&mut self, stream_id: StreamId, reason: Reason, initiator: Initiator) { in set_reset()
340 pub fn set_scheduled_reset(&mut self, reason: Reason) { in set_scheduled_reset()
345 pub fn get_scheduled_reset(&self) -> Option<Reason> { in get_scheduled_reset()
447 pub(super) fn ensure_reason(&self, mode: PollReset) -> Result<Option<Reason>, crate::Error> { in ensure_reason()
Dstreams.rs121 pub fn set_target_connection_window_size(&mut self, size: WindowSize) -> Result<(), Reason> { in set_target_connection_window_size() argument
381 pub fn send_reset(&mut self, id: StreamId, reason: Reason) { in send_reset()
897 fn send_reset<B>(&mut self, send_buffer: &SendBuffer<B>, id: StreamId, reason: Reason) { in send_reset()
1102 pub fn send_reset(&mut self, reason: Reason) { in send_reset()
1252 ) -> Poll<Result<Reason, crate::Error>> { in poll_reset()
1533 reason: Reason, in send_reset()
1585 fn ensure_not_idle(&mut self, peer: peer::Dyn, id: StreamId) -> Result<(), Reason> { in ensure_not_idle() argument
/aosp_15_r20/external/googleapis/google/cloud/audit/
H A Dbigquery_audit_metadata.proto38 enum Reason { enum
71 enum Reason { enum
91 enum Reason { enum
118 enum Reason { enum
148 enum Reason { enum
172 enum Reason { enum
203 enum Reason { enum
226 enum Reason { enum
252 enum Reason { enum
312 enum Reason { enum
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dreason.rs19 pub struct Reason(u32); struct
21 impl Reason { impl
87 impl From<u32> for Reason { implementation
88 fn from(src: u32) -> Reason { in from()
99 impl fmt::Debug for Reason { implementation
130 impl fmt::Display for Reason { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/
Dmatcher.pb.validate.go97 func (e MatcherValidationError) Reason() string { return e.reason } func
196 func (e Matcher_OnMatchValidationError) Reason() string { return e.reason } func
283 func (e Matcher_MatcherListValidationError) Reason() string { return e.reason } func
413 func (e Matcher_MatcherTreeValidationError) Reason() string { return e.reason } func
539 func (e Matcher_MatcherList_PredicateValidationError) Reason() string { return e.reason } func
641 func (e Matcher_MatcherList_FieldMatcherValidationError) Reason() string { return e.reason } func
761 func (e Matcher_MatcherList_Predicate_SinglePredicateValidationError) Reason() string { func
853 func (e Matcher_MatcherList_Predicate_PredicateListValidationError) Reason() string { return e.reas… func
945 func (e Matcher_MatcherTree_MatchMapValidationError) Reason() string { return e.reason } func
Drange.pb.validate.go75 func (e Int64RangeMatcherValidationError) Reason() string { return e.reason } func
157 func (e Int32RangeMatcherValidationError) Reason() string { return e.reason } func
239 func (e DoubleRangeMatcherValidationError) Reason() string { return e.reason } func
339 func (e Int64RangeMatcher_RangeMatcherValidationError) Reason() string { return e.reason } func
439 func (e Int32RangeMatcher_RangeMatcherValidationError) Reason() string { return e.reason } func
539 func (e DoubleRangeMatcher_RangeMatcherValidationError) Reason() string { return e.reason } func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error()
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error()
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/
Dconnection.rs206 fn poll_go_away(&mut self, cx: &mut Context) -> Poll<Option<io::Result<Reason>>> { in poll_go_away()
210 pub fn go_away_from_user(&mut self, e: Reason) { in go_away_from_user()
214 fn take_error(&mut self, ours: Reason, initiator: Initiator) -> Result<(), Error> { in take_error()
389 fn go_away(&mut self, id: StreamId, e: Reason) { in go_away()
395 fn go_away_now(&mut self, e: Reason) { in go_away_now()
401 fn go_away_now_data(&mut self, e: Reason, data: Bytes) { in go_away_now_data()
407 fn go_away_from_user(&mut self, e: Reason) { in go_away_from_user()
/aosp_15_r20/external/llvm/lib/Support/
H A DErrorHandling.cpp62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error()
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrorHandling.cpp62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error()
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error()
86 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
90 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
146 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/ranging/aidl/android.hardware.bluetooth.ranging-V2-ndk-source/gen/android/hardware/bluetooth/ranging/
DIBluetoothChannelSoundingSessionCallback.cpp473 …thChannelSoundingSessionCallbackDefault::onOpened(::aidl::android::hardware::bluetooth::ranging::R… in onOpened()
478 …annelSoundingSessionCallbackDefault::onOpenFailed(::aidl::android::hardware::bluetooth::ranging::R… in onOpenFailed()
488 …othChannelSoundingSessionCallbackDefault::onClose(::aidl::android::hardware::bluetooth::ranging::R… in onClose()
493 …nnelSoundingSessionCallbackDefault::onCloseFailed(::aidl::android::hardware::bluetooth::ranging::R… in onCloseFailed()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/annotations/v3/
Dstatus.pb.validate.go62 func (e FileStatusAnnotationValidationError) Reason() string { return e.reason } func
131 func (e MessageStatusAnnotationValidationError) Reason() string { return e.reason } func
200 func (e FieldStatusAnnotationValidationError) Reason() string { return e.reason } func
271 func (e StatusAnnotationValidationError) Reason() string { return e.reason } func
Dmigrate.pb.validate.go62 func (e MigrateAnnotationValidationError) Reason() string { return e.reason } func
133 func (e FieldMigrateAnnotationValidationError) Reason() string { return e.reason } func
202 func (e FileMigrateAnnotationValidationError) Reason() string { return e.reason } func
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/vts/
H A DVtsHalBluetoothRangingTargetTest.cpp66 Reason /*reason*/) { in onOpened() argument
70 Reason /*reason*/) { in onOpenFailed() argument
78 Reason /*reason*/) { in onClose() argument
82 Reason /*reason*/) { in onCloseFailed() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DInlineCost.h76 const char *Reason = nullptr; variable
91 static InlineCost getAlways(const char *Reason) { in getAlways()
94 static InlineCost getNever(const char *Reason) { in getNever()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/v3/
Drange.pb.validate.go63 func (e Int64RangeValidationError) Reason() string { return e.reason } func
131 func (e Int32RangeValidationError) Reason() string { return e.reason } func
200 func (e DoubleRangeValidationError) Reason() string { return e.reason } func
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/udpa/annotations/
Dmigrate.pb.validate.go62 func (e MigrateAnnotationValidationError) Reason() string { return e.reason } func
133 func (e FieldMigrateAnnotationValidationError) Reason() string { return e.reason } func
202 func (e FileMigrateAnnotationValidationError) Reason() string { return e.reason } func
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dserver.rs529 pub fn abrupt_shutdown(&mut self, reason: Reason) { in abrupt_shutdown()
1159 pub fn send_reset(&mut self, reason: Reason) { in send_reset()
1175 pub fn poll_reset(&mut self, cx: &mut Context) -> Poll<Result<Reason, crate::Error>> { in poll_reset()
1231 pub fn send_reset(&mut self, reason: Reason) { in send_reset()
1247 pub fn poll_reset(&mut self, cx: &mut Context) -> Poll<Result<Reason, crate::Error>> { in poll_reset()
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dstats.rs55 pub fn reason(&self) -> invalid_packet::Reason { in reason()
71 pub fn set_reason(&mut self, v: invalid_packet::Reason) { in set_reason()
283 pub enum Reason { enum
296 impl ::protobuf::Enum for Reason { implementation
303 fn from_i32(value: i32) -> ::std::option::Option<Reason> { in from_i32()
323 impl ::protobuf::EnumFull for Reason { implementation
335 impl ::std::default::Default for Reason { implementation
341 impl Reason { implementation
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReason.java54 public class Reason class
124 public Reason() { in Reason() method in Reason
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/
DFatalErrorHandler.java35 public static enum Reason { enum
66 Reason(int dialogMsgId, int feedbackMsgId, boolean finishActivity) { in Reason() method in FatalErrorHandler.Reason
/aosp_15_r20/external/pytorch/c10/util/
H A DSmallVector.cpp68 std::string Reason = "SmallVector unable to grow. Requested capacity (" + in report_size_overflow() local
79 std::string Reason = in report_at_maximum_capacity() local

12345678910>>...31