Home
last modified time | relevance | path

Searched refs:root (Results 1501 - 1525 of 4050) sorted by relevance

1...<<61626364656667686970>>...162

/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.c35 void addDateForRgrTest(TestNode** root);
37 void addDateForRgrTest(TestNode** root) in addDateForRgrTest() argument
39 addTest(root, &Test4029195, "tsformat/cdtrgtst/Test4029195"); in addDateForRgrTest()
40 addTest(root, &Test4056591, "tsformat/cdtrgtst/Test4056591"); in addDateForRgrTest()
41 addTest(root, &Test4059917, "tsformat/cdtrgtst/Test4059917"); in addDateForRgrTest()
42 addTest(root, &Test4060212, "tsformat/cdtrgtst/Test4060212"); in addDateForRgrTest()
43 addTest(root, &Test4061287, "tsformat/cdtrgtst/Test4061287"); in addDateForRgrTest()
44 addTest(root, &Test4073003, "tsformat/cdtrgtst/Test4073003"); in addDateForRgrTest()
45 addTest(root, &Test4162071, "tsformat/cdtrgtst/Test4162071"); in addDateForRgrTest()
46 addTest(root, in addDateForRgrTest()
[all...]
H A Dcnormtst.c137 void addNormTest(TestNode** root);
139 void addNormTest(TestNode** root) in addNormTest() argument
141 addTest(root, &TestAPI, "tsnorm/cnormtst/TestAPI"); in addNormTest()
142 addTest(root, &TestDecomp, "tsnorm/cnormtst/TestDecomp"); in addNormTest()
143 addTest(root, &TestCompatDecomp, "tsnorm/cnormtst/TestCompatDecomp"); in addNormTest()
144 addTest(root, &TestCanonDecompCompose, "tsnorm/cnormtst/TestCanonDecompCompose"); in addNormTest()
145 addTest(root, &TestCompatDecompCompose, "tsnorm/cnormtst/TestCompatDecompCompose"); in addNormTest()
146 addTest(root, &TestFCD, "tsnorm/cnormtst/TestFCD"); in addNormTest()
147 addTest(root, &TestNull, "tsnorm/cnormtst/TestNull"); in addNormTest()
148 addTest(root, in addNormTest()
[all...]
H A Dcallcoll.c201 void addAllCollTest(TestNode** root) in addAllCollTest() argument
203 addTest(root, &TestPrimary, "tscoll/callcoll/TestPrimary"); in addAllCollTest()
204 addTest(root, &TestSecondary, "tscoll/callcoll/TestSecondary"); in addAllCollTest()
205 addTest(root, &TestTertiary, "tscoll/callcoll/TestTertiary"); in addAllCollTest()
206 addTest(root, &TestIdentical, "tscoll/callcoll/TestIdentical"); in addAllCollTest()
207 addTest(root, &TestExtra, "tscoll/callcoll/TestExtra"); in addAllCollTest()
208 addTest(root, &TestJB581, "tscoll/callcoll/TestJB581"); in addAllCollTest()
209 addTest(root, &TestVariableTop, "tscoll/callcoll/TestVariableTop"); in addAllCollTest()
210 addTest(root, &TestSurrogates, "tscoll/callcoll/TestSurrogates"); in addAllCollTest()
211 addTest(root, in addAllCollTest()
[all...]
H A Dcapitst.c64 void addCollAPITest(TestNode** root) in addCollAPITest() argument
67 addTest(root, &TestProperty, "tscoll/capitst/TestProperty"); in addCollAPITest()
68 addTest(root, &TestRuleBasedColl, "tscoll/capitst/TestRuleBasedColl"); in addCollAPITest()
69 addTest(root, &TestCompare, "tscoll/capitst/TestCompare"); in addCollAPITest()
70 addTest(root, &TestSortKey, "tscoll/capitst/TestSortKey"); in addCollAPITest()
71 addTest(root, &TestHashCode, "tscoll/capitst/TestHashCode"); in addCollAPITest()
72 addTest(root, &TestElemIter, "tscoll/capitst/TestElemIter"); in addCollAPITest()
73 addTest(root, &TestGetAll, "tscoll/capitst/TestGetAll"); in addCollAPITest()
74 /*addTest(root, &TestGetDefaultRules, "tscoll/capitst/TestGetDefaultRules");*/ in addCollAPITest()
75 addTest(root, in addCollAPITest()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp26 static bool validate(TIntermNode *root,
51 ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options);
130 bool ValidateAST::validate(TIntermNode *root, in validate() argument
134 ValidateAST validate(root, diagnostics, options); in validate()
135 root->traverse(&validate); in validate()
139 ValidateAST::ValidateAST(TIntermNode *root, in ValidateAST() argument
144 bool isTreeRoot = root->getAsBlock() && root->getAsBlock()->isTreeRoot(); in ValidateAST()
155 mParent[root] = nullptr; in ValidateAST()
996 bool ValidateAST(TIntermNode *root, TDiagnostic argument
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dapparmorfs.c53 * policy symlink in the root of the securityfs apparmor/ directory.
1128 * several root files and
2060 * @root: root namespace to stop search at (NOT NULL)
2063 * Find the next namespace from @ns under @root and handle all locking needed
2066 * Returns: next namespace or NULL if at last namespace under @root
2068 * NOTE: will not unlock root->lock
2070 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) in __next_ns() argument
2074 AA_BUG(!root); in __next_ns()
2076 AA_BUG(ns != root in __next_ns()
2109 __first_profile(struct aa_ns *root, struct aa_ns *ns) __first_profile() argument
2171 next_profile(struct aa_ns *root, struct aa_profile *profile) next_profile() argument
2194 struct aa_ns *root = aa_get_current_ns(); p_start() local
2238 struct aa_ns *root = f->private, *ns; p_stop() local
2258 struct aa_ns *root = f->private; seq_show_profile() local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.c285 cifs_dbg(VFS, "%s: get root inode failed\n", __func__); in cifs_read_super()
297 if (cifs_sb->root) { in cifs_kill_sb()
300 /* finally release root dentry */ in cifs_kill_sb()
301 dput(cifs_sb->root); in cifs_kill_sb()
302 cifs_sb->root = NULL; in cifs_kill_sb()
518 static int cifs_show_devname(struct seq_file *m, struct dentry *root) in cifs_show_devname() argument
520 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb); in cifs_show_devname()
540 cifs_show_options(struct seq_file *s, struct dentry *root) in cifs_show_options() argument
542 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb); in cifs_show_options()
657 if (root in cifs_show_options()
786 cifs_show_stats(struct seq_file *s, struct dentry *root) cifs_show_stats() argument
898 struct dentry *root; cifs_smb3_do_mount() local
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dapparmorfs.c54 * policy symlink in the root of the securityfs apparmor/ directory.
1132 * several root files and
2078 * @root: root namespace to stop search at (NOT NULL)
2081 * Find the next namespace from @ns under @root and handle all locking needed
2084 * Returns: next namespace or NULL if at last namespace under @root
2086 * NOTE: will not unlock root->lock
2088 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) in __next_ns() argument
2092 AA_BUG(!root); in __next_ns()
2094 AA_BUG(ns != root in __next_ns()
2127 __first_profile(struct aa_ns *root, struct aa_ns *ns) __first_profile() argument
2189 next_profile(struct aa_ns *root, struct aa_profile *profile) next_profile() argument
2212 struct aa_ns *root = aa_get_current_ns(); p_start() local
2256 struct aa_ns *root = f->private, *ns; p_stop() local
2276 struct aa_ns *root = f->private; seq_show_profile() local
[all...]
/third_party/exfatprogs/fsck/
H A Dfsck.c259 "ERROR: the cluster chain of root is cyclic")) in root_check_clus_chain()
267 exfat_err("ERROR: failed to read the fat entry of root"); in root_check_clus_chain()
274 "ERROR: the cluster chain of root is broken")) { in root_check_clus_chain()
292 exfat_err("ERROR: the start cluster of root is wrong\n"); in root_check_clus_chain()
971 retval = exfat_lookup_dentry_set(exfat, exfat->root, &filter); in read_bitmap()
1048 retval = exfat_lookup_dentry_set(exfat, exfat->root, &filter); in read_upcase_table()
1172 if (dir == exfat->root) in read_children()
1256 if (!exfat->root) { in exfat_filesystem_check()
1257 exfat_err("root is NULL\n"); in exfat_filesystem_check()
1261 list_add(&exfat->root in exfat_filesystem_check()
1294 struct exfat_inode *root; exfat_root_dir_check() local
[all...]
/third_party/python/Lib/idlelib/
H A Deditor.py74 def __init__(self, flist=None, filename=None, key=None, root=None):
118 root = root or flist.root
119 self.root = root
120 self.menubar = Menu(root)
121 self.top = top = window.ListedToplevel(root, menu=self.menubar)
227 text['font'] = idleConf.GetFont(self.root, 'main', 'EditorWindow')
638 if self.root
[all...]
/kernel/linux/linux-5.10/drivers/pci/pcie/
H A Daspm.c52 struct pcie_link_state *root; /* pointer to the root port link */ member
420 * Every switch on the path to root complex need 1 in pcie_aspm_check_latency()
873 * the root ports entirely, in which case a downstream port on in alloc_pcie_link_state()
874 * a switch may become the root of the link state chain for all in alloc_pcie_link_state()
880 link->root = link; in alloc_pcie_link_state()
891 link->root = link->parent->root; in alloc_pcie_link_state()
910 * @pdev: the root port or switch downstream port
931 /* VIA has a strange chipset, root por in pcie_aspm_init_link_state()
977 pcie_update_aspm_capable(struct pcie_link_state *root) pcie_update_aspm_capable() argument
1004 struct pcie_link_state *link, *root, *parent_link; pcie_aspm_exit_link_state() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dsamsung-laptop.c290 * samsung-laptop/ - debugfs root directory
310 struct dentry *root; member
1263 debugfs_remove_recursive(samsung->debug.root); in samsung_debugfs_exit()
1268 struct dentry *root; in samsung_debugfs_init() local
1270 root = debugfs_create_dir("samsung-laptop", NULL); in samsung_debugfs_init()
1271 samsung->debug.root = root; in samsung_debugfs_init()
1282 debugfs_create_u16("command", 0644, root, &samsung->debug.command); in samsung_debugfs_init()
1283 debugfs_create_u32("d0", 0644, root, &samsung->debug.data.d0); in samsung_debugfs_init()
1284 debugfs_create_u32("d1", 0644, root, in samsung_debugfs_init()
[all...]
/kernel/linux/linux-6.6/drivers/pci/pcie/
H A Daspm.c48 struct pcie_link_state *root; /* pointer to the root port link */ member
405 * Every switch on the path to root complex need 1 in pcie_aspm_check_latency()
836 * the root ports entirely, in which case a downstream port on in alloc_pcie_link_state()
837 * a switch may become the root of the link state chain for all in alloc_pcie_link_state()
843 link->root = link; in alloc_pcie_link_state()
854 link->root = link->parent->root; in alloc_pcie_link_state()
873 * @pdev: the root port or switch downstream port
894 /* VIA has a strange chipset, root por in pcie_aspm_init_link_state()
940 pcie_update_aspm_capable(struct pcie_link_state *root) pcie_update_aspm_capable() argument
967 struct pcie_link_state *link, *root, *parent_link; pcie_aspm_exit_link_state() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfree-space-cache.c78 static struct inode *__lookup_free_space_inode(struct btrfs_root *root, in __lookup_free_space_inode() argument
82 struct btrfs_fs_info *fs_info = root->fs_info; in __lookup_free_space_inode()
96 ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); in __lookup_free_space_inode()
116 inode = btrfs_iget_path(fs_info->sb, location.objectid, root, path); in __lookup_free_space_inode()
163 static int __create_free_space_inode(struct btrfs_root *root, in __create_free_space_inode() argument
178 ret = btrfs_insert_empty_inode(trans, root, path, ino); in __create_free_space_inode()
204 ret = btrfs_insert_empty_item(trans, root, path, &key, in __create_free_space_inode()
307 struct btrfs_root *root = inode->root; in btrfs_truncate_free_space_cache() local
348 ret = btrfs_truncate_inode_items(trans, root, in btrfs_truncate_free_space_cache()
733 __load_free_space_cache(struct btrfs_root *root, struct inode *inode, struct btrfs_free_space_ctl *ctl, struct btrfs_path *path, u64 offset) __load_free_space_cache() argument
1145 update_cache_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, struct btrfs_path *path, u64 offset, int entries, int bitmaps) update_cache_item() argument
1295 __btrfs_wait_cache_io(struct btrfs_root *root, struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, struct btrfs_path *path, u64 offset) __btrfs_wait_cache_io() argument
1376 __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode, struct btrfs_free_space_ctl *ctl, struct btrfs_block_group *block_group, struct btrfs_io_ctl *io_ctl, struct btrfs_trans_handle *trans) __btrfs_write_out_cache() argument
1589 struct rb_root *root; tree_insert_offset() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c1465 FT_Face root = &face->root; in tt_apply_mvar() local
1493 FT_Short current_line_gap = root->height - root->ascender + in tt_apply_mvar()
1494 root->descender; in tt_apply_mvar()
1497 root->ascender = root->ascender + mvar_hasc_delta; in tt_apply_mvar()
1498 root->descender = root->descender + mvar_hdsc_delta; in tt_apply_mvar()
1499 root in tt_apply_mvar()
3288 FT_Face root = &face->root; FT_LOCAL_DEF() local
[all...]
/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
H A Dhdf_usb.c56 const struct DeviceResourceNode *root = instance->GetRootNode(); in GetHdfUsbNode() local
58 if (root == NULL) { in GetHdfUsbNode()
59 HDF_LOGE("%s get root node is null\n", __func__); in GetHdfUsbNode()
63 return instance->GetNodeByMatchAttr(root, USB_NODE_MATCH_ATTR); in GetHdfUsbNode()
/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_generate_tree.c6 * See the LICENSE file in the root of this repository for complete details.
133 int32_t GenerateCfgTree(const char *treeStart, int32_t length, char *treeMem, struct DeviceResourceNode **root) in GenerateCfgTree() argument
153 if ((treeMem != NULL) && (root != NULL) && (treeLayerOrMemLen > 0)) { in GenerateCfgTree()
154 // The treeStack[1] is root in GenerateCfgTree()
155 *root = treeStack[1].node; in GenerateCfgTree()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.h61 void SetTarget(const IObject::Ptr& root, HierarchyChangeModeValue mode) override;
76 void StartHierarchy(const IObject::Ptr& root, ControlBehavior behavior);
77 void StopHierarchy(const IObject::Ptr& root, ControlBehavior behavior);
H A Dobject_hierarchy_observer.h89 void SetTarget(const IObject::Ptr& root, HierarchyChangeModeValue mode) override;
102 void Subscribe(const IObject::Ptr& root, HierarchyChangeObjectType type, const IObject::WeakPtr& parent = nullptr);
103 void Unsubscribe(const IObject::Ptr& root);
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
H A Daudio_param_parser.cpp65 xmlNode *root = xmlDocGetRootElement(doc); in LoadConfiguration() local
66 if (root == nullptr) { in LoadConfiguration()
72 if (!ParseInternal(root, audioParameterKeys)) { in LoadConfiguration()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_usage_strategy_parser.cpp41 xmlNode *root = xmlDocGetRootElement(doc_); in Parse() local
42 CHECK_AND_RETURN_RET_LOG(root != nullptr, false, "xmlDocGetRootElement Failed"); in Parse()
44 if (!ParseInternal(root)) { in Parse()
H A Daudio_strategy_router_parser.cpp49 xmlNode *root = xmlDocGetRootElement(doc_); in Parse() local
50 CHECK_AND_RETURN_RET_LOG(root != nullptr, false, "xmlDocGetRootElement failed"); in Parse()
52 bool ret = ParseInternal(root); in Parse()
/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp42 xmlNode *root = xmlDocGetRootElement(mDoc_); in Parse() local
43 CHECK_AND_RETURN_RET_LOG(root != nullptr, false, "XmlParser xmlDocGetRootElement failed"); in Parse()
44 return ParseInternal(root); in Parse()
/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp64 xmlNodePtr root = xmlDocGetRootElement(mDoc_); in Parse() local
65 if (root == nullptr) { in Parse()
66 WIFI_LOGE("Parse root null"); in Parse()
69 return ParseInternal(root); in Parse()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dserializable.h39 json root; in Marshall() local
40 SetValue(root, values); in Marshall()
41 return root.dump(-1, ' ', false, error_handler_t::replace); in Marshall()

Completed in 31 milliseconds

1...<<61626364656667686970>>...162