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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOutputElement.idl 40 readonly attribute NodeList labels;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
MethodVisitor.java 42 * must be called <i>before</i> the labels passed as arguments have been
44 * methods must be called <i>after</i> the labels passed as arguments have been
301 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
304 void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels);
311 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
314 void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels);
337 * @throws IllegalArgumentException if one of the labels has already been
356 * @throws IllegalArgumentException if one of the labels has not already
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtons.java 57 public MyAdapter(Context context, String[] labels) {
58 super(context, 0, labels);
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];
  /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/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
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ACyclicDFACodeGenerator.java 115 if ( edgeST.impl.formalArguments.get("labels")!=null ) {
116 List labels = edge.label.getSet().toList(); local
117 for (int j = 0; j < labels.size(); j++) {
118 Integer vI = (Integer) labels.get(j);
121 labels.set(j, label); // rewrite List element to be name
123 edgeST.add("labels", labels);
  /external/chromium_org/android_webview/native/
aw_autofill_client.cc 84 const std::vector<base::string16>& labels,
100 labels,
108 const std::vector<base::string16>& labels,
124 ConvertUTF16ToJavaString(env, labels[i]);
141 const std::vector<base::string16>& labels) {
aw_autofill_client.h 75 const std::vector<base::string16>& labels,
81 const std::vector<base::string16>& labels) OVERRIDE;
99 const std::vector<base::string16>& labels,
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckMethodAdapter.java 73 * The already visited labels. This map associate Integer values to Label
76 private final Map labels; field in class:CheckMethodAdapter
313 this.labels = new HashMap();
508 if (labels.get(label) != null) {
511 labels.put(label, new Integer(labels.size()));
536 final Label[] labels)
545 if (labels == null || labels.length != max - min + 1) {
546 throw new IllegalArgumentException("There must be max - min + 1 labels");
    [all...]
  /external/chromium_org/v8/src/
prettyprinter.cc 137 ZoneList<const AstRawString*>* labels = node->target()->labels(); local
138 if (labels != NULL) {
140 DCHECK(labels->length() > 0); // guaranteed to have at least one entry
141 PrintLiteral(labels->at(0), false); // any label from the list is fine
149 ZoneList<const AstRawString*>* labels = node->target()->labels(); local
150 if (labels != NULL) {
152 DCHECK(labels->length() > 0); // guaranteed to have at least one entry
153 PrintLiteral(labels->at(0), false); // any label from the list is fin
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 70 void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels);
74 public virtual void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) {
259 public void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) {
302 * version of the general visit(t, pattern) method. The labels arg
336 public VisitTreeWizardContextVisitor(TreeWizard outer, IContextVisitor visitor, IDictionary<string, object> labels, TreePattern tpattern) {
339 _labels = labels;
371 IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse
373 Visit(t, rootTokenType, new VisitTreeWizardContextVisitor(this, visitor, labels, tpattern));
377 * Given a pattern like (ASSIGN %lhs:ID %rhs:.) with optional labels
379 * return true if the pattern matches and fill the labels Map wit
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 73 void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels );
78 public virtual void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels )
296 public void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels )
346 * version of the general visit(t, pattern) method. The labels arg
387 public VisitTreeWizardContextVisitor( TreeWizard outer, IContextVisitor visitor, IDictionary<string, object> labels, TreePattern tpattern )
391 _labels = labels;
427 IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse
429 Visit( t, rootTokenType, new VisitTreeWizardContextVisitor( this, visitor, labels, tpattern ) );
433 * Given a pattern like (ASSIGN %lhs:ID %rhs:.) with optional labels
435 * return true if the pattern matches and fill the labels Map wit
    [all...]
  /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/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 920 labels = {}
924 labels)
926 node = labels.get("x")
939 labels = {}
943 labels)
945 node = labels.get("x")
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarNonDeterminismMessage.java 70 List labels = probe.getSampleNonDeterministicInputSequence(problemState); local
71 String input = probe.getInputSequenceDisplay(labels);
108 labels);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 155 /** Used while finding a path through an NFA whose edge labels match
304 List<Label> labels = new ArrayList<Label>(); // may access ith element; use array local
306 return labels;
311 labels);
312 return labels;
319 public String getInputSequenceDisplay(List labels) {
322 for (Iterator it = labels.iterator(); it.hasNext();) {
333 * find the path of NFA states associated with the labels sequence.
353 * The NFA path matching the sample input sequence (labels) is computed
361 List labels)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
chrome_autofill_client.cc 133 const std::vector<base::string16>& labels,
151 popup_controller_->Show(values, labels, icons, identifiers);
156 const std::vector<base::string16>& labels) {
158 popup_controller_->UpdateDataListValues(values, labels);
chrome_autofill_client.h 59 const std::vector<base::string16>& labels,
65 const std::vector<base::string16>& labels) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 44 Labels labels; local
45 labels.push_back(label_);
46 labels.push_back(link_);
47 AssignWidths(&labels, std::max(0, EndX() - x - NonLabelWidth()));
infobar_view.cc 141 void InfoBarView::AssignWidths(Labels* labels, int available_width) {
142 std::sort(labels->begin(), labels->end(), SortLabelsByDecreasingWidth);
143 AssignWidthsSorted(labels, available_width);
321 void InfoBarView::AssignWidthsSorted(Labels* labels, int available_width) {
322 if (labels->empty())
324 gfx::Size back_label_size(labels->back()->GetPreferredSize());
327 available_width / static_cast<int>(labels->size())))
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FieldInsnNode.java 100 public AbstractInsnNode clone(final Map labels) {
MethodInsnNode.java 101 public AbstractInsnNode clone(final Map labels) {
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 83 --labels='Type-Archive,OpSys-All,Featured' \
  /external/chromium-libpac/
Android.mk 16 -Wno-endif-labels \

Completed in 583 milliseconds

1 2 34 5 6 7 8 91011>>