Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 3122) sorted by relevance

12345678910>>...125

/third_party/boost/libs/graph/example/figs/
Dospf-graph.dot35 RT1 -> N1[label="3"]
36 RT1 -> N3[label="1"]
38 RT2 -> N2[label="3"]
39 RT2 -> N3[label="1"]
41 RT3 -> RT6[label="8"]
42 RT3 -> N3[label="1"]
43 RT3 -> N4[label="2"]
45 RT4 -> N3[label="1"]
46 RT4 -> RT5[label="8"]
48 RT5 -> RT4[label="8"]
[all …]
Dtelephone-network.dot21 Nobel -- McKellar[label="9", weight="9"]
22 Nobel -- "Parry Sound"[label="3", weight="3"]
23 McKellar -- Dunchurch[label="11", weight="11"]
24 Dunchurch -- Magnetawan[label="12", weight="12"]
25 McKellar -- Magnetawan[label="30", weight="30"]
26 Magnetawan -- Kearny[label="20", weight="20"]
27 Magnetawan -- Sprucedale[label="20", weight="20"]
28 Kearny -- Sprucedale[label="13", weight="13"]
29 Sprucedale -- Novar[label="18", weight="18"]
30 Sprucedale -- Huntsville[label="15", weight="15"]
[all …]
/third_party/boost/libs/graph/example/
Dtest-astar-cities.dot2 0[label="Troy", pos="460,193", fontsize="11"];
3 1[label="Lake Placid", pos="432,338", fontsize="11"];
4 2[label="Plattsburgh", pos="480,378", fontsize="11"];
5 3[label="Massena", pos="352,400", fontsize="11"];
6 4[label="Watertown", pos="262,309", fontsize="11"];
7 5[label="Utica", pos="322,228", fontsize="11"];
8 6[label="Syracuse", pos="241,222", fontsize="11"];
9 7[label="Rochester", pos="111,234", fontsize="11"];
10 8[label="Buffalo", pos="0,208", fontsize="11"];
11 9[label="Ithaca", pos="209,166", fontsize="11"];
[all …]
/third_party/grpc/tools/run_tests/sanity/
Dcheck_test_filtering.py73 for label in labels:
75 self.assertNotIn(label, job.labels)
78 for label in labels:
80 if (label in job.labels):
92 label for label in _LIST_OF_LANGUAGE_LABELS
93 if label not in filter_pull_request_tests._CORE_TEST_SUITE.labels +
97 label for label in _LIST_OF_LANGUAGE_LABELS
98 if label not in filter_pull_request_tests._CPP_TEST_SUITE.labels
101 label for label in _LIST_OF_LANGUAGE_LABELS
102 if label not in filter_pull_request_tests._CSHARP_TEST_SUITE.labels
[all …]
/third_party/python/Lib/encodings/
Didna.py14 def nameprep(label): argument
17 for c in label:
22 label = "".join(newlabel)
25 label = unicodedata.normalize("NFKC", label)
28 for c in label:
41 RandAL = [stringprep.in_table_d1(x) for x in label]
49 if any(stringprep.in_table_d2(x) for x in label):
58 return label
60 def ToASCII(label): argument
63 label = label.encode("ascii")
[all …]
/third_party/typescript/tests/baselines/reference/
DlabeledStatementWithLabel.types2 label: function fn() { }
3 >label : any
6 label: function* gen() { }
7 >label : any
10 label: async function gen1() { }
11 >label : any
14 label: enum E {}
15 >label : any
18 label: interface I {}
19 >label : any
[all …]
DlabeledStatementWithLabel_es2015.types2 label: function fn() { }
3 >label : any
6 label: function* gen() { }
7 >label : any
10 label: async function gen1() { }
11 >label : any
14 label: enum E {}
15 >label : any
18 label: interface I {}
19 >label : any
[all …]
DlabeledStatementWithLabel_strict.types5 label: function fn() { }
6 >label : any
9 label: function* gen() { }
10 >label : any
13 label: async function gen1() { }
14 >label : any
17 label: enum E {}
18 >label : any
21 label: interface I {}
22 >label : any
[all …]
DlabeledStatementWithLabel_es2015.js2 label: function fn() { }
3 label: function* gen() { }
4 label: async function gen1() { }
5 label: enum E {}
6 label: interface I {}
7 label: class C { }
8 label: var a = 1;
9 label: let b = 1;
10 label: const c = 1;
12 label: module M { }
[all …]
DlabeledStatementWithLabel_strict.js3 label: function fn() { }
4 label: function* gen() { }
5 label: async function gen1() { }
6 label: enum E {}
7 label: interface I {}
8 label: class C { }
9 label: var a = 1;
10 label: let b = 1;
11 label: const c = 1;
13 label: module M { }
[all …]
Des5-asyncFunctionDoStatements.js94 switch (_a.label) {
98 _a.label = 2;
101 _a.label = 3;
110 switch (_a.label) {
113 _a.label = 1;
117 _a.label = 3;
136 switch (_a.label) {
143 _a.label = 3;
152 switch (_a.label) {
159 _a.label = 2;
[all …]
DlabeledStatementWithLabel.js2 label: function fn() { }
3 label: function* gen() { }
4 label: async function gen1() { }
5 label: enum E {}
6 label: interface I {}
7 label: class C { }
8 label: var a = 1;
9 label: let b = 1;
10 label: const c = 1;
12 label: module M { }
[all …]
Des5-asyncFunctionForOfStatements.js97 switch (_b.label) {
103 _b.label = 2;
108 _b.label = 3;
121 switch (_a.label) {
124 _a.label = 1;
131 _a.label = 3;
144 switch (_a.label) {
147 _a.label = 1;
154 _a.label = 3;
167 switch (_b.label) {
[all …]
DlabeledStatementWithLabel_strict.errors.txt1 …eledStatements/labeledStatementWithLabel_strict.ts(2,1): error TS1344: 'A label is not allowed her…
2 …eledStatements/labeledStatementWithLabel_strict.ts(3,1): error TS1344: 'A label is not allowed her…
3 …eledStatements/labeledStatementWithLabel_strict.ts(4,1): error TS1344: 'A label is not allowed her…
4 …eledStatements/labeledStatementWithLabel_strict.ts(5,1): error TS1344: 'A label is not allowed her…
5 …eledStatements/labeledStatementWithLabel_strict.ts(6,1): error TS1344: 'A label is not allowed her…
6 …eledStatements/labeledStatementWithLabel_strict.ts(7,1): error TS1344: 'A label is not allowed her…
7 …eledStatements/labeledStatementWithLabel_strict.ts(8,1): error TS1344: 'A label is not allowed her…
8 …eledStatements/labeledStatementWithLabel_strict.ts(9,1): error TS1344: 'A label is not allowed her…
9 …ledStatements/labeledStatementWithLabel_strict.ts(10,1): error TS1344: 'A label is not allowed her…
10 …ledStatements/labeledStatementWithLabel_strict.ts(12,1): error TS1344: 'A label is not allowed her…
[all …]
/third_party/weston/doc/sphinx/toc/libweston/images/
Dinitial-heads.msc6 c [label = "compositor"], w [label = "libweston core"],
7 b [label = "backend"];
11 c => w [label = "weston_compositor_load_backend()"];
12 w => b [label = "init"];
14 --- [label = "Create initial heads"];
15 b box b [label = "Backend discovers an entity to create a head for."];
17 w <: b [label = "weston_head_init()"];
18 b box b [label = "assign hw resource to head"];
19 w <: b [label = "weston_head_set_monitor_strings()"];
20 w <: b [label = "weston_head_set_physical_size()"];
[all …]
Dcreate_output.msc6 c [label = "compositor"], w [label = "libweston core"],
7 b [label = "backend"];
11 --- [label = "Compositor creates an output for a head"];
13 c box c [label = "Have an existing head to process."];
14 c => w [label = "weston_compositor_create_output_with_head()"];
15 w => b [label = "weston_backend::create_output()"];
16 w << b [label = "an empty output, no hw resources"];
17 w => b [label = "weston_output::attach_head()"];
18 w << b [label = "success"];
19 c << w [label = "success"];
[all …]
Dhead-destroyed.msc6 c [label = "compositor"], w [label = "libweston core"],
7 b [label = "backend"];
11 --- [label = "Head is destroyed for an enabled output"];
13 b box b [label = "A head disappears, e.g. MST connector is removed, not just disconnected"];
15 w <= b [label = "weston_head_release()"];
16 c x- w [label = "head->destroy_signal"];
17 w => w [label = "weston_head_detach()"];
18 w :> b [label = "weston_output::detach_head()"];
19 w note w [label = "No heads left in the output."];
20 w => w [label = "weston_output_disable()"];
[all …]
Ddestroy-output.msc6 c [label = "compositor"], w [label = "libweston core"],
7 b [label = "backend"];
11 --- [label = "Compositor destroys an output for a head"];
13 …c box c [label = "A head is found disconnected, is being destroyed, or something else needs it dis…
15 c => w [label = "weston_head_get_output()"];
16 c << w [label = "weston_output"];
18 c box c [label = "decide the output needs to be destroyed"];
20 c => w [label = "weston_output_destroy()"];
21 w => b [label = "weston_output::destroy()"];
22 w <= b [label = "weston_output_release()"];
[all …]
Dreact-to-heads-changed.msc6 c [label = "compositor"], w [label = "libweston core"],
7 b [label = "backend"];
11 --- [label = "Compositor reacts to heads_changed"];
13 c <<= w [label = "heads_changed callback"];
14 c box c [label = "Iterate with weston_compositor_iterate_heads(), for each head"];
15 c => w [label = "weston_head_is_connected()"];
16 c << w [label = "bool"];
17 c => w [label = "weston_head_is_enabled()"];
18 c << w [label = "bool"];
19 c => w [label = "weston_head_is_device_changed()"];
[all …]
/third_party/openssl/crypto/
Dx86cpuid.pl36 &jnc (&label("nocpuid"));
50 &jz (&label("intel"));
61 &jnz (&label("intel"));
67 &jb (&label("intel"));
74 &jb (&label("intel"));
85 &jnc (&label("generic"));
89 &ja (&label("generic"));
91 &jmp (&label("generic"));
96 &jb (&label("nocacheinfo"));
111 &jne (&label("notintel"));
[all …]
/third_party/uboot/u-boot-2020.01/cmd/
Dpxe_utils.c239 struct pxe_label *label; in label_create() local
241 label = malloc(sizeof(struct pxe_label)); in label_create()
243 if (!label) in label_create()
246 memset(label, 0, sizeof(struct pxe_label)); in label_create()
248 return label; in label_create()
259 static void label_destroy(struct pxe_label *label) in label_destroy() argument
261 if (label->name) in label_destroy()
262 free(label->name); in label_destroy()
264 if (label->kernel) in label_destroy()
265 free(label->kernel); in label_destroy()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp25 std::string label = "test"; in TEST_F() local
43 bindGroup.SetLabel(label.c_str()); in TEST_F()
45 ASSERT_EQ(label, readbackLabel); in TEST_F()
50 descriptor.label = label.c_str(); in TEST_F()
53 ASSERT_EQ(label, readbackLabel); in TEST_F()
59 std::string label = "test"; in TEST_F() local
75 bindGroupLayout.SetLabel(label.c_str()); in TEST_F()
77 ASSERT_EQ(label, readbackLabel); in TEST_F()
82 descriptor.label = label.c_str(); in TEST_F()
85 ASSERT_EQ(label, readbackLabel); in TEST_F()
[all …]
/third_party/eudev/src/shared/
Dsmack-util.c48 int mac_smack_apply(const char *path, const char *label) { in mac_smack_apply() argument
57 if (label) in mac_smack_apply()
58 r = lsetxattr(path, "security.SMACK64", label, strlen(label), 0); in mac_smack_apply()
68 int mac_smack_apply_fd(int fd, const char *label) { in mac_smack_apply_fd() argument
77 if (label) in mac_smack_apply_fd()
78 r = fsetxattr(fd, "security.SMACK64", label, strlen(label), 0); in mac_smack_apply_fd()
88 int mac_smack_apply_ip_out_fd(int fd, const char *label) { in mac_smack_apply_ip_out_fd() argument
97 if (label) in mac_smack_apply_ip_out_fd()
98 r = fsetxattr(fd, "security.SMACK64IPOUT", label, strlen(label), 0); in mac_smack_apply_ip_out_fd()
108 int mac_smack_apply_ip_in_fd(int fd, const char *label) { in mac_smack_apply_ip_in_fd() argument
[all …]
/third_party/gstreamer/gstreamer/docs/gst/
Dgst-universe.dot20 label="GStreamer Universe";
31 element_factory [href="GstElementFactory.html", label="element factory"];
35 pad_template [href="GstPadTemplate.html", label="pad template"];
38 plugin_feature [href="GstPluginFeature.html", label="plugin feature"];
44 bin -> element [label="is-a"];
45 pipeline -> bin [label="is-a"];
46 pipeline -> bus [label="has 1"];
47 pipeline -> clock [label="has 1"];
48 element -> pad_template [label="has n"];
49 element -> pad [label="has n"];
[all …]
/third_party/node/test/fixtures/wpt/encoding/
Dunsupported-encodings.any.js5 ['UTF-7', 'utf-7'].forEach(label => {
6 decode_test(label, '+AD4', 'U+002B/U+0041/U+0044/U+0034',
7 `${label} should not be supported`);
11 ['UTF-32', 'utf-32', 'UTF-32LE', 'utf-32le'].forEach(label => {
12 decode_test(label,
15 `${label} with BOM should decode as UTF-16LE`);
17 decode_test(label,
20 `${label} with no BOM should decode as UTF-8`);;
22 ['UTF-32be', 'utf-32be'].forEach(label => {
23 decode_test(label,
[all …]

12345678910>>...125