Home
last modified time | relevance | path

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

1234567891011

/third_party/rust/crates/env_logger/src/filter/
Dmod.rs293 let mut dirs = Vec::new(); in parse_spec() localVariable
304 return (dirs, None); in parse_spec()
343 dirs.push(Directive { in parse_spec()
358 (dirs, filter) in parse_spec()
379 fn make_logger_filter(dirs: Vec<Directive>) -> Filter { in make_logger_filter()
381 logger.directives = dirs; in make_logger_filter()
692 let (dirs, filter) = parse_spec("crate1::mod1=error,crate1::mod2,crate2=debug"); in parse_spec_valid()
693 assert_eq!(dirs.len(), 3); in parse_spec_valid()
694 assert_eq!(dirs[0].name, Some("crate1::mod1".to_string())); in parse_spec_valid()
695 assert_eq!(dirs[0].level, LevelFilter::Error); in parse_spec_valid()
[all …]
/third_party/mesa3d/src/gallium/targets/opencl/
Dmeson.build38 polly_dep = cpp.find_library('Polly', dirs : llvm_libdir, required : false)
39 polly_isl_dep = cpp.find_library('PollyISL', dirs : llvm_libdir, required : false)
42 dep_clang = cpp.find_library('clang-cpp', dirs : llvm_libdir, required : false)
44 # meson will return clang-cpp from system dirs if it's not found in llvm_libdir
63 cpp.find_library('clangCodeGen', dirs : llvm_libdir),
64 cpp.find_library('clangFrontendTool', dirs : llvm_libdir),
65 cpp.find_library('clangFrontend', dirs : llvm_libdir),
66 cpp.find_library('clangDriver', dirs : llvm_libdir),
67 cpp.find_library('clangSerialization', dirs : llvm_libdir),
68 cpp.find_library('clangParse', dirs : llvm_libdir),
[all …]
/third_party/node/deps/npm/node_modules/tar/lib/
Dpath-reservations.js29 const dirs = path.split('/').slice(0, -1).reduce((set, path) => { constant
36 return dirs
52 dirs: [...res.dirs].map(path => queues.get(path)),
59 const { paths, dirs } = getQueues(fn)
61 dirs.every(q => q[0] instanceof Set && q[0].has(fn))
79 const { paths, dirs } = reservations.get(fn)
97 dirs.forEach(dir => {
129 const dirs = new Set( constant
132 reservations.set(fn, { dirs, paths }) property
141 dirs.forEach(dir => {
/third_party/toybox/toys/pending/
Dmodprobe.c33 struct arg_list *dirs;
466 struct arg_list *dirs; in modprobe_main() local
475 if (!TT.dirs) { in modprobe_main()
479 TT.dirs = xzalloc(sizeof(struct arg_list)); in modprobe_main()
480 TT.dirs->arg = xmprintf("/lib/modules/%s", uts.release); in modprobe_main()
485 for (dirs = TT.dirs; dirs; dirs = dirs->next) { in modprobe_main()
486 xchdir(dirs->arg); in modprobe_main()
514 for (dirs = TT.dirs; dirs; dirs = dirs->next) { in modprobe_main()
515 xchdir(dirs->arg); in modprobe_main()
520 for (dirs = TT.dirs; dirs; dirs = dirs->next) { in modprobe_main()
[all …]
/third_party/node/deps/npm/test/lib/commands/
Ddoctor.js37 const dirs = { variable
88 ...dirs,
104 ...dirs,
126 ...dirs,
145 ...dirs,
160 ...dirs,
178 ...dirs,
197 ...dirs,
213 ...dirs,
229 ...dirs,
[all …]
/third_party/weex-loader/test/spec/
Dexample-list.we21 var dirs = this.root.split('/');
22 dirs.forEach(function(dir, index) {
23 if (!dir) dirs.splice(index, 1);
25 var root = dirs.length > 0 ? dirs[0] : '';
26 var subRoot = dirs.length > 1 ? dirs.slice(1).join('/') + '/' : '';
/third_party/node/deps/openssl/openssl/crypto/x509/
Dby_dir.c47 STACK_OF(BY_DIR_ENTRY) *dirs;
121 a->dirs = NULL; in new_dir()
162 sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free); in free_dir()
190 for (j = 0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++) { in add_cert_dir()
191 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j); in add_cert_dir()
195 if (j < sk_BY_DIR_ENTRY_num(ctx->dirs)) in add_cert_dir()
197 if (ctx->dirs == NULL) { in add_cert_dir()
198 ctx->dirs = sk_BY_DIR_ENTRY_new_null(); in add_cert_dir()
199 if (!ctx->dirs) { in add_cert_dir()
216 if (!sk_BY_DIR_ENTRY_push(ctx->dirs, ent)) { in add_cert_dir()
[all …]
/third_party/openssl/crypto/x509/
Dby_dir.c47 STACK_OF(BY_DIR_ENTRY) *dirs;
121 a->dirs = NULL; in new_dir()
162 sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free); in free_dir()
190 for (j = 0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++) { in add_cert_dir()
191 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j); in add_cert_dir()
195 if (j < sk_BY_DIR_ENTRY_num(ctx->dirs)) in add_cert_dir()
197 if (ctx->dirs == NULL) { in add_cert_dir()
198 ctx->dirs = sk_BY_DIR_ENTRY_new_null(); in add_cert_dir()
199 if (!ctx->dirs) { in add_cert_dir()
216 if (!sk_BY_DIR_ENTRY_push(ctx->dirs, ent)) { in add_cert_dir()
[all …]
/third_party/elfutils/tests/
Dnext-files.c61 const char *const *dirs; in main() local
63 if (dwarf_getsrcdirs (files, &dirs, &ndirs) != 0) in main()
70 if (dirs[0] == NULL) in main()
73 printf (" dirs[0] = \"%s\"\n", dirs[0]); in main()
75 printf (" dirs[%zu] = \"%s\"\n", i, dirs[i]); in main()
Dget-files.c79 const char *const *dirs; in main() local
81 if (dwarf_getsrcdirs (files, &dirs, &ndirs) != 0) in main()
88 if (dirs[0] == NULL) in main()
91 printf (" dirs[0] = \"%s\"\n", dirs[0]); in main()
93 printf (" dirs[%zu] = \"%s\"\n", i, dirs[i]); in main()
/third_party/node/deps/npm/node_modules/mkdirp/bin/
Dcmd.js25 const dirs = [] variable
32 dirs.push(arg)
53 dirs.push(arg)
58 if (dirs.length === 0)
61 Promise.all(dirs.map(dir => impl(dir, opts)))
/third_party/python/Mac/
DExtras.install.py24 for cursrc, dirs, files in os.walk(src):
41 for i in range(len(dirs)-1, -1, -1):
42 if not isclean(dirs[i]):
44 print("skipdir", os.path.join(cursrc, dirs[i]))
45 del dirs[i]
/third_party/astc-encoder/Test/
Dastc_test_image_dl.py84 dirs = os.path.dirname(dstPath)
85 if not os.path.exists(dirs):
86 os.makedirs(dirs)
116 dirs = os.path.dirname(dstPath)
117 if not os.path.exists(dirs):
118 os.makedirs(dirs)
/third_party/curl/docs/cmdline-opts/
Dftp-create-dirs.d3 Long: ftp-create-dirs
5 Help: Create the remote dirs if not present
6 See-also: create-dirs
8 Example: --ftp-create-dirs -T file ftp://example.com/remote/path/file
Dcreate-dirs.d3 Long: create-dirs
6 Example: --create-dirs --output local/dir/file $URL
8 See-also: ftp-create-dirs output-dir
19 To create remote directories when using FTP or SFTP, try --ftp-create-dirs.
/third_party/jerryscript/targets/mbedos5/tools/
Dgenerate_pins.py69 for root, dirs, files in os.walk(root_dir, topdown=True):
71dirs[:] = [directory for directory in dirs if directory in directories or not directory.startswith…
82 for root, dirs, _ in os.walk(root_dir, topdown=True):
84 dirs[:] = [dir_label for dir_label in dirs
/third_party/openssl/crypto/engine/
Deng_dyn.c114 STACK_OF(OPENSSL_STRING) *dirs;
146 sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str); in dynamic_data_ctx_free_func()
166 c->dirs = sk_OPENSSL_STRING_new_null(); in dynamic_set_data_ctx()
167 if (c->dirs == NULL) { in dynamic_set_data_ctx()
194 sk_OPENSSL_STRING_free(c->dirs); in dynamic_set_data_ctx()
364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl()
387 if (!ctx->dir_load || (num = sk_OPENSSL_STRING_num(ctx->dirs)) < 1) in int_load()
390 const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop); in int_load()
/third_party/node/deps/openssl/openssl/crypto/engine/
Deng_dyn.c114 STACK_OF(OPENSSL_STRING) *dirs;
146 sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str); in dynamic_data_ctx_free_func()
166 c->dirs = sk_OPENSSL_STRING_new_null(); in dynamic_set_data_ctx()
167 if (c->dirs == NULL) { in dynamic_set_data_ctx()
194 sk_OPENSSL_STRING_free(c->dirs); in dynamic_set_data_ctx()
364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl()
387 if (!ctx->dir_load || (num = sk_OPENSSL_STRING_num(ctx->dirs)) < 1) in int_load()
390 const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop); in int_load()
/third_party/rust/crates/cxx/book/
Dbuild.js31 const dirs = ['build']; variable
32 while (dirs.length) {
33 const dir = dirs.pop();
38 dirs.push(path);
/third_party/littlefs/scripts/
Dreadtree.py13 dirs = []
21 for m in it.chain((m for d in dirs for m in d), mdirs):
71 dirs.append(mdirs)
82 for dir in dirs:
85 pending = [("/", dirs[0])]
122 for i, dir in enumerate(dirs):
/third_party/python/Lib/tkinter/
Dfiledialog.py95 self.dirs = Listbox(self.midframe, exportselection=0,
97 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
98 self.dirsbar.config(command=(self.dirs, 'yview'))
99 btags = self.dirs.bindtags()
100 self.dirs.bindtags(btags[1:] + btags[:1])
101 self.dirs.bind('<ButtonRelease-1>', self.dirs_select_event)
102 self.dirs.bind('<Double-ButtonRelease-1>', self.dirs_double_event)
156 subdir = self.dirs.get('active')
191 self.dirs.delete(0, END)
193 self.dirs.insert(END, name)
/third_party/skia/tests/
DPathOpsInverseTest.cpp10 const SkPathDirection dirs[] = {SkPathDirection::kCW, SkPathDirection::kCCW}; in DEF_TEST() local
19 for (auto oneDir : dirs) { in DEF_TEST()
24 for (auto twoDir : dirs) { in DEF_TEST()
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-configure-python.js53 var dirs = process.env.PYTHONPATH.split(SEPARATOR)
54 assert.deepStrictEqual(dirs, [EXPECTED_PYPATH, existingPath])
73 var dirs = process.env.PYTHONPATH.split(SEPARATOR)
74 assert.deepStrictEqual(dirs, [EXPECTED_PYPATH, pythonDir1, pythonDir2])
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js1051 shouldWalk(dirs, walkFilter) { argument
1054 !dirs.has(this) &&
1568 const dirs = new Set();
1570 dirs.add(dir);
1592 .then(r => r?.shouldWalk(dirs, walkFilter) ? walk(r, next) : next());
1595 if (e.shouldWalk(dirs, walkFilter)) {
1629 const dirs = new Set([entry]);
1630 for (const dir of dirs) {
1643 if (r.shouldWalk(dirs, walkFilter)) {
1644 dirs.add(r);
[all …]
/third_party/python/PC/layout/support/
Dfilesets.py71 dirs = [root]
76 while dirs:
77 d = dirs.pop(0)
79 dirs.extend(

1234567891011