Home
last modified time | relevance | path

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

12345678910>>...116

/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]
50 if any(stringprep.in_table_d2(x) for x in label):
60 return label
62 def ToASCII(label): argument
65 label = label.encode("ascii")
[all …]
/third_party/typescript/tests/baselines/reference/
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.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_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/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/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 …]
/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/ltp/tools/sparse/sparse-src/validation/
Dasm-inline.c9 asm goto ("g" :::: label); in foo()
10 asm volatile goto ("vg" :::: label); in foo()
11 asm inline goto ("ig" :::: label); in foo()
12 asm volatile inline goto ("vig" :::: label); in foo()
13 asm inline volatile goto ("ivg" :::: label); in foo()
15 asm goto volatile ("gv" :::: label); in foo()
16 asm goto inline ("gi" :::: label); in foo()
17 asm goto volatile inline ("gvi" :::: label); in foo()
18 asm goto inline volatile ("giv" :::: label); in foo()
19 asm volatile goto inline ("vgi" :::: label); in foo()
[all …]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java291 int label = 0; in fastSingle() local
328 label = EndLoop; in fastSingle()
330 return label; in fastSingle()
352 label = SingleByteMode; in fastSingle()
353 return label; in fastSingle()
357 int label = SingleByteMode; in singleByteMode() local
362 label = EndLoop; in singleByteMode()
363 return label; in singleByteMode()
376 label = FastSingle; in singleByteMode()
377 return label; in singleByteMode()
[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/gstplugins_bad/ext/lv2/
Dswh-lv2-port-groups.patch8 + <group label="main_in" type="StereoGroup"/>
9 + <group label="main_out" type="StereoGroup"/>
11 <port label="lo" dir="input" type="control" hint="default_0">
18 - <port label="left_input" dir="input" type="audio">
19 + <port label="left_input" dir="input" type="audio" group="main_in" role="leftChannel">
22 - <port label="right_input" dir="input" type="audio">
23 + <port label="right_input" dir="input" type="audio" group="main_in" role="rightChannel">
27 - <port label="left_output" dir="output" type="audio">
28 + <port label="left_output" dir="output" type="audio" group="main_out" role="leftChannel">
32 - <port label="right_output" dir="output" type="audio">
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dscrollable_semantics_traversal_order_test.dart81 label: 'Item 13a',
86 label: 'item 13b',
96 label: 'Item 14a',
101 label: 'item 14b',
109 label: 'Item 15a',
113 label: 'item 15b',
121 label: 'Item 16a',
125 label: 'item 16b',
133 label: 'Item 17a',
137 label: 'item 17b',
[all …]

12345678910>>...116