Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/lite/examples/label_image/
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 …]
/external/webrtc/rtc_base/experiments/
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
Drtt_mult_experiment.h19 struct Settings { struct
30 static absl::optional<RttMultExperiment::Settings> GetRttMultValue(); argument
/external/cronet/tot/base/task/sequence_manager/
Dsequence_manager.h156 struct BASE_EXPORT Settings { struct
159 Settings(); argument
161 Settings& operator=(const Settings&) = delete; argument
179 PrioritySettings priority_settings = PrioritySettings::CreateDefault(); argument
183 enum class TaskLogging {
193 TaskLogging task_execution_logging = TaskLogging::kNone;
196 bool log_post_task = false;
200 bool log_task_delay_expiry = false;
205 uint64_t random_task_selection_seed = 0;
/external/cronet/stable/base/task/sequence_manager/
Dsequence_manager.h156 struct BASE_EXPORT Settings { struct
159 Settings(); argument
161 Settings& operator=(const Settings&) = delete; argument
179 PrioritySettings priority_settings = PrioritySettings::CreateDefault(); argument
183 enum class TaskLogging {
193 TaskLogging task_execution_logging = TaskLogging::kNone;
196 bool log_post_task = false;
200 bool log_task_delay_expiry = false;
205 uint64_t random_task_selection_seed = 0;
/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
/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_yaml.rs23 struct Settings { struct
33 .add_source(File::new("tests/Settings", FileFormat::Yaml)) in make() argument
Dfile_json5.rs22 struct Settings { struct
32 .add_source(File::new("tests/Settings", FileFormat::Json5)) in make() argument
Dempty.rs6 struct Settings { struct
15 let s: Settings = Config::default() in empty_deserializes() 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
Ddefaults.rs7 pub struct Settings { struct
11 impl Default for Settings { argument
Dfile_ini.rs20 struct Settings { struct
27 .add_source(File::new("tests/Settings", FileFormat::Ini)) in make() argument
/external/rust/android-crates-io/crates/config/examples/hierarchical-env/
Dsettings.rs37 pub struct Settings { struct
45 impl Settings { argument
/external/grpc-grpc/doc/
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
/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 { implementation
43 frame: frame::Settings, in recv_settings()
/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
/external/webrtc/modules/video_coding/codecs/vp8/include/
Dvp8.h26 struct Settings { struct
40 static std::unique_ptr<VideoEncoder> Create(Settings settings); argument
/external/openthread/tests/nexus/platform/
Dnexus_settings.hpp39 struct Settings struct
41 enum SetAddMode : uint8_t
52 struct IndexMatcher
59 struct Entry : public Heap::Allocatable<Entry>, public LinkedListEntry<Entry>
76 OwningList<Entry> mEntries;

123456