HomeSort by relevance Sort by last modified time
    Searched refs:labels (Results 1 - 25 of 884) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
labfloat.s 1 ; Check if labels are mistaken for floats.
  /external/toolchain-utils/crosperf/
results_organizer_unittest.py 9 We create some labels, benchmark_runs and then create a ResultsOrganizer,
78 labels = [mock_instance.label1, mock_instance.label2]
81 benchmark_runs[0] = BenchmarkRun('b1', benchmarks[0], labels[0], 1, '', '',
83 benchmark_runs[1] = BenchmarkRun('b2', benchmarks[0], labels[0], 2, '', '',
85 benchmark_runs[2] = BenchmarkRun('b3', benchmarks[0], labels[1], 1, '', '',
87 benchmark_runs[3] = BenchmarkRun('b4', benchmarks[0], labels[1], 2, '', '',
89 benchmark_runs[4] = BenchmarkRun('b5', benchmarks[1], labels[0], 1, '', '',
91 benchmark_runs[5] = BenchmarkRun('b6', benchmarks[1], labels[0], 2, '', '',
93 benchmark_runs[6] = BenchmarkRun('b7', benchmarks[1], labels[1], 1, '', '',
95 benchmark_runs[7] = BenchmarkRun('b8', benchmarks[1], labels[1], 2, '', ''
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
reversename.py 56 labels = list(name.labels)
57 labels.reverse()
58 text = '.'.join(labels)
63 labels = list(name.labels)
64 labels.reverse()
67 l = len(labels)
69 parts.append(''.join(labels[i:i+4]))
name.py 103 def _validate_labels(labels):
104 """Check for empty labels in the middle of a label sequence,
105 labels that are too long, and for too many labels.
111 l = len(labels)
115 for label in labels:
131 The dns.name.Name class represents a DNS name as a tuple of labels.
134 @ivar labels: The tuple of labels in the name. Each label is a string of
137 __slots__ = ['labels']
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
locall1.s 1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
fb-1.s 1 # FB-labels are valid in GREG definitions.
  /external/autotest/server/hosts/
afe_store.py 50 return host_info.HostInfo(host.labels, host.attributes)
60 # copy of HostInfo from the AFE and then add/remove labels / attribtes
62 # parallel, we'll end up with corrupted labels / attributes.
64 self._remove_labels_on_afe(set(old_info.labels) - set(new_info.labels))
65 self._add_labels_on_afe(set(new_info.labels) - set(old_info.labels))
77 def _remove_labels_on_afe(self, labels):
78 """Requests the AFE to remove the given labels.
80 @param labels: Remove these
    [all...]
testbed_label.py 15 """Return a list of the labels gathered from the devices connected."""
17 # _NAME is omitted because the labels generated are full labels.
18 # The generated labels are from an adb device, so we just want to grab the
19 # possible labels from ADBLabels.
24 labels = []
26 labels.extend(adb_device.get_labels())
30 # the labels in a dict and keep track of how many times we encounter
34 for label in labels:
35 # Update the board labels
    [all...]
  /external/autotest/contrib/
print_host_labels.py 16 labels = host.get_labels() variable
17 print 'Labels:'
18 print labels
crbug_crawler.py 10 Get all bugs with labels, strings (in summary and/or comments):
11 crbug_crawler.py --labels 'one two three'
51 parser.add_argument('--labels',
52 help=('Search labels. Eg: --labels "%s %s"' %
66 def __init__(self, comment='', labels='', status=''):
68 self.labels = labels if labels else []
74 if self.labels
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
MultipleListFilter.java 22 JSONArray labels = new JSONArray(); local
26 labels.set(labels.size(),
30 return labels;
  /test/vts/web/dashboard/src/test/java/com/android/vts/util/
ProfilingPointSummaryTest.java 37 private static String[] labels = new String[] {"label1", "label2", "label3"}; field in class:ProfilingPointSummaryTest
44 * @param labels The list of data labels.
45 * @param values The list of data values. Must be equal in size to the labels list.
50 String[] labels, long[] values, VtsProfilingRegressionMode regressionMode) {
51 List<String> labelList = Arrays.asList(labels);
65 ProfilingPointRunEntity pt = createProfilingReport(labels, values, mode);
74 /** Test that all labels are found by hasLabel. */
77 for (String label : labels) {
82 /** Test that invalid labels are not found by hasLabel. *
    [all...]
  /test/vts/web/dashboard/src/main/java/com/android/vts/util/
ProfilingPointSummary.java 31 private List<String> labels; field in class:ProfilingPointSummary
40 labels = new ArrayList<>();
80 for (int i = 0; i < profilingRun.labels.size(); i++) {
81 String label = profilingRun.labels.get(i);
91 this.labels = profilingRun.labels;
100 * labels
111 labelIndices.put(label, labels.size());
112 labels.add(label);
125 * Gets an iterator that returns stat summaries in the ordered the labels were specified in th
    [all...]
  /external/minijail/
bpf.c 204 int bpf_resolve_jumps(struct bpf_labels *labels, struct sock_filter *filter,
224 if (instr->k >= labels->count) {
228 if (labels->labels[instr->k].location == 0xffffffff) {
230 labels->labels[instr->k].label);
234 labels->labels[instr->k].location - (offset + 1);
239 if (labels->labels[instr->k].location != 0xffffffff)
    [all...]
  /external/autotest/server/
afe_utils_unittest.py 18 def __init__(self, labels=[]):
23 self._afe_host.labels = labels
33 Test method get_labels returns expected labels.
40 host = MockHost(labels=all_labels)
48 Test method get_labels returns all labels.
55 host = MockHost(labels=all_labels)
  /external/eigen/bench/
dense_solvers.cpp 11 std::vector<std::string> labels; variable
89 labels.push_back("LLT");
90 labels.push_back("LDLT");
91 labels.push_back("PartialPivLU");
92 labels.push_back("FullPivLU");
93 labels.push_back("HouseholderQR");
94 labels.push_back("ColPivHouseholderQR");
95 labels.push_back("CompleteOrthogonalDecomposition");
96 labels.push_back("FullPivHouseholderQR");
97 labels.push_back("JacobiSVD")
135 cout.width(32); cout << labels[i]; cout << " "; local
157 cout << "><td>" << labels[i] << "<\/td>"; local
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
Blog.java 27 private TreeSet<String> labels = new TreeSet<String>(); field in class:Blog
58 return labels;
61 public void setLabels(TreeSet<String> labels) {
62 this.labels = labels;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_OrganizationsTest.java 30 CharSequence[] labels = getContext().getResources().getTextArray( local
34 assertEquals(labels[Organizations.TYPE_OTHER - 1], display);
38 assertEquals(labels[Organizations.TYPE_WORK - 1], display);
  /external/autotest/site_utils/suite_scheduler/
board_enumerator.py 8 from constants import Labels
47 Lists all labels known to the AFE that start with self._LABEL_PREFIX,
53 labels = self._afe.get_labels(name__startswith=Labels.BOARD_PREFIX)
57 if not labels:
60 # Filter out all board labels tailing with -number, which is used for
63 for l in labels])

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011>>