/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/external/autotest/server/ |
frontend.py | 260 labels = self.run('get_labels', **dargs) 261 return [Label(self, l) for l in labels] [all...] |
site_host_attributes.py | 41 We also consult the AFE database for its labels which are all treated as host 89 logging.info("Including labels for %s from database", host) 92 host_obj.labels.all()])
|
/external/opencv3/modules/ml/src/ |
data.cpp | 325 vector<int> labels, counters, sortbuf, tempCatMap; local 347 preprocessCategorical(values_i, 0, labels, 0, sortbuf); 349 int j, m = (int)labels.size(); 351 int a = labels.front(), b = labels.back(); 352 const int* currmap = &labels[0]; 380 std::copy(labels.begin(), labels.end(), std::back_inserter(tempCatMap)); 400 preprocessCategorical(responses, &normCatResponses, labels, &counters, sortbuf); 401 Mat(labels).copyTo(classLabels) [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodWriter.java | 357 * A list of labels. This list is the list of basic blocks in the method,
362 private Label labels;
field in class:MethodWriter 454 labels = new Label();
455 labels.status |= Label.PUSHED;
456 visitLabel(labels);
2476 Label[] labels = attr.getLabels(); local [all...] |
Attribute.java | 84 * Returns the labels corresponding to this attribute.
86 * @return the labels corresponding to this attribute, or <tt>null</tt> if
87 * this attribute is not a code attribute that contains labels.
114 * @param labels the labels of the method's code, or <tt>null</tt> if the
125 final Label[] labels)
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
MethodStubber.java | 149 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { 169 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) {
|
/external/autotest/client/tests/iozone/ |
iozone.py | 84 labels = ('write', 'rewrite', 'read', 'reread', 'randread', 95 for l, v in zip(labels, fields[2:]):
|
/external/avahi/avahi-core/ |
Android.mk | 66 -Wendif-labels \
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
story_run_unittest.py | 22 def __init__(self, name='', labels=None): 24 SharedStateBar, name, labels)
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
story_set_smoke_test.py | 94 isinstance(story.labels, set), 95 msg='story %s \'s labels field must have type set' % story.display_name) 96 for l in story.labels: 99 msg='label %s in story %s \'s labels must have type string'
|
/external/clang/test/SemaCXX/ |
switch-implicit-fallthrough.cpp | 15 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 17 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 19 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 22 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 25 case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 34 case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 36 case 66: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 72 case 110: // expected-warning{{unannotated fall-through between switch labels}} but no fix-it hint as we have one fall-through annotation! 77 case 12: // no warning here, intended fall-through, no statement between labels 154 MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch labels}} [all...] |
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/ |
LabelInfo.java | 170 * Resets the "done" status of all given labels. 172 * @param labels 173 * labels to reset 175 public static void resetDone(final Label[] labels) { 176 for (final Label label : labels) { 220 * labels are required during instrumentation to add probes to jump targets.
|
/external/llvm/test/MC/X86/AlignedBundling/ |
labeloffset.s | 32 # The difference between the labels should be 0x20 (0x40-0x20) not 0x1b 40 # and for 2 adjacent labels that both point to the correct instruction
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
TraceMethodVisitor.java | 70 * Tab for labels.
361 final Label[] labels)
365 for (int i = 0; i < labels.length; ++i) {
367 appendLabel(labels[i]);
376 mv.visitTableSwitchInsn(min, max, dflt, labels);
383 final Label[] labels)
387 for (int i = 0; i < labels.length; ++i) {
389 appendLabel(labels[i]);
398 mv.visitLookupSwitchInsn(dflt, keys, labels);
|
/external/opencv3/modules/cudalegacy/include/opencv2/ |
cudalegacy.hpp | 239 CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& bottom, GpuMat& labels, 245 GpuMat& labels,
|
/external/opencv3/modules/features2d/src/ |
bagofwords.cpp | 113 Mat labels, vocabulary; local 114 kmeans( _descriptors, clusterCount, labels, termcrit, attempts, flags, vocabulary );
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
hierarchical_clustering_index.h | 652 void computeLabels(int* dsindices, int indices_length, int* centers, int centers_length, int* labels, DistanceType& cost) 658 labels[i] = 0; 662 labels[i] = j; 694 std::vector<int> labels(indices_length); 709 computeLabels(dsindices, indices_length, ¢ers[0], centers_length, &labels[0], cost); 716 if (labels[j]==i) { 718 std::swap(labels[j],labels[end]);
|
/prebuilts/go/darwin-x86/test/ |
label.go | 7 // Verify that erroneous labels are caught by the compiler.
|
label1.go | 8 // Verify that erroneous labels are caught by the compiler.
|
/prebuilts/go/linux-x86/test/ |
label.go | 7 // Verify that erroneous labels are caught by the compiler.
|
label1.go | 8 // Verify that erroneous labels are caught by the compiler.
|
/external/autotest/server/hosts/ |
remote.py | 267 Return all labels, or empty list if label is not set. 273 all_labels = keyvals.get('labels', '') 326 """Return a list of labels for this given host. 328 This is the main way to retrieve all the automatic labels for a host 331 labels = [] 342 labels.append(label) 344 labels.extend(label) 345 return labels
|
/external/autotest/site_utils/ |
test_push_unittest.py | 129 issue.labels = [] 160 def create_mock_issue(self, id, labels=[]): 164 @param labels: labels of the issue. 169 issue.labels = labels
|
/external/autotest/tko/ |
job_serializer_unittest.py | 166 self.assertEqual(test.labels, newtest.labels) 294 self.assertEqual(test.labels, newtest.labels)
|