Searched defs:AtEnd (Results 1 - 23 of 23) sorted by relevance

/external/chromium-trace/trace-viewer/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/chromium_org/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/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_packet_parser.h36 bool AtEnd() const { return record_parser_.AtEnd(); } function in class:DnsPacketParser
/external/chromium_org/media/audio/sounds/
H A Dwav_audio_handler.cc85 bool WavAudioHandler::AtEnd(size_t cursor) const { function in class:media::WavAudioHandler
98 if (AtEnd(cursor)) {
/external/chromium_org/net/dns/
H A Ddns_response.h53 bool AtEnd() const { return cur_ == packet_ + length_; } function in class:net::DnsRecordParser
/external/chromium_org/third_party/protobuf/python/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.py137 while not tokenizer.AtEnd():
214 if tokenizer.AtEnd():
331 def AtEnd(self): member in class:_Tokenizer
624 if self.AtEnd():
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc118 inline bool Parser::AtEnd() { function in class:google::protobuf::compiler::Parser
273 if (AtEnd()) {
291 if (AtEnd()) {
329 while (!AtEnd()) {
406 if (AtEnd()) {
807 if (AtEnd()) {
846 if (AtEnd()) {
917 if (AtEnd()) {
964 if (AtEnd()) {
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h541 } while (!AtEnd() &&
561 bool AtEnd() const { function in class:net::BalsaHeaders::const_header_lines_key_iterator
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc118 inline bool Parser::AtEnd() { function in class:google::protobuf::compiler::Parser
378 if (AtEnd()) {
396 if (AtEnd()) {
444 while (!AtEnd()) {
582 if (AtEnd()) {
937 while (!AtEnd()) {
1168 if (AtEnd()) {
1229 if (AtEnd()) {
1336 if (AtEnd()) {
1421 if (AtEnd()) {
[all...]
/external/clang/lib/Parse/
H A DParseObjc.cpp395 SourceRange AtEnd; local
460 AtEnd.setBegin(AtLoc);
461 AtEnd.setEnd(Tok.getLocation());
538 AtEnd.setBegin(Tok.getLocation());
539 AtEnd.setEnd(Tok.getLocation());
544 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); local
1628 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { argument
1635 P.Actions.ActOnAtEnd(P.getCurScope(), 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/chromium_org/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/chromium_org/third_party/mesa/src/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/chromium_org/v8/src/
H A Djsregexp.h892 static AssertionNode* AtEnd(RegExpNode* on_success) { function in class:v8::internal::AssertionNode
/external/clang/include/clang/AST/
H A DDeclObjC.h515 SourceRange AtEnd; member in class:clang::ObjCContainerDecl
614 return AtEnd;
617 AtEnd = atEnd;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2546 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods, argument
2551 assert(AtEnd.isValid() && "Invalid location for '@end'");
2638 CDecl->setAtEndRange(AtEnd);
2641 IC->setAtEndRange(AtEnd);
2712 CatImplClass->setAtEndRange(AtEnd);
/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.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/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.h2857 assert(!AtEnd());
2879 // so we have to consult AtEnd().
2880 return (AtEnd() && typed_other->AtEnd()) ||
2899 if (!AtEnd())
2902 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2976 assert(!AtEnd());
3002 // so we have to consult AtEnd().
3003 return (AtEnd() && typed_other->AtEnd()) ||
3029 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3175 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3337 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3518 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3716 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3933 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4167 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4418 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/chromium_org/third_party/libvpx/source/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/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...]

Completed in 1430 milliseconds