Home
last modified time | relevance | path

Searched defs:Setting (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dsetting.rs22 pub struct Setting<T> { struct
29 impl<T> Setting<T> { impl
39 impl<T: Copy> From<&'_ Setting<T>> for Setting<T> { implementation
45 impl<T> From<(Tag, T)> for Setting<T> { implementation
54 impl<T: Copy> From<&(Tag, T)> for Setting<T> { implementation
63 impl<T> From<(&str, T)> for Setting<T> { implementation
72 impl<T: Copy> From<&(&str, T)> for Setting<T> { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dsetting.rs22 pub struct Setting<T> { struct
29 impl<T> Setting<T> { argument
39 impl<T: Copy> From<&'_ Setting<T>> for Setting<T> { implementation
45 impl<T> From<(Tag, T)> for Setting<T> { implementation
54 impl<T: Copy> From<&(Tag, T)> for Setting<T> { implementation
63 impl<T> From<(&str, T)> for Setting<T> { implementation
72 impl<T: Copy> From<&(&str, T)> for Setting<T> { implementation
/external/icu/icu4c/source/i18n/
Dchnsecal.h257 struct Setting { struct
264 virtual Setting getSetting(UErrorCode& status) const; argument
/external/icu/libicu/cts_headers/
Dchnsecal.h257 struct Setting { struct
264 virtual Setting getSetting(UErrorCode& status) const; argument
/external/libdrm/man/
Ddrm-kms.7.rst25 Mode-Setting* (KMS). Historically, this was done in user-space and called
153 Examples
213 Reporting Bugs
219 See Also
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe.h104 struct Setting { struct
105 Setting(uint16_t id, uint32_t value) : id(id), value(value) {} in Setting() function
107 uint16_t id;
108 uint32_t value;
/external/libwebm/webvtt/
Dwebvttparser.h69 struct Setting { struct
80 typedef std::list<Setting> settings_t; argument
/external/rust/android-crates-io/crates/h2/src/frame/
Dsettings.rs24 pub enum Setting { enum
303 impl Setting { implementation
307 pub fn from_id(id: u16, val: u32) -> Option<Setting> { in from_id()
332 fn load(raw: &[u8]) -> Option<Setting> { in load()
/external/skia/src/sksl/ir/
DSkSLSetting.h39 Setting(Position pos, CapsPtr capsPtr, const Type* type) in Setting() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_settings_ids.py26 Setting = collections.namedtuple('Setting', 'id default min max on_error') variable
/external/google-cloud-java/java-resource-settings/proto-google-cloud-resource-settings-v1/src/main/java/com/google/cloud/resourcesettings/v1/
DSetting.java30 public final class Setting extends com.google.protobuf.GeneratedMessageV3 class
36 private Setting(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Setting() method in Setting
40 private Setting() { in Setting() method in Setting
/external/chromiumos-config/proto/chromiumos/test/api/
Dpre_test_service.proto137 enum Setting { enum
/external/google-cloud-java/java-resource-settings/proto-google-cloud-resource-settings-v1/src/main/proto/google/cloud/resourcesettings/v1/
Dresource_settings.proto115 message Setting { message
/external/googleapis/google/cloud/resourcesettings/v1/
Dresource_settings.proto115 message Setting { message
/external/openthread/third_party/mbedtls/repo/scripts/
Dconfig.py22 class Setting: class
/external/pigweed/pw_ide/ts/pigweed-vscode/src/settings/
Dvscode.ts19 interface Setting<T> { interface
/external/mbedtls/scripts/
Dconfig.py22 class Setting: class
/external/python/bumble/bumble/
Davrcp.py817 class Setting: class in PlayerApplicationSettingChangedEvent
846 def __init__(self, player_application_settings: Sequence[Setting]) -> None:
1423 self, settings: Sequence[PlayerApplicationSettingChangedEvent.Setting]
/external/libconfig/lib/
Dlibconfig.h++152 class LIBCONFIGXX_API Setting class
Dlibconfigcpp.c++596 Setting::Setting(config_setting_t *setting) in Setting() function in libconfig::Setting
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dpre_test_service.pb.go623Setting FilterTestConfig_Setting `protobuf:"varint,3,opt,name=setting,proto3,enum=chromiumos.test.… member
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.c3812 UINT Setting ) in NineDevice9_SetStreamSourceFreq()
Dnine_state.c1637 ARG_VAL(UINT, Setting)) in CSMT_ITEM_NO_WAIT() argument
Dnine_lock.c1736 UINT Setting ) in LockDevice9_SetStreamSourceFreq()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcalendar.v3.json2913 "Setting": { object

12