Home
last modified time | relevance | path

Searched defs:Reject (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/src/
H A Dparse.rs65 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
74 pub(crate) struct Reject; struct
157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
347 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture() argument
374 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
384 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string() argument
418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
437 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
447 fn cooked_byte_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_byte_string() argument
495 fn raw_byte_string(input: Cursor) -> Result<Cursor, Reject> { in raw_byte_string() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/
Dparse.rs65 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
74 pub(crate) struct Reject; struct
157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
347 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture() argument
374 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
384 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string() argument
418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
437 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
447 fn cooked_byte_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_byte_string() argument
495 fn raw_byte_string(input: Cursor) -> Result<Cursor, Reject> { in raw_byte_string() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/backoff/
Drandom_early_detection.cc21 bool RandomEarlyDetection::Reject(uint64_t size) { in Reject() function in grpc_core::RandomEarlyDetection
/aosp_15_r20/external/grpc-grpc/src/core/lib/backoff/
H A Drandom_early_detection.cc23 bool RandomEarlyDetection::Reject(uint64_t size, absl::BitGenRef bitsrc) const { in Reject() function in grpc_core::RandomEarlyDetection
/aosp_15_r20/external/perfetto/src/ipc/
H A Ddeferred.cc74 void DeferredBase::Reject() { in Reject() function in perfetto::ipc::DeferredBase
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DEhFrameReader.h45 enum State { Q0, Q1, Accept, NumOfStates = 2, Reject = -1 }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/src/
Dlib.rs26 Reject, enumerator
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaTypeData.java50 EAP_AKA_SUBTYPE_STRING.put(EAP_AKA_AUTHENTICATION_REJECT, "Authentication-Reject"); in EAP_AKA_SUBTYPE_STRING.put()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dframe_headers.h180 Reject = 1, in tx_seq() enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/
DScopDetectionDiagnostic.h187 void report(RejectReasonPtr Reject) { ErrorReports.push_back(Reject); } in report()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/
DScopDetectionDiagnostic.h187 void report(RejectReasonPtr Reject) { ErrorReports.push_back(Reject); } in report()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/
DScopDetectionDiagnostic.h187 void report(RejectReasonPtr Reject) { ErrorReports.push_back(Reject); } in report()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/
DScopDetectionDiagnostic.h187 void report(RejectReasonPtr Reject) { ErrorReports.push_back(Reject); } in report()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dsignaling_channel_test.cc140 TEST_F(SignalingChannelTest, Reject) { in TEST_F() argument
/aosp_15_r20/external/zucchini/
H A Darm_utils_unittest.cc246 void Reject(CODE_T clean_slate_code, in Reject() function in zucchini::__anon81e55cf60111::ArmTranslatorWriteReadTest
/aosp_15_r20/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp367 TEST_P(SupplicantP2pIfaceHidlTest, Reject) { in TEST_P() argument
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/vts/functional/
H A Dsupplicant_p2p_iface_aidl_test.cpp733 TEST_P(SupplicantP2pIfaceAidlTest, Reject) { in TEST_P() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs179 Reject(usize, usize), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs179 Reject(usize, usize), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs179 Reject(usize, usize), enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs179 Reject(usize, usize), enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs179 Reject(usize, usize), enumerator
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-android/1.8.0-beta01/androidx.compose.ui_ui/android_common/aar/
Dandroidx.compose.ui_ui.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
Dclasses.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-android/1.8.0-beta01/androidx.compose.ui_ui/android_common_apex34/aar/
Dandroidx.compose.ui_ui.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...

1234