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

1 2 3 4 5 6 7 8 91011>>

  /external/grpc-grpc/third_party/nanopb/tests/no_messages/
no_messages.proto 6 First = 1;
  /external/nanopb-c/tests/no_messages/
no_messages.proto 6 First = 1;
  /external/deqp/framework/common/
tcuEither.hpp 23 * \brief Template class that is either type of First or Second.
32 * \brief Object containing Either First or Second type of object
34 * \note Type First and Second are always aligned to same alignment as
36 * \note This type always uses at least sizeof(bool) + max(sizeof(First*),
39 template<typename First, typename Second>
43 Either (const First& first);
47 Either (const Either<First, Second>& other);
48 Either& operator= (const Either<First, Second>& other);
50 Either& operator= (const First& first)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
SelectorExtras.h 20 const char *First,
23 II.push_back(&Ctx.Idents.get(First));
32 const char *First = va_arg(argp, const char *);
33 assert(First && "keyword selectors must have at least one argument");
34 return getKeywordSelectorImpl(Ctx, First, argp);
39 const char *First, ...) {
41 va_start(argp, First);
42 Selector result = getKeywordSelectorImpl(Ctx, First, argp);
49 const char *First, ...) {
53 va_start(argp, First);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ilist_base.h 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev();
49 First.setPrev(nullptr);
53 static void transferBeforeImpl(node_base_type &Next, node_base_type &First,
55 if (&Next == &Last || &First == &Last)
59 assert(&Next != &First &&
66 First.getPrev()->setNext(&Last);
67 Last.setPrev(First.getPrev());
69 // Splice [First, Final] into its new list/position.
72 First.setPrev(&Prev)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_base.h 44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
45 node_base_type *Prev = First.getPrev();
51 First.setPrev(nullptr);
55 static void transferBeforeImpl(node_base_type &Next, node_base_type &First,
57 if (&Next == &Last || &First == &Last)
61 assert(&Next != &First &&
68 First.getPrev()->setNext(&Last);
69 Last.setPrev(First.getPrev());
71 // Splice [First, Final] into its new list/position.
74 First.setPrev(&Prev)
    [all...]
  /external/libcxxabi/src/demangle/
StringView.h 21 const char *First;
26 StringView(const char (&Str)[N]) : First(Str), Last(Str + N - 1) {}
28 : First(First_), Last(Last_) {}
30 : First(First_), Last(First_ + Len) {}
31 StringView(const char *Str) : First(Str), Last(Str + std::strlen(Str)) {}
32 StringView() : First(nullptr), Last(nullptr) {}
43 return StringView(First + From, First + To);
49 return StringView(First + N, Last);
59 return *First++
    [all...]
ItaniumDemangle.h 532 SoFar.first = std::min(SoFar.first, RT->RK);
559 s += (Collapsed.first == ReferenceKind::LValue ? "&" : "&&");
605 const void *First;
616 First = static_cast<const void *>(FirstChar);
621 : First(static_cast<const void *>(N)), Second(nullptr) {}
622 NodeOrString() : First(nullptr), Second(nullptr) {}
624 bool isString() const { return Second && First; }
625 bool isNode() const { return First && !Second; }
626 bool isEmpty() const { return !First && !Second;
1965 const char *first = Contents.begin(); variable
    [all...]
  /external/google-fruit/include/fruit/impl/meta/
pair.h 28 using First = First1;
33 template <typename First, typename Second>
35 using type = Pair<First, Second>;
42 using type = typename P::First;
triplet.h 28 using First = First1;
34 template <typename First, typename Second, typename Third>
36 using type = Triplet<First, Second, Third>;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
StringView.h 21 const char *First;
28 StringView(const char (&Str)[N]) : First(Str), Last(Str + N - 1) {}
30 : First(First_), Last(Last_) {}
32 : First(First_), Last(First_ + Len) {}
33 StringView(const char *Str) : First(Str), Last(Str + std::strlen(Str)) {}
34 StringView() : First(nullptr), Last(nullptr) {}
45 if (const void *P = ::memchr(First + FindBegin, C, size() - FindBegin))
46 return static_cast<const char *>(P) - First;
56 return StringView(First + From, First + To)
    [all...]
ItaniumDemangle.cpp 466 SoFar.first = std::min(SoFar.first, RT->RK);
491 s += (Collapsed.first == ReferenceKind::LValue ? "&" : "&&");
535 const void *First;
546 First = static_cast<const void *>(FirstChar);
551 : First(static_cast<const void *>(N)), Second(nullptr) {}
552 NodeOrString() : First(nullptr), Second(nullptr) {}
554 bool isString() const { return Second && First; }
555 bool isNode() const { return First && !Second; }
556 bool isEmpty() const { return !First && !Second;
1739 const char *first = Contents.begin(); variable
    [all...]
  /external/testng/src/test/java/test/classgroup/
Second.java 5 @Test(dependsOnGroups = { "first" })
10 assert First.allRun() : "Methods for class First should have been invoked first.";
First.java 5 @Test(groups = { "first" })
6 public class First {
  /external/clang/include/clang/Basic/
AttrKinds.h 26 First##CLASS = FIRST_NAME, \
  /external/swiftshader/third_party/subzero/src/
IceRNG.h 78 void RandomShuffle(RandomIt First, RandomIt Last, RandomFunc &&RNG) {
79 for (auto i = Last - First - 1; i > 0; --i)
80 std::swap(First[i], First[RNG(i + 1)]);
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Links-in-Headers.text 3 Let's first have a plain header
12 First with a hash
Ordered and unordered lists.text 58 1. First
71 1. First
106 1. First
115 1. First
  /external/clang/test/SemaCXX/
warn-infinite-recursion.cpp 117 template<int First, int Last>
119 if (First + 1 == Last) {
124 DoStuff<First, (First + Last)/2>();
125 DoStuff<(First + Last)/2, Last>();
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 58 1. First
71 1. First
106 1. First
115 1. First
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 58 1. First
71 1. First
106 1. First
115 1. First
  /external/clang/lib/Format/
AffectedRangeManager.cpp 30 Line->LeadingEmptyLinesAffected = affectsLeadingEmptyLines(*Line->First);
37 while (PPEnd != E && !(*PPEnd)->First->HasUnescapedNewline) {
42 if (affectsTokenRange(*Line->First, *Last,
72 bool AffectedRangeManager::affectsTokenRange(const FormatToken &First,
75 SourceLocation Start = First.WhitespaceRange.getBegin();
77 Start = Start.getLocWithOffset(First.LastNewlineOffset);
115 // Stores whether the first child line of any of this line's tokens is
119 for (FormatToken *Tok = Line->First; Tok; Tok = Tok->Next) {
124 // Determine whether the first child of 'Tok' was affected.
134 Line->First->NewlinesBefore == 0
    [all...]
UnwrappedLineFormatter.cpp 22 const FormatToken *Next = Line.First->getNextNonComment();
53 Offset = getIndentOffset(*Line.First);
74 unsigned LevelIndent = Line.First->OriginalColumn;
77 if ((!Line.First->is(tok::comment) || IndentForLevel[Line.Level] == -1) &&
149 if (Next[i + 1]->First->NewlinesBefore > 0)
171 if (I[1]->Type == LT_Invalid || I[1]->First->MustBreakBefore)
174 (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline))
193 I[1]->First->is(tok::r_brace)) ||
198 TheLine->First != TheLine->Last) {
206 if (I[1]->First->is(TT_FunctionLBrace) &
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 326 std::unique_ptr<PPCallbacks> First, Second;
331 : First(std::move(_First)), Second(std::move(_Second)) {}
336 First->FileChanged(Loc, Reason, FileType, PrevFID);
343 First->FileSkipped(SkippedFile, FilenameTok, FileType);
349 return First->FileNotFound(FileName, RecoveryPath) ||
358 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
368 First->moduleImport(ImportLoc, Path, Imported);
373 First->EndOfMainFile();
378 First->Ident(Loc, str);
384 First->PragmaComment(Loc, Kind, Str)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BinaryStreamWriter.cpp 74 WritableBinaryStreamRef First = Stream.drop_front(Offset);
76 WritableBinaryStreamRef Second = First.drop_front(Off);
77 First = First.keep_front(Off);
78 BinaryStreamWriter W1{First};

Completed in 4063 milliseconds

1 2 3 4 5 6 7 8 91011>>