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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/migrations/
024_make_label_name_unique.py 2 ALTER TABLE labels MODIFY name VARCHAR(255) UNIQUE;
6 ALTER TABLE labels MODIFY name VARCHAR(255);
018_add_label_only_if_needed.py 5 `label_id` integer NOT NULL REFERENCES `labels` (`id`),
11 `label_id` integer NOT NULL REFERENCES `labels` (`id`),
17 manager.execute('ALTER TABLE labels '
22 manager.execute('ALTER TABLE labels DROP COLUMN only_if_needed')
006_host_label_invalid.py 3 manager.execute('ALTER TABLE labels ADD `invalid` bool NOT NULL')
8 manager.execute('ALTER TABLE labels DROP invalid')
  /external/autotest/site_utils/
host_label_utils.py 9 1. collect: Collect all hosts and their labels to metaDB, can be scheduled
12 2. query: Query for hosts and their labels information at a given day, e.g.,
33 def get_all_boards(labels=None):
34 """Get a list of boards from host labels.
36 Scan through all labels of all duts and get all possible boards based on
39 @param labels: A list of labels to filter hosts.
42 host_labels = get_host_labels(labels=labels)
43 board_labels = [[label[6:] for label in labels
    [all...]
label_cleaner.py 8 """Tool for cleaning up labels that are not in use.
10 Delete given labels from database when they are not in use.
11 Labels that match the query `SELECT_USED_LABELS_FORMAT` are considered in use.
12 When given labels are not in the used labels, those labels are deleted.
14 For example, following command deletes all labels whose name begins with
19 If '-p' option is not given, we delete labels whose name is exactly
65 """Get labels that are currently in use.
83 """Fetch labels from database
    [all...]
  /external/autotest/contrib/
print_host_labels.py 16 labels = host.get_labels() variable
17 print 'Labels:'
18 print labels
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
system_relabel.txt 1 SELinux is a labeling system. Sometimes the labels on disk can get messed up. One way to fix this is to trigger a full relabel on the next boot.
6 Note: Sometimes a simple restorecon is all you need to fix the labels on a file or directory.
8 If you add a new disk which does not have labels you could simply execute
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
fb-1.s 1 # FB-labels are valid in GREG definitions.
  /ndk/tests/device/test-gnustl-full/unit/
unique_test.cpp 52 const char* labels[] = {"Q", "Q", "W", "W", "E", "E", "R", "T", "T", "Y", "Y"}; local
54 const unsigned count = sizeof(labels) / sizeof(labels[0]);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
59 CPPUNIT_ASSERT(*labels[0] == 'Q');
60 CPPUNIT_ASSERT(*labels[1] == 'W');
61 CPPUNIT_ASSERT(*labels[2] == 'E');
62 CPPUNIT_ASSERT(*labels[3] == 'R');
63 CPPUNIT_ASSERT(*labels[4] == 'T')
88 const char* labels[] = {"Q", "Q", "W", "W", "E", "E", "R", "T", "T", "Y", "Y"}; local
    [all...]
bsearch_test.cpp 40 char const* labels[] = { "aa", "dd", "ff", "jj", "ss", "zz" }; local
41 const unsigned count = sizeof(labels) / sizeof(labels[0]);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
  /ndk/tests/device/test-stlport/unit/
unique_test.cpp 52 const char* labels[] = {"Q", "Q", "W", "W", "E", "E", "R", "T", "T", "Y", "Y"}; local
54 const unsigned count = sizeof(labels) / sizeof(labels[0]);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
59 CPPUNIT_ASSERT(*labels[0] == 'Q');
60 CPPUNIT_ASSERT(*labels[1] == 'W');
61 CPPUNIT_ASSERT(*labels[2] == 'E');
62 CPPUNIT_ASSERT(*labels[3] == 'R');
63 CPPUNIT_ASSERT(*labels[4] == 'T')
88 const char* labels[] = {"Q", "Q", "W", "W", "E", "E", "R", "T", "T", "Y", "Y"}; local
    [all...]
bsearch_test.cpp 40 char const* labels[] = { "aa", "dd", "ff", "jj", "ss", "zz" }; local
41 const unsigned count = sizeof(labels) / sizeof(labels[0]);
44 CPPUNIT_ASSERT(binary_search(labels, labels + count, (const char *)"ff", str_compare));
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
LookupSwitchInsnNode.java 62 public List labels; field in class:LookupSwitchInsnNode
69 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
75 final LabelNode[] labels)
80 this.labels = new ArrayList(labels == null ? 0 : labels.length);
86 if (labels != null) {
87 this.labels.addAll(Arrays.asList(labels));
100 Label[] labels = new Label[this.labels.size()]; local
104 mv.visitLookupSwitchInsn(dflt.getLabel(), keys, labels); local
    [all...]
TableSwitchInsnNode.java 67 public List labels; field in class:TableSwitchInsnNode
75 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
82 final LabelNode[] labels)
88 this.labels = new ArrayList();
89 if (labels != null) {
90 this.labels.addAll(Arrays.asList(labels));
99 Label[] labels = new Label[this.labels.size()]; local
    [all...]
  /external/chromium-trace/catapult/third_party/graphy/graphy/
formatters.py 33 """Automatically fill out the legend based on series labels. This will only
37 labels = []
40 labels.append('')
42 labels.append(series.label)
45 chart._legend_labels = labels
138 if len(axis.labels) <= 1: # Nothing to adjust
141 # Find the spacing required to fit all labels evenly.
143 maximum_possible_spacing = (axis.max - axis.min) / (len(axis.labels) - 1)
147 labels = [list(x) for x in zip(axis.label_positions, axis.labels)]
    [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;
  /external/chromium-trace/catapult/telemetry/telemetry/android/
android_story.py 10 name='', labels=None, is_local=False):
17 labels: See Story.__init__.
21 shared_android_state.SharedAndroidState, name=name, labels=labels,
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.service 2 Description=Translates SELinux MCS/MLS labels to human readable form
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
PickerColumn.java 19 * labels. A PickerColumn has a minValue and maxValue to choose between. The Picker column has
21 * The labels can be dynamically generated from value by {@link #setLabelFormat(String)} or
22 * a list of static labels set by {@link #setStaticLabels(CharSequence[])}.
55 * Set static labels for each value, minValue maps to labels[0], maxValue maps to
56 * labels[labels.length - 1].
57 * @param labels Static labels for each value between minValue and maxValue.
59 public void setStaticLabels(CharSequence[] labels) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiStatusBar.py 9 self.labels = {}
12 if name not in self.labels:
15 self.labels[name] = label
17 label = self.labels[name]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiStatusBar.py 9 self.labels = {}
12 if name not in self.labels:
15 self.labels[name] = label
17 label = self.labels[name]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 9 self.labels = {}
12 if name not in self.labels:
15 self.labels[name] = label
17 label = self.labels[name]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 9 self.labels = {}
12 if name not in self.labels:
15 self.labels[name] = label
17 label = self.labels[name]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
label-debug.s 0 # labels should be aligned on 8-byte boundries
label.s 0 # labels should be aligned on 8-byte boundries

Completed in 1132 milliseconds

1 2 3 4 5 6 7 8 91011>>