HomeSort by relevance Sort by last modified time
    Searched refs:LABELS (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountDashboardFragmentTest.java 18 import static com.android.settings.accounts.AccountDashboardFragmentTest.ShadowAuthenticationHelper.LABELS;
81 verify(loader).setSummary(provider, LABELS[0] + ", " + LABELS[1] + ", " + LABELS[2]);
111 // should only show the 2 accounts with labels
112 verify(loader).setSummary(provider, LABELS[0] + ", " + LABELS[1]);
129 static final String[] LABELS = {"LABEL1", "LABEL2", "LABEL3", "LABEL4"};
153 return LABELS[0];
155 return LABELS[1]
    [all...]
  /external/autotest/contrib/
move_cq_hosts.sh 15 ./cli/atest host list --web=$FROM_HOST --parse $1 | awk -F '|' '{ print $5 }' | sed 's/Labels=//' | sed 's/, /,/g'
47 LABELS=$(host_labels $host)
49 silent create_labels $LABELS
51 if create_host $host $LABELS
  /cts/tests/tests/media/src/android/media/cts/
AudioPresentationTest.java 35 final Map<Locale, String> LABELS = generateLabels();
45 labelsLocaleToString(LABELS),
53 assertEquals(LABELS.toString().toLowerCase(),
  /test/vti/dashboard/src/test/java/com/android/vts/job/
VtsPerformanceJobServletTest.java 49 private static final String[] LABELS = new String[] {"label1", "label2", "label3"};
59 * @param labels The list of data labels.
60 * @param values The list of data values. Must be equal in size to the labels list.
65 String[] labels, long[] values, VtsProfilingRegressionMode regressionMode) {
66 List<String> labelList = Arrays.asList(labels);
69 for (int i = 0; i < labels.length; ++i) {
70 StatSummary stat = new StatSummary(labels[i], regressionMode);
72 labelStats.put(labels[i], stat);
123 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode)
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointRunEntity.java 41 public static final String LABELS = "labels";
52 public final List<String> labels; field in class:ProfilingPointRunEntity
65 * @param labels List of data labels, or null if the data is unlabeled.
76 List<String> labels,
85 this.labels = labels == null ? null : new ArrayList<>(labels);
97 if (this.labels != null)
137 List<String> labels = null; local
177 List<String> labels = null; local
    [all...]
ProfilingPointSummaryEntity.java 46 public static final String LABELS = "labels";
60 public final List<String> labels; field in class:ProfilingPointSummaryEntity
73 * @param labels The list of data labels.
83 List<String> labels,
90 this.labels = labels;
150 if (profilingRun.labels != null
151 && profilingRun.labels.size() == profilingRun.values.size())
248 List<String> labels = new ArrayList<>(); local
    [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
TensorFlowYoloDetector.java 51 private static final String[] LABELS = {
228 "%s (%d) %f %s", LABELS[detectedClass], detectedClass, confidenceInClass, rect);
229 pq.add(new Recognition("" + offset, LABELS[detectedClass], confidenceInClass, rect));
  /external/autotest/server/hosts/
sonic_host.py 44 LABELS = [sonic_client_utils.SONIC_BOARD_LABEL]
129 return self.LABELS

Completed in 2619 milliseconds