Home
last modified time | relevance | path

Searched full:labels (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/third_party/node/test/fixtures/wpt/encoding/resources/
Dencodings.js10 "labels": [ property
23 "labels": [ property
32 "labels": [ property
46 "labels": [ property
60 "labels": [ property
74 "labels": [ property
87 "labels": [ property
106 "labels": [ property
123 "labels": [ property
139 "labels": [ property
[all …]
/third_party/python/Lib/encodings/
Didna.py160 labels = result.split(b'.')
161 for label in labels[:-1]:
164 if len(labels[-1]) >= 64:
169 labels = dots.split(input)
170 if labels and not labels[-1]:
172 del labels[-1]
175 for label in labels:
202 labels = input.split(b".")
204 if labels and len(labels[-1]) == 0:
206 del labels[-1]
[all …]
/third_party/rust/crates/codespan/codespan-reporting/src/
Ddiagnostic.rs56 /// Labels that describe the primary cause of a diagnostic.
58 /// Labels that provide additional context for a diagnostic.
116 …iest starting position and has the highest style which appears in all the labels of the diagnostic.
128 /// sense on its own, without additional context provided by labels and notes.
130 /// Source labels that describe the cause of the diagnostic.
131 /// The order of the labels inside the vector does not have any meaning.
132 /// The labels are always arranged in the order they appear in the source code.
133 pub labels: Vec<Label<FileId>>, field
146 labels: Vec::new(), in new()
198 /// Add some labels to the diagnostic.
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_debug_utils.c198 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdBeginDebugUtilsLabelEXT()
200 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT, in vk_common_CmdBeginDebugUtilsLabelEXT()
214 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdEndDebugUtilsLabelEXT()
216 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdEndDebugUtilsLabelEXT()
231 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdInsertDebugUtilsLabelEXT()
233 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT, in vk_common_CmdInsertDebugUtilsLabelEXT()
249 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueBeginDebugUtilsLabelEXT()
251 util_dynarray_append(&queue->labels, VkDebugUtilsLabelEXT, *pLabelInfo); in vk_common_QueueBeginDebugUtilsLabelEXT()
264 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueEndDebugUtilsLabelEXT()
266 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueEndDebugUtilsLabelEXT()
[all …]
Dvk_command_buffer.h87 * The next two fields represent debug labels storage.
90 * with a command buffer attached to it, all "active" labels will also be
107 * \c labels contains all active labels at this point in order of submission
109 * If \t labels is empty \t region_begin must be true.
111 * Anytime we modify labels, we first check for \c region_begin. If it's
121 struct util_dynarray labels; member
Dvk_queue.h112 * The next two fields represent debug labels storage.
115 * with a queue attached to it, all "active" labels will also be provided
132 * \c labels contains all active labels at this point in order of submission
134 * If \t labels is empty \t region_begin must be true.
136 * Anytime we modify labels, we first check for \c region_begin. If it's
146 struct util_dynarray labels; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java35 * The draft defines 2 operations: ToASCII and ToUnicode. Domain labels
64 * Option to allow unassigned code points in domain names and labels.
74 * for example the restriction of labels to LDH characters
161 * Labels with severe errors will be left in (or turned into) their Unicode form.
189 * Labels with severe errors will be left in (or turned into) their Unicode form.
432 * it might contain characters that are not allowed in ACE labels,
475 * This operation is done on <b>single labels</b> before sending it to something that expects
476 * ASCII names. A label is an individual part of a domain name. Labels are usually
477 * separated by dots; e.g." "www.example.com" is composed of 3 labels
507 * This operation is done on <b>single labels</b> before sending it to something that expects
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DIDNA.java36 * The draft defines 2 operations: ToASCII and ToUnicode. Domain labels
63 * Option to allow unassigned code points in domain names and labels.
74 * for example the restriction of labels to LDH characters
154 * Labels with severe errors will be left in (or turned into) their Unicode form.
180 * Labels with severe errors will be left in (or turned into) their Unicode form.
416 * it might contain characters that are not allowed in ACE labels,
455 * This operation is done on <b>single labels</b> before sending it to something that expects
456 * ASCII names. A label is an individual part of a domain name. Labels are usually
457 * separated by dots; e.g." "www.example.com" is composed of 3 labels
488 * This operation is done on <b>single labels</b> before sending it to something that expects
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dalphaindex.h48 * in scripts that sort before any of the bucket labels in this index.
55 * in scripts that sort between two of the bucket labels in this index.
56 * Inflow labels are created when an index contains normal labels for
65 * that sort after all of the bucket labels in this index.
103 * The class can generate a list of labels for use as a UI "index", that is, a list of
112 * is constructed with labels for Russian and English, Greek characters would fall
172 * buckets and their labels and label types.
174 * can be used to get a list of the labels,
260 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
315 * The index will be created with no labels; the addLabels() function must be called
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dalphaindex.h48 * in scripts that sort before any of the bucket labels in this index.
55 * in scripts that sort between two of the bucket labels in this index.
56 * Inflow labels are created when an index contains normal labels for
65 * that sort after all of the bucket labels in this index.
103 * The class can generate a list of labels for use as a UI "index", that is, a list of
112 * is constructed with labels for Russian and English, Greek characters would fall
172 * buckets and their labels and label types.
174 * can be used to get a list of the labels,
260 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
315 * The index will be created with no labels; the addLabels() function must be called
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dalphaindex.h45 * in scripts that sort before any of the bucket labels in this index.
52 * in scripts that sort between two of the bucket labels in this index.
53 * Inflow labels are created when an index contains normal labels for
62 * that sort after all of the bucket labels in this index.
100 * The class can generate a list of labels for use as a UI "index", that is, a list of
109 * is constructed with labels for Russian and English, Greek characters would fall
169 * buckets and their labels and label types.
171 * can be used to get a list of the labels,
257 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
312 * The index will be created with no labels; the addLabels() function must be called
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dalphaindex.h48 * in scripts that sort before any of the bucket labels in this index.
55 * in scripts that sort between two of the bucket labels in this index.
56 * Inflow labels are created when an index contains normal labels for
65 * that sort after all of the bucket labels in this index.
103 * The class can generate a list of labels for use as a UI "index", that is, a list of
112 * is constructed with labels for Russian and English, Greek characters would fall
172 * buckets and their labels and label types.
174 * can be used to get a list of the labels,
260 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
315 * The index will be created with no labels; the addLabels() function must be called
[all …]
/third_party/icu/icu4c/source/test/intltest/
Didnaref.h34 * This operation is done on <b>single labels</b> before sending it to something that expects
35 * ASCII names. A label is an individual part of a domain name. Labels are usually
36 * separated by dots; for e.g." "www.example.com" is composed of 3 labels
73 * This operation is done on <b>single labels</b> before sending it to something that expects
74 * ASCII names. A label is an individual part of a domain name. Labels are usually
75 * separated by dots; for e.g." "www.example.com" is composed of 3 labels
117 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
119 * set will apply to all labels in the domain name
156 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
158 * set will apply to all labels in the domain name
[all …]
/third_party/rust/crates/nix/
DCONTRIBUTING.md40 ## Labels section in Issues
42 We use labels to help manage issues. The structure is modeled after
43 [Rust's issue labeling scheme][rust-labels]:
44 - **A-** prefixed labels state which area of the project the issue
46 - **E-** prefixed labels explain the level of experience necessary to fix the
48 - **O-** prefixed labels specify the OS for issues that are OS-specific
49 - **R-** prefixed labels specify the architecture for issues that are
52 [rust-labels]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#issue-triage
/third_party/python/Lib/lib2to3/pgen2/
Dgrammar.py61 labels -- a list of (x, y) pairs where x is either a token
70 keywords -- a dict mapping keyword strings to arc labels.
72 tokens -- a dict mapping token numbers to arc labels.
81 self.labels = [(0, "EMPTY")]
110 new.labels = self.labels[:]
126 print("labels")
127 pprint(self.labels)
Dconv.py96 3) a table defining labels
198 # Parse the labels
199 labels = []
201 mo = re.match(r"static label labels\[(\d+)\] = {$", line)
214 labels.append((x, y))
217 self.labels = labels
230 mo = re.match(r"\s+{(\d+), labels},$", line)
233 assert nlabels == len(self.labels), (lineno, line)
251 self.keywords = {} # map from keyword strings to arc labels
252 self.tokens = {} # map from numeric token values to arc labels
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp76 // FIXME: Also mark labels when in MIPS16 mode. in createPendingLabelRelocs()
78 for (auto *L : Labels) { in createPendingLabelRelocs()
85 Labels.clear(); in createPendingLabelRelocs()
90 Labels.push_back(Symbol); in EmitLabel()
96 Labels.clear(); in SwitchSection()
102 Labels.clear(); in EmitValueImpl()
107 Labels.clear(); in EmitIntValue()
DMipsELFStreamer.h33 SmallVector<MCSymbol*, 4> Labels; variable
46 /// Overriding this function allows us to record all labels that should be
51 /// Overriding this function allows us to dismiss all labels that are
56 /// Overriding these functions allows us to dismiss all labels that are
62 // Overriding these functions allows us to avoid recording of these labels
71 /// Mark labels as microMIPS, if necessary for the subtarget.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddataflow.h106 // Indicates where labels should be in the worklist RPO ordering.
108 // Labels should be placed at the beginning of their blocks.
110 // Labels should be placed at the end of their blocks.
112 // Labels should not be in the worklist.
114 // Only labels should be placed in the worklist.
123 // |is_first_iteration|. Labels are placed according to the label position
137 // Enqueues the labels of the successors of the block corresponding to the
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddataflow.h106 // Indicates where labels should be in the worklist RPO ordering.
108 // Labels should be placed at the beginning of their blocks.
110 // Labels should be placed at the end of their blocks.
112 // Labels should not be in the worklist.
114 // Only labels should be placed in the worklist.
123 // |is_first_iteration|. Labels are placed according to the label position
137 // Enqueues the labels of the successors of the block corresponding to the
/third_party/spirv-tools/source/opt/
Ddataflow.h106 // Indicates where labels should be in the worklist RPO ordering.
108 // Labels should be placed at the beginning of their blocks.
110 // Labels should be placed at the end of their blocks.
112 // Labels should not be in the worklist.
114 // Only labels should be placed in the worklist.
123 // |is_first_iteration|. Labels are placed according to the label position
137 // Enqueues the labels of the successors of the block corresponding to the
/third_party/python/Lib/idlelib/idle_test/
Dtest_statusbar.py25 self.assertEqual(bar.labels, {})
30 self.assertIn('left', bar.labels)
31 left = bar.labels['left']
37 self.assertEqual(bar.labels['right']['text'], 'correct text')
/third_party/node/deps/npm/node_modules/color-convert/
Dconversions.js16 rgb: {channels: 3, labels: 'rgb'},
17 hsl: {channels: 3, labels: 'hsl'},
18 hsv: {channels: 3, labels: 'hsv'},
19 hwb: {channels: 3, labels: 'hwb'},
20 cmyk: {channels: 4, labels: 'cmyk'},
21 xyz: {channels: 3, labels: 'xyz'},
22 lab: {channels: 3, labels: 'lab'},
23 lch: {channels: 3, labels: 'lch'},
24 hex: {channels: 1, labels: ['hex']},
25 keyword: {channels: 1, labels: ['keyword']},
[all …]
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dviews.rs88 // Group labels by file in render()
89 for label in &self.diagnostic.labels { in render()
102 // preserve the order that unique files appear in the list of labels. in render()
157 // Ensure that the single line labels are lexicographically in render()
164 // If the ranges are the same, order the labels in reverse in render()
337 // To render the line right, we have to get back the original labels. in render()
338 let labels = labeled_file in render() localVariable
350 labels, in render()
435 let labels = self.diagnostic.labels.iter(); in render() localVariable
436 for label in labels.filter(|label| label.style == LabelStyle::Primary) { in render()
[all …]
/third_party/python/Lib/idlelib/
Dstatusbar.py8 self.labels = {}
11 if name not in self.labels:
14 self.labels[name] = label
16 label = self.labels[name]

12345678910>>...44