Home
last modified time | relevance | path

Searched full:defaults (Results 1 – 25 of 2728) sorted by relevance

12345678910>>...110

/third_party/alsa-lib/src/conf/
Dalsa.conf95 # defaults
99 defaults.namehint.showall off
101 defaults.namehint.basic on
103 defaults.namehint.extended off
105 defaults.ctl.card 0
106 defaults.pcm.card 0
107 defaults.pcm.device 0
108 defaults.pcm.subdevice -1
109 defaults.pcm.nonblock 1
110 defaults.pcm.compat 0
[all …]
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs9 /// Defaults to: [`DisplayStyle::Rich`].
14 /// Defaults to: `4`.
22 /// Defaults to: `3`.
26 /// Defaults to: `1`.
85 /// Defaults to `fg:red bold intense`.
88 /// Defaults to `fg:red bold intense`.
91 /// Defaults to `fg:yellow bold intense`.
94 /// Defaults to `fg:green bold intense`.
97 /// Defaults to `fg:cyan bold intense`.
100 /// Defaults to `bold intense`.
[all …]
/third_party/alsa-lib/src/conf/pcm/
Ddmix.conf11 name defaults.pcm.dmix.card
18 name defaults.pcm.dmix.device
29 name defaults.pcm.dmix.format
36 name defaults.pcm.dmix.rate
43 name defaults.pcm.dmix.channels
49 name defaults.pcm.ipc_key
53 name defaults.pcm.ipc_gid
57 name defaults.pcm.ipc_perm
61 name defaults.pcm.tstamp_type
78 "defaults.dmix."
[all …]
Ddsnoop.conf11 name defaults.pcm.dsnoop.card
18 name defaults.pcm.dsnoop.device
29 name defaults.pcm.dmix.format
36 name defaults.pcm.dmix.rate
42 name defaults.pcm.ipc_key
46 name defaults.pcm.ipc_gid
50 name defaults.pcm.ipc_perm
54 name defaults.pcm.tstamp_type
114 name defaults.namehint.extended
/third_party/typescript/tests/cases/fourslash/server/
DcompletionsImport_jsModuleExportsAssignment.ts6 // @Filename: /third_party/marked/src/defaults.js
14 //// module.exports.defaults = newDefaults;
18 //// defaults: getDefaults(),
38 name: "defaults",
39 source: "/third_party/marked/src/defaults",
47 name: "defaults",
48 source: "/third_party/marked/src/defaults",
49 description: `Add import from "./third_party/marked/src/defaults"`,
51 exportName: "defaults",
52 fileName: "/third_party/marked/src/defaults.js",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h97 /// compute the size of an inline asm. Defaults to 4.
101 /// out in .debug_frame and .debug_line. Defaults to 1.
105 /// the current PC. Defaults to false.
109 /// other when on the same line. Defaults to ';'
112 /// This indicates the comment character used by the assembler. Defaults to
116 /// This is appended to emitted labels. Defaults to ":"
119 // Print the EH begin symbol with an assignment. Defaults to false.
127 /// file. Defaults to "L"
130 /// This prefix is used for labels for basic blocks. Defaults to the same as
137 /// a plain private symbol should be used. Defaults to "".
[all …]
/third_party/node/test/wpt/status/FileAPI/
Dblob.json26 "Passing null (index 0) for options should use the defaults.",
27 "Passing null (index 0) for options should use the defaults (with newlines).",
28 "Passing undefined (index 1) for options should use the defaults.",
29 "Passing undefined (index 1) for options should use the defaults (with newlines).",
30 "Passing object \"[object Object]\" (index 2) for options should use the defaults.",
31 …"Passing object \"[object Object]\" (index 2) for options should use the defaults (with newlines).…
32 "Passing object \"[object Object]\" (index 3) for options should use the defaults.",
33 …"Passing object \"[object Object]\" (index 3) for options should use the defaults (with newlines).…
34 "Passing object \"/regex/\" (index 4) for options should use the defaults.",
35 "Passing object \"/regex/\" (index 4) for options should use the defaults (with newlines).",
[all …]
/third_party/pulseaudio/man/
Dpulse-daemon.conf.5.xml.in65 boolean value, defaults to <opt>no</opt>. The <opt>--daemonize</opt>
72 fail. Takes a boolean argument, defaults to <opt>yes</opt>. The <opt>--fail</opt> command line
84 a boolean argument, defaults to <opt>yes</opt>. The
91 request. Defaults to <opt>yes</opt>.</p>
120 available resamplers. Defaults to <opt>speex-float-1</opt>. The
138 name-based matching only. Defaults to <opt>yes</opt>.
148 channels. (This has no effect on LFE remixing.) Defaults to
167 Defaults to <opt>no</opt>.</p>
174 the sink has the LFE channel as well. Defaults to <opt>no</opt>.</p>
179 LFE filter. Set it to 0 to disable the LFE filter. Defaults to 0.</p>
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dcreate-config-gypi.js47 const defaults = config.target_defaults
50 // don't inherit the "defaults" from the base config.gypi.
54 defaults.cflags = []
55 defaults.defines = []
56 defaults.include_dirs = []
57 defaults.libraries = []
61 defaults.default_configuration = gyp.opts.debug ? 'Debug' : 'Release'
64 if (!defaults.default_configuration) {
65 defaults.default_configuration = 'Release'
71 defaults.msvs_configuration_platform = 'ARM64'
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DLimitsTests.cpp57 dawn_native::Limits defaults; in TEST() local
58 dawn_native::GetDefaultLimits(&defaults); in TEST()
62 dawn_native::Limits required = defaults; in TEST()
63 EXPECT_TRUE(ValidateLimits(defaults, required).IsSuccess()); in TEST()
68 dawn_native::Limits supported = defaults; in TEST()
69 dawn_native::Limits required = defaults; in TEST()
78 EXPECT_TRUE(ValidateLimits(defaults, required).IsSuccess()); in TEST()
84 required.maxTextureDimension3D = defaults.maxTextureDimension3D + 1; in TEST()
85 dawn_native::MaybeError err = ValidateLimits(defaults, required); in TEST()
93 required.maxComputeWorkgroupSizeX = defaults.maxComputeWorkgroupSizeX - 1; in TEST()
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/config/
DREADME.md10 importantly, does _not_ define all the configuration defaults or types, as
19 only be set by the CLI config options, and otherwise defaults to a walk
28 project itself, overrides all defaults.
66 // optional, defaults to process.argv
70 // optional, defaults to process.env
72 // optional, defaults to process.execPath
74 // optional, defaults to process.platform
76 // optional, defaults to process.cwd()
117 - `defaults` Default values for each of the known configuration keys.
121 - `cwd` Optional, defaults to `process.cwd()`, used for inferring the
[all …]
/third_party/node/lib/internal/crypto/
Dscrypt.js34 const defaults = { variable
41 function scrypt(password, salt, keylen, options, callback = defaults) {
42 if (callback === defaults) {
44 options = defaults;
69 function scryptSync(password, salt, keylen, options = defaults) {
93 let { N, r, p, maxmem } = defaults;
94 if (options && options !== defaults) {
129 if (N === 0) N = defaults.N;
130 if (r === 0) r = defaults.r;
131 if (p === 0) p = defaults.p;
[all …]
/third_party/pulseaudio/src/tests/
Dladspa-dbus.py51 defaults = []
62 defaults.append(True)
65 defaults.append(False)
71 print(" defaults: " + str(defaults))
74 return sinkname, arguments, defaults
76 def print_arguments(arguments, defaults): argument
79 if defaults[i]:
84 sinkname, arguments, defaults = parse_arguments(sys.argv) variable
103 …"org.PulseAudio.Ext.Ladspa1", "AlgorithmParameters", (dbus.Array(arguments), dbus.Array(defaults)))
/third_party/node/deps/npm/node_modules/libnpmdiff/
DREADME.md77 - `color <Boolean>`: Should add ANSI colors to string output? Defaults to `false`.
78 - `tagVersionPrefix <Sring>`: What prefix should be used to define version numbers. Defaults to `v`
79 - `diffUnified <Number>`: How many lines of code to print before/after each diff. Defaults to `3`.
80 …ly prints patches for the files listed in this array (also accepts globs). Defaults to `undefined`.
81 …ges in whitespace (very useful to avoid indentation changes extra diff lines). Defaults to `false`.
82 - `diffNameOnly <Boolean>`: Prints only file names and no patch diffs. Defaults to `false`.
83 - `diffNoPrefix <Boolean>`: If true then skips printing any prefixes in filenames. Defaults to `fal…
84 - `diffSrcPrefix <String>`: Prefix to be used in the filenames from `a`. Defaults to `a/`.
85 - `diffDstPrefix <String>`: Prefix to be used in the filenames from `b`. Defaults to `b/`.
86 …lean>`: Should treat all files as text and try to print diff for binary files. Defaults to `false`.
/third_party/node/deps/npm/node_modules/defaults/
Dtest.js1 var defaults = require('./'), variable
5 var options = defaults(false, { a : true });
10 test("ensure defaults override keys", function(t) {
11 var result = defaults({}, { a: false, b: true });
18 var result = defaults({ b: false }, { a: false, b: true });
24 test("ensure defaults clone nested objects", function(t) {
26 var result = defaults({}, d);
/third_party/node/deps/npm/node_modules/libnpmexec/
DREADME.md30 - `args`: List of pkgs to execute **Array<String>**, defaults to `[]`
31 …- `call`: An alternative command to run when using `packages` option **String**, defaults to empty…
35 …folder of the local project to start scanning for bin files **String**, defaults to `./node_module…
37 …tion to the global space bin folder, same as: `$(npm bin -g)` **String**, defaults to empty string.
39 … list of packages to be used (possibly fetch from the registry) **Array<String>**, defaults to `[]`
40 …- `path`: Location to where to read local project info (`package.json`) **String**, defaults to `.`
41 - `runPath`: Location to where to execute the script **String**, defaults to `.`
42 …- `scriptShell`: Default shell to be used **String**, defaults to `sh` on POSIX systems, `process.…
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment17.types9 mini.M.defaults()
10 >mini.M.defaults() : any
11 >mini.M.defaults : (def: any) => any
15 >defaults : (def: any) => any
76 M.defaults = function (def) {
77 >M.defaults = function (def) { return def} : (def: any) => any
78 >M.defaults : (def: any) => any
80 >defaults : (def: any) => any
DtypeFromPropertyAssignment17.symbols8 mini.M.defaults()
9 >mini.M.defaults : Symbol(M.defaults, Decl(minimatch.js, 8, 1))
13 >defaults : Symbol(M.defaults, Decl(minimatch.js, 8, 1))
67 M.defaults = function (def) {
68 >M.defaults : Symbol(M.defaults, Decl(minimatch.js, 8, 1))
70 >defaults : Symbol(M.defaults, Decl(minimatch.js, 8, 1))
DgenericDefaults.errors.txt1 tests/cases/compiler/genericDefaults.ts(44,26): error TS2744: Type parameter defaults can only refe…
2 tests/cases/compiler/genericDefaults.ts(237,26): error TS2744: Type parameter defaults can only ref…
3 tests/cases/compiler/genericDefaults.ts(254,29): error TS2744: Type parameter defaults can only ref…
4 tests/cases/compiler/genericDefaults.ts(277,26): error TS2744: Type parameter defaults can only ref…
5 tests/cases/compiler/genericDefaults.ts(292,29): error TS2744: Type parameter defaults can only ref…
6 tests/cases/compiler/genericDefaults.ts(314,26): error TS2744: Type parameter defaults can only ref…
7 tests/cases/compiler/genericDefaults.ts(332,29): error TS2744: Type parameter defaults can only ref…
8 tests/cases/compiler/genericDefaults.ts(357,26): error TS2744: Type parameter defaults can only ref…
9 tests/cases/compiler/genericDefaults.ts(375,29): error TS2744: Type parameter defaults can only ref…
10 tests/cases/compiler/genericDefaults.ts(423,19): error TS2744: Type parameter defaults can only ref…
[all …]
/third_party/e2fsprogs/
DBUILD.gn38 config("e2fsdroid-defaults") {
52 configs = [ ":e2fsdroid-defaults" ]
92 config("e2fsck-defaults") {
101 configs = [ ":e2fsck-defaults" ]
163 config("libext2_blkid-defaults") {
173 ":libext2_blkid-defaults",
210 config("libext2_e2p-defaults") {
248 ":libext2_e2p-defaults",
266 config("libext2_com_err-defaults") {
285 ":libext2_com_err-defaults",
[all …]
/third_party/skia/third_party/externals/dng_sdk/
DAndroid.bp2 name: "libdng_sdk-defaults",
106 defaults: ["libdng_sdk-defaults"],
147 defaults: ["libdng_sdk-defaults"],
165 defaults: ["libdng_sdk-defaults"],
178 defaults: ["libdng_sdk-defaults"],
/third_party/openssl/util/perl/OpenSSL/Util/
DPod.pm98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
118 my %podinfo = ( section => $defaults{section});
130 if $defaults{debug};
142 if $defaults{debug};
144 if $defaults{debug};
154 if $defaults{debug};
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
185 if $defaults{debug};
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
DPod.pm98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
118 my %podinfo = ( section => $defaults{section});
130 if $defaults{debug};
142 if $defaults{debug};
144 if $defaults{debug};
154 if $defaults{debug};
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
185 if $defaults{debug};
/third_party/node/deps/npm/node_modules/gauge/lib/
Dtheme-set.js50 if (!this.defaults[platform]) {
51 this.defaults[platform] = { true: {}, false: {} } property
53 this.defaults[platform][hasUnicode][hasColor] = name
61 var platform = this.defaults[platformName] || this.defaults.fallback
79 } else if (platform === this.defaults.fallback) {
120 defaults: JSON.parse(JSON.stringify(this.defaults || {})), property
/third_party/exfatprogs/
DBUILD.gn27 config("exfat-defaults") {
47 configs = [ ":exfat-defaults" ]
66 configs = [ ":exfat-defaults" ]
87 configs = [ ":exfat-defaults" ]
109 configs = [ ":exfat-defaults" ]
127 configs = [ ":exfat-defaults" ]
145 configs = [ ":exfat-defaults" ]
163 configs = [ ":exfat-defaults" ]

12345678910>>...110