Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 3858) sorted by relevance

12345678910>>...155

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs47 RepeatedField<string> paths = tree.ToFieldMask().Paths; in AddFieldPath()
48 Assert.AreEqual(0, paths.Count); in AddFieldPath()
51 paths = tree.ToFieldMask().Paths; in AddFieldPath()
52 Assert.AreEqual(1, paths.Count); in AddFieldPath()
53 Assert.Contains("", paths); in AddFieldPath()
57 paths = tree.ToFieldMask().Paths; in AddFieldPath()
58 Assert.AreEqual(2, paths.Count); in AddFieldPath()
59 Assert.Contains("foo", paths); in AddFieldPath()
63 paths = tree.ToFieldMask().Paths; in AddFieldPath()
64 Assert.AreEqual(2, paths.Count); in AddFieldPath()
[all …]
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/test/
Dnode-modules-paths.js6 var nodeModulesPaths = require('../lib/node-modules-paths');
8 var verifyDirs = function verifyDirs(t, start, dirs, moduleDirectories, paths) { argument
10 if (paths) {
11 for (var k = 0; k < paths.length; ++k) {
12 moduleDirs.push(path.basename(paths[k]));
38 test('node-modules-paths', function (t) {
57 t.test('with paths=array option', function (t) {
59 var paths = ['a', 'b'];
60 var dirs = nodeModulesPaths(start, { paths: paths }); property
62 verifyDirs(t, start, dirs, null, paths);
[all …]
/third_party/node/deps/npm/node_modules/env-paths/
Dreadme.md1 # env-paths [![Build Status](https://travis-ci.org/sindresorhus/env-paths.svg?branch=master)](https…
3 > Get paths for storing things like data, config, cache, etc
5 Uses the correct OS-specific paths. Most developers get this wrong.
11 $ npm install env-paths
18 const envPaths = require('env-paths');
20 const paths = envPaths('MyApp');
22 paths.data;
25 paths.config
32 ### paths = envPaths(name, [options])
38 Name of your project. Used to generate the paths.
[all …]
Dpackage.json2 "_from": "env-paths@^2.2.0",
3 "_id": "env-paths@2.2.0",
6 "_location": "/env-paths",
11 "raw": "env-paths@^2.2.0",
12 "name": "env-paths",
13 "escapedName": "env-paths",
21 "_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.0.tgz",
23 "_spec": "env-paths@^2.2.0",
31 "url": "https://github.com/sindresorhus/env-paths/issues"
35 "description": "Get paths for storing things like data, config, cache, etc",
[all …]
Dindex.d.ts13 export interface Paths { interface
43 Get paths for storing things like data, config, cache, etc.
45 @param name - Name of your project. Used to generate the paths.
46 @returns The paths to use for your project on current OS.
50 import envPaths = require('env-paths');
52 const paths = envPaths('MyApp');
54 paths.data;
57 paths.config
61 (name: string, options?: envPaths.Options): envPaths.Paths;
64 // declare function envPaths(name: string, options?: envPaths.Options): envPaths.Paths;
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dindex.txt21 …dot", "Covers instruction combine casting, combine shifting and DAG code paths" },
23 …mbers-from-fragcoord", "A fragment shader that covers specific NIR code paths" },
37 …t-div-by-zero-no-effect", "A fragment shader that covers specific LLVM code paths" },
38 …-loops-with-limiters", "A fragment shader that covers specific NIR code paths" },
39 …dition-negative-modulus", "A fragment shader that covers specific LLVM code paths" },
41 …-atan-trunc-vec4", "A fragment shader that covers specific NIR code paths" },
43 … "Covers specific inst combine add sub and inst combine simplify demanded code paths"},
46 …-shift-findmsb", "Covers specific DAG combiner and legalize vector ops code paths" },
47 …-loop-limit-underflow", "A fragment shader that covers specific NIR code paths" },
48 …iable-and-its-negation", "A fragment shader that covers specific LLVM code paths" },
[all …]
/third_party/node/test/fixtures/
Drequire-resolve.js15 // Verify that existing paths are removed.
17 require.resolve('bar', { paths: [] }) property
31 require.resolve('three', { paths: [nestedIndex] }) property
36 require.resolve('bar', { paths: [nestedIndex] }), property
41 // Verify that the default paths can be used and modified.
43 const paths = require.resolve.paths('bar'); constant
45 assert.strictEqual(paths[0], nodeModules);
47 require.resolve('bar', { paths }), field
51 paths.unshift(nestedNodeModules);
53 require.resolve('bar', { paths }), field
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/
Ddefault.conf52 ; paths-input = ... # A list of mixer paths to use. Every path in this list…
54 ; paths-output = ...
115 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones a…
116 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
124 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones a…
125 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
133 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones a…
134 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
140 paths-output = analog-output analog-output-lineout analog-output-speaker
147 paths-output = analog-output analog-output-lineout analog-output-speaker
[all …]
Dforce-speaker-and-int-mic.conf26 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headp…
27 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-…
33 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headp…
34 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-…
40 paths-output = analog-output analog-output-lineout analog-output-speaker-always
47 paths-output = analog-output analog-output-lineout analog-output-speaker-always
54 paths-output = analog-output analog-output-lineout analog-output-speaker-always
61 paths-output = analog-output analog-output-lineout analog-output-speaker-always
68 paths-output = analog-output analog-output-lineout analog-output-speaker-always
76 paths-output = analog-output analog-output-lineout analog-output-speaker-always
[all …]
Dforce-speaker.conf25 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headp…
26 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
32 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headp…
33 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-d…
39 paths-output = analog-output analog-output-lineout analog-output-speaker-always
46 paths-output = analog-output analog-output-lineout analog-output-speaker-always
53 paths-output = analog-output analog-output-lineout analog-output-speaker-always
60 paths-output = analog-output analog-output-lineout analog-output-speaker-always
67 paths-output = analog-output analog-output-lineout analog-output-speaker-always
75 paths-output = analog-output analog-output-lineout analog-output-speaker-always
[all …]
/third_party/protobuf/php/src/Google/Protobuf/
DFieldMask.php12 * `FieldMask` represents a set of symbolic field paths, for example:
13 * paths: "f.a"
14 * paths: "f.b.d"
45 * paths string.
67 * Note that a repeated field is only allowed in the last position of a `paths`
86 * paths: "f.b"
95 * paths: "f.b.d"
125 * In JSON, a field mask is encoded as a single string where paths are
139 * paths: "user.display_name"
140 * paths: "photo"
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs47 var mask = new FieldMask { Paths = { input } }; in ToString_Invalid()
57 var mask = new FieldMask { Paths = { "x", "foo__bar", @"x\y" } }; in ToString_Invalid_Precise()
59 … "{ \"@warning\": \"Invalid FieldMask\", \"paths\": [ \"x\", \"foo__bar\", \"x\\\\y\" ] }", in ToString_Invalid_Precise()
86 // Repeated fields cannot have sub-paths. in IsValid()
89 // Non-message fields cannot have sub-paths. in IsValid()
101 mask.Paths.AddRange(input); in ToString()
113 Assert.AreEqual(expectedOutput.Length, mask.Paths.Count); in FromString()
116 Assert.AreEqual(expectedOutput[i], mask.Paths[i]); in FromString()
123 // Check whether the field paths are valid if a class parameter is provided. in FromString_Validated()
135 Assert.AreEqual(expectedOutput.Length, mask.Paths.Count); in FromFieldNumbers()
[all …]
/third_party/musl/porting/linux/user/config/
Dld-musl-namespace-arm-test.ini6 …namespace.default.lib.paths = /data/tests/libc-test/src:/system/lib:/vendor/lib:/vendor/lib/chipse…
7 …namespace.default.asan.lib.paths = /data/tests/libc-test/src:/system/lib:/system/lib/module:/vendo…
12 namespace.ndk.lib.paths = /system/lib/ndk
20 namespace.ns_no_allowed_libs.lib.paths = /data/tests/libc-test/src
24 namespace.ns_normal.lib.paths = /data/tests/libc-test/src
29 namespace.ns_wrong_lib_path.lib.paths = src/common/
31 namespace.ns_wrong_lib_path.permitted.paths = /data/tests
35 namespace.ns_wrong_allowed_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns
45 namespace.inherited_class.lib.paths = /data/tests/libc-test/src
50 namespace.ns_separated_flase.lib.paths = /data/tests/libc-test/src
[all …]
Dld-musl-namespace-x86_64-test.ini6 …namespace.default.lib.paths = /data/tests/libc-test/src:/system/lib64:/vendor/lib64:/vendor/lib64/…
7 …namespace.default.asan.lib.paths = /data/tests/libc-test/src:/system/lib64:/system/lib64/module:/v…
12 namespace.ndk.lib.paths = /system/lib/ndk
20 namespace.ns_no_allowed_libs.lib.paths = /data/tests/libc-test/src
24 namespace.ns_normal.lib.paths = /data/tests/libc-test/src
29 namespace.ns_wrong_lib_path.lib.paths = src/common/
31 namespace.ns_wrong_lib_path.permitted.paths = /data/tests
35 namespace.ns_wrong_allowed_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns
45 namespace.inherited_class.lib.paths = /data/tests/libc-test/src
50 namespace.ns_separated_flase.lib.paths = /data/tests/libc-test/src
[all …]
Dld-musl-namespace-aarch64-test.ini6 …namespace.default.lib.paths = /data/tests/libc-test/src:/system/lib64:/vendor/lib64:/vendor/lib64/…
7 …namespace.default.asan.lib.paths = /data/tests/libc-test/src:/system/lib64:/system/lib64/module:/v…
12 namespace.ndk.lib.paths = /system/lib64/ndk
20 namespace.ns_no_allowed_libs.lib.paths = /data/tests/libc-test/src
24 namespace.ns_normal.lib.paths = /data/tests/libc-test/src
29 namespace.ns_wrong_lib_path.lib.paths = src/common/
31 namespace.ns_wrong_lib_path.permitted.paths = /data/tests
35 namespace.ns_wrong_allowed_path.lib.paths = /data/tests/libc-test/src/functionalext/dlns
45 namespace.inherited_class.lib.paths = /data/tests/libc-test/src
50 namespace.ns_separated_flase.lib.paths = /data/tests/libc-test/src
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/
Dfield_mask_utility.cc109 util::Status DecodeCompactFieldMaskPaths(StringPiece paths, in DecodeCompactFieldMaskPaths() argument
112 int length = paths.length(); in DecodeCompactFieldMaskPaths()
127 if (paths[i] == '\\') { in DecodeCompactFieldMaskPaths()
131 if (paths[i] != '\"') { in DecodeCompactFieldMaskPaths()
135 if (i >= length - 1 || paths[i + 1] != ']') { in DecodeCompactFieldMaskPaths()
139 "Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
147 if (i < length - 1 && paths[i + 1] != '.' && paths[i + 1] != ',' && in DecodeCompactFieldMaskPaths()
148 paths[i + 1] != ')' && paths[i + 1] != '(') { in DecodeCompactFieldMaskPaths()
152 "Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
160 if (paths[i] == '[') { in DecodeCompactFieldMaskPaths()
[all …]
/third_party/node/deps/npm/node_modules/tar/lib/
Dpath-reservations.js2 // reserve([list, of, paths], fn)
3 // When the fn is first in line for all its paths, it
6 // Used by async unpack to avoid clobbering paths in use,
23 // fn => {paths:[path,...], dirs:[path, ...]}
42 // fn => {paths, dirs}
49 paths: res.paths.map(path => queues.get(path)),
54 // check if fn is first in line for all its paths, and is
57 const {paths, dirs} = getQueues(fn)
58 return paths.every(q => q[0] === fn) &&
75 const { paths, dirs } = reservations.get(fn)
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs49 /// Converts a field mask specified by paths to a string.
56 /// <param name="paths">Paths in the field mask</param>
59 internal static string ToJson(IList<string> paths, bool diagnosticOnly) in ToJson() argument
61 var firstInvalid = paths.FirstOrDefault(p => !IsPathValid(p)); in ToJson()
66 var query = paths.Select(JsonFormatter.ToJsonName); in ToJson()
69 … JsonFormatter.WriteString(writer, string.Join(",", paths.Select(JsonFormatter.ToJsonName))); in ToJson()
78 writer.Write("{ \"@warning\": \"Invalid FieldMask\", \"paths\": "); in ToJson()
79 JsonFormatter.Default.WriteList(writer, (IList)paths); in ToJson()
103 return ToJson(Paths, true); in ToDiagnosticString()
115 /// Parses from a string to a FieldMask and validates all field paths.
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Danimated_icons_private_test.dart98 paths: movingBar.paths,
120 paths: movingBar.paths,
142 paths: movingBar.paths,
164 paths: movingBar.paths,
177 paths: movingBar.paths,
193 paths: movingBar.paths,
215 paths: bow.paths,
235 paths: bow.paths,
255 paths: bow.paths,
264 paths: bow.paths,
[all …]
/third_party/alsa-utils/axfer/
Dxfer-options.c52 static int allocate_paths(struct xfer_context *xfer, char *const *paths, in allocate_paths() argument
63 xfer->paths = calloc(count, sizeof(xfer->paths[0])); in allocate_paths()
64 if (xfer->paths == NULL) in allocate_paths()
69 xfer->paths[0] = strndup("-", PATH_MAX); in allocate_paths()
70 if (xfer->paths[0] == NULL) in allocate_paths()
74 xfer->paths[i] = strndup(paths[i], PATH_MAX); in allocate_paths()
75 if (xfer->paths[i] == NULL) in allocate_paths()
180 !strcmp(xfer->paths[0], "-")) { in validate_options()
185 xfer->paths[0]); in validate_options()
196 if (!strcmp(xfer->paths[0], "-")) { in validate_options()
[all …]
/third_party/typescript/tests/baselines/reference/
DreachabilityChecks6.errors.txt1 tests/cases/compiler/reachabilityChecks6.ts(5,10): error TS7030: Not all code paths return a value.
2 tests/cases/compiler/reachabilityChecks6.ts(30,10): error TS7030: Not all code paths return a value.
3 tests/cases/compiler/reachabilityChecks6.ts(40,10): error TS7030: Not all code paths return a value.
4 tests/cases/compiler/reachabilityChecks6.ts(51,10): error TS7030: Not all code paths return a value.
5 tests/cases/compiler/reachabilityChecks6.ts(79,10): error TS7030: Not all code paths return a value.
7 tests/cases/compiler/reachabilityChecks6.ts(93,10): error TS7030: Not all code paths return a value.
9 tests/cases/compiler/reachabilityChecks6.ts(115,10): error TS7030: Not all code paths return a valu…
20 !!! error TS7030: Not all code paths return a value.
47 !!! error TS7030: Not all code paths return a value.
59 !!! error TS7030: Not all code paths return a value.
[all …]
DdeduplicateImportsInSystem.errors.txt1 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
2 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
3 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
4 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
5 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
6 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
12 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
15 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
18 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
21 …d you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
[all …]
DreachabilityChecks5.errors.txt1 tests/cases/compiler/reachabilityChecks5.ts(5,17): error TS7030: Not all code paths return a value.
3 tests/cases/compiler/reachabilityChecks5.ts(30,17): error TS7030: Not all code paths return a value.
4 tests/cases/compiler/reachabilityChecks5.ts(40,17): error TS7030: Not all code paths return a value.
5 tests/cases/compiler/reachabilityChecks5.ts(51,17): error TS7030: Not all code paths return a value.
6 tests/cases/compiler/reachabilityChecks5.ts(79,17): error TS7030: Not all code paths return a value.
8 tests/cases/compiler/reachabilityChecks5.ts(93,17): error TS7030: Not all code paths return a value.
10 tests/cases/compiler/reachabilityChecks5.ts(115,18): error TS7030: Not all code paths return a valu…
21 !!! error TS7030: Not all code paths return a value.
50 !!! error TS7030: Not all code paths return a value.
62 !!! error TS7030: Not all code paths return a value.
[all …]
/third_party/rust/crates/which-rs/src/
Dlib.rs64 /// Does not resolve relative paths.
84 /// Find all binaries with `binary_name` using `cwd` to resolve relative paths.
148 /// Find `binary_name` in the path list `paths`, using `cwd` to resolve relative paths.
149 pub fn which_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<path::PathBuf> in which_in()
155 which_in_all(binary_name, paths, cwd) in which_in()
159 /// Find all binaries matching a regular expression in a list of paths.
166 /// * `paths` - A string containing the paths to search
177 /// let paths = Some("/usr/bin:/usr/local/bin");
178 /// let binaries: Vec<PathBuf> = which::which_re_in(re, paths).unwrap().collect();
185 paths: Option<T>, in which_re_in()
[all …]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskUtil.java69 // Ignore empty paths. in toString()
91 * Parses from a string to a FieldMask and validates all field paths.
101 * Constructs a FieldMask for a list of field paths in a certain type.
106 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList() argument
107 return fromStringList(Internal.getDefaultInstance(type).getDescriptorForType(), paths); in fromStringList()
111 * Constructs a FieldMask for a list of field paths in a certain type.
115 public static FieldMask fromStringList(Descriptor descriptor, Iterable<String> paths) { in fromStringList() argument
116 return fromStringList(Optional.of(descriptor), paths); in fromStringList()
120 * Constructs a FieldMask for a list of field paths in a certain type. Does not validate the given
121 * paths.
[all …]

12345678910>>...155