Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 25 of 270) sorted by relevance

1234567891011

/third_party/node/test/fixtures/
Drequire-resolve.js17 require.resolve('bar', { paths: [] }) property
31 require.resolve('three', { paths: [nestedIndex] }) property
36 require.resolve('bar', { paths: [nestedIndex] }), property
43 const paths = require.resolve.paths('bar'); constant
47 require.resolve('bar', { paths }), field
53 require.resolve('bar', { paths }), field
64 require.resolve('./three.js', { paths: [searchIn] }), property
70 require.resolve('./three.js', { paths: [nestedIndex] }), property
77 require.resolve('.\\three.js', { paths: [searchIn] }), property
82 require.resolve('.\\three.js', { paths: [nestedIndex] }), property
[all …]
/third_party/python/Lib/test/test_importlib/
Dtest_namespace_pkgs.py74 paths = ['portion1'] variable in SingleNamespacePackage
93 paths = ['portion1'] variable in DynamicPathNamespacePackage
112 paths = ['both_portions'] variable in CombinedNamespacePackages
122 paths = ['portion1', 'portion2'] variable in SeparatedNamespacePackages
132 paths = ['portion1', 'both_portions'] variable in SeparatedOverlappingNamespacePackages
155 paths = ['top_level_portion1.zip'] variable in SingleZipNamespacePackage
167 paths = ['top_level_portion1.zip', 'portion2'] variable in SeparatedZipNamespacePackages
179 paths = ['nested_portion1.zip/nested_portion1'] variable in SingleNestedZipNamespacePackage
191 paths = ['nested_portion1.zip/nested_portion1', 'portion2'] variable in SeparatedNestedZipNamespacePackages
204 paths = ['not_a_namespace_pkg', 'portion1', 'portion2', 'both_portions'] variable in LegacySupport
[all …]
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/test/
Dnode-modules-paths.js8 var verifyDirs = function verifyDirs(t, start, dirs, moduleDirectories, paths) { argument
60 var dirs = nodeModulesPaths(start, { paths: paths }); property
68 var paths = function paths(request, absoluteStart, getNodeModulesDirs, opts) { function
73 var dirs = nodeModulesPaths(start, { paths: paths }, 'pkg'); property
81 var paths = function paths(request, absoluteStart, getNodeModulesDirs, opts) { function
85 var dirs = nodeModulesPaths(start, { paths: paths }); property
104 var dirs = nodeModulesPaths(start, { paths: paths, moduleDirectory: moduleDirectory }); property
115 var dirs = nodeModulesPaths(start, { paths: paths, moduleDirectory: moduleDirectories }); property
Dnode_path.js23 paths: [ property
35 paths: [ property
47 paths: [ property
60 paths: [ property
/third_party/node/test/fixtures/resolve-paths/default/
Dverify-paths.js16 const paths = [path.resolve(__dirname, '..', 'defined')]; variable
19 require.resolve('dep', { paths }), field
/third_party/node/benchmark/path/
Dresolve-win32.js6 paths: [ property
15 function main({ n, paths }) { field
Dresolve-posix.js6 paths: [ property
15 function main({ n, paths }) { field
Djoin-win32.js6 paths: [ property
12 function main({ n, paths }) { field
Drelative-posix.js6 paths: [ property
18 function main({ n, paths }) { field
Djoin-posix.js6 paths: [ property
12 function main({ n, paths }) { field
Drelative-win32.js6 paths: [ property
16 function main({ n, paths }) { field
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp58 void ContextImpl::coverFillPathInstanced(const std::vector<gl::Path *> &paths, in coverFillPathInstanced()
66 void ContextImpl::coverStrokePathInstanced(const std::vector<gl::Path *> &paths, in coverStrokePathInstanced()
74 void ContextImpl::stencilFillPathInstanced(const std::vector<gl::Path *> &paths, in stencilFillPathInstanced()
83 void ContextImpl::stencilStrokePathInstanced(const std::vector<gl::Path *> &paths, in stencilStrokePathInstanced()
92 void ContextImpl::stencilThenCoverFillPathInstanced(const std::vector<gl::Path *> &paths, in stencilThenCoverFillPathInstanced()
102 void ContextImpl::stencilThenCoverStrokePathInstanced(const std::vector<gl::Path *> &paths, in stencilThenCoverStrokePathInstanced()
/third_party/skia/third_party/externals/spirv-cross/
Dtest_shaders.py185 def cross_compile_msl(shader, spirv, opt, iterations, paths): argument
384 def validate_shader_hlsl(shader, force_no_external_validation, paths): argument
431 def cross_compile_hlsl(shader, spirv, opt, force_no_external_validation, iterations, paths): argument
475 def cross_compile_reflect(shader, spirv, opt, iterations, paths): argument
497 def validate_shader(shader, vulkan, paths): argument
505 …alid_spirv, eliminate, is_legacy, flatten_ubo, sso, flatten_dim, opt, push_ubo, iterations, paths): argument
710 def test_shader(stats, shader, args, paths): argument
749 def test_shader_msl(stats, shader, args, paths): argument
776 def test_shader_hlsl(stats, shader, args, paths): argument
785 def test_shader_reflect(stats, shader, args, paths): argument
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskUtil.java106 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList()
115 public static FieldMask fromStringList(Descriptor descriptor, Iterable<String> paths) { in fromStringList()
123 public static FieldMask fromStringList(Iterable<String> paths) { in fromStringList()
127 private static FieldMask fromStringList(Optional<Descriptor> descriptor, Iterable<String> paths) { in fromStringList()
177 List<String> paths = new ArrayList<String>(fieldMask.getPathsCount()); in toJsonString() local
192 Iterable<String> paths = Splitter.on(FIELD_PATH_SEPARATOR).split(value); in fromJsonString() local
DFieldMaskTree.java185 List<String> paths = new ArrayList<>(); in toFieldMask() local
193 private void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths()
200 getFieldPaths(entry.getValue(), childPath, paths); in getFieldPaths() local
230 List<String> paths = new ArrayList<>(); in intersectFieldPath() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DSupplementalMapper.java44 Predicate<CldrPath> paths) { in process()
51 private final Predicate<CldrPath> paths; field in SupplementalMapper
/third_party/boost/libs/dll/test/
Dshared_library_concurrent_load_test.cpp47 inline void load_unload(const paths_t& paths, std::size_t count) { in load_unload()
66 paths_t paths = generate_paths(argc, argv); in main() local
/third_party/jsoncpp/test/
Dcleantests.py11 paths = [] variable
/third_party/pulseaudio/src/modules/alsa/mixer/
Dmeson.build1 install_subdir('paths', subdir
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/paths/
Dtsconfig.json3 "paths": {} object
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp47 std::vector<GLuint> GatherPaths(const std::vector<gl::Path *> &paths) in GatherPaths()
372 const std::vector<gl::Path *> &paths, in coverFillPathInstanced()
386 const std::vector<gl::Path *> &paths, in coverStrokePathInstanced()
400 const std::vector<gl::Path *> &paths, in stencilFillPathInstanced()
415 const std::vector<gl::Path *> &paths, in stencilStrokePathInstanced()
431 const std::vector<gl::Path *> &paths, in stencilThenCoverFillPathInstanced()
447 const std::vector<gl::Path *> &paths, in stencilThenCoverStrokePathInstanced()
/third_party/protobuf/src/google/protobuf/
Dfield_mask.proto244 repeated string paths = 1; field
/third_party/flutter/engine/flutter/fml/platform/fuchsia/
Dpaths_fuchsia.cc8 namespace paths { namespace
/third_party/cef/tools/
Dgclient_util.py16 paths = os.environ.get('PATH').split(os.pathsep) variable
/third_party/flutter/engine/flutter/fml/platform/linux/
Dpaths_linux.cc12 namespace paths { namespace

1234567891011