/external/chromium_org/chrome/browser/resources/chromeos/login/ |
version.html | 1 <div id="version-labels" hidden>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/worphan/ |
nasm_worphan_test.sh | 2 ${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests/worphan "nasm-compat parser" "-Worphan-labels -f bin" ""
|
/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));
|
/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/clang/test/SemaCXX/ |
switch-implicit-fallthrough-cxx98.cpp | 16 case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 18 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 20 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 22 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 25 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 28 case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 37 case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} 42 case 12: // no warning here, intended fall-through, no statement between labels 103 MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch labels}} 107 MY_CASE(44, break); // expected-warning{{unannotated fall-through between switch labels}} [all...] |
/external/chromium-trace/trace-viewer/src/tracing/ |
category_filter_dialog_test.js | 32 var labels = dlg.formEl_.getElementsByTagName('label'); 33 assertEquals(3, labels.length); 34 assertEquals('one', labels[0].textContent); 35 assertEquals('three', labels[1].textContent); 36 assertEquals('two', labels[2].textContent);
|
/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...] |
/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/chromium_org/components/autofill/core/browser/ |
autofill_profile_unittest.cc | 26 std::vector<base::string16> labels; local 27 AutofillProfile::CreateDifferentiatingLabels(profiles, &labels); 28 return labels[0]; 126 std::vector<base::string16> labels; local 127 AutofillProfile::CreateDifferentiatingLabels(profiles, &labels); 128 ASSERT_EQ(profiles.size(), labels.size()); 129 summary7 = labels[0]; 130 base::string16 summary7a = labels[1]; 169 std::vector<base::string16> labels; local 170 AutofillProfile::CreateDifferentiatingLabels(profiles.get(), &labels); 317 std::vector<base::string16> labels; local 369 EXPECT_EQ(base::string16(), labels[0]); local 370 EXPECT_EQ(base::string16(), labels[1]); local 414 std::vector<base::string16> labels; local 450 std::vector<base::string16> labels; local 477 std::vector<base::string16> labels; local 493 labels[1]) << labels[1]; local 511 std::vector<base::string16> labels; local [all...] |
/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.append("labels("); 81 Labels labels(const String& element1, const String& element2) function in class:LocaleICUTest 83 Vector<String> labels = Vector<String>() local [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleICU.cpp | 176 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); 177 labels->reserveCapacity(size); 188 labels->append(String::adopt(buffer)); 190 return labels.release(); 195 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local 196 labels->reserveCapacity(7); 197 labels->append("Sun"); 198 labels->append("Mon"); 199 labels->append("Tue"); 200 labels->append("Wed") 226 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local 266 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local [all...] |
/external/iproute2/man/man8/ |
ip-addrlabel.8 | 58 .SS ip addrlabel list - list address labels 59 the command show contents of address labels. 60 .SS ip addrlabel flush - flush address labels 61 the command flushes the contents of address labels and it does not restore default settings.
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
process.js | 25 this.labels = []; 43 tmp = base.compareArrays(x.labels, y.labels, 68 if (this.labels.length) 69 res += ': ' + this.labels.join(', '); 82 if (!this.labels.length) 84 return 'processes.' + this.name + '.' + this.labels.join('.');
|
/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...] |
/external/chromium_org/courgette/ |
assembly_program.cc | 142 static void DeleteContainedLabels(const RVAToLabel& labels) { 143 for (RVAToLabel::const_iterator p = labels.begin(); p != labels.end(); ++p) 249 Label* AssemblyProgram::FindLabel(RVA rva, RVAToLabel* labels) { 250 Label*& slot = (*labels)[rva]; 258 void AssemblyProgram::UnassignIndexes(RVAToLabel* labels) { 259 for (RVAToLabel::iterator p = labels->begin(); p != labels->end(); ++p) { 265 // DefaultAssignIndexes takes a set of labels and assigns indexes in increasing 268 void AssemblyProgram::DefaultAssignIndexes(RVAToLabel* labels) { [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_profile_unittest.cc | 163 // As labels are empty they are adjusted the first time. 327 std::vector<string16> labels; local 330 &labels); 331 EXPECT_EQ(ASCIIToUTF16("John Doe, 666 Erebus St."), labels[0]); 332 EXPECT_EQ(ASCIIToUTF16("Jane Doe, 123 Letha Shore."), labels[1]); 336 &labels); 338 labels[0]); 340 labels[1]); 349 UNKNOWN_TYPE, 2, &labels); 350 EXPECT_EQ(ASCIIToUTF16("Elysium, CA"), labels[0]) 379 EXPECT_EQ(string16(), labels[0]); local 380 EXPECT_EQ(string16(), labels[1]); local 416 std::vector<string16> labels; local 450 std::vector<string16> labels; local 474 std::vector<string16> labels; local 491 labels[1]) << labels[1]; local [all...] |
/external/chromium_org/content/browser/resources/media/ |
timeline_graph_view.js | 14 // Maximum number of labels placed vertically along the sides of the graph. 17 // Vertical spacing between labels and between the graph and labels. 19 // Horizontal spacing between vertically placed labels and the edges of the 22 // Horizintal spacing between two horitonally placed labels along the bottom 26 // Length of ticks, in pixels, next to y-axis labels. The x-axis only has 27 // one set of labels, so it can use lines instead. 186 // Make space at the bottom of the graph for the time labels, and then 187 // draw the labels. 202 // Draw the lines of all graphs, and then draw their labels [all...] |
/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);
|