Home
last modified time | relevance | path

Searched refs:root (Results 1351 - 1375 of 3972) sorted by relevance

1...<<51525354555657585960>>...159

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddsos.h20 struct rb_root root; /* rbtree root sorted by long name */ member
31 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso,
H A Ddso.c772 struct rb_root *root = &dso->data.cache; in dso_cache__free() local
773 struct rb_node *next = rb_first(root); in dso_cache__free()
781 rb_erase(&cache->rb_node, root); in dso_cache__free()
789 const struct rb_root *root = &dso->data.cache; in __dso_cache__find() local
790 struct rb_node * const *p = &root->rb_node; in __dso_cache__find()
815 struct rb_root *root = &dso->data.cache; in dso_cache__insert() local
816 struct rb_node **p = &root->rb_node; in dso_cache__insert()
838 rb_insert_color(&new->rb_node, root); in dso_cache__insert()
1174 struct rb_root *root = dso->root; in dso__set_long_name_id() local
[all...]
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_json.py59 root = __file__.split('tools/testing/kunit/')[0]
62 os.path.join(root, result_path.name))
/kernel/linux/linux-5.10/fs/pstore/
H A Dinternal.h42 struct dentry *root, int quiet);
44 extern int pstore_mkfile(struct dentry *root,
/kernel/linux/linux-6.6/fs/pstore/
H A Dinternal.h41 struct dentry *root, int quiet);
43 extern int pstore_mkfile(struct dentry *root,
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_interval.h38 #define drbd_for_each_overlap(i, root, sector, size) \
39 for (i = drbd_find_overlap(root, sector, size); \
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddsos.h20 struct rb_root root; /* rbtree root sorted by long name */ member
31 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso,
H A Ddso.c838 struct rb_root *root = &dso->data.cache; in dso_cache__free() local
839 struct rb_node *next = rb_first(root); in dso_cache__free()
847 rb_erase(&cache->rb_node, root); in dso_cache__free()
855 const struct rb_root *root = &dso->data.cache; in __dso_cache__find() local
856 struct rb_node * const *p = &root->rb_node; in __dso_cache__find()
881 struct rb_root *root = &dso->data.cache; in dso_cache__insert() local
882 struct rb_node **p = &root->rb_node; in dso_cache__insert()
904 rb_insert_color(&new->rb_node, root); in dso_cache__insert()
1244 struct rb_root *root = dso->root; in dso__set_long_name_id() local
[all...]
/third_party/mesa3d/src/intel/genxml/
H A Dgen_zipped_file.py48 root = et.fromstring(xml)
51 (int(float(root.attrib['gen']) * 10), xml_offset, xml_length))
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Pixmap.cpp29 Window root = RootWindow(mDisplay, screen); in initialize() local
43 mPixmap = XCreatePixmap(mDisplay, root, static_cast<unsigned int>(width), in initialize()
/third_party/skia/third_party/externals/brotli/scripts/
H A Dfix-win-bazel-build.py9 for root, dirnames, filenames in os.walk('bazel-bin\\org\\brotli'):
11 matches.append(os.path.join(root, filename))
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcffotypes.h45 FT_SizeRec root; member
61 FT_GlyphSlotRec root; member
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dgenerate_wgsl_corpus.py37 for root, folders, files in os.walk(root_search_dir):
40 yield os.path.join(root, filename)
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_messagebox.py25 root = tkinter.Tk()
29 root.destroy()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c249 cifs_dbg(VFS, "%s: get root inode failed\n", __func__); in cifs_read_super()
479 cifs_show_options(struct seq_file *s, struct dentry *root) in cifs_show_options() argument
481 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb); in cifs_show_options()
595 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
683 static int cifs_show_stats(struct seq_file *s, struct dentry *root) in cifs_show_stats() argument
725 * Get root dentry from superblock according to prefix path mount option.
745 cifs_dbg(FYI, "Get root dentry for %s\n", full_path); in cifs_get_root()
795 struct dentry *root; in cifs_smb3_do_mount() local
812 root = ERR_PTR(-ENOMEM); in cifs_smb3_do_mount()
818 root in cifs_smb3_do_mount()
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py524 root = Descriptor(uuid=uid, name="component",
528 root.children = find_test_descriptors(config)
529 return root
534 root = Descriptor(uuid=uid, name="testdict",
537 root.children = find_testdict_descriptors(config)
538 return root
548 root = Descriptor(uuid=uid, name=fname,
551 Scheduler._find_children_module(root, config)
553 Scheduler._find_children_default(root, config)
554 return root
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dudatatst.c81 void addUDataTest(TestNode** root);
84 addUDataTest(TestNode** root) in addUDataTest() argument
87 addTest(root, &TestUDataOpen, "udatatst/TestUDataOpen" ); in addUDataTest()
88 addTest(root, &TestUDataOpenChoiceDemo1, "udatatst/TestUDataOpenChoiceDemo1"); in addUDataTest()
89 addTest(root, &TestUDataOpenChoiceDemo2, "udatatst/TestUDataOpenChoiceDemo2"); in addUDataTest()
90 addTest(root, &TestUDataGetInfo, "udatatst/TestUDataGetInfo" ); in addUDataTest()
91 addTest(root, &TestUDataGetMemory, "udatatst/TestUDataGetMemory" ); in addUDataTest()
92 addTest(root, &TestErrorConditions, "udatatst/TestErrorConditions"); in addUDataTest()
93 addTest(root, &TestAppData, "udatatst/TestAppData" ); in addUDataTest()
94 addTest(root, in addUDataTest()
[all...]
/third_party/icu/icu4c/source/test/letest/
H A Dletest.cpp574 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest() local
576 if (root == NULL) { in DataDrivenTest()
602 while((testCase = root->nextChildElement(tc)) != NULL) { in DataDrivenTest()
733 delete root; in DataDrivenTest()
969 static void addAllTests(TestNode **root) in addAllTests() argument
971 addTest(root, &ScriptTest, "api/ScriptTest"); in addAllTests()
972 addTest(root, &ParamTest, "api/ParameterTest"); in addAllTests()
973 addTest(root, &FactoryTest, "api/FactoryTest"); in addAllTests()
974 addTest(root, &AccessTest, "layout/AccessTest"); in addAllTests()
975 addTest(root, in addAllTests()
1072 TestNode *root = NULL; main() local
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_hfsc.c171 struct hfsc_class root; /* root class */ member
302 /* if root-class's cfmin is bigger than cur_time nothing to do */ in vttree_get_minvt()
1017 parent = &q->root; in hfsc_change_class()
1076 if (!(parent->cl_flags & HFSC_FSC) && parent != &q->root) { in hfsc_change_class()
1102 if (cl != &q->root) in hfsc_destroy_class()
1112 if (cl->level > 0 || cl->filter_cnt > 0 || cl == &q->root) in hfsc_delete_class()
1144 head = &q->root; in hfsc_classify()
1145 tcf = rcu_dereference_bh(q->root.filter_list); in hfsc_classify()
1262 cl = &q->root; in hfsc_tcf_block()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java652 // (canonical, alias and root)
690 String baseName, ClassLoader root) { in createULocaleList()
696 ICUResourceBundle rb = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true); in createULocaleList()
707 ClassLoader root, Set<String> locales) { in addLocaleIDsFromIndexBundle()
710 bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true); in addLocaleIDsFromIndexBundle()
728 final String bn, final ClassLoader root, final Set<String> names) { in addBundleBaseNamesFromClassLoader()
736 Enumeration<URL> urls = root.getResources(bn); in addBundleBaseNamesFromClassLoader()
766 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales) { in addLocaleIDsFromListFile() argument
768 InputStream s = root.getResourceAsStream(bn + FULL_LOCALE_NAMES_LIST); in addLocaleIDsFromListFile()
828 // We need to have the root local in createFullLocaleNameSet()
689 createULocaleList( String baseName, ClassLoader root) createULocaleList() argument
706 addLocaleIDsFromIndexBundle(String baseName, ClassLoader root, Set<String> locales) addLocaleIDsFromIndexBundle() argument
727 addBundleBaseNamesFromClassLoader( final String bn, final ClassLoader root, final Set<String> names) addBundleBaseNamesFromClassLoader() argument
1225 getBundleInstance(String baseName, String localeID, ClassLoader root, boolean disableFallback) getBundleInstance() argument
1240 getBundleInstance(String baseName, String localeID, ClassLoader root, OpenType openType) getBundleInstance() argument
1356 instantiateBundle( final String baseName, final String localeID, final String origLocaleID, final String defaultID, final ClassLoader root, final OpenType openType) instantiateBundle() argument
1503 createBundle(String baseName, String localeID, ClassLoader root) createBundle() argument
[all...]
/third_party/icu/icu4c/source/test/iotest/
H A Dfiletst.c1620 addFileTest(TestNode** root) { in addFileTest() argument
1622 addTest(root, &TestFile, "file/TestFile"); in addFileTest()
1623 addTest(root, &TestFinit, "file/TestFinit"); in addFileTest()
1624 addTest(root, &TestFadopt, "file/TestFadopt"); in addFileTest()
1626 addTest(root, &StdinBuffering, "file/StdinBuffering"); in addFileTest()
1627 addTest(root, &TestfgetsBuffers, "file/TestfgetsBuffers"); in addFileTest()
1628 addTest(root, &TestFileReadBuffering, "file/TestFileReadBuffering"); in addFileTest()
1629 addTest(root, &TestfgetsLineCount, "file/TestfgetsLineCount"); in addFileTest()
1630 addTest(root, &TestfgetsNewLineHandling, "file/TestfgetsNewLineHandling"); in addFileTest()
1631 addTest(root, in addFileTest()
[all...]
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp141 Json::Value root; in ParseSources() local
143 if (!reader.parse(jsonStr.data(), jsonStr.data() + jsonStr.size(), root)) { in ParseSources()
148 Json::Value::Members members = root.getMemberNames(); in ParseSources()
151 Json::Value valueObj = root[key]; in ParseSources()
/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp243 cJSON *root = cJSON_Parse(envStr); in SetEnvInfo() local
244 APPSPAWN_CHECK(root != nullptr, return -1, "SetEnvInfo: json parse failed %{public}s", envStr); in SetEnvInfo()
246 cJSON_ArrayForEach(config, root) { in SetEnvInfo()
253 cJSON_Delete(root); in SetEnvInfo()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dioapic.c212 void pci_ioapic_remove(struct acpi_pci_root *root) in pci_ioapic_remove() argument
218 if (root->device->handle != ioapic->root_handle) in pci_ioapic_remove()
229 int acpi_ioapic_remove(struct acpi_pci_root *root) in acpi_ioapic_remove() argument
236 if (root->device->handle != ioapic->root_handle) in acpi_ioapic_remove()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbutils.c18 acpi_status acpi_db_second_pass_parse(union acpi_parse_object *root);
212 /* Ignore a leading backslash, this is the root prefix */ in acpi_db_prep_namestring()
239 * Note: Currently begins search from the root. Could be enhanced to use
262 * (Uses root node as the search starting point) in acpi_db_local_ns_lookup()
315 * PARAMETERS: root - Root of the parse tree
324 acpi_status acpi_db_second_pass_parse(union acpi_parse_object *root) in acpi_db_second_pass_parse() argument
326 union acpi_parse_object *op = root; in acpi_db_second_pass_parse()
394 op = acpi_ps_get_depth_next(root, op); in acpi_db_second_pass_parse()

Completed in 22 milliseconds

1...<<51525354555657585960>>...159