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

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
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...]
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...]
JumpInsnNode.java 86 public AbstractInsnNode clone(final Map labels) {
87 return new JumpInsnNode(opcode, clone(label, labels));
LabelNode.java 68 public AbstractInsnNode clone(final Map labels) {
69 return (LabelNode) labels.get(this);
LineNumberNode.java 76 public AbstractInsnNode clone(final Map labels) {
77 return new LineNumberNode(line, clone(start, labels));
  /external/stlport/test/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-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/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.idl 28 readonly attribute NodeList labels;
HTMLMeterElement.idl 31 readonly attribute NodeList labels;
LabelableElement.cpp 42 PassRefPtrWillBeRawPtr<LabelsNodeList> LabelableElement::labels() function in class:blink::LabelableElement
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 157 labels = dots.split(input)
158 if labels and len(labels[-1])==0:
160 del labels[-1]
163 for label in labels:
178 labels = dots.split(input)
183 labels = input.split(".")
185 if labels and len(labels[-1]) == 0:
187 del labels[-1
    [all...]
  /external/openfst/src/include/fst/
string.h 53 vector<Label> labels; local
54 if (!ConvertStringToLabels(s, &labels))
56 Compile(labels, fst);
62 vector<Label> labels; local
63 if (!ConvertStringToLabels(s, &labels))
65 Compile(labels, fst, w);
70 bool ConvertStringToLabels(const string &str, vector<Label> *labels) const {
71 labels->clear();
74 labels->push_back(static_cast<unsigned char>(str[i]));
76 return UTF8StringToLabels(str, labels);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
alternate_nav_infobar_view.cc 38 void AlternateNavInfoBarView::ElideLabels(Labels* labels, int available_width) {
39 views::Label* last_label = labels->back();
40 labels->pop_back();
42 for (Labels::iterator i(labels->begin()); i != labels->end(); ++i)
48 if (!labels->empty())
49 labels->back()->SetText(labels->back()->text() + gfx::kEllipsisUTF16)
62 Labels labels; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 31 std::vector<base::string16> labels; local
32 AutofillProfile::CreateDifferentiatingLabels(profiles, "en-US", &labels);
33 return labels[0];
178 std::vector<base::string16> labels; local
179 AutofillProfile::CreateDifferentiatingLabels(profiles, "en-US", &labels);
180 ASSERT_EQ(profiles.size(), labels.size());
181 summary7 = labels[0];
182 base::string16 summary7a = labels[1];
221 std::vector<base::string16> labels; local
223 profiles.get(), "en-US", &labels);
376 std::vector<base::string16> labels; local
424 std::vector<base::string16> labels; local
477 std::vector<base::string16> labels; local
523 std::vector<base::string16> labels; local
565 std::vector<base::string16> labels; local
604 std::vector<base::string16> labels; local
657 EXPECT_EQ(base::string16(), labels[0]); local
658 EXPECT_EQ(base::string16(), labels[1]); local
708 std::vector<base::string16> labels; local
744 std::vector<base::string16> labels; local
771 std::vector<base::string16> labels; local
787 labels[1]) << labels[1]; local
805 std::vector<base::string16> labels; local
    [all...]
autofill_external_delegate.cc 85 std::vector<base::string16> labels(suggested_labels);
90 ApplyAutofillWarnings(&values, &labels, &icons, &ids);
94 labels.push_back(base::string16());
109 ApplyAutofillOptions(&values, &labels, &icons, &ids);
115 labels.pop_back();
123 InsertDataListValues(&values, &labels, &icons, &ids);
131 labels.push_back(base::string16());
154 labels,
307 std::vector<base::string16>* labels,
318 labels->assign(1, base::string16())
    [all...]
  /external/smack/src/org/xbill/DNS/
Name.java 28 * of labels and the 7 higher order bytes store per-label offsets.
50 /** The maximum number of labels in a Name */
112 setlabels(int labels) {
114 offsets |= labels;
130 int labels = src.labels(); local
133 for (int i = 0; i < labels && i < MAXOFFSETS; i++)
135 dst.setlabels(labels);
154 int labels = getlabels(); local
155 int newlabels = labels + n
448 int labels = newname.labels() - origin.labels(); local
546 labels() { method in class:Name
555 int labels = labels(); local
592 int labels = labels(); local
650 int labels = labels(); local
701 int labels = labels(); local
734 int labels = labels(); local
801 int labels = labels(); local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_OrganizationsTest.java 30 CharSequence[] labels = getContext().getResources().getTextArray( local
34 assertEquals(labels[Organizations.TYPE_OTHER - 1], display);
38 assertEquals(labels[Organizations.TYPE_WORK - 1], display);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 72 * Sets the array of strings used as labels. The size of the array defines the range
73 * of valid indices for this action. The labels are used to define the accessibility
74 * content description unless secondary labels are provided.
76 public void setLabels(String[] labels) {
77 mLabels = labels;
82 * Sets the array of strings used as secondary labels. These labels are used
83 * in place of the primary labels for accessibility content description only.
85 public void setSecondaryLabels(String[] labels) {
86 mLabels2 = labels;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp 175 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>());
176 labels->reserveCapacity(size);
187 labels->append(String::adopt(buffer));
189 return labels.release();
194 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local
195 labels->reserveCapacity(7);
196 labels->append("Sun");
197 labels->append("Mon");
198 labels->append("Tue");
199 labels->append("Wed")
225 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local
265 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local
    [all...]
  /external/chromium_org/chrome/common/variations/
experiment_labels.h 19 // Creates a final combined experiment labels string with |variation_labels|
27 // experiment_labels string value containing only the labels that are not
29 base::string16 ExtractNonVariationLabels(const base::string16& labels);

Completed in 1315 milliseconds

1 2 3 4 5 6 7 8 91011>>