Home
last modified time | relevance | path

Searched refs:Settings (Results 1 – 25 of 266) sorted by relevance

1234567891011

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicPeriodBuilderFactory.java24 private Settings settings;
30 this.settings = new Settings(); in BasicPeriodBuilderFactory()
37 class Settings { class in BasicPeriodBuilderFactory
48 Settings setUnits(int uset) { in setUnits()
52 Settings result = inUse ? copy() : this; in setUnits()
101 Settings setMaxLimit(float maxLimit) { in setMaxLimit()
106 Settings result = inUse ? copy() : this; in setMaxLimit()
111 Settings setMinLimit(float minLimit) { in setMinLimit()
116 Settings result = inUse ? copy() : this; in setMinLimit()
121 Settings setAllowZero(boolean allow) { in setAllowZero()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DBasicPeriodBuilderFactory.java25 private Settings settings;
31 this.settings = new Settings(); in BasicPeriodBuilderFactory()
38 class Settings { class in BasicPeriodBuilderFactory
49 Settings setUnits(int uset) { in setUnits()
53 Settings result = inUse ? copy() : this; in setUnits()
102 Settings setMaxLimit(float maxLimit) { in setMaxLimit()
107 Settings result = inUse ? copy() : this; in setMaxLimit()
112 Settings setMinLimit(float minLimit) { in setMinLimit()
117 Settings result = inUse ? copy() : this; in setMinLimit()
122 Settings setAllowZero(boolean allow) { in setAllowZero()
[all …]
/third_party/lzma/CS/7zip/Compress/LzmaAlone/Properties/
DSettings.cs13 public partial class Settings : System.Configuration.ApplicationSettingsBase class
15 private static Settings m_Value;
19 public static Settings Value
23 if ((Settings.m_Value == null))
25 System.Threading.Monitor.Enter(Settings.m_SyncObject);
26 if ((Settings.m_Value == null))
30 Settings.m_Value = new Settings();
34 System.Threading.Monitor.Exit(Settings.m_SyncObject);
38 return Settings.m_Value;
/third_party/gn/src/gn/
Dsubstitution_writer.h16 class Settings; variable
75 static void GetListAsOutputFiles(const Settings* settings,
89 const Settings* settings,
94 const Settings* settings,
99 const Settings* settings,
110 const Settings* settings,
115 const Settings* settings,
120 const Settings* settings,
130 const Settings* settings,
135 const Settings* settings,
[all …]
Dsettings.h28 class Settings {
36 Settings(const BuildSettings* build_settings,
112 Settings(const Settings&) = delete;
113 Settings& operator=(const Settings&) = delete;
Dloader.h20 class Settings; variable
51 virtual const Settings* GetToolchainSettings(const Label& label) const = 0;
89 const Settings* GetToolchainSettings(const Label& label) const override;
126 void ScheduleLoadFile(const Settings* settings,
129 void ScheduleLoadBuildConfig(Settings* settings,
134 void BackgroundLoadFile(const Settings* settings,
138 void BackgroundLoadBuildConfig(Settings* settings,
Dninja_toolchain_writer.h19 class Settings; variable
27 const Settings* settings,
35 NinjaToolchainWriter(const Settings* settings,
52 const Settings* settings_;
Dbundle_data.h21 class Settings; variable
47 bool GetOutputFiles(const Settings* settings,
53 bool GetOutputsAsSourceFiles(const Settings* settings,
72 SourceFile GetBundleRootDirOutput(const Settings* settings) const;
75 SourceDir GetBundleRootDirOutputAsDir(const Settings* settings) const;
78 SourceDir GetBundleDir(const Settings* settings) const;
Ditem.h19 class Settings; variable
28 Item(const Settings* settings,
33 const Settings* settings() const { return settings_; } in settings()
80 const Settings* settings_;
Dninja_utils.h10 class Settings; variable
19 SourceFile GetNinjaFileForToolchain(const Settings* settings);
23 std::string GetNinjaRulePrefixForToolchain(const Settings* settings);
Dsubstitution_writer.cc195 void SubstitutionWriter::GetListAsOutputFiles(const Settings* settings, in GetListAsOutputFiles()
207 const Settings* settings, in ApplyPatternToSource()
221 const Settings* settings, in ApplyPatternToSourceAsString()
240 const Settings* settings, in ApplyPatternToSourceAsOutputFile()
250 const Settings* settings, in ApplyListToSource()
261 const Settings* settings, in ApplyListToSourceAsString()
273 const Settings* settings, in ApplyListToSourceAsOutputFile()
285 const Settings* settings, in ApplyListToSources()
297 const Settings* settings, in ApplyListToSourcesAsString()
309 const Settings* settings, in ApplyListToSourcesAsOutputFile()
[all …]
Dbundle_file_rule.h14 class Settings; variable
30 bool ApplyPatternToSource(const Settings* settings,
36 bool ApplyPatternToSourceAsOutputFile(const Settings* settings,
Dninja_build_writer.h19 class Settings; variable
33 const std::unordered_map<const Settings*, const Toolchain*>&
63 const std::unordered_map<const Settings*, const Toolchain*>& used_toolchains_;
Dbundle_data.cc126 bool BundleData::GetOutputFiles(const Settings* settings, in GetOutputFiles()
138 bool BundleData::GetOutputsAsSourceFiles(const Settings* settings, in GetOutputsAsSourceFiles()
179 SourceFile BundleData::GetBundleRootDirOutput(const Settings* settings) const { in GetBundleRootDirOutput()
189 const Settings* settings) const { in GetBundleRootDirOutputAsDir()
193 SourceDir BundleData::GetBundleDir(const Settings* settings) const{ in GetBundleDir()
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DGlobalSettings.java21 import android.provider.Settings;
53 Settings.Global.putString(contentResolver, in clearAllGlobalSettings()
55 Settings.Global.putString(contentResolver, in clearAllGlobalSettings()
60 Settings.Global.putString(contentResolver, in clearAllGlobalSettings()
71 int allUseAngle = Settings.Global.getInt( in getAllUseAngle()
75 catch (Settings.SettingNotFoundException e) in getAllUseAngle()
86 int showAngleInUseDialogBox = Settings.Global.getInt(contentResolver, in getShowAngleInUseDialogBox()
90 catch (Settings.SettingNotFoundException e) in getShowAngleInUseDialogBox()
99 Settings.Global.putInt(contentResolver, in updateAllUseAngle()
106 Settings.Global.putInt(contentResolver, in updateShowAngleInUseDialog()
[all …]
DReceiver.java26 import android.provider.Settings;
175 Uri settingUri = Settings.Global.getUriFor(Settings.Global.DEVELOPMENT_SETTINGS_ENABLED); in updateDeveloperOptionsWatcher()
185 == Settings.Global.getInt(context.getContentResolver(), in updateDeveloperOptionsWatcher()
186 Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0)); in updateDeveloperOptionsWatcher()
/third_party/typescript/tests/baselines/reference/
DweakType.errors.txt1 …ype '() => { timeout: number; }' has no properties in common with type 'Settings'. Did you mean to…
2 …ype '() => { timeout: number; }' has no properties in common with type 'Settings'. Did you mean to…
3 …TS2560: Value of type 'CtorOnly' has no properties in common with type 'Settings'. Did you mean to…
4 …piler/weakType.ts(18,13): error TS2559: Type '12' has no properties in common with type 'Settings'.
5 …s(19,13): error TS2559: Type '"completely wrong"' has no properties in common with type 'Settings'.
6 …er/weakType.ts(20,13): error TS2559: Type 'false' has no properties in common with type 'Settings'.
14 interface Settings {
26 function doSomething(settings: Settings) { /* ... */ }
30 …ype '() => { timeout: number; }' has no properties in common with type 'Settings'. Did you mean to…
34 …ype '() => { timeout: number; }' has no properties in common with type 'Settings'. Did you mean to…
[all …]
DweakType.types2 interface Settings {
24 function doSomething(settings: Settings) { /* ... */ }
25 >doSomething : (settings: Settings) => void
26 >settings : Settings
31 >doSomething : (settings: Settings) => void
36 >doSomething : (settings: Settings) => void
45 >doSomething : (settings: Settings) => void
51 >doSomething : (settings: Settings) => void
56 >doSomething : (settings: Settings) => void
61 >doSomething : (settings: Settings) => void
DweakType.symbols2 interface Settings {
3 >Settings : Symbol(Settings, Decl(weakType.ts, 0, 0))
6 >timeout : Symbol(Settings.timeout, Decl(weakType.ts, 0, 20))
9 >onError : Symbol(Settings.onError, Decl(weakType.ts, 1, 21))
26 function doSomething(settings: Settings) { /* ... */ }
29 >Settings : Symbol(Settings, Decl(weakType.ts, 0, 0))
/third_party/cef/tests/ceftests/
Dlife_span_unittest.cc20 struct Settings { struct in __anonbd5efbf60111::LifeSpanTestHandler
21 Settings() in Settings() function
33 explicit LifeSpanTestHandler(const Settings& settings) in LifeSpanTestHandler()
174 Settings settings_;
185 LifeSpanTestHandler::Settings settings; in TEST()
202 LifeSpanTestHandler::Settings settings; in TEST()
220 LifeSpanTestHandler::Settings settings; in TEST()
237 LifeSpanTestHandler::Settings settings; in TEST()
255 LifeSpanTestHandler::Settings settings; in TEST()
274 LifeSpanTestHandler::Settings settings; in TEST()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs71 public static JsonFormatter Default { get; } = new JsonFormatter(Settings.Default);
74 … private static readonly JsonFormatter diagnosticFormatter = new JsonFormatter(Settings.Default);
126 private readonly Settings settings;
134 public JsonFormatter(Settings settings) in JsonFormatter()
786 public sealed class Settings class in Google.Protobuf.JsonFormatter
791 public static Settings Default { get; }
795 static Settings() in Settings() method in Google.Protobuf.JsonFormatter.Settings
797 Default = new Settings(false); in Settings()
824 … public Settings(bool formatDefaultValues) : this(formatDefaultValues, TypeRegistry.Empty) in Settings() method in Google.Protobuf.JsonFormatter.Settings
834 …public Settings(bool formatDefaultValues, TypeRegistry typeRegistry) : this(formatDefaultValues, t… in Settings() method in Google.Protobuf.JsonFormatter.Settings
[all …]
DJsonParser.cs69 private static readonly JsonParser defaultInstance = new JsonParser(Settings.Default);
107 private readonly Settings settings;
113 public JsonParser(Settings settings) in JsonParser()
990 public sealed class Settings class in Google.Protobuf.JsonParser
996 public static Settings Default { get; }
1000 static Settings() in Settings() method in Google.Protobuf.JsonParser.Settings
1002 Default = new Settings(CodedInputStream.DefaultRecursionLimit); in Settings()
1023 … private Settings(int recursionLimit, TypeRegistry typeRegistry, bool ignoreUnknownFields) in Settings() method in Google.Protobuf.JsonParser.Settings
1034 public Settings(int recursionLimit) : this(recursionLimit, TypeRegistry.Empty) in Settings() method in Google.Protobuf.JsonParser.Settings
1043 …public Settings(int recursionLimit, TypeRegistry typeRegistry) : this(recursionLimit, typeRegistry… in Settings() method in Google.Protobuf.JsonParser.Settings
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs66 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in DefaultValues_WhenIncluded()
90 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatEnumsAsIntegers(true)); in EnumAsInt()
161 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in WithFormatDefaultValues_DoesNotAffectMessageFields()
173 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in WithFormatDefaultValues_DoesNotAffectProto3OptionalFields()
184 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in WithFormatDefaultValues_DoesNotAffectProto2Fields()
194 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in WithFormatDefaultValues_DoesNotAffectOneofFields()
246 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in NullValueNotInOneof_FormatDefaults()
353 … formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in Oneof()
385 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in WrapperFormatting_FormatDefaultValuesDoesNotFormatNull()
408 … var formatter = new JsonFormatter(JsonFormatter.Settings.Default.WithFormatDefaultValues(true)); in OutputIsInNumericFieldOrder_WithDefaults()
[all …]
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
Dsettings.rs36 pub(crate) fn parse_settings(input: TokenStream) -> Result<Settings> { in parse_settings() argument
38 let mut res = Settings(Vec::new()); in parse_settings()
62 pub(crate) struct Settings(Vec<Setting>); struct
64 impl Settings { implementation
/third_party/cef/patch/patches/
Dcrashpad_tp_1995.patch48 struct Settings::Data {
55 @@ -98,6 +98,9 @@ struct Settings::Data {
65 @@ -105,6 +108,9 @@ struct Settings::Data {
75 @@ -188,6 +194,56 @@ bool Settings::SetLastUploadAttemptTime(time_t time) {
79 +bool Settings::GetNextUploadAttemptTime(time_t* time) {
91 +bool Settings::SetNextUploadAttemptTime(time_t time) {
104 +bool Settings::GetBackoffStep(int* step) {
116 +bool Settings::SetBackoffStep(int step) {
130 Settings::ScopedLockedFileHandle Settings::MakeScopedLockedFileHandle(
136 @@ -116,6 +116,11 @@ class Settings {

1234567891011