Home
last modified time | relevance | path

Searched defs:Debug (Results 26 – 50 of 893) sorted by relevance

12345678910>>...36

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1055 E: fmt::Debug, in expect()
1098 E: fmt::Debug, in unwrap()
1162 T: fmt::Debug, in expect_err()
1193 T: fmt::Debug, in unwrap_err()
1678 fn unwrap_failed(msg: &str, error: &dyn fmt::Debug) -> ! { in unwrap_failed()
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dfield.rs326 fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug); in record_debug()
363 pub fn debug<T>(t: T) -> DebugValue<T> in debug()
386 fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { in record_debug()
392 fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { in record_debug()
401 fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { in record_debug()
1192 fn record_debug(&mut self, field: &Field, _: &dyn (crate::stdlib::fmt::Debug)) { in fields_from_other_callsets_are_skipped()
1211 fn record_debug(&mut self, field: &Field, _: &dyn (crate::stdlib::fmt::Debug)) { in empty_fields_are_skipped()
/aosp_15_r20/external/gemmlowp/meta/
H A Dstreams.h157 static void Debug(const RowMajor& params) { in Debug() function
216 static void Debug(const RowMajorWithSum& params) { in Debug() function
281 static void Debug(const ColumnMajorWithSum& params) { in Debug() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/lexical/
H A Dparse.rs10 F: Float + Debug, in check_concise_float()
17 F: Float + Debug, in check_truncated_float()
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/lexical/
Dparse.rs10 F: Float + Debug, in check_concise_float()
17 F: Float + Debug, in check_truncated_float()
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A D_run_all_tests.ps110 [switch]$Debug, variable
15 if ($Debug) { variable
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/util/
H A DDebug.java30 public class Debug { class
32 public Debug() { in Debug() method in Debug
/aosp_15_r20/external/rust/android-crates-io/crates/serde_test/src/
Dassert.rs35 T: Serialize + Deserialize<'de> + PartialEq + Debug, in assert_tokens()
168 T: Deserialize<'de> + PartialEq + Debug, in assert_de_tokens()
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/
Dasserts.rs58 left: &dyn fmt::Debug, in assert_failed_inner()
59 right: &dyn fmt::Debug, in assert_failed_inner()
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dfield_matcher.rs155 pub fn field_matcher<OuterT: Debug, InnerT: Debug, InnerMatcher: Matcher<ActualT = InnerT>>( in field_matcher()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Dprelude.rs41 <N as TryInto<usize>>::Error: std::fmt::Debug, in read_into_uninitialized_vector()
78 <N as TryInto<usize>>::Error: std::fmt::Debug, in read_into_defaulted_vector()
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/tests/
Dproducer_split_at.rs10 I::Item: PartialEq + std::fmt::Debug, in check()
44 I::Item: PartialEq + std::fmt::Debug, in forward()
59 I::Item: PartialEq + std::fmt::Debug, in reverse()
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/tests/
Dquick.rs327 K: Hash + Eq + Debug, in assert_maps_equivalent()
328 V: Eq + Debug, in assert_maps_equivalent()
512 I::Item: Ord + Clone + Debug, in assert_sorted_by_key()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/
H A Dtest_support.rs134 V: Copy + core::fmt::Debug, in test()
135 W: Copy + core::fmt::Debug, in test()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/
H A Dtest_support.rs134 V: Copy + core::fmt::Debug, in test()
135 W: Copy + core::fmt::Debug, in test()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/
H A Dtest_support.rs134 V: Copy + core::fmt::Debug, in test()
135 W: Copy + core::fmt::Debug, in test()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/
H A Dtest_support.rs134 V: Copy + core::fmt::Debug, in test()
135 W: Copy + core::fmt::Debug, in test()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm_shared/
H A Dtest_support.rs134 V: Copy + core::fmt::Debug, in test()
135 W: Copy + core::fmt::Debug, in test()
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/tests/
Ddatatypes.rs119 T: Serialize + Debug, in element_ok()
141 T: Serialize + Debug, in attribute_ok()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dtoken.rs284 impl Debug for $name { impl
407 impl Debug for $name { impl
516 impl Debug for $name { impl
/aosp_15_r20/external/crosvm/metrics/src/
H A Dlocal_stats.rs453 Stats: GetStatsForOp<OperationType> + Debug, in collect_scoped_byte_latency_stat()
454 OperationType: Copy + Clone + Debug, in collect_scoped_byte_latency_stat()
493 Stats: GetStatsForOp<OperationType> + Debug, in collect_scoped_byte_latency_stat()
494 OperationType: Copy + Clone + Debug, in collect_scoped_byte_latency_stat()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/
H A Dlossy.rs110 pub struct Debug<'a>(&'a [u8]); struct
113 impl fmt::Debug for Debug<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dlossy.rs110 pub struct Debug<'a>(&'a [u8]); struct
113 impl fmt::Debug for Debug<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dlossy.rs110 pub struct Debug<'a>(&'a [u8]); struct
113 impl fmt::Debug for Debug<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dlossy.rs110 pub struct Debug<'a>(&'a [u8]); struct
113 impl fmt::Debug for Debug<'_> { implementation

12345678910>>...36