Searched refs:labels (Results 101 - 125 of 340) sorted by relevance

1234567891011>>

/external/autotest/scheduler/
H A Drdb_hosts.py111 self.labels = rdb_utils.LabelIterator(host.labels.all())
171 host_info['labels'] = self.labels.get_label_names()
330 """Get the platform and labels on this host.
335 labels = [label for label in self.labels if label != platform]
336 return platform, labels
348 """Find all labels started with given string.
351 @return: A list of all matched labels
[all...]
H A Dprejob_task.py360 # yet. Therefore, we're stuck pulling labels off of the afe model
362 labels = {x.name for x in task.queue_entry.job.labels}
363 _, provisionable = provision.Provision.partition(labels)
365 '--job-labels', ','.join(provisionable)]
367 self._set_milestone(labels)
371 def _set_milestone(self, labels):
372 """Set build milestone from the labels.
374 @param labels: iterable of labels
[all...]
/external/toolchain-utils/fdo_scripts/
H A Dvanilla_vs_fdo.py130 def _TestLabels(self, labels):
145 for label in labels:
146 # TODO(asharif): Fix crosperf so it accepts labels with symbols
224 labels = []
230 labels.append(minus_pgo)
235 labels.append(plus_pgo)
248 labels.append(updated_pgo_label)
251 self._TestLabels(labels)
/external/autotest/server/cros/clique_lib/
H A Dclique_dut_locker.py165 labels = []
166 labels.append(constants.BOARD_PREFIX + board_name)
167 labels.append('clique_dut')
170 afe, self.lock_manager, labels=labels) + '.cros'
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
H A DTryWithResourcesEcjFilter.java52 private final Map<String, LabelNode> labels = new HashMap<String, LabelNode>(); field in class:TryWithResourcesEcjFilter.Matcher
64 labels.clear();
239 final LabelNode expected = labels.get(name);
241 labels.put(name, actual);
257 final LabelNode expected = labels.get(name);
/external/toolchain-utils/crb/
H A Dtable_formatter.py146 # Replace labels with numbers: 0... n
171 labels = table[0]
174 for i in range(1, len(labels)):
175 label = labels[i]
189 labels = table[0]
193 label = labels[group[0]]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dplot_bars.sh34 labels=$(echo "$log" | grep "^LABEL")
56 title=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 3 | \
58 y_label=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 4 | \
62 num_flows=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | \
78 # Parse labels if there are other flows in addition to RMCAT ones.
107 file_name=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | head -n 1)
/external/opencv/cv/src/
H A Dcvdistransform.cpp229 int step, float* dist, int dststep, int* labels, int lstep,
243 lstep /= sizeof(labels[0]);
252 int* lls = (int*)(labels + i*lstep);
329 int* lls = (int*)(labels + i*lstep);
719 CvMat lstub, *labels = (CvMat*)labelsarr; local
728 (CV_MAT_TYPE(dst->type) != CV_8UC1 || distType != CV_DIST_L1 || labels)) )
740 maskSize = !labels ? CV_DIST_MASK_3 : CV_DIST_MASK_5;
741 else if( distType == CV_DIST_L2 && labels )
750 if( labels )
752 CV_CALL( labels
228 icvDistanceTransformEx_5x5_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, int* labels, int lstep, CvSize size, const float* metrics ) argument
[all...]
/external/autotest/cli/
H A Dlabel.py6 manage labels in Autotest.
28 msg_items = '<labels>'
36 help='File listing the labels',
42 attribute_name='labels',
48 return self.labels
60 [--blist <file>] [<labels>]"""
65 help='Display only platform labels',
69 help='Display only valid labels',
74 'platform labels'),
111 if self.labels
[all...]
/external/autotest/server/cros/dynamic_suite/
H A Dreporting.py53 def __init__(self, title, summary, search_marker=None, labels=None,
64 @param labels: The labels that the filed bug will have.
74 self.labels = labels if labels is not None else []
133 self.labels = ['Test-Warning']
136 self.labels = []
255 self.labels=[self._MACHINE_KILLER_LABEL]
338 self.labels
[all...]
/external/gemmlowp/profiling/
H A Dinstrumentation.h120 LabelsArrayType labels; member in struct:gemmlowp::ProfilingStack
128 labels[size] = label;
144 labels[size - 1] = new_label;
/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DConfigPropertySheet.cpp208 int labels = 0, i; local
217 // Count the labels
221 label[labels++] = buffer;
227 for (i = 0; i < labels; i++)
/external/toolchain-utils/crosperf/
H A Dmachine_image_manager.py17 labels_ - a list of labels, for each label, we assume these properties
34 n_labels_ - number of labels.
63 If number of duts (nd) is equal to or more than that of labels (nl), we
138 def __init__(self, labels, duts):
139 self.labels_ = labels
141 self.n_labels_ = len(labels)
165 False, only if not all labels could be imaged to a certain machine,
259 # All labels are marked either '_' (already taken) or 'X' (not
/external/python/cpython2/Lib/lib2to3/pgen2/
H A 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
[all...]
/external/toolchain-utils/
H A Dtest_toolchains.py206 def _TestLabels(self, labels):
226 for label in labels:
227 # TODO(asharif): Fix crosperf so it accepts labels with symbols
286 labels = []
287 labels.append('vanilla')
293 labels.append(label)
295 self._TestLabels(labels)
/external/autotest/server/hosts/
H A Dcros_repair_unittest.py137 """Checks that dependency labels are defined."""
138 labels = [n[1] for n in verify_dag]
141 self.assertIn(dep, labels)
144 """Checks that dependency and trigger labels are defined."""
/external/autotest/server/lib/
H A Dstatus_history.py516 labels = []
518 labels.append(constants.Labels.BOARD_PREFIX + board)
520 labels.append(constants.Labels.POOL_PREFIX + pool)
521 kwargs = {'multiple_labels': labels}
558 labels = [l for l in self._host.labels
560 return labels[0][len(prefix) : ] if labels else None
/external/syslinux/mk/
H A Dembedded.mk52 GCCOPT += $(call gcc_ok,-falign-labels=0,-malign-labels=0)
/external/v8/src/ast/
H A Dprettyprinter.h80 void PrintLabels(ZoneList<const AstRawString*>* labels);
95 void PrintLabelsIndented(ZoneList<const AstRawString*>* labels);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers,
65 with flow labels.
74 Flow labels have finite lifetime and source is not allowed to reuse
120 support flow labels, this field is not zero, but a random number.
149 message to user space, though the kernels which support flow labels
223 longer than boot time require to store allocated labels a
[all...]
/external/autotest/frontend/tko/
H A Drpc_interface_unittest_fixme.py180 # create test attributes, test labels, and iterations
255 self.assertEquals(test['labels'], ['testlabel1', 'testlabel2'])
405 labels = rpc_interface.get_test_labels_for_tests(test_name='mytest1')
406 self.assertEquals(len(labels), 2)
407 label1 = labels[0]
408 label2 = labels[1]
415 labels = rpc_interface.get_test_labels_for_tests(test_name='mytest1')
416 self.assertEquals(len(labels), 1)
417 label = labels[0]
423 labels
[all...]
/external/dtc/
H A Dlivetree.c27 void add_label(struct label **labels, char *label) argument
32 for_each_label_withdel(*labels, new)
41 new->next = *labels;
42 *labels = new;
45 void delete_labels(struct label **labels) argument
49 for_each_label(*labels, label)
145 /* Add new node labels to old node */
146 for_each_label_withdel(new_node->labels, l)
147 add_label(&old_node->labels, l->label);
166 /* Add new labels t
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeWizard.h42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
125 - (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)labels;
127 - (BOOL) _parse:(id<ANTLRTree>)t1 Pattern:(ANTLRTreePattern *)tpattern Map:(ANTLRMap *)labels;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeWizard.h42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
125 - (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)labels;
127 - (BOOL) _parse:(id<ANTLRTree>)t1 Pattern:(ANTLRTreePattern *)tpattern Map:(ANTLRMap *)labels;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeWizard.h42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
125 - (BOOL)parse:(id<ANTLRTree>)t Pattern:(NSString *)pattern Map:(ANTLRMap *)labels;
127 - (BOOL) _parse:(id<ANTLRTree>)t1 Pattern:(ANTLRTreePattern *)tpattern Map:(ANTLRMap *)labels;

Completed in 960 milliseconds

1234567891011>>