/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/num/flt2dec/ |
H A D | mod.rs | 503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test() function 515 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 516 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 517 assert_eq!(to_string(f, 0.0, MinusPlus, 0), "+0"); in to_shortest_str_test() 518 assert_eq!(to_string(f, -0.0, Minus, 0), "-0"); in to_shortest_str_test() 519 assert_eq!(to_string(f, -0.0, MinusPlus, 0), "-0"); in to_shortest_str_test() 520 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 521 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 522 assert_eq!(to_string(f, 0.0, MinusPlus, 1), "+0.0"); in to_shortest_str_test() 523 assert_eq!(to_string(f, -0.0, Minus, 8), "-0.00000000"); in to_shortest_str_test() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/flt2dec/ |
H A D | mod.rs | 503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test() function 515 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 516 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 517 assert_eq!(to_string(f, 0.0, MinusPlus, 0), "+0"); in to_shortest_str_test() 518 assert_eq!(to_string(f, -0.0, Minus, 0), "-0"); in to_shortest_str_test() 519 assert_eq!(to_string(f, -0.0, MinusPlus, 0), "-0"); in to_shortest_str_test() 520 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 521 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 522 assert_eq!(to_string(f, 0.0, MinusPlus, 1), "+0.0"); in to_shortest_str_test() 523 assert_eq!(to_string(f, -0.0, Minus, 8), "-0.00000000"); in to_shortest_str_test() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/flt2dec/ |
H A D | mod.rs | 503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test() function 515 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 516 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 517 assert_eq!(to_string(f, 0.0, MinusPlus, 0), "+0"); in to_shortest_str_test() 518 assert_eq!(to_string(f, -0.0, Minus, 0), "-0"); in to_shortest_str_test() 519 assert_eq!(to_string(f, -0.0, MinusPlus, 0), "-0"); in to_shortest_str_test() 520 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 521 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 522 assert_eq!(to_string(f, 0.0, MinusPlus, 1), "+0.0"); in to_shortest_str_test() 523 assert_eq!(to_string(f, -0.0, Minus, 8), "-0.00000000"); in to_shortest_str_test() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/flt2dec/ |
H A D | mod.rs | 503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test() function 515 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 516 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 517 assert_eq!(to_string(f, 0.0, MinusPlus, 0), "+0"); in to_shortest_str_test() 518 assert_eq!(to_string(f, -0.0, Minus, 0), "-0"); in to_shortest_str_test() 519 assert_eq!(to_string(f, -0.0, MinusPlus, 0), "-0"); in to_shortest_str_test() 520 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 521 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 522 assert_eq!(to_string(f, 0.0, MinusPlus, 1), "+0.0"); in to_shortest_str_test() 523 assert_eq!(to_string(f, -0.0, Minus, 8), "-0.00000000"); in to_shortest_str_test() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/flt2dec/ |
H A D | mod.rs | 503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test() function 515 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 516 assert_eq!(to_string(f, 0.0, Minus, 0), "0"); in to_shortest_str_test() 517 assert_eq!(to_string(f, 0.0, MinusPlus, 0), "+0"); in to_shortest_str_test() 518 assert_eq!(to_string(f, -0.0, Minus, 0), "-0"); in to_shortest_str_test() 519 assert_eq!(to_string(f, -0.0, MinusPlus, 0), "-0"); in to_shortest_str_test() 520 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 521 assert_eq!(to_string(f, 0.0, Minus, 1), "0.0"); in to_shortest_str_test() 522 assert_eq!(to_string(f, 0.0, MinusPlus, 1), "+0.0"); in to_shortest_str_test() 523 assert_eq!(to_string(f, -0.0, Minus, 8), "-0.00000000"); in to_shortest_str_test() [all …]
|
/aosp_15_r20/external/pigweed/pw_format/rust/ |
H A D | pw_format_test_macros_printf_test.rs | 68 TestGeneratorOps::StringFragment("test ".to_string()), in generate_calls_generator_correctly() 77 arg: "5".to_string(), in generate_calls_generator_correctly() 79 TestGeneratorOps::StringFragment(" ".to_string()), in generate_calls_generator_correctly() 80 TestGeneratorOps::StringConversion("\"test\"".to_string()), in generate_calls_generator_correctly() 81 TestGeneratorOps::StringFragment(" ".to_string()), in generate_calls_generator_correctly() 82 TestGeneratorOps::CharConversion("'c'".to_string()), in generate_calls_generator_correctly() 83 TestGeneratorOps::StringFragment(" ".to_string()), in generate_calls_generator_correctly() 84 TestGeneratorOps::UntypedConversion("1".to_string()), in generate_calls_generator_correctly() 107 PrintfTestGeneratorOps::StringFragment("test ".to_string()), in generate_printf_calls_generator_correctly() 109 ty: "i32".to_string(), in generate_printf_calls_generator_correctly() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/tests/ |
H A D | mod.rs | 8 let v = each_split_within(&(s.to_string()), i); in test_split_within() 13 t("hello", 15, &["hello".to_string()]); in test_split_within() 18 "Mary had a".to_string(), in test_split_within() 19 "little lamb".to_string(), in test_split_within() 20 "Little lamb".to_string(), in test_split_within() 27 "Mary had a little lamb".to_string(), in test_split_within() 28 "Little lamb".to_string(), in test_split_within() 36 let long_args = vec!["--test=20".to_string()]; in test_reqopt() 50 let short_args = vec!["-t".to_string(), "20".to_string()]; in test_reqopt() 66 let args = vec!["blah".to_string()]; in test_reqopt_missing() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/tests/ |
H A D | mod.rs | 8 let v = each_split_within(&(s.to_string()), i); in test_split_within() 13 t("hello", 15, &["hello".to_string()]); in test_split_within() 18 "Mary had a".to_string(), in test_split_within() 19 "little lamb".to_string(), in test_split_within() 20 "Little lamb".to_string(), in test_split_within() 27 "Mary had a little lamb".to_string(), in test_split_within() 28 "Little lamb".to_string(), in test_split_within() 36 let long_args = vec!["--test=20".to_string()]; in test_reqopt() 50 let short_args = vec!["-t".to_string(), "20".to_string()]; in test_reqopt() 66 let args = vec!["blah".to_string()]; in test_reqopt_missing() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/tests/ |
H A D | mod.rs | 8 let v = each_split_within(&(s.to_string()), i); in test_split_within() 13 t("hello", 15, &["hello".to_string()]); in test_split_within() 18 "Mary had a".to_string(), in test_split_within() 19 "little lamb".to_string(), in test_split_within() 20 "Little lamb".to_string(), in test_split_within() 27 "Mary had a little lamb".to_string(), in test_split_within() 28 "Little lamb".to_string(), in test_split_within() 36 let long_args = vec!["--test=20".to_string()]; in test_reqopt() 50 let short_args = vec!["-t".to_string(), "20".to_string()]; in test_reqopt() 66 let args = vec!["blah".to_string()]; in test_reqopt_missing() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/getopts/src/tests/ |
H A D | mod.rs | 8 let v = each_split_within(&(s.to_string()), i); in test_split_within() 13 t("hello", 15, &["hello".to_string()]); in test_split_within() 18 "Mary had a".to_string(), in test_split_within() 19 "little lamb".to_string(), in test_split_within() 20 "Little lamb".to_string(), in test_split_within() 27 "Mary had a little lamb".to_string(), in test_split_within() 28 "Little lamb".to_string(), in test_split_within() 36 let long_args = vec!["--test=20".to_string()]; in test_reqopt() 50 let short_args = vec!["-t".to_string(), "20".to_string()]; in test_reqopt() 66 let args = vec!["blah".to_string()]; in test_reqopt_missing() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/tests/ |
H A D | mod.rs | 8 let v = each_split_within(&(s.to_string()), i); in test_split_within() 13 t("hello", 15, &["hello".to_string()]); in test_split_within() 18 "Mary had a".to_string(), in test_split_within() 19 "little lamb".to_string(), in test_split_within() 20 "Little lamb".to_string(), in test_split_within() 27 "Mary had a little lamb".to_string(), in test_split_within() 28 "Little lamb".to_string(), in test_split_within() 36 let long_args = vec!["--test=20".to_string()]; in test_reqopt() 50 let short_args = vec!["-t".to_string(), "20".to_string()]; in test_reqopt() 66 let args = vec!["blah".to_string()]; in test_reqopt_missing() [all …]
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | videocodec_test_stats.cc | 39 map["frame_number"] = std::to_string(frame_number); in ToMap() 40 map["decoded_width"] = std::to_string(decoded_width); in ToMap() 41 map["decoded_height"] = std::to_string(decoded_height); in ToMap() 42 map["spatial_idx"] = std::to_string(spatial_idx); in ToMap() 43 map["temporal_idx"] = std::to_string(temporal_idx); in ToMap() 44 map["inter_layer_predicted"] = std::to_string(inter_layer_predicted); in ToMap() 46 std::to_string(non_ref_for_inter_layer_pred); in ToMap() 47 map["frame_type"] = std::to_string(static_cast<int>(frame_type)); in ToMap() 48 map["length_bytes"] = std::to_string(length_bytes); in ToMap() 49 map["qp"] = std::to_string(qp); in ToMap() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | at_command_parser.rs | 69 return Err("Cannot parse empty AT command".to_string()); in parse_at_command_data() 71 let at_type = parse_at_command_type(clean_at_string.to_string()); in parse_at_command_data() 85 None => return Err("No command supplied".to_string()), in parse_at_command_data() 88 AT_COMMAND_VENDOR_XAPL => Some(AT_COMMAND_VENDOR_APPLE.to_string()), in parse_at_command_data() 89 AT_COMMAND_VENDOR_IPHONEACCEV => Some(AT_COMMAND_VENDOR_APPLE.to_string()), in parse_at_command_data() 90 AT_COMMAND_VENDOR_XEVENT => Some(AT_COMMAND_VENDOR_PLANTRONICS.to_string()), in parse_at_command_data() 101 .map(|arg| arg.to_string()) in parse_at_command_data() 115 raw: at_string.to_string(), in parse_at_command_data() 117 command: command.to_string(), in parse_at_command_data() 139 Err(e) => return Err(e.to_string()), in calculate_battery_percent() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/ |
D | strftime.rs | 864 assert_eq!(dt.format("%Y").to_string(), "2001"); in test_strftime_docs() 865 assert_eq!(dt.format("%C").to_string(), "20"); in test_strftime_docs() 866 assert_eq!(dt.format("%y").to_string(), "01"); in test_strftime_docs() 867 assert_eq!(dt.format("%m").to_string(), "07"); in test_strftime_docs() 868 assert_eq!(dt.format("%b").to_string(), "Jul"); in test_strftime_docs() 869 assert_eq!(dt.format("%B").to_string(), "July"); in test_strftime_docs() 870 assert_eq!(dt.format("%h").to_string(), "Jul"); in test_strftime_docs() 871 assert_eq!(dt.format("%d").to_string(), "08"); in test_strftime_docs() 872 assert_eq!(dt.format("%e").to_string(), " 8"); in test_strftime_docs() 873 assert_eq!(dt.format("%e").to_string(), dt.format("%_d").to_string()); in test_strftime_docs() [all …]
|
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/ |
H A D | metadata.rs | 71 if !ENABLED_CFGS.contains(&target_cfg) && !cfgs.contains(&target_cfg.to_string()) { in enabled() 171 Some("x86_64-unknown-linux-gnu".to_string()) in parse_cargo_metadata() 319 Ok(PathBuf::from(stripped[..idx].to_string())) in package_dir_from_id() 403 let chosen = vec!["default".to_string(), "extra".to_string(), "on_by_default".to_string()]; in resolve_multi_level_feature_dependencies() 406 "default".to_string(), in resolve_multi_level_feature_dependencies() 407 vec!["std".to_string(), "other".to_string(), "on_by_default".to_string()], in resolve_multi_level_feature_dependencies() 409 ("std".to_string(), vec!["alloc".to_string()]), in resolve_multi_level_feature_dependencies() 410 ("not_enabled".to_string(), vec![]), in resolve_multi_level_feature_dependencies() 411 ("on_by_default".to_string(), vec![]), in resolve_multi_level_feature_dependencies() 412 ("other".to_string(), vec![]), in resolve_multi_level_feature_dependencies() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/types/ |
H A D | types_test.rs | 21 a_string: "a".to_string(), in test_types() 37 repeated_string: vec!["a".to_string(), "b".to_string()], in test_types() 40 ("a".to_string(), Enum::A.into()), in test_types() 41 ("b".to_string(), Enum::B.into()), in test_types() 45 map_string_double: vec![("a".to_string(), 2.0), ("b".to_string(), 3.0)] in test_types() 48 map_string_float: vec![("a".to_string(), 3.0), ("b".to_string(), 4.0)] in test_types() 51 map_string_int32: vec![("a".to_string(), 4), ("b".to_string(), 5)] in test_types() 54 map_string_int64: vec![("a".to_string(), 5), ("b".to_string(), 6)] in test_types() 57 map_string_uint32: vec![("a".to_string(), 6), ("b".to_string(), 7)] in test_types() 60 map_string_uint64: vec![("a".to_string(), 7), ("b".to_string(), 8)] in test_types() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/tests/ |
D | migrated.rs | 80 subject: "Reference rates".to_string(), in test_namespaces() 102 subject: "Reference rates".to_string(), in test_doctype() 113 subject: "Reference rates".to_string(), in test_doctype() 126 subject: "Reference rates".to_string(), in test_doctype() 154 .to_string(), in test_forwarded_namespace() 164 test_parse_ok(&[("<bla> </bla>", " ".to_string())]); in test_parse_string_not_trim() 177 Frog("Quak".to_string()), in test_parse_enum() 184 c: "bla".to_string(), in test_parse_enum() 185 d: Some("Foo".to_string()), in test_parse_enum() 193 c: "bla".to_string(), in test_parse_enum() [all …]
|
/aosp_15_r20/external/crosvm/e2e_tests/tests/ |
H A D | vsock.rs | 51 let config = Config::new().extra_args(vec!["--cid".to_string(), guest_cid.to_string()]); in host_to_guest() 62 .extra_args(vec!["--cid".to_string(), guest_cid.to_string()]) in host_to_guest_disable_sandbox() 75 "--cid".to_string(), in host_to_guest_snapshot_restore() 76 guest_cid.to_string(), in host_to_guest_snapshot_restore() 77 "--no-usb".to_string(), in host_to_guest_snapshot_restore() 87 "--cid".to_string(), in host_to_guest_snapshot_restore() 88 guest_cid.to_string(), in host_to_guest_snapshot_restore() 89 "--restore".to_string(), in host_to_guest_snapshot_restore() 90 snap.to_str().unwrap().to_string(), in host_to_guest_snapshot_restore() 91 "--no-usb".to_string(), in host_to_guest_snapshot_restore() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | device_spec_test.py | 33 self.assertEqual("", d.to_string()) 35 self.assertEqual("", d.to_string()) 46 self.assertEqual("/job:j/replica:0/task:1/device:CPU:2", d.to_string()) 49 self.assertEqual("/device:GPU:0", d.to_string()) 55 self.assertEqual("/job:foo", d.to_string()) 57 self.assertEqual("/job:foo/task:3", d.to_string()) 60 self.assertEqual("/job:foo/task:3/device:CPU:0", d.to_string()) 63 self.assertEqual("/job:foo/replica:12/device:CPU:0", d.to_string()) 66 self.assertEqual("/job:foo/replica:12/device:GPU:2", d.to_string()) 69 self.assertEqual("/job:foo/replica:12/device:CPU:1", d.to_string()) [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_to_string.hpp | 27 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 103 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 151 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 205 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function 217 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 231 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 259 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 287 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 311 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 316 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_to_string.hpp | 27 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 103 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 151 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 205 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function 217 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 231 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 259 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 287 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 311 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 316 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_to_string.hpp | 27 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 103 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 151 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 205 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function 217 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 231 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 259 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 287 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 311 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 316 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_to_string.hpp | 27 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 103 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 151 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 205 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function 217 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 231 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 259 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 287 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 311 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 316 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/tests/ |
D | trust_anchor_format.rs | 26 tai.pub_key.algorithm.oid.to_string(), in decode_ta1() 85 assert_eq!(policy_ids[counter], ext.policy_identifier.to_string()); in decode_ta1() 95 assert_eq!(atav.oid.to_string(), "2.5.4.6"); in decode_ta1() 99 .to_string(), in decode_ta1() 103 assert_eq!(atav.oid.to_string(), "2.5.4.10"); in decode_ta1() 107 .to_string(), in decode_ta1() 111 assert_eq!(atav.oid.to_string(), "2.5.4.11"); in decode_ta1() 115 .to_string(), in decode_ta1() 119 assert_eq!(atav.oid.to_string(), "2.5.4.3"); in decode_ta1() 123 .to_string(), in decode_ta1() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_to_string.hpp | 29 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 64 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 87 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 106 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags ) in to_string() function 111 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 124 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 140 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 154 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 171 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 176 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|