Home
last modified time | relevance | path

Searched defs:Settings (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/
H A Dlabel_image.h25 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 Dquality_scaling_experiment.h19 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/
Dget.rs22 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 …]
Dfile_toml.rs30 struct Settings { struct
42 .add_source(File::new("tests/Settings", FileFormat::Toml)) in make() argument
Dfile_json5.rs22 struct Settings { struct
32 .add_source(File::new("tests/Settings", FileFormat::Json5)) in make() argument
Dfile_yaml.rs23 struct Settings { struct
33 .add_source(File::new("tests/Settings", FileFormat::Yaml)) in make() argument
Dfile_ron.rs24 struct Settings { struct
34 .add_source(File::new("tests/Settings", FileFormat::Ron)) in make() argument
Dfile_json.rs23 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/
Dget.rs21 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 …]
Dfile_toml.rs29 struct Settings { struct
41 c.merge(File::new("tests/Settings", FileFormat::Toml)) in make() argument
Dfile_yaml.rs23 struct Settings { struct
33 c.merge(File::new("tests/Settings", FileFormat::Yaml)) in make() argument
Dfile_ron.rs23 struct Settings { struct
33 c.merge(File::new("tests/Settings", FileFormat::Ron)) in make() argument
Dfile_json.rs23 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 Dsequence_manager.h153 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/
Dsettings.rs7 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/
Dsettings.rs37 pub struct Settings { struct
45 impl Settings { argument
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_root.h234 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 DREADME.md176 ### 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/
Dsettings.rs7 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/
Dmod.rs153 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 Dcompression_cookbook.md65 #### 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/
Dbuilder.rs474 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 Dvideo_encoder.h322 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/
Dclient_builder.rs869 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 DJsonFormatter.cs794 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

12345678910>>...24