/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/ |
H A D | label_image.h | 25 struct Settings { struct 26 bool verbose = false; 27 bool accel = false; 28 TfLiteType input_type = kTfLiteFloat32; 29 bool profiling = false; 30 bool allow_fp16 = false; 31 bool gl_backend = false; 32 bool hexagon_delegate = false; 33 bool xnnpack_delegate = false; 34 int loop_count = 1; [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/experiments/ |
H A D | quality_scaling_experiment.h | 19 struct Settings { struct 20 int vp8_low; // VP8: low QP threshold. 21 int vp8_high; // VP8: high QP threshold. 22 int vp9_low; // VP9: low QP threshold. 46 static absl::optional<Settings> ParseSettings(); argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/ |
D | get.rs | 22 struct Settings { struct 30 .add_source(File::new("tests/Settings", FileFormat::Toml)) in make() argument 138 struct Settings { in test_map_struct() struct 139 place: Map<String, Value>, in test_map_struct() 200 struct Settings { in test_struct_array() struct 202 elements: Vec<String>, in test_struct_array() 223 struct Settings { in test_enum() struct 224 diodes: Map<String, Diode>, in test_enum() 256 struct Settings { in test_enum_key() struct 257 proton: Map<Quark, usize>, in test_enum_key() [all …]
|
D | file_toml.rs | 30 struct Settings { struct 42 .add_source(File::new("tests/Settings", FileFormat::Toml)) in make() argument
|
D | file_json5.rs | 22 struct Settings { struct 32 .add_source(File::new("tests/Settings", FileFormat::Json5)) in make() argument
|
D | file_yaml.rs | 23 struct Settings { struct 33 .add_source(File::new("tests/Settings", FileFormat::Yaml)) in make() argument
|
D | file_ron.rs | 24 struct Settings { struct 34 .add_source(File::new("tests/Settings", FileFormat::Ron)) in make() argument
|
D | file_json.rs | 23 struct Settings { struct 33 .add_source(File::new("tests/Settings", FileFormat::Json)) in make() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/ |
D | get.rs | 21 struct Settings { struct 29 c.merge(File::new("tests/Settings", FileFormat::Toml)) in make() argument 138 struct Settings { in test_map_struct() struct 139 place: Map<String, Value>, in test_map_struct() 200 struct Settings { in test_struct_array() struct 202 elements: Vec<String>, in test_struct_array() 223 struct Settings { in test_enum() struct 224 diodes: Map<String, Diode>, in test_enum() 256 struct Settings { in test_enum_key() struct 257 proton: Map<Quark, usize>, in test_enum_key() [all …]
|
D | file_toml.rs | 29 struct Settings { struct 41 c.merge(File::new("tests/Settings", FileFormat::Toml)) in make() argument
|
D | file_yaml.rs | 23 struct Settings { struct 33 c.merge(File::new("tests/Settings", FileFormat::Yaml)) in make() argument
|
D | file_ron.rs | 23 struct Settings { struct 33 c.merge(File::new("tests/Settings", FileFormat::Ron)) in make() argument
|
D | file_json.rs | 23 struct Settings { struct 33 c.merge(File::new("tests/Settings", FileFormat::Json)) in make() argument
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | sequence_manager.h | 153 struct BASE_EXPORT Settings { struct 156 Settings(); argument 158 Settings& operator=(const Settings&) = delete; argument 176 PrioritySettings priority_settings = PrioritySettings::CreateDefault(); argument 180 enum class TaskLogging { 190 TaskLogging task_execution_logging = TaskLogging::kNone; 193 bool log_post_task = false; 197 bool log_task_delay_expiry = false; 202 uint64_t random_task_selection_seed = 0;
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | settings.rs | 7 pub struct Settings { struct 8 flags: SettingsFlags, argument 10 header_table_size: Option<u32>, 11 enable_push: Option<u32>, 35 pub struct SettingsFlags(u8); argument 57 impl Settings { implementation 128 pub fn load(head: Head, payload: &[u8]) -> Result<Settings, Error> { in load() 268 impl fmt::Debug for Settings { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/examples/hierarchical-env/ |
D | settings.rs | 37 pub struct Settings { struct 45 impl Settings { argument
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | partition_root.h | 234 struct alignas(internal::kPartitionCachelineSize) Settings { in PA_COMPONENT_EXPORT() struct 240 QuarantineMode quarantine_mode = QuarantineMode::kAlwaysDisabled; in PA_COMPONENT_EXPORT() 243 ScanMode scan_mode = ScanMode::kDisabled; in PA_COMPONENT_EXPORT() 249 BucketDistribution bucket_distribution = BucketDistribution::kNeutral; in PA_COMPONENT_EXPORT() 251 bool with_thread_cache = false; in PA_COMPONENT_EXPORT() 254 bool use_cookie = false; in PA_COMPONENT_EXPORT() 256 static constexpr bool use_cookie = false; in PA_COMPONENT_EXPORT() 259 bool brp_enabled_ = false; in PA_COMPONENT_EXPORT() 261 bool mac11_malloc_size_hack_enabled_ = false; in PA_COMPONENT_EXPORT() 262 size_t mac11_malloc_size_hack_usable_size_ = 0; in PA_COMPONENT_EXPORT() [all …]
|
/aosp_15_r20/development/samples/VirtualDeviceManager/ |
H A D | README.md | 176 ### Settings subsection 178 #### Input 208 #### General 250 #### Client capabilities 274 #### Displays 342 #### Audio 347 #### Input method 374 #### Debug
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/ |
D | settings.rs | 7 pub(crate) struct Settings { struct 13 remote: Option<frame::Settings>, argument 22 ToSend(frame::Settings), argument 30 impl Settings { impl 43 frame: frame::Settings, in recv_settings()
|
/aosp_15_r20/external/rust/crabbyavif/src/decoder/ |
D | mod.rs | 153 pub struct Settings { struct 169 impl Default for Settings { argument 577 settings: &Settings, in search_exif_or_xmp_metadata()
|
/aosp_15_r20/external/grpc-grpc/doc/ |
H A D | compression_cookbook.md | 65 #### Disable Compression _Algorithms_ 80 #### Default Compression _Level_ 89 #### Default Compression _Algorithm_ 98 ### Compression **Level** in Call Responses 111 ### Compression **Algorithm** in Call Responses
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | builder.rs | 474 pub(crate) struct Settings { struct 483 impl Debug for Settings { argument 507 impl Default for Settings { implementation
|
/aosp_15_r20/external/webrtc/api/video_codecs/ |
H A D | video_encoder.h | 322 struct Settings { struct 323 Settings(const Capabilities& capabilities, in Settings() argument 351 // - settings : Settings affecting the encoding itself. argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | client_builder.rs | 869 pub(crate) struct Settings { struct 880 impl Default for Settings { argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonFormatter.cs | 794 public sealed class Settings class in Google.Protobuf.JsonFormatter 803 static Settings() in Settings() method in Google.Protobuf.JsonFormatter.Settings 837 … public Settings(bool formatDefaultValues) : this(formatDefaultValues, TypeRegistry.Empty) in Settings() method in Google.Protobuf.JsonFormatter.Settings 847 …public Settings(bool formatDefaultValues, TypeRegistry typeRegistry) : this(formatDefaultValues, t… in Settings() method in Google.Protobuf.JsonFormatter.Settings 858 private Settings(bool formatDefaultValues, in Settings() method in Google.Protobuf.JsonFormatter.Settings
|