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

12

/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.h25 bool AtEnd(size_t cursor) const;
H A Daudio_stream_handler.cc77 if (wav_audio_.AtEnd(cursor_))
112 if (wav_audio_.AtEnd(cursor_) ||
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_unittest.cc27 EXPECT_FALSE(DnsRecordParser(data, 1, 0).AtEnd());
28 EXPECT_TRUE(DnsRecordParser(data, 1, 1).AtEnd());
139 EXPECT_FALSE(parser.AtEnd());
148 EXPECT_TRUE(parser.AtEnd());
153 EXPECT_FALSE(parser.AtEnd());
242 EXPECT_FALSE(parser.AtEnd());
244 EXPECT_TRUE(parser.AtEnd());
269 EXPECT_FALSE(parser.AtEnd());
272 EXPECT_TRUE(parser.AtEnd());
313 EXPECT_FALSE(parser.AtEnd());
[all...]
H A Ddns_response.h53 bool AtEnd() const { return cur_ == packet_ + length_; } function in class:net::DnsRecordParser
/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h330 bool AtEnd;
348 if (AtEnd)
351 AtEnd = true;
365 if (AtEnd)
383 AtEnd = true;
425 if (AtEnd && RHS.AtEnd)
429 return AtEnd == RHS.AtEnd && RHS.BitNumber == BitNumber;
444 AtEnd
[all...]
/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()) {
H A Dparser.h140 inline bool AtEnd();
/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...]
H A Dparser.h145 inline bool AtEnd();
/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py353 while not tokenizer.AtEnd():
380 self.assertTrue(tokenizer.AtEnd())
388 self.assertTrue(tokenizer.AtEnd())
/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/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py504 position=Position.AtEnd(token.string))
528 position=Position.AtEnd(token.string))
536 position=Position.AtEnd(token.string))
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py532 while not tokenizer.AtEnd():
559 self.assertTrue(tokenizer.AtEnd())
567 self.assertTrue(tokenizer.AtEnd())
/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/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/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/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);

Completed in 6193 milliseconds

12