Searched refs:AtEnd (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
H A Dposition.py64 def AtEnd(string): member in class:Position
74 AtEnd = staticmethod(AtEnd) variable in class:Position
/external/google-breakpad/src/common/
H A Dbyte_cursor_unittest.cc69 EXPECT_TRUE(cursor.AtEnd());
90 EXPECT_FALSE(cursor.AtEnd());
91 EXPECT_TRUE(cursor.Skip(sizeof(data)).AtEnd());
172 EXPECT_TRUE(cursor.AtEnd());
202 EXPECT_TRUE(cursor.AtEnd());
230 EXPECT_TRUE(cursor.AtEnd());
257 EXPECT_TRUE(cursor.AtEnd());
276 EXPECT_TRUE(cursor.AtEnd());
306 EXPECT_TRUE(cursor.AtEnd());
334 EXPECT_TRUE(cursor.AtEnd());
[all...]
H A Dbyte_cursor.h106 bool AtEnd() const { return Available() == 0; } function in class:google_breakpad::ByteCursor
/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h310 bool AtEnd;
328 if (AtEnd)
331 AtEnd = true;
345 if (AtEnd)
363 AtEnd = true;
405 if (AtEnd && RHS.AtEnd)
409 return AtEnd == RHS.AtEnd && RHS.BitNumber == BitNumber;
424 AtEnd
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc118 inline bool Parser::AtEnd() { function in class:google::protobuf::compiler::Parser
383 if (AtEnd()) {
401 if (AtEnd()) {
449 while (!AtEnd()) {
591 if (AtEnd()) {
993 while (!AtEnd()) {
1230 if (AtEnd()) {
1285 if (AtEnd()) {
1351 if (AtEnd()) {
1466 if (AtEnd()) {
[all...]
H A Dparser.h144 inline bool AtEnd();
/external/nanopb-c/generator/google/protobuf/
H A Dtext_format.py157 while not tokenizer.AtEnd():
234 if tokenizer.AtEnd():
328 def AtEnd(self): member in class:_Tokenizer
/external/protobuf/python/google/protobuf/
H A Dtext_format.py228 while not tokenizer.AtEnd():
380 if tokenizer.AtEnd():
491 def AtEnd(self): member in class:_Tokenizer
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3197 assert(!AtEnd());
3219 // so we have to consult AtEnd().
3220 return (AtEnd() && typed_other->AtEnd()) ||
3239 if (!AtEnd())
3242 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3316 assert(!AtEnd());
3342 // so we have to consult AtEnd().
3343 return (AtEnd() && typed_other->AtEnd()) ||
3369 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3515 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3677 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3858 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
4056 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4273 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4507 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4758 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3197 assert(!AtEnd());
3219 // so we have to consult AtEnd().
3220 return (AtEnd() && typed_other->AtEnd()) ||
3239 if (!AtEnd())
3242 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3316 assert(!AtEnd());
3342 // so we have to consult AtEnd().
3343 return (AtEnd() && typed_other->AtEnd()) ||
3369 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3515 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3677 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3858 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
4056 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4273 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4507 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4758 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2873 assert(!AtEnd());
2895 // so we have to consult AtEnd().
2896 return (AtEnd() && typed_other->AtEnd()) ||
2915 if (!AtEnd())
2918 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2992 assert(!AtEnd());
3018 // so we have to consult AtEnd().
3019 return (AtEnd() && typed_other->AtEnd()) ||
3045 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3191 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3353 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3534 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3732 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3949 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4183 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4434 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2876 assert(!AtEnd());
2898 // so we have to consult AtEnd().
2899 return (AtEnd() && typed_other->AtEnd()) ||
2918 if (!AtEnd())
2921 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2995 assert(!AtEnd());
3021 // so we have to consult AtEnd().
3022 return (AtEnd() && typed_other->AtEnd()) ||
3048 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3194 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3356 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3537 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3735 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3952 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4186 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4437 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2874 assert(!AtEnd());
2896 // so we have to consult AtEnd().
2897 return (AtEnd() && typed_other->AtEnd()) ||
2916 if (!AtEnd())
2919 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2993 assert(!AtEnd());
3019 // so we have to consult AtEnd().
3020 return (AtEnd() && typed_other->AtEnd()) ||
3046 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3192 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3354 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3535 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3733 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3950 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4184 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4435 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/clang/lib/Parse/
H A DParseObjc.cpp329 SourceRange AtEnd; local
394 AtEnd.setBegin(AtLoc);
395 AtEnd.setEnd(Tok.getLocation());
504 AtEnd.setBegin(Tok.getLocation());
505 AtEnd.setEnd(Tok.getLocation());
510 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); local
1581 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { argument
1588 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);
/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py678 while not tokenizer.AtEnd():
705 self.assertTrue(tokenizer.AtEnd())
713 self.assertTrue(tokenizer.AtEnd())
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c726 int AtEnd = g ->nEntries - AtBegin - 1; // And 98% local
746 Val = g ->Table16[AtEnd];
748 beta = Val - Slope * AtEnd;
750 for (i = AtEnd; i < (int) g ->nEntries; i++)
/external/clang/include/clang/AST/
H A DDeclObjC.h515 SourceRange AtEnd; member in class:clang::ObjCContainerDecl
615 return AtEnd;
618 AtEnd = atEnd;
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py405 Position.AtEnd(token.string))
H A Decmalintrules.py301 token, Position.AtEnd(token.string))
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2602 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods, argument
2607 assert(AtEnd.isValid() && "Invalid location for '@end'");
2694 CDecl->setAtEndRange(AtEnd);
2697 IC->setAtEndRange(AtEnd);
2768 CatImplClass->setAtEndRange(AtEnd);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h13813 assert(!AtEnd());
13835 // so we have to consult AtEnd().
13836 return (AtEnd() && typed_other->AtEnd()) ||
13855 if (!AtEnd())
13858 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
13932 assert(!AtEnd());
13958 // so we have to consult AtEnd().
13959 return (AtEnd() && typed_other->AtEnd()) ||
13985 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
14131 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
14293 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
14474 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
14672 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
14889 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
15123 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
15374 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h11988 assert(!AtEnd());
12010 // so we have to consult AtEnd().
12011 return (AtEnd() && typed_other->AtEnd()) ||
12030 if (!AtEnd())
12033 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
12107 assert(!AtEnd());
12133 // so we have to consult AtEnd().
12134 return (AtEnd() && typed_other->AtEnd()) ||
12160 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
12306 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
12468 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
12649 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
12847 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
13064 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
13298 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
13549 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1265 void finish(SourceRange AtEnd);
/external/v8/src/
H A Djsregexp.h892 static AssertionNode* AtEnd(RegExpNode* on_success) { function in class:v8::internal::AssertionNode
H A Djsregexp.cc5061 return AssertionNode::AtEnd(on_success);
5090 GuardedAlternative end_alternative(AssertionNode::AtEnd(on_success));

Completed in 674 milliseconds

12