Home
last modified time | relevance | path

Searched full:root (Results 1 – 25 of 7362) sorted by relevance

12345678910>>...295

/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_misc.py26 t = tkinter.Toplevel(self.root, name='top')
31 t = tkinter.Toplevel(self.root)
39 root = self.root
40 root.tk_setPalette('black')
41 self.assertEqual(root['background'], 'black')
42 root.tk_setPalette('white')
43 self.assertEqual(root['background'], 'white')
46 root.tk_setPalette, 'spam')
48 root.tk_setPalette(background='black')
49 self.assertEqual(root['background'], 'black')
[all …]
Dtest_variables.py25 self.root = Tcl()
28 del self.root
34 return self.root.getboolean(self.root.call("info", "exists", *args))
37 v = Variable(self.root)
42 v = Variable(self.root, "sample string", "varname")
48 v = Variable(self.root, "sample string", "varname")
56 v1 = Variable(self.root, name="name")
57 v2 = Variable(self.root, name="name")
68 v1 = Variable(self.root, name="abc")
69 v2 = Variable(self.root, name="abc")
[all …]
Dtest_geometry_managers.py18 pack = tkinter.Toplevel(self.root, name='pack')
48 self.root.update()
79 self.root.update()
124 self.root.update()
166 self.root.update()
207 self.root.update()
262 self.root.update()
266 self.root.update()
284 t = tkinter.Toplevel(self.root, width=300, height=200, bd=0)
289 self.root.update()
[all …]
/third_party/toybox/tests/
Dchgrp.test7 echo "$SHOWSKIP: chgrp (not root)"
12 # We chgrp between "root" and the last group in /etc/group.
36 testing "dir" "$IN chgrp root dir $OUT" \
37 "root $GRP $GRP $GRP $GRP $GRP $GRP\n" "" ""
38 testing "file" "$IN chgrp root dir/file $OUT" \
39 "$GRP $GRP $GRP root $GRP $GRP $GRP\n" "" ""
40 testing "dir and file" "$IN chgrp root dir dir/file $OUT" \
41 "root $GRP $GRP root $GRP $GRP $GRP\n" "" ""
44 testing "symlink->file" "$IN chgrp root dir2/file $OUT" \
45 "$GRP $GRP $GRP root $GRP $GRP $GRP\n" "" ""
[all …]
/third_party/cJSON/tests/
Dcjson_add.c50 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_add_null() local
53 cJSON_AddNullToObject(root, "null"); in cjson_add_null_should_add_null()
55 TEST_ASSERT_NOT_NULL(null = cJSON_GetObjectItemCaseSensitive(root, "null")); in cjson_add_null_should_add_null()
58 cJSON_Delete(root); in cjson_add_null_should_add_null()
63 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_fail_with_null_pointers() local
66 TEST_ASSERT_NULL(cJSON_AddNullToObject(root, NULL)); in cjson_add_null_should_fail_with_null_pointers()
68 cJSON_Delete(root); in cjson_add_null_should_fail_with_null_pointers()
73 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_fail_on_allocation_failure() local
77 TEST_ASSERT_NULL(cJSON_AddNullToObject(root, "null")); in cjson_add_null_should_fail_on_allocation_failure()
81 cJSON_Delete(root); in cjson_add_null_should_fail_on_allocation_failure()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcalltest.c16 /* THE FILE WHERE ALL C API TESTS ARE ADDED TO THE ROOT */
21 void addUtility(TestNode** root);
22 void addBreakIter(TestNode** root);
23 void addStandardNamesTest(TestNode **root);
24 void addFormatTest(TestNode** root);
25 void addConvert(TestNode** root);
26 void addCollTest(TestNode** root);
27 void addComplexTest(TestNode** root);
28 void addBidiTransformTest(TestNode** root);
29 void addUDataTest(TestNode** root);
[all …]
Dcutiltst.c26 void addHashtableTest(TestNode** root);
27 void addCStringTest(TestNode** root);
28 void addTrieTest(TestNode** root);
29 void addTrie2Test(TestNode** root);
30 void addUCPTrieTest(TestNode** root);
31 void addEnumerationTest(TestNode** root);
32 void addPosixTest(TestNode** root);
33 void addSortTest(TestNode** root);
35 void addUtility(TestNode** root);
37 void addUtility(TestNode** root) in addUtility() argument
[all …]
/third_party/typescript/tests/baselines/reference/
DpathMappingBasedModuleResolution6_node.trace.json2 "======== Resolving module './project/file3' from 'c:/root/src/file1.ts'. ========",
5 …"Checking if 'c:/root/src/' is the longest matching prefix for 'c:/root/src/project/file3' - 'true…
6 …"Checking if 'c:/root/generated/src/' is the longest matching prefix for 'c:/root/src/project/file…
7 "Longest matching prefix for 'c:/root/src/project/file3' is 'c:/root/src/'.",
8 …"Loading 'project/file3' from the root dir 'c:/root/src/', candidate location 'c:/root/src/project…
9 …"Loading module as file / folder, candidate module location 'c:/root/src/project/file3', target fi…
10 "Directory 'c:/root/src/project' does not exist, skipping all lookups in it.",
12 …"Loading 'project/file3' from the root dir 'c:/root/generated/src', candidate location 'c:/root/ge…
13 …"Loading module as file / folder, candidate module location 'c:/root/generated/src/project/file3',…
14 "File 'c:/root/generated/src/project/file3.ts' exist - use it as a name resolution result.",
[all …]
DpathMappingBasedModuleResolution7_node.trace.json2 "======== Resolving module './project/file2' from 'c:/root/src/file1.ts'. ========",
5 …"Checking if 'c:/root/src/' is the longest matching prefix for 'c:/root/src/project/file2' - 'true…
6 …"Checking if 'c:/root/generated/src/' is the longest matching prefix for 'c:/root/src/project/file…
7 "Longest matching prefix for 'c:/root/src/project/file2' is 'c:/root/src/'.",
8 …"Loading 'project/file2' from the root dir 'c:/root/src/', candidate location 'c:/root/src/project…
9 …"Loading module as file / folder, candidate module location 'c:/root/src/project/file2', target fi…
10 "Directory 'c:/root/src/project' does not exist, skipping all lookups in it.",
12 …"Loading 'project/file2' from the root dir 'c:/root/generated/src', candidate location 'c:/root/ge…
13 …"Loading module as file / folder, candidate module location 'c:/root/generated/src/project/file2',…
14 "File 'c:/root/generated/src/project/file2.ts' exist - use it as a name resolution result.",
[all …]
DpathMappingBasedModuleResolution7_classic.trace.json2 "======== Resolving module './project/file2' from 'c:/root/src/file1.ts'. ========",
5 …"Checking if 'c:/root/src/' is the longest matching prefix for 'c:/root/src/project/file2' - 'true…
6 …"Checking if 'c:/root/generated/src/' is the longest matching prefix for 'c:/root/src/project/file…
7 "Longest matching prefix for 'c:/root/src/project/file2' is 'c:/root/src/'.",
8 …"Loading 'project/file2' from the root dir 'c:/root/src/', candidate location 'c:/root/src/project…
10 …"Loading 'project/file2' from the root dir 'c:/root/generated/src', candidate location 'c:/root/ge…
11 "File 'c:/root/generated/src/project/file2.ts' exist - use it as a name resolution result.",
12 …"======== Module name './project/file2' was successfully resolved to 'c:/root/generated/src/projec…
13 "======== Resolving module 'module3' from 'c:/root/src/file1.ts'. ========",
15 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'modul…
[all …]
DpathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.trace.json2 "======== Resolving module '/foo' from '/root/a.ts'. ========",
4 …"'baseUrl' option is set to '/root', using this value to resolve non-relative module name '/foo'.",
8 …"Loading module as file / folder, candidate module location '/root/src/foo', target file type 'Typ…
9 "File '/root/src/foo.ts' exist - use it as a name resolution result.",
10 "======== Module name '/foo' was successfully resolved to '/root/src/foo.ts'. ========",
11 "======== Resolving module '/bar' from '/root/a.ts'. ========",
13 …"'baseUrl' option is set to '/root', using this value to resolve non-relative module name '/bar'.",
17 …"Loading module as file / folder, candidate module location '/root/src/bar', target file type 'Typ…
18 "File '/root/src/bar.ts' does not exist.",
19 "File '/root/src/bar.tsx' does not exist.",
[all …]
DpathMappingBasedModuleResolution6_classic.trace.json2 "======== Resolving module './project/file3' from 'c:/root/src/file1.ts'. ========",
5 …"Checking if 'c:/root/src/' is the longest matching prefix for 'c:/root/src/project/file3' - 'true…
6 …"Checking if 'c:/root/generated/src/' is the longest matching prefix for 'c:/root/src/project/file…
7 "Longest matching prefix for 'c:/root/src/project/file3' is 'c:/root/src/'.",
8 …"Loading 'project/file3' from the root dir 'c:/root/src/', candidate location 'c:/root/src/project…
10 …"Loading 'project/file3' from the root dir 'c:/root/generated/src', candidate location 'c:/root/ge…
11 "File 'c:/root/generated/src/project/file3.ts' exist - use it as a name resolution result.",
12 …"======== Module name './project/file3' was successfully resolved to 'c:/root/generated/src/projec…
13 "======== Resolving module '../file2' from 'c:/root/generated/src/project/file3.ts'. ========",
16 …"Checking if 'c:/root/src/' is the longest matching prefix for 'c:/root/generated/src/file2' - 'fa…
[all …]
DpathMappingBasedModuleResolution5_node.trace.json2 "======== Resolving module 'folder2/file1' from 'c:/root/folder1/file1.ts'. ========",
4 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'folde…
8 …"Loading module as file / folder, candidate module location 'c:/root/folder2/file1', target file t…
9 "File 'c:/root/folder2/file1.ts' exist - use it as a name resolution result.",
10 …"======== Module name 'folder2/file1' was successfully resolved to 'c:/root/folder2/file1.ts'. ===…
11 "======== Resolving module 'folder3/file2' from 'c:/root/folder1/file1.ts'. ========",
13 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'folde…
17 …"Loading module as file / folder, candidate module location 'c:/root/folder3/file2', target file t…
19 …"Loading module as file / folder, candidate module location 'c:/root/generated/folder3/file2', tar…
20 "File 'c:/root/generated/folder3/file2.ts' exist - use it as a name resolution result.",
[all …]
DmoduleAugmentationDoesNamespaceEnumMergeOfReexport.types2 export namespace Root {
19 export enum Root {
20 >Root : Root
23 >A : Root
26 >B : Root
29 >C : Root
33 declare const f: ns.Root.Foo;
34 >f : ns.Root.Foo
36 >Root : any
38 const g: ns.Root = ns.Root.A;
[all …]
DpathMappingBasedModuleResolution3_classic.trace.json2 "======== Resolving module 'folder2/file2' from 'c:/root/folder1/file1.ts'. ========",
4 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'folde…
5 … "Resolving module name 'folder2/file2' relative to base url 'c:/root' - 'c:/root/folder2/file2'.",
6 "File 'c:/root/folder2/file2.ts' exist - use it as a name resolution result.",
7 …"======== Module name 'folder2/file2' was successfully resolved to 'c:/root/folder2/file2.ts'. ===…
8 "======== Resolving module './file3' from 'c:/root/folder2/file2.ts'. ========",
10 "File 'c:/root/folder2/file3.ts' exist - use it as a name resolution result.",
11 …"======== Module name './file3' was successfully resolved to 'c:/root/folder2/file3.ts'. ========",
12 "======== Resolving module 'file4' from 'c:/root/folder2/file2.ts'. ========",
14 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'file4…
[all …]
DpathMappingBasedModuleResolution4_classic.trace.json2 "======== Resolving module 'folder2/file2' from 'c:/root/folder1/file1.ts'. ========",
4 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'folde…
5 … "Resolving module name 'folder2/file2' relative to base url 'c:/root' - 'c:/root/folder2/file2'.",
6 "File 'c:/root/folder2/file2.ts' exist - use it as a name resolution result.",
7 …"======== Module name 'folder2/file2' was successfully resolved to 'c:/root/folder2/file2.ts'. ===…
8 "======== Resolving module './file3' from 'c:/root/folder2/file2.ts'. ========",
10 "File 'c:/root/folder2/file3.ts' exist - use it as a name resolution result.",
11 …"======== Module name './file3' was successfully resolved to 'c:/root/folder2/file3.ts'. ========",
12 "======== Resolving module 'file4' from 'c:/root/folder2/file2.ts'. ========",
14 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'file4…
[all …]
DmoduleAugmentationDoesNamespaceEnumMergeOfReexport.symbols2 export namespace Root {
3 >Root : Symbol(Root, Decl(file.ts, 0, 0), Decl(augment.ts, 2, 29))
23 export enum Root {
24 >Root : Symbol(Root, Decl(file.ts, 0, 0), Decl(augment.ts, 2, 29))
27 >A : Symbol(Root.A, Decl(augment.ts, 4, 22))
30 >B : Symbol(Root.B, Decl(augment.ts, 5, 10))
33 >C : Symbol(Root.C, Decl(augment.ts, 6, 10))
37 declare const f: ns.Root.Foo;
40 >Root : Symbol(ns.Root, Decl(file.ts, 0, 0), Decl(augment.ts, 2, 29))
41 >Foo : Symbol(ns.Root.Foo, Decl(file.ts, 0, 23))
[all …]
DpathMappingBasedModuleResolution5_classic.trace.json2 "======== Resolving module 'folder2/file1' from 'c:/root/folder1/file1.ts'. ========",
4 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'folde…
8 "File 'c:/root/folder2/file1.ts' exist - use it as a name resolution result.",
9 …"======== Module name 'folder2/file1' was successfully resolved to 'c:/root/folder2/file1.ts'. ===…
10 "======== Resolving module 'folder3/file2' from 'c:/root/folder1/file1.ts'. ========",
12 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'folde…
17 "File 'c:/root/generated/folder3/file2.ts' exist - use it as a name resolution result.",
18 …"======== Module name 'folder3/file2' was successfully resolved to 'c:/root/generated/folder3/file…
19 "======== Resolving module 'components/file3' from 'c:/root/folder1/file1.ts'. ========",
21 …"'baseUrl' option is set to 'c:/root', using this value to resolve non-relative module name 'compo…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableMap.h73 TreeTy* Root;
76 /// Constructs a map from a pointer to a tree root. In general one
80 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { in ImmutableMap()
81 if (Root) { Root->retain(); } in ImmutableMap()
84 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { in ImmutableMap()
85 if (Root) { Root->retain(); } in ImmutableMap()
89 if (Root) { Root->release(); } in ~ImmutableMap()
93 if (Root != X.Root) {
94 if (X.Root) { X.Root->retain(); }
95 if (Root) { Root->release(); }
[all …]
/third_party/node/doc/guides/
Dmaintaining-root-certs.md1 # Maintaining the root certificates
3 Node.js contains a compiled-in set of root certificates used as trust anchors
13 Root certificates should be updated sometime after Mozilla makes an NSS release,
18 Commands assume that the current working directory is the root of a checkout of
71 < Parsing: Visa eCommerce Root
75 < Parsing: Certplus Root CA G1
76 < Parsing: Certplus Root CA G2
77 < Parsing: OpenTrust Root CA G1
78 < Parsing: OpenTrust Root CA G2
79 < Parsing: OpenTrust Root CA G3
[all …]
/third_party/openssl/test/recipes/
D25-test_verify.t33 ok(verify("ee-cert", "sslserver", ["root-cert"], ["ca-cert"]),
36 # Root CA variants
37 ok(!verify("ee-cert", "sslserver", [qw(root-nonca)], [qw(ca-cert)]),
38 "fail trusted non-ca root");
40 "fail server trust non-ca root");
42 "fail wildcard trust non-ca root");
43 ok(!verify("ee-cert", "sslserver", [qw(root-cert2)], [qw(ca-cert)]),
44 "fail wrong root key");
45 ok(!verify("ee-cert", "sslserver", [qw(root-name2)], [qw(ca-cert)]),
46 "fail wrong root DN");
[all …]
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c65 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); in test_cil_copy_list()
87 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); in test_cil_copy_list_sublist()
111 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); in test_cil_copy_list_sublist_extra()
156 test_ast_node->parent = test_db->ast->root; in test_cil_copy_block()
159 cil_gen_block(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0); in test_cil_copy_block()
200 cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node); in test_cil_copy_perm()
203 cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head->next, test_ast_node); in test_cil_copy_perm()
206 …cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head->next->next, test_ast… in test_cil_copy_perm()
224 test_ast_node->parent = test_db->ast->root; in test_cil_copy_class()
227 cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_class()
[all …]
/third_party/openssl/test/certs/
Dsetup.sh3 # Primary root: root-cert
4 # root cert variants: CA:false, key2, DN2
7 ./mkcert.sh genroot "Root CA" root-key root-cert
8 DAYS=-1 ./mkcert.sh genroot "Root CA" root-key root-expired
9 ./mkcert.sh genss "Root CA" root-key root-nonca
10 ./mkcert.sh genroot "Root CA" root-key2 root-cert2
11 ./mkcert.sh genroot "Root Cert 2" root-key root-name2
12 ./mkcert.sh genroot "Cross Root" cross-key cross-root
13 ./mkcert.sh genca "Root CA" root-key root-cross-cert cross-key cross-root
15 openssl x509 -in root-cert.pem -trustout \
[all …]
/third_party/libxml2/python/tests/
Dserialize.py11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
26 <root>
28 </root>
34 <root>
36 </root>
44 root = doc.getRootElement() variable
45 str = root.serialize()
46 if str != """<root><foo>hello</foo></root>""":
[all …]
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts934 const file1: File = { name: "/root/folder1/file1.ts" };
935 const file2: File = { name: "/root/folder2/file2.ts" };
936 const file3: File = { name: "/root/folder2/file3.ts" };
939 const options: CompilerOptions = { moduleResolution, baseUrl: "/root" };
949 … const result = resolveModuleName("/root/folder1/file1", file2.name, options, host);
962 const main: File = { name: "/root/a/b/main.ts" };
963 const m1: File = { name: "/root/m1.ts" }; // load file as module
964 const m2: File = { name: "/root/m2/index.d.ts" }; // load folder as module
965 …const m3: File = { name: "/root/m3/package.json", content: JSON.stringify({ typings: "dist/typings…
966 const m3Typings: File = { name: "/root/m3/dist/typings.d.ts" };
[all …]

12345678910>>...295