Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 25 of 154) sorted by relevance

1234567

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DLookupSwitchInsnNode.java62 public List labels; field in LookupSwitchInsnNode
75 final LabelNode[] labels) in LookupSwitchInsnNode()
100 Label[] labels = new Label[this.labels.size()]; in accept() local
104 mv.visitLookupSwitchInsn(dflt.getLabel(), keys, labels); in accept() local
107 public AbstractInsnNode clone(final Map labels) { in clone()
DTableSwitchInsnNode.java67 public List labels; field in TableSwitchInsnNode
82 final LabelNode[] labels) in TableSwitchInsnNode()
99 Label[] labels = new Label[this.labels.size()]; in accept() local
106 public AbstractInsnNode clone(final Map labels) { in clone()
DAbstractInsnNode.java206 public abstract AbstractInsnNode clone(final Map labels); in clone()
226 static LabelNode[] clone(final List labels, final Map map) { in clone()
DInsnNode.java78 public AbstractInsnNode clone(final Map labels) { in clone()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DLocaleICU.cpp175 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); in createLabelVector() local
194 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); in createFallbackWeekDayShortLabels() local
225 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); in createFallbackMonthLabels() local
265 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); in createFallbackAMPMLabels() local
381 …if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_SHORT_MONTHS, UCAL_… in shortMonthLabels() local
397 …if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_MONTHS, … in standAloneMonthLabels() local
411 …if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_SHORT_MO… in shortStandAloneMonthLabels() local
/external/smack/src/org/xbill/DNS/
DName.java112 setlabels(int labels) { in setlabels()
130 int labels = src.labels(); in copy() local
154 int labels = getlabels(); in append() local
448 int labels = newname.labels() - origin.labels(); in relativize() local
546 labels() { in labels() method in Name
555 int labels = labels(); in subdomain() local
592 int labels = labels(); in toString() local
650 int labels = labels(); in toWire() local
701 int labels = labels(); in toWireCanonical() local
734 int labels = labels(); in equals() local
[all …]
/external/chromium_org/components/autofill/core/browser/
Dautofill_profile_unittest.cc31 std::vector<base::string16> labels; in GetLabel() local
178 std::vector<base::string16> labels; in TEST() local
221 std::vector<base::string16> labels; in TEST() local
376 std::vector<base::string16> labels; in TEST() local
424 std::vector<base::string16> labels; in TEST() local
477 std::vector<base::string16> labels; in TEST() local
523 std::vector<base::string16> labels; in TEST() local
565 std::vector<base::string16> labels; in TEST() local
604 std::vector<base::string16> labels; in TEST() local
708 std::vector<base::string16> labels; in TEST() local
[all …]
Dautofill_external_delegate.cc85 std::vector<base::string16> labels(suggested_labels); in OnSuggestionsReturned() local
307 std::vector<base::string16>* labels, in ApplyAutofillWarnings()
350 std::vector<base::string16>* labels, in ApplyAutofillOptions()
372 std::vector<base::string16>* labels, in InsertDataListValues()
Dtest_autofill_client.cc49 const std::vector<base::string16>& labels, in ShowAutofillPopup()
57 const std::vector<base::string16>& labels) { in UpdateAutofillPopupDataListValues()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DMachineProbe.java81 List<IntSet> labels = new ArrayList<IntSet>(); in getEdgeLabels() local
101 public String getInputSequenceDisplay(Grammar g, List<IntSet> labels) { in getInputSequenceDisplay()
116 List<Set<NFAState>> nfaStates, List<IntSet> labels) { in getGrammarLocationsForInputSequence()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttreewizard.py375 def visitor(node, parent, childIndex, labels): argument
389 def visitor(node, parent, childIndex, labels): argument
403 def visitor(node, parent, childIndex, labels): argument
417 def visitor(node, parent, childIndex, labels): argument
431 def visitor(node, parent, childIndex, labels): argument
445 def visitor(node, parent, childIndex, labels): argument
462 def visitor(node, parent, childIndex, labels): argument
478 def visitor(node, parent, childIndex, labels): argument
495 def visitor(node, parent, childIndex, labels): argument
/external/openfst/src/include/fst/
Dicu.h34 bool UTF8StringToLabels(const string &str, vector<Label> *labels) { in UTF8StringToLabels()
74 bool LabelsToUTF8String(const vector<Label> &labels, string *str) { in LabelsToUTF8String()
Dstring.h53 vector<Label> labels; in operator() local
62 vector<Label> labels; in operator() local
70 bool ConvertStringToLabels(const string &str, vector<Label> *labels) const { in ConvertStringToLabels()
107 void Compile(const vector<Label> &labels, in Compile()
/external/stlport/test/unit/
Dunique_test.cpp52 const char* labels[] = {"Q", "Q", "W", "W", "E", "E", "R", "T", "T", "Y", "Y"}; in unique2() local
88 const char* labels[] = {"Q", "Q", "W", "W", "E", "E", "R", "T", "T", "Y", "Y"}; in uniqcpy2() local
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py59 def upload(file, project_name, user_name, password, summary, labels=None): argument
155 def upload_find_auth(file_path, project_name, summary, labels=None, argument
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
Dgooglecode_upload.py65 def upload(file, project_name, user_name, password, summary, labels=None): argument
161 def upload_find_auth(file_path, project_name, summary, labels=None, argument
/external/chromium_org/chrome/browser/ui/views/infobars/
Dalternate_nav_infobar_view.cc38 void AlternateNavInfoBarView::ElideLabels(Labels* labels, int available_width) { in ElideLabels()
62 Labels labels; in Layout() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DLocaleICUTest.cpp45 Labels(const Vector<String> labels) in Labels()
81 Labels labels(const String& element1, const String& element2) in labels() function in LocaleICUTest
83 Vector<String> labels = Vector<String>(); in labels() local
140 std::ostream& operator<<(std::ostream& os, const LocaleICUTest::Labels& labels) in operator <<()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.pxd49 cpdef set_loop_labels(self, labels) argument
51 cpdef set_all_labels(self, labels) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs73 … void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ); in Visit()
78 …c virtual void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ) in Visit()
296 … public void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ) in Visit()
387 …itor( TreeWizard outer, IContextVisitor visitor, IDictionary<string, object> labels, TreePattern t… in VisitTreeWizardContextVisitor()
447 public bool Parse( object t, string pattern, IDictionary<string, object> labels ) in Parse()
473 …ected virtual bool ParseCore( object t1, TreePattern tpattern, IDictionary<string, object> labels ) in ParseCore()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs70 void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels); in Visit()
74 …c virtual void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) { in Visit()
259 … public void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) { in Visit()
336 …sitor(TreeWizard outer, IContextVisitor visitor, IDictionary<string, object> labels, TreePattern t… in VisitTreeWizardContextVisitor()
391 public bool Parse(object t, string pattern, IDictionary<string, object> labels) { in Parse()
415 …ected virtual bool ParseCore(object t1, TreePattern tpattern, IDictionary<string, object> labels) { in ParseCore()
/external/chromium_org/courgette/
Dassembly_program.cc142 static void DeleteContainedLabels(const RVAToLabel& labels) { in DeleteContainedLabels()
249 Label* AssemblyProgram::FindLabel(RVA rva, RVAToLabel* labels) { in FindLabel()
258 void AssemblyProgram::UnassignIndexes(RVAToLabel* labels) { in UnassignIndexes()
268 void AssemblyProgram::DefaultAssignIndexes(RVAToLabel* labels) { in DefaultAssignIndexes()
282 void AssemblyProgram::AssignRemainingIndexes(RVAToLabel* labels) { in AssignRemainingIndexes()
376 static CheckBool DefineLabels(const RVAToLabel& labels, in DefineLabels()
550 void AssemblyProgram::PrintLabelCounts(RVAToLabel* labels) { in PrintLabelCounts()
/external/chromium_org/android_webview/native/
Daw_autofill_client.cc84 const std::vector<base::string16>& labels, in ShowAutofillPopup()
108 const std::vector<base::string16>& labels, in ShowAutofillPopupImpl()
141 const std::vector<base::string16>& labels) { in UpdateAutofillPopupDataListValues()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeWizard.java59 public void visit(Object t, Object parent, int childIndex, Map labels); in visit()
63 public void visit(Object t, Object parent, int childIndex, Map labels) { in visit()
286 final Map labels = new HashMap(); // reused for each _parse in visit() local
310 public boolean parse(Object t, String pattern, Map labels) { in parse()
332 protected boolean _parse(Object t1, TreePattern tpattern, Map labels) { in _parse()
/external/chromium_org/third_party/WebKit/Source/core/html/
DLabelableElement.cpp42 PassRefPtrWillBeRawPtr<LabelsNodeList> LabelableElement::labels() in labels() function in blink::LabelableElement

1234567