HomeSort by relevance Sort by last modified time
    Searched refs:labels (Results 26 - 50 of 410) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelableElement.h 41 // specification, and provides the implementation of the "labels" attribute.
45 PassRefPtrWillBeRawPtr<LabelsNodeList> labels();
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-blocks.cpp 13 expected-warning{{unannotated fall-through between switch labels}} \
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
AbstractInsnNode.java 202 * @param labels a map from LabelNodes to cloned LabelNodes.
206 public abstract AbstractInsnNode clone(final Map labels);
220 * Returns the clones of the given labels.
222 * @param labels a list of labels.
224 * @return the clones of the given labels.
226 static LabelNode[] clone(final List labels, final Map map) {
227 LabelNode[] clones = new LabelNode[labels.size()];
229 clones[i] = (LabelNode) map.get(labels.get(i));
InsnNode.java 78 public AbstractInsnNode clone(final Map labels) {
IntInsnNode.java 78 public AbstractInsnNode clone(final Map labels) {
LdcInsnNode.java 71 public AbstractInsnNode clone(final Map labels) {
VarInsnNode.java 84 public AbstractInsnNode clone(final Map labels) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
LabelsActivity.java 27 setContentView(R.layout.labels);
  /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]
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 15 # project. You can optionally provide a list of labels that apply to
65 def upload(file, project_name, user_name, password, summary, labels=None):
75 labels: an optional list of label strings with which to tag the file.
90 if labels is not None:
91 form_fields.extend([('label', l.strip()) for l in labels])
161 def upload_find_auth(file_path, project_name, summary, labels=None,
165 file_path, project_name, summary, and labels are passed as-is to upload.
171 labels: an optional list of label strings with which to tag the file.
190 return upload(file_path, project_name, user_name, password, summary, labels)
204 parser.add_option('-l', '--labels', dest='labels'
    [all...]
  /external/owasp/sanitizer/tools/
googlecode_upload.py 15 # project. You can optionally provide a list of labels that apply to
59 def upload(file, project_name, user_name, password, summary, labels=None):
69 labels: an optional list of label strings with which to tag the file.
84 if labels is not None:
85 form_fields.extend([('label', l.strip()) for l in labels])
155 def upload_find_auth(file_path, project_name, summary, labels=None,
159 file_path, project_name, summary, and labels are passed as-is to upload.
165 labels: an optional list of label strings with which to tag the file.
195 summary, labels)
220 parser.add_option('-l', '--labels', dest='labels'
    [all...]
  /external/chromium_org/courgette/
assembly_program.h 46 // * The disassembler creates labels in the AssemblyProgram and emits
129 // Trim underused labels
132 void PrintLabelCounts(RVAToLabel* labels);
143 Label* FindLabel(RVA rva, RVAToLabel* labels);
146 static void UnassignIndexes(RVAToLabel* labels);
147 static void DefaultAssignIndexes(RVAToLabel* labels);
148 static void AssignRemainingIndexes(RVAToLabel* labels);
159 // We have separate label spaces for addresses referenced by rel32 labels and
160 // abs32 labels. This is somewhat arbitrary.
  /external/smack/src/org/xbill/DNS/
SIGBase.java 20 protected int alg, labels; field in class:SIGBase
40 this.labels = name.labels() - 1;
42 this.labels--;
55 labels = in.readU8();
74 labels = st.getUInt8();
91 sb.append (labels);
130 * Returns the number of labels in the signed domain name. This may be
136 return labels;
184 out.writeU8(labels);
    [all...]
  /external/openfst/src/include/fst/
icu.h 34 bool UTF8StringToLabels(const string &str, vector<Label> *labels) {
40 labels->push_back(c);
67 labels->push_back(code);
74 bool LabelsToUTF8String(const vector<Label> &labels, string *str) {
76 for (size_t i = 0; i < labels.size(); ++i) {
77 int32_t code = labels[i];
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_ContactMethodsTest.java 60 CharSequence[] labels = getContext().getResources().getTextArray( local
64 assertEquals(labels[ContactMethods.TYPE_HOME - 1], display);
68 assertEquals(labels[ContactMethods.TYPE_OTHER - 1], display);
72 assertEquals(labels[ContactMethods.TYPE_WORK - 1], display);
91 labels = getContext().getResources().getTextArray(
95 assertEquals(labels[ContactMethods.TYPE_HOME - 1], display);
99 assertEquals(labels[ContactMethods.TYPE_OTHER - 1], display);
103 assertEquals(labels[ContactMethods.TYPE_WORK - 1], display);
Contacts_PhonesTest.java 30 CharSequence[] labels = getContext().getResources().getTextArray( local
34 assertEquals(labels[Phones.TYPE_HOME - 1], display);
38 assertEquals(labels[Phones.TYPE_MOBILE - 1], display);
42 assertEquals(labels[Phones.TYPE_WORK - 1], display);
46 assertEquals(labels[Phones.TYPE_FAX_WORK - 1], display);
50 assertEquals(labels[Phones.TYPE_FAX_HOME - 1], display);
54 assertEquals(labels[Phones.TYPE_PAGER - 1], display);
58 assertEquals(labels[Phones.TYPE_OTHER - 1], display);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListActivity.java 43 String[] labels = {"Take out Trash", "Do Laundry", local
47 TaskAdapter myAdapter = new TaskAdapter(this, labels, checkboxes);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 254 @wizard.visit( tree, B ) do |node, parent, child_index, labels|
266 @wizard.visit( tree, C ) do |node, parent, child_index, labels|
278 @wizard.visit( tree, B ) do |node, parent, child_index, labels|
290 @wizard.visit( tree, A ) do |node, parent, child_index, labels|
305 @wizard.visit( tree, B ) do |node, parent, child_index, labels|
317 @wizard.visit( tree, A ) do |node, parent, child_index, labels|
328 @wizard.visit(tree, '(A B)') do |node, parent, child_index, labels|
340 @wizard.visit(tree, '(A B)') do |node, parent, child_index, labels|
347 def labeled_context(node, parent, index, labels, *names)
348 suffix = names.map { |n| labels[n].to_s }.join('&'
    [all...]
  /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/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)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleICUTest.cpp 42 // Labels class is used for printing results in EXPECT_EQ macro.
43 class Labels {
45 Labels(const Vector<String> labels)
46 : m_labels(labels)
51 bool operator==(const Labels& other) const
64 builder.appendLiteral("labels(");
81 Labels labels(const String& element1, const String& element2) function in class:LocaleICUTest
83 Vector<String> labels = Vector<String>() local
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestActivity.java 57 String[] labels = new String[mTests.length]; local
59 labels[i] = mTests[i].name;
62 setListAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, labels));
  /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);

Completed in 986 milliseconds

12 3 4 5 6 7 8 91011>>