HomeSort by relevance Sort by last modified time
    Searched full:labels (Results 51 - 75 of 1714) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/page/
page_filter.py 7 def HasLabelIn(obj, labels):
8 for label in labels:
67 help='Use only pages that have any of these labels')
70 help='Exclude pages that have any of these labels')
  /external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp 22 default:; // expected-error{{multiple default labels in one switch}}
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsView.java 64 private BitmapText[] labels; field in class:StatsView
84 labels = new BitmapText[statLabels.length];
87 for (int i = 0; i < labels.length; i++){
88 labels[i] = new BitmapText(font);
89 labels[i].setLocalTranslation(0, labels[i].getLineHeight() * (i+1), 0);
90 attachChild(labels[i]);
102 for (int i = 0; i < labels.length; i++) {
105 labels[i].setText(stringBuilder);
  /external/openfst/src/bin/
fstencode.cc 20 // Encode transducer labels and/or weights.
27 DEFINE_bool(encode_labels, false, "Encode output labels");
30 DEFINE_bool(decode, false, "Decode labels and/or weights");
37 string usage = "Encodes transducer labels and/or weights.\n\n Usage: ";
  /packages/inputmethods/PinyinIME/res/xml/
skb_sym2.xml 26 <keys splitter="|" labels="~|±|×|÷|?|°|&lt;|&gt;|{|}"/>
30 <keys splitter="|" labels="©|£|?|^|®"/>
34 <keys splitter="|" labels="_|="/>
52 <keys splitter=" " labels="+ | \\ ?"/>
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 375 def visitor(node, parent, childIndex, labels):
389 def visitor(node, parent, childIndex, labels):
403 def visitor(node, parent, childIndex, labels):
417 def visitor(node, parent, childIndex, labels):
431 def visitor(node, parent, childIndex, labels):
445 def visitor(node, parent, childIndex, labels):
462 def visitor(node, parent, childIndex, labels):
478 def visitor(node, parent, childIndex, labels):
495 def visitor(node, parent, childIndex, labels):
501 labels['a']
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.h 50 // Labels used only for VIEW_NOTIFICATION.
54 // Labels used only for VIEW_DEFAULT.
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_constants.h 22 // The minimum width of candidate labels in the vertical candidate
26 // The maximum width of candidate labels in the vertical candidate
  /external/chromium_org/components/autofill/core/browser/
test_autofill_manager_delegate.cc 43 const std::vector<base::string16>& labels,
50 const std::vector<base::string16>& labels) {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 64 labels = findlabels(code)
82 if i in labels: print '>>',
112 labels = findlabels(code)
120 if i in labels: print '>>',
158 labels = []
174 if label not in labels:
175 labels.append(label)
176 return labels
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 61 labels -- a list of (x, y) pairs where x is either a token
70 keywords -- a dict mapping keyword strings to arc labels.
72 tokens -- a dict mapping token numbers to arc labels.
81 self.labels = [(0, "EMPTY")]
108 new.labels = self.labels[:]
124 print "labels"
125 pprint(self.labels)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 64 labels = findlabels(code)
82 if i in labels: print '>>',
112 labels = findlabels(code)
120 if i in labels: print '>>',
158 labels = []
174 if label not in labels:
175 labels.append(label)
176 return labels
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 61 labels -- a list of (x, y) pairs where x is either a token
70 keywords -- a dict mapping keyword strings to arc labels.
72 tokens -- a dict mapping token numbers to arc labels.
81 self.labels = [(0, "EMPTY")]
108 new.labels = self.labels[:]
124 print "labels"
125 pprint(self.labels)
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 133 * to values and labels.
136 ArrayList<String> labels, int minutes) {
150 labels.add(i, label);
156 labels.add(len, label);
163 * @param labels List of known method labels.
166 public static void reduceMethodList(ArrayList<Integer> values, ArrayList<String> labels,
195 labels.remove(i);
201 * Set the list of labels on a reminder spinner.
204 ArrayList<String> labels) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_analyze.cpp 99 std::vector<int> labels;
111 if(idx >= labels.size())
112 labels.resize(idx + 1);
113 labels[idx] = insn_num;
119 program.label_to_insn_num.swap(labels);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_analyze.cpp 99 std::vector<int> labels;
111 if(idx >= labels.size())
112 labels.resize(idx + 1);
113 labels[idx] = insn_num;
119 program.label_to_insn_num.swap(labels);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtonsTest.java 101 String[] labels = getActivity().getLabels(); local
102 for (int i = 0; i < labels.length; i++) {
103 String label = labels[i];
121 for (int i = labels.length - 1; i >= 0; i--) {
122 String label = labels[i];
  /frameworks/base/docs/html/design/building-blocks/
grid-lists.jd 69 <h2 id="with-labels">Grid List with Labels</h2>
71 <p>Use labels to display additional contextual information for your grid list items.</p>
83 <p>Use semi-transparent panels on top of the grid list items to display your labels. This allows you to
84 control the contrast and ensures legibility of the labels while letting the content "shine through".</p>
  /external/chromium_org/v8/src/
prettyprinter.cc 159 ZoneStringList* labels = node->target()->labels(); local
160 if (labels != NULL) {
162 ASSERT(labels->length() > 0); // guaranteed to have at least one entry
163 PrintLiteral(labels->at(0), false); // any label from the list is fine
171 ZoneStringList* labels = node->target()->labels(); local
172 if (labels != NULL) {
174 ASSERT(labels->length() > 0); // guaranteed to have at least one entry
175 PrintLiteral(labels->at(0), false); // any label from the list is fin
    [all...]
  /external/v8/src/
prettyprinter.cc 150 ZoneStringList* labels = node->target()->labels(); local
151 if (labels != NULL) {
153 ASSERT(labels->length() > 0); // guaranteed to have at least one entry
154 PrintLiteral(labels->at(0), false); // any label from the list is fine
162 ZoneStringList* labels = node->target()->labels(); local
163 if (labels != NULL) {
165 ASSERT(labels->length() > 0); // guaranteed to have at least one entry
166 PrintLiteral(labels->at(0), false); // any label from the list is fin
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.h 32 * This operation is done on <b>single labels</b> before sending it to something that expects
33 * ASCII names. A label is an individual part of a domain name. Labels are usually
34 * separated by dots; for e.g." "www.example.com" is composed of 3 labels
72 * This operation is done on <b>single labels</b> before sending it to something that expects
73 * ASCII names. A label is an individual part of a domain name. Labels are usually
74 * separated by dots; for e.g." "www.example.com" is composed of 3 labels
117 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
119 * set will apply to all labels in the domain name
157 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
159 * set will apply to all labels in the domain nam
    [all...]
  /external/icu4c/test/intltest/
idnaref.h 32 * This operation is done on <b>single labels</b> before sending it to something that expects
33 * ASCII names. A label is an individual part of a domain name. Labels are usually
34 * separated by dots; for e.g." "www.example.com" is composed of 3 labels
71 * This operation is done on <b>single labels</b> before sending it to something that expects
72 * ASCII names. A label is an individual part of a domain name. Labels are usually
73 * separated by dots; for e.g." "www.example.com" is composed of 3 labels
115 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
117 * set will apply to all labels in the domain name
154 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
156 * set will apply to all labels in the domain nam
    [all...]
  /external/icu4c/i18n/unicode/
alphaindex.h 43 * in scripts that sort before any of the bucket labels in this index.
50 * in scripts that sort between two of the bucket labels in this index.
51 * Inflow labels are created when an index contains normal labels for
60 * that sort after all of the bucket labels in this index.
98 * The class can generate a list of labels for use as a UI "index", that is, a list of
107 * is constructed with labels for Russian and English, Greek characters would fall
167 * buckets and their labels and label types.
169 * can be used to get a list of the labels,
258 * Returns the number of index buckets and labels, including underflow/inflow/overflow
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9-sources.jar 
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m.old 83 // token+rule list labels
106 // token+rule list labels
136 // token+rule list labels

Completed in 876 milliseconds

1 23 4 5 6 7 8 91011>>