HomeSort by relevance Sort by last modified time
    Searched refs:Labels (Results 1 - 9 of 9) sorted by null

  /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/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 56 grammar Labels;
87 lexer = Labels::Lexer.new 'a, b, c, 1, 2 A FOOBAR GNU1 A BLARZ'
88 parser = Labels::Parser.new lexer
161 example "accessing tokens with labels" do
211 example "referencing rule properties using rule labels" do
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 138 const Labels: IDictionary<String, IANTLRInterface>);
151 const Labels: IDictionary<String, IANTLRInterface>);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 117 // the function. This occurs with, e.g., labels that are not
219 // We have to special case labels here. They are statements, but when put
221 // subexpression. Handle this by walking through all labels we encounter,
361 /// Change the cleanup scope of the labels in this lexical scope to
364 assert(!Labels.empty());
368 // Change the scope depth of all the labels.
370 i = Labels.begin(), e = Labels.end(); i != e; ++i) {
378 // Reparent the labels if the new scope also has cleanups.
380 ParentScope->Labels.append(Labels.begin(), Labels.end())
    [all...]
CodeGenFunction.h 505 SmallVector<const LabelDecl*, 4> Labels;
522 Labels.push_back(label);
532 // this ends the cleanup scope before rescoping any labels.
542 if (!Labels.empty())
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers,
65 with flow labels.
74 Flow labels have finite lifetime and source is not allowed to reuse
120 support flow labels, this field is not zero, but a random number
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 435 // DW_AT_low_pc/DW_AT_high_pc labels.
524 llvm_unreachable("Unexpected Start and End labels for an inlined scope!");
861 // Emit initial sections so we can reference labels later.
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 95 const std::vector<base::string16>& labels,
98 std::vector<std::string> control_types(labels.size(), "text");
99 ExpectLabelsAndTypes(html, labels, names, values, control_types);
103 const std::vector<base::string16>& labels,
107 ASSERT_EQ(labels.size(), names.size());
108 ASSERT_EQ(labels.size(), values.size());
109 ASSERT_EQ(labels.size(), control_types.size());
127 ASSERT_EQ(labels.size(), fields.size());
128 for (size_t i = 0; i < labels.size(); ++i) {
132 expected.label = labels[i]
143 std::vector<base::string16> labels, names, values; local
1370 std::vector<base::string16> labels, names, values; local
1438 std::vector<base::string16> labels, names, values; local
1497 std::vector<base::string16> labels, names, values; local
1549 std::vector<base::string16> labels, names, values; local
1706 std::vector<base::string16> labels, names, values; local
1760 std::vector<base::string16> labels, names, values; local
1804 std::vector<base::string16> labels, names, values; local
1839 std::vector<base::string16> labels, names, values; local
1902 std::vector<base::string16> labels, names, values; local
1930 std::vector<base::string16> labels, names, values; local
3049 std::vector<base::string16> labels, names, values; local
    [all...]

Completed in 139 milliseconds