/external/tensorflow/tensorflow/lite/examples/label_image/ |
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 …]
|
/external/webrtc/rtc_base/experiments/ |
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
|
D | rtt_mult_experiment.h | 19 struct Settings { struct 30 static absl::optional<RttMultExperiment::Settings> GetRttMultValue(); argument
|
/external/cronet/tot/base/task/sequence_manager/ |
D | sequence_manager.h | 156 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/ |
D | sequence_manager.h | 156 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/ |
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
|
/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_yaml.rs | 23 struct Settings { struct 33 .add_source(File::new("tests/Settings", FileFormat::Yaml)) in make() argument
|
D | file_json5.rs | 22 struct Settings { struct 32 .add_source(File::new("tests/Settings", FileFormat::Json5)) in make() argument
|
D | empty.rs | 6 struct Settings { struct 15 let s: Settings = Config::default() in empty_deserializes() 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
|
D | defaults.rs | 7 pub struct Settings { struct 11 impl Default for Settings { argument
|
D | file_ini.rs | 20 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/ |
D | settings.rs | 37 pub struct Settings { struct 45 impl Settings { argument
|
/external/grpc-grpc/doc/ |
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
|
/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 { implementation 43 frame: frame::Settings, in recv_settings()
|
/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
|
/external/webrtc/modules/video_coding/codecs/vp8/include/ |
D | vp8.h | 26 struct Settings { struct 40 static std::unique_ptr<VideoEncoder> Create(Settings settings); argument
|
/external/openthread/tests/nexus/platform/ |
D | nexus_settings.hpp | 39 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;
|