Searched refs:labels (Results 151 - 175 of 340) sorted by relevance

1234567891011>>

/external/toolchain-utils/crosperf/
H A Dexperiment_factory.py245 # Construct labels.
248 labels = []
297 labels.append(label)
299 if not labels:
300 raise RuntimeError('No labels specified')
306 chromeos_root, cache_conditions, labels, benchmarks,
/external/trappy/tests/trappy/plotter/js/
H A DILinePlot.js114 labels: tabular.labels,
/external/trappy/trappy/plotter/js/
H A DILinePlot.js114 labels: tabular.labels,
/external/autotest/tko/
H A Djob_serializer.py57 'labels':list}
223 fields_dict['labels'] = list(test.labels)
246 fields_dict['labels'])
276 for current_label in tko_test.labels:
277 pb_test.labels.append(current_label)
H A Dmodels.py99 attributes, perf_values, labels):
111 self.labels = labels
H A Djob_serializer_unittest.py202 self.assertEqual(test.labels, newtest.labels)
347 self.assertEqual(test.labels, newtest.labels)
/external/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/
H A Dout.s42 # References to local labels are left as-is in the first file.
58 # Local labels and their jumps are left alone.
64 # References to local labels are rewrittenn in subsequent files.
/external/dtc/
H A Dtreesource.c130 /* Wrap up any labels at the end of the value */
159 /* Wrap up any labels at the end of the value */
187 /* Wrap up any labels at the end of the value */
243 for_each_label(tree->labels, l)
252 for_each_label(prop->labels, l)
275 for_each_label(re->labels, l)
/external/mdnsresponder/Clients/
H A Ddns-sd.c344 int labels = 0, depth = 0, i, initial = 0; local
367 // 2. Count the labels
368 while (replyDomain && *replyDomain && labels < MAX_LABELS)
370 label[labels++] = replyDomain;
374 // 3. Decide if we're going to clump the last two or three labels (e.g. "apple.com", or "nicta.com.au")
375 if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels-2] <= 4) initial = 3;
376 else if (labels >
402 CopyLabels(char *dst, const char *lim, const char **srcp, int labels) argument
[all...]
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dpgen.py63 ilabel = len(c.labels)
71 c.labels.append((c.symbol2number[label], None))
82 c.labels.append((itoken, None))
94 c.labels.append((token.NAME, value))
103 c.labels.append((itoken, None))
231 # set of arcs (same labels pointing to the same nodes) and
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb94 # iterate through the tree and extract nodes with pattern labels
95 wizard.visit(deep_node, '(MULT %n:NUMBER %v:.)') do |node, parent, local_index, labels|
96 printf "n = %p\n, v = %p\n", labels['n'], labels['v']
410 visit( tree, pattern.type ) do | tree, parent, child_index, labels |
411 labels = match!( tree, pattern ) and
412 yield( tree, parent, child_index, labels )
422 def match!( tree, pattern, labels = {} )
429 labels[ pattern.label ] = tree if labels
[all...]
/external/v8/src/ast/
H A Dprettyprinter.cc496 void AstPrinter::PrintLabels(ZoneList<const AstRawString*>* labels) { argument
497 if (labels != NULL) {
498 for (int i = 0; i < labels->length(); i++) {
499 PrintLiteral(labels->at(i), false);
633 void AstPrinter::PrintLabelsIndented(ZoneList<const AstRawString*>* labels) { argument
634 if (labels == NULL || labels->length() == 0) return;
636 PrintLabels(labels);
757 PrintLabelsIndented(node->target()->labels());
763 PrintLabelsIndented(node->target()->labels());
[all...]
/external/ImageMagick/coders/
H A Dps2.c390 **labels;
718 labels=(char **) NULL;
721 labels=StringToList(value);
722 if (labels != (char **) NULL)
724 for (i=0; labels[i] != (char *) NULL; i++)
727 labels[i]);
729 labels[i]=DestroyString(labels[i]);
731 labels=(char **) RelinquishMagickMemory(labels);
384 **labels; local
[all...]
H A Dps3.c819 **labels,
1204 Output labels.
1206 labels=(char **) NULL;
1209 labels=StringToList(value);
1210 if (labels != (char **) NULL)
1212 for (i=0; labels[i] != (char *) NULL; i++)
1216 for (j=0; labels[i][j] != '\0'; j++)
1217 (void) WriteBlobByte(image,(unsigned char) labels[i][j]);
1224 for (j=0; labels[i][j] != '\0'; j++)
1225 Ascii85Encode(image,(unsigned char) labels[
813 **labels, local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DAST.stg174 # token labels: <referencedTokenLabels; separator=", ">
175 # rule labels: <referencedRuleLabels; separator=", ">
176 # token list labels: <referencedTokenListLabels; separator=", ">
177 # rule list labels: <referencedRuleListLabels; separator=", ">
178 # wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", ">
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DTimelineApplet.java89 Hashtable<Integer, JLabel> labels = new Hashtable<Integer, JLabel>();
90 labels.put(-300, new JLabel("-3"));
91 labels.put(-200, new JLabel("-2"));
92 labels.put(-100, new JLabel("-1"));
93 labels.put(0, new JLabel("0"));
94 labels.put(100, new JLabel("1"));
95 labels.put(200, new JLabel("2"));
96 labels.put(300, new JLabel("3"));
97 for (JLabel lbl : labels.values()) lbl.setForeground(Theme.MAIN_FOREGROUND);
98 speedSlider.setLabelTable(labels);
[all...]
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1413 cvWritebackLabels( const CvMat* labels, CvMat* dst_labels, argument
1426 CV_ERROR( CV_StsBadArg, "Array of output labels is not a valid matrix" );
1448 if( dst_labels && (!labels || labels->data.ptr != dst_labels->data.ptr) )
1450 if( !labels )
1451 CV_ERROR( CV_StsNullPtr, "NULL labels" );
1453 CV_ASSERT( labels->rows == 1 );
1456 CV_ERROR( CV_StsBadSize, "Array of output labels should be 1d vector" );
1460 "Size of vector of output labels is not equal to the total number of input samples" );
1462 CV_ASSERT( labels
[all...]
/external/autotest/frontend/afe/
H A Dmoblab_rpc_interface.py472 labels = [label.name for label in host.label_list]
473 labels.sort()
474 configured_duts[host.hostname] = ', '.join(labels)
565 of labels.
572 @return: A de-duped list of requested dut labels attached to the moblab.
579 labels = set()
583 labels.add(label.name.replace(requested_label, ''))
586 return list(labels)
602 """ RPC handler to get a list of the pools labels on the DUT's connected.
604 @return: A de-duped list of pool labels
[all...]
/external/autotest/server/cros/dynamic_suite/
H A Dreporting_unittest.py41 'labels': ['Cr-Internals-WebRTC'],
128 issue.labels = []
156 @param issue: issue to check labels on.
158 assert('autofiled' in issue.labels)
343 def _test_count_label_update(self, labels, remove, expected_count):
346 @param labels Input list of labels.
347 @param remove List of labels expected to be removed
357 issue.labels = labels
[all...]
/external/python/cpython2/Lib/
H A Dmailbox.py1262 self._file.readline() # Skip '1,' line specifying labels.
1287 self._file.readline() # Skip '1,' line specifying labels.
1308 """Return a list of user-defined labels in the mailbox."""
1310 labels = set()
1312 labels.update(label_list)
1313 labels.difference_update(self._special_labels)
1314 return list(labels)
1330 labels = [label.strip() for label
1333 label_lists.append(labels)
1365 labels
[all...]
/external/autotest/server/hosts/
H A Dtestbed.py63 self.labels = base_label.LabelRetriever(testbed_label.TESTBED_LABELS)
119 """Return a list of the labels gathered from the devices connected.
121 @return: A list of strings that denote the labels from all the devices
124 return self.labels.get_labels(self)
128 """Update the labels on the testbed."""
129 return self.labels.update_labels(self)
148 # testbed board labels
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb813 labels = @wizard.match( tree,
817 assert_kind_of( Hash, labels )
818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" )
827 assert_kind_of( Hash, labels )
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
836 labels = @wizard.match( tree,
839 assert_kind_of( Hash, labels )
840 node = labels.fetch( 'x' )
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java517 IntervalSet labels = (IntervalSet)label.getSet();
518 int lmin = labels.getMinElement();
521 smin = labels.getMinElement();
523 if ( labels.getMaxElement()>smax ) {
524 smax = labels.getMaxElement();
563 IntervalSet labels = (IntervalSet)label.getSet();
564 int[] atoms = labels.toArray();
607 IntervalSet labels = (IntervalSet)label.getSet();
608 int[] atoms = labels.toArray();
1129 * reachable labels
[all...]
/external/autotest/cli/
H A Dshard.py69 for label in line['labels']:
81 super(shard_list, self).output(results, ['id', 'hostname', 'labels'])
88 self.parser.add_option('-l', '--labels',
90 'require one of the labels will be run on '
91 'the shard. List multiple labels separated '
101 self.data['labels'] = options.labels or ''
116 boards labels to be added to the shard.
123 return (target_shard, self.data['labels'])
/external/autotest/tko/parsers/
H A Dversion_0.py79 elif 'labels' in host_keyval:
84 labels = host_keyval['labels'].split(',')
85 board_labels = [l[8:] for l in labels
92 error = ('Failed to retrieve board label from host labels: '
93 '%s' % host_keyval['labels'])
200 attributes, labels):
213 attributes, labels)

Completed in 1039 milliseconds

1234567891011>>