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

1 2

  /external/chromium_org/cloud_print/gcp20/prototype/
dns_packet_parser.h 36 bool AtEnd() const { return record_parser_.AtEnd(); }
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
position.py 64 def AtEnd(string):
74 AtEnd = staticmethod(AtEnd)
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
position.py 64 def AtEnd(string):
74 AtEnd = staticmethod(AtEnd)
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.h 25 bool AtEnd(size_t cursor) const;
audio_stream_handler.cc 77 if (wav_audio_.AtEnd(cursor_))
112 if (wav_audio_.AtEnd(cursor_) ||
wav_audio_handler.cc 85 bool WavAudioHandler::AtEnd(size_t cursor) const {
98 if (AtEnd(cursor)) {
  /external/chromium_org/net/dns/
dns_response_unittest.cc 27 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...]
dns_response.h 53 bool AtEnd() const { return cur_ == packet_ + length_; }
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 330 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 = end
    [all...]
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 353 while not tokenizer.AtEnd():
380 self.assertTrue(tokenizer.AtEnd())
388 self.assertTrue(tokenizer.AtEnd())
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
text_format_test.py 532 while not tokenizer.AtEnd():
559 self.assertTrue(tokenizer.AtEnd())
567 self.assertTrue(tokenizer.AtEnd())
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 118 inline bool Parser::AtEnd() {
273 if (AtEnd()) {
291 if (AtEnd()) {
329 while (!AtEnd()) {
406 if (AtEnd()) {
807 if (AtEnd()) {
846 if (AtEnd()) {
917 if (AtEnd()) {
964 if (AtEnd()) {
    [all...]
parser.h 140 inline bool AtEnd();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 118 inline bool Parser::AtEnd() {
378 if (AtEnd()) {
396 if (AtEnd()) {
444 while (!AtEnd()) {
582 if (AtEnd()) {
937 while (!AtEnd()) {
    [all...]
parser.h 145 inline bool AtEnd();
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 157 while not tokenizer.AtEnd():
234 if tokenizer.AtEnd():
328 def AtEnd(self):
  /external/protobuf/python/google/protobuf/
text_format.py 137 while not tokenizer.AtEnd():
214 if tokenizer.AtEnd():
331 def AtEnd(self):
624 if self.AtEnd():
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 541 } while (!AtEnd() &&
561 bool AtEnd() const {
    [all...]

Completed in 1092 milliseconds

1 2