Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/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/node/deps/v8/src/builtins/
Dcast.tq123 labels CastError;
125 labels CastError;
127 labels CastError;
129 labels CastError;
131 labels CastError;
133 labels CastError;
136 labels CastError;
138 macro Cast<A : type extends WeakHeapObject>(o: A|Object): A labels CastError {
144 A labels CastError {
155 Cast<Undefined>(o: MaybeObject): Undefined labels CastError {
[all …]
Dtyped-array.tq27 macro CalculateByteLength(length: uintptr): uintptr labels IfInvalid {
37 macro CalculateLength(byteLength: uintptr): uintptr labels IfInvalid {
89 constexpr ElementsKind): void labels IfDetached;
92 labels IfDetached;
118 value: JSAny): void labels IfDetached {
184 never labels DetachedOrOutOfBounds, NotDetachedNorOutOfBounds;
192 labels DetachedOrOutOfBounds {
208 labels DetachedOrOutOfBounds {
222 macro RecheckIndex(index: uintptr): void labels DetachedOrOutOfBounds {
/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_log.c193 if (cmd_buffer->labels.size > 0) { in __vk_log_impl()
195 &cmd_buffer->labels, VkDebugUtilsLabelEXT); in __vk_log_impl()
196 cb_data.pCmdBufLabels = cmd_buffer->labels.data; in __vk_log_impl()
205 if (queue->labels.size > 0) { in __vk_log_impl()
207 util_dynarray_num_elements(&queue->labels, VkDebugUtilsLabelEXT); in __vk_log_impl()
208 cb_data.pQueueLabels = queue->labels.data; in __vk_log_impl()
Dvk_command_buffer.c43 util_dynarray_init(&command_buffer->labels, NULL); in vk_command_buffer_init()
57 util_dynarray_clear(&command_buffer->labels); in vk_command_buffer_reset()
67 util_dynarray_fini(&command_buffer->labels); in vk_command_buffer_finish()
/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_latency.c82 char *labels[] = { "scatter plot x-axis", variable
163 labels[SCATTER_LABELX] = argv[++i]; in stats_cmdline()
172 labels[SCATTER_LABELY] = argv[++i]; in stats_cmdline()
181 labels[HIST_LABELX] = argv[++i]; in stats_cmdline()
190 labels[HIST_LABELY] = argv[++i]; in stats_cmdline()
337 labels[SCATTER_LABELX], labels[SCATTER_LABELY], in main()
340 labels[HIST_LABELX], labels[HIST_LABELY], &hist, in main()
/third_party/node/tools/actions/
Dcommit-queue.sh35 gh pr view "$pr" --json labels --jq ".labels" > labels.json
37 if jq -e 'map(.name) | index("request-ci")' < labels.json; then
51 if jq -e 'map(.name) | index("commit-queue-squash")' < labels.json; then
53 elif jq -e 'map(.name) | index("commit-queue-rebase")' < labels.json; then
115 rm -f labels.json
/third_party/node/deps/npm/node_modules/color-convert/
Dconversions.js15 rgb: {channels: 3, labels: 'rgb'}, property
16 hsl: {channels: 3, labels: 'hsl'}, property
17 hsv: {channels: 3, labels: 'hsv'}, property
18 hwb: {channels: 3, labels: 'hwb'}, property
19 cmyk: {channels: 4, labels: 'cmyk'}, property
20 xyz: {channels: 3, labels: 'xyz'}, property
21 lab: {channels: 3, labels: 'lab'}, property
22 lch: {channels: 3, labels: 'lch'}, property
23 hex: {channels: 1, labels: ['hex']}, property
24 keyword: {channels: 1, labels: ['keyword']}, property
[all …]
/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/python/Lib/lib2to3/pgen2/
Dgrammar.py81 self.labels = [(0, "EMPTY")]
110 new.labels = self.labels[:]
127 pprint(self.labels)
Dconv.py199 labels = []
214 labels.append((x, y))
217 self.labels = labels
233 assert nlabels == len(self.labels), (lineno, line)
253 for ilabel, (type, value) in enumerate(self.labels):
/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]
/third_party/python/Tools/scripts/
Dgprof2html.py37 labels = {}
44 labels[fname] = fname
59 if fname not in labels:
70 if part in labels:
/third_party/rust/crates/codespan/codespan-reporting/src/
Ddiagnostic.rs133 pub labels: Vec<Label<FileId>>, field
146 labels: Vec::new(), in new()
199 pub fn with_labels(mut self, labels: Vec<Label<FileId>>) -> Diagnostic<FileId> { in with_labels()
200 self.labels = labels; in with_labels()
/third_party/node/deps/v8/tools/heap-stats/
Dglobal-timeline.js64 const labels = [ variable
76 const chart_data = [labels];
127 const labels = ['Time', ...categories]; variable
128 const chart_data = [labels];
153 const labels = ['Time', ...instance_types]; variable
154 const chart_data = [labels];
Dhistogram-viewer.js124 const labels = [ variable
144 return [labels, ...data];
149 const labels = ['Bucket', ...instance_types]; variable
159 return [labels, ...data];
/third_party/node/deps/v8/tools/ignition/
Dbytecode_dispatches_report.py132 labels = sorted(dispatches_table.keys())
134 counters_matrix = numpy.empty([len(labels), len(labels)], dtype=int)
135 for from_index, from_name in enumerate(labels):
137 for to_index, to_name in enumerate(labels):
141 xlabels = labels
/third_party/node/deps/v8/src/objects/
Dintl-objects.tq13 macro IntlAsciiCollationWeightL1(c: char8): uint8 labels _Bailout {
17 macro IntlAsciiCollationWeightL1(c: char16): uint8 labels Bailout {
22 macro IntlAsciiCollationWeightL3(c: char8): uint8 labels _Bailout {
26 macro IntlAsciiCollationWeightL3(c: char16): uint8 labels Bailout {
33 void labels _Bailout {
38 void labels Bailout {
49 left: ConstSlice<T1>, right: ConstSlice<T2>): Number labels Bailout {
/third_party/node/deps/v8/src/torque/
Dast.h319 std::vector<Identifier*> labels) in CallMethodExpression()
324 labels(std::move(labels)) {} in CallMethodExpression()
338 std::vector<Identifier*> labels; member
345 std::vector<Identifier*> labels) in CallExpression()
349 labels(std::move(labels)) {} in CallExpression()
361 std::vector<Identifier*> labels; member
971 LabelAndTypesVector labels) in CallableDeclaration()
977 labels(std::move(labels)) {} in CallableDeclaration()
983 LabelAndTypesVector labels; member
991 const LabelAndTypesVector& labels) in MacroDeclaration()
[all …]
/third_party/vixl/test/
Dtest-pool-manager.cc654 TestBranchObject *labels[], in AddNBranches() argument
661 labels[i] = new TestBranchObject(veneer_size, veneer_alignment); in AddNBranches()
669 labels[i]->AddReference(ref); in AddNBranches()
671 VIXL_ASSERT(!pool_manager->MustEmit(pc, branch_size, ref, labels[i])); in AddNBranches()
672 pool_manager->AddObjectReference(ref, labels[i]); in AddNBranches()
689 TestBranchObject *labels[kNumBranches]; in TEST() local
695 labels, in TEST()
769 pc = pool_manager.Bind(&masm, labels[i], pc); in TEST()
770 delete labels[i]; in TEST()
788 TestBranchObject *labels[kNumBranches]; in TEST() local
[all …]
/third_party/node/deps/v8/src/parsing/
Dparser-base.h365 ZonePtrList<const AstRawString>* labels, in Target() argument
369 labels_(labels), in Target()
384 const ZonePtrList<const AstRawString>* labels() const { return labels_; } in labels() function
409 ContainsLabel(t->labels(), in LookupBreakTarget()
691 void DeclareLabel(ZonePtrList<const AstRawString>** labels, in DeclareLabel() argument
694 if (ContainsLabel(*labels, label) || TargetStackContainsLabel(label)) { in DeclareLabel()
700 if (*labels == nullptr) { in DeclareLabel()
702 *labels = in DeclareLabel()
712 (*labels)->Add(label, zone()); in DeclareLabel()
716 bool ContainsLabel(const ZonePtrList<const AstRawString>* labels, in ContainsLabel() argument
[all …]
/third_party/rust/crates/nix/
DCONTRIBUTING.md42 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/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp391 if (labels.empty () && !labelPath.empty ()) in doRun()
392 labels = ReadLabels (labelPath); in doRun()
398 if (labelIndex && !labels.empty ()) in doRun()
399 label = labels[labelIndex[i] - 1]; in doRun()
415 std::vector < std::string > labels; in ReadLabels() local
419 labels.push_back (line); in ReadLabels()
421 return labels; in ReadLabels()
/third_party/node/deps/v8/tools/zone-stats/
Dglobal-timeline.js97 const labels = [ variable
103 const chart_data = [labels];
138 const labels = [ variable
143 const chart_data = [labels];
221 const labels = [ variable
226 const chart_data = [labels];

12345678910>>...20