Home
last modified time | relevance | path

Searched refs:root (Results 1601 - 1625 of 3770) sorted by relevance

1...<<61626364656667686970>>...151

/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_pbuffer.c130 Window root; in apple_glx_pbuffer_create() local
135 root = DefaultRootWindow(dpy); in apple_glx_pbuffer_create()
143 xid = XCreatePixmap(dpy, root, (unsigned int) 1, in apple_glx_pbuffer_create()
/third_party/node/lib/internal/repl/
H A Dawait.js158 let root;
160 root = parser.parse(wrapped, { ecmaVersion: 'latest' });
193 const body = root.body[0].expression.callee.body;
/third_party/icu/icu4c/source/test/cintltst/
H A Dtracetst.c41 addUTraceTest(TestNode** root);
44 addUTraceTest(TestNode** root) in addUTraceTest() argument
46 addTest(root, &TestTraceAPI, "tsutil/TraceTest/TestTraceAPI" ); in addUTraceTest()
/third_party/node/deps/v8/src/snapshot/
H A Dshared-heap-serializer.cc141 void VisitRootPointers(Root root, const char* description, in SerializeStringTable()
146 void VisitRootPointers(Root root, const char* description, in SerializeStringTable()
149 DCHECK_EQ(root, Root::kStringTable); in SerializeStringTable()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java102 DfaNode root = prefix.asRangeTree().getInitial(); in minimal()
105 minimal = emit(root, RangeSpecification.empty(), RangeTree.empty(), minLength); in minimal()
108 root, RangeSpecification.empty(), exclude.getInitial(), RangeTree.empty(), minLength); in minimal()
/third_party/openssl/test/
H A Dcrltest.c241 * Verify |leaf| certificate (chained up to |root|). |crls| if
246 static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls, in verify() argument
262 X509_up_ref(root); in verify()
263 if (!TEST_true(sk_X509_push(roots, root)) in verify()
/third_party/python/Lib/test/
H A Dssl_servers.py46 # need to override translate_path to get a known root,
51 root = here variable in RootedHTTPRequestHandler
68 path = self.root
196 handler_class.root = os.getcwd()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteArrayOfArrayOfOpaqueUniforms.cpp92 // Rewrite the index of an EOpIndexIndirect expression. The root can never need replacing, because
312 // Same implementation as in RewriteExpressionTraverser. That traverser cannot replace root.
341 TIntermBlock *root, in RewriteArrayOfArrayOfOpaqueUniforms()
345 root->traverse(&traverser); in RewriteArrayOfArrayOfOpaqueUniforms()
346 return traverser.updateTree(compiler, root); in RewriteArrayOfArrayOfOpaqueUniforms()
340 RewriteArrayOfArrayOfOpaqueUniforms(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) RewriteArrayOfArrayOfOpaqueUniforms() argument
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor() argument
46 m_nodeStack.push_back(NodeStackEntry(&root)); in RandomOrderExecutor()
47 root.getChildren(m_nodeStack[0].children); in RandomOrderExecutor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DparseConst.cpp239 bool TIntermediate::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TType t, bool singleConstantParam) in parseConstTree() argument
241 if (root == 0) in parseConstTree()
246 root->traverse(&it); in parseConstTree()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcpal.c78 FT_Memory memory = face->root.memory; in FT_LOCAL_DEF()
246 FT_Stream stream = face->root.stream; in tt_face_free_cpal()
247 FT_Memory memory = face->root.memory; in tt_face_free_cpal()
/third_party/python/Doc/tools/
H A Drstlint.py353 for root, dirs, files in os.walk(path):
355 if abspath(root) in ignore:
360 fn = join(root, fn)
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/
H A Dwith-skipDefaultLibCheck.js42 Program root files: ["/user/username/projects/myproject/a.ts"]
96 Program root files: ["/user/username/projects/myproject/a.ts"]
151 Program root files: ["/user/username/projects/myproject/a.ts"]
H A Dwith-skipLibCheck.js42 Program root files: ["/user/username/projects/myproject/a.ts"]
96 Program root files: ["/user/username/projects/myproject/a.ts"]
151 Program root files: ["/user/username/projects/myproject/a.ts"]
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/
H A Dwith-skipDefaultLibCheck.js39 Program root files: ["/user/username/projects/myproject/a.ts"]
89 Program root files: ["/user/username/projects/myproject/a.ts"]
145 Program root files: ["/user/username/projects/myproject/a.ts"]
H A Dwith-skipLibCheck.js39 Program root files: ["/user/username/projects/myproject/a.ts"]
89 Program root files: ["/user/username/projects/myproject/a.ts"]
145 Program root files: ["/user/username/projects/myproject/a.ts"]
/third_party/vixl/tools/
H A Dutil.py236 for root, dirs, files in os.walk(config.dir_root):
237 git_path = os.path.join('/', os.path.relpath(root, config.dir_root), '')
241 os.path.join(root, name)
/kernel/linux/linux-5.10/fs/
H A Dnamei.c505 struct path root; member
604 path_put(&nd->root); in terminate_walk()
661 * For scoped-lookups (where nd->root has been zeroed), we need to in legitimize_root()
663 * for these lookups (nd->dfd is the root, not the filesystem root). in legitimize_root()
665 if (!nd->root.mnt && (nd->flags & LOOKUP_IS_SCOPED)) in legitimize_root()
667 /* Nothing to do if nd->root is zero or is managed by the VFS user. */ in legitimize_root()
668 if (!nd->root.mnt || (nd->state & ND_ROOT_PRESET)) in legitimize_root()
671 return legitimize_path(nd, &nd->root, nd->root_seq); in legitimize_root()
690 * try_to_unlazy attempts to legitimize the current nd->path and nd->root
1141 choose_mountpoint_rcu(struct mount *m, const struct path *root, struct path *path, unsigned *seqp) choose_mountpoint_rcu() argument
1161 choose_mountpoint(struct mount *m, const struct path *root, struct path *path) choose_mountpoint() argument
2241 struct dentry *root = nd->root.dentry; path_init() local
2371 filename_lookup(int dfd, struct filename *name, unsigned flags, struct path *path, struct path *root) filename_lookup() argument
2487 struct path root = {.mnt = mnt, .dentry = dentry}; vfs_path_lookup() local
3468 do_file_open_root(const struct path *root, const char *name, const struct open_flags *op) do_file_open_root() argument
[all...]
/third_party/littlefs/
H A Dlfs.c1380 // special case for root in lfs_dir_getinfo()
1449 // default to root dir in lfs_dir_find()
1451 dir->tail[0] = lfs->root[0]; in lfs_dir_find()
1452 dir->tail[1] = lfs->root[1]; in lfs_dir_find()
1460 // skip '.' and root '..' in lfs_dir_find()
1853 // update root if needed in lfs_dir_split()
1854 if (lfs_pair_cmp(dir->pair, lfs->root) == 0 && split == 0) { in lfs_dir_split()
1855 lfs->root[0] = tail.pair[0]; in lfs_dir_split()
1856 lfs->root[1] = tail.pair[1]; in lfs_dir_split()
1913 // v1 superblock if we relocate root, an in lfs_dir_compact()
4276 lfs_mdir_t root; global() local
4784 lfs_mdir_t root; global() local
5015 lfs_mdir_t root; global() local
5057 lfs_mdir_t root; global() local
5117 lfs_block_t root[2]; global() member
5161 lfs_block_t root[2]; global() member
[all...]
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbtree.c361 * Similarly if we're writing a new btree root - the pointer is going to in do_btree_node_write()
364 * But if we're writing a new btree node (that isn't a root) or in do_btree_node_write()
519 #define mca_reserve(c) (((!IS_ERR_OR_NULL(c->root) && c->root->level) \
520 ? c->root->level : 1) * 8 + 16)
885 * cannibalize_bucket() will take. This means every time we unlock the root of
1059 BUG_ON(b == b->c->root); in btree_node_free()
1183 unsigned int reserve = (c->root->level - b->level) * 2 + 1; in btree_check_reserve()
1935 /* root node keys are checked before thread created */ in bch_btree_check_thread()
1936 bch_btree_iter_init(&c->root in bch_btree_check_thread()
[all...]
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbtree.c361 * Similarly if we're writing a new btree root - the pointer is going to in do_btree_node_write()
364 * But if we're writing a new btree node (that isn't a root) or in do_btree_node_write()
519 #define mca_reserve(c) (((!IS_ERR_OR_NULL(c->root) && c->root->level) \
520 ? c->root->level : 1) * 8 + 16)
906 * cannibalize_bucket() will take. This means every time we unlock the root of
1080 BUG_ON(b == b->c->root); in btree_node_free()
1204 unsigned int reserve = (c->root->level - b->level) * 2 + 1; in btree_check_reserve()
1956 /* root node keys are checked before thread created */ in bch_btree_check_thread()
1957 bch_btree_iter_init(&c->root in bch_btree_check_thread()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1515 pipeline->root.sets_param_count = layout->root.sets_param_count; in dzn_pipeline_init()
1516 pipeline->root.sysval_cbv_param_idx = layout->root.sysval_cbv_param_idx; in dzn_pipeline_init()
1517 pipeline->root.push_constant_cbv_param_idx = layout->root.push_constant_cbv_param_idx; in dzn_pipeline_init()
1518 STATIC_ASSERT(sizeof(pipeline->root.type) == sizeof(layout->root.type)); in dzn_pipeline_init()
1519 memcpy(pipeline->root.type, layout->root in dzn_pipeline_init()
[all...]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Ddebugfs.c1233 dev_entry->root = debugfs_create_dir(dev_name(hdev->dev), in hl_debugfs_add_device()
1238 dev_entry->root, in hl_debugfs_add_device()
1243 dev_entry->root, in hl_debugfs_add_device()
1249 dev_entry->root, in hl_debugfs_add_device()
1255 dev_entry->root, in hl_debugfs_add_device()
1261 dev_entry->root, in hl_debugfs_add_device()
1266 dev_entry->root, in hl_debugfs_add_device()
1271 dev_entry->root, in hl_debugfs_add_device()
1276 dev_entry->root, in hl_debugfs_add_device()
1282 dev_entry->root, in hl_debugfs_add_device()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-metadata.c119 dm_block_t root; member
137 * Reading the space map root can fail, so we read it into this
370 disk_super->mapping_root = cpu_to_le64(cmd->root); in __write_initial_superblock()
403 r = dm_array_empty(&cmd->info, &cmd->root); in __format_metadata()
589 cmd->root = le64_to_cpu(disk_super->mapping_root); in read_superblock_fields()
698 disk_super->mapping_root = cpu_to_le64(cmd->root); in __commit_transaction()
895 r = dm_array_get_value(&cmd->info, cmd->root, from_cblock(b), &value); in block_clean_combined_dirty()
1072 r = dm_array_resize(&cmd->info, cmd->root, from_cblock(cmd->cache_blocks), in dm_cache_resize()
1074 &null_mapping, &cmd->root); in dm_cache_resize()
1230 r = dm_array_set_value(&cmd->info, cmd->root, from_cbloc in __remove()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H A Dtw5864-video.c211 struct tw5864_dev *dev = input->root; in tw5864_input_std_get()
227 struct tw5864_dev *dev = input->root; in tw5864_enable_input()
372 struct tw5864_dev *dev = input->root; in tw5864_request_encoded_frame()
416 struct tw5864_dev *dev = input->root; in tw5864_disable_input()
481 struct tw5864_dev *dev = input->root; in tw5864_s_ctrl()
559 struct tw5864_dev *dev = input->root; in tw5864_enum_input()
635 struct tw5864_dev *dev = input->root; in tw5864_s_std()
693 struct tw5864_dev *dev = input->root; in tw5864_frame_interval_set()
710 struct tw5864_dev *dev = input->root; in tw5864_frameinterval_get()
850 struct tw5864_dev *dev = input->root; in tw5864_g_reg()
[all...]

Completed in 36 milliseconds

1...<<61626364656667686970>>...151