HomeSort by relevance Sort by last modified time
    Searched refs:text_ (Results 1 - 19 of 19) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
substitute.h 90 : text_(value), size_(strlen(text_)) {}
92 : text_(value.data()), size_(value.size()) {}
96 : text_(NULL), size_(-1) {}
105 : text_(scratch_), size_(1) { scratch_[0] = value; }
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {
133 const char* text_; member in class:google::protobuf::strings::internal::SubstituteArg
    [all...]
  /external/jdiff/src/jdiff/
SingleComment.java 18 public String text_ = null; field in class:SingleComment
27 text_ = text;
DiffOutput.java 27 public String text_ = null; field in class:DiffOutput
36 text_ = text;
CommentsHandler.java 141 if (currComment.text_ == null)
142 currComment.text_ = currentText;
144 currComment.text_ += currentText;
Comments.java 211 return singleComment.text_;
410 outputFile.println(" " + currComment.text_);
429 System.out.println("text = \"" + currComment.text_ + "\"");
Diff.java 414 diffFile.println(diffOutput.text_);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 72 string text_; member in class:google::protobuf::compiler::cpp::__anon5722::MockErrorCollector
77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
128 EXPECT_EQ("", error_collector.text_);
cpp_unittest.cc 83 string text_; member in class:google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
88 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
111 EXPECT_EQ("", error_collector.text_);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 63 string text_; member in class:google::protobuf::compiler::__anon5731::MockErrorCollector
68 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
111 string error() const { return error_collector_.text_; }
125 EXPECT_EQ("", error_collector_.text_);
154 EXPECT_EQ("", error_collector_.text_);
177 error_collector_.text_);
190 error_collector_.text_);
210 error_collector_.text_);
227 ASSERT_TRUE(file != NULL) << error_collector_.text_;
228 EXPECT_EQ("", error_collector_.text_);
    [all...]
parser_unittest.cc 63 string text_; member in class:google::protobuf::compiler::__anon5747::MockErrorCollector
67 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
119 ASSERT_EQ("", error_collector_.text_);
144 EXPECT_EQ(expected_errors, error_collector_.text_);
159 ASSERT_EQ("", error_collector_.text_);
165 EXPECT_EQ(expected_errors, error_collector_.text_);
186 EXPECT_EQ("", error_collector_.text_);
196 EXPECT_EQ("", error_collector_.text_);
206 EXPECT_EQ("1:9: Expected syntax identifier.\n", error_collector_.text_);
    [all...]
  /external/chromium/net/base/
sdch_manager.h 163 const std::string& text() const { return text_; }
204 std::string text_; member in class:SdchManager::Dictionary
206 // Part of the hash of text_ that the client uses to advertise the fact that
210 // The GURL that arrived with the text_ in a URL request to specify where
sdch_manager.cc 320 : text_(dictionary_text, offset),
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 160 string text_; member in class:google::protobuf::io::__anon5776::TestErrorCollector
164 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
282 EXPECT_TRUE(error_collector.text_.empty());
312 EXPECT_TRUE(error_collector.text_.empty());
453 EXPECT_TRUE(error_collector.text_.empty());
487 EXPECT_TRUE(error_collector.text_.empty());
714 EXPECT_EQ(error_collector.text_, kErrorCases_case.errors);
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 761 const void* text_ = env->GetStringChars(text, NULL); local
764 canvas->drawText((const uint16_t*)text_ + start, (end - start) << 1,
766 env->ReleaseStringChars(text, (const jchar*) text_);
778 const jchar* text_ = env->GetStringChars(text, NULL); local
780 c->drawText(text_, count << 1, SkFloatToScalar(x), SkFloatToScalar(y),
782 env->ReleaseStringChars(text, text_);
811 const void* text_ = text ? env->GetStringChars(text, NULL) : NULL; local
821 canvas->drawPosText(text_, byteLength << 1, posPtr, *paint);
823 env->ReleaseStringChars(text, (const jchar*) text_);
844 const jchar* text_ = env->GetStringChars(text, NULL); local
    [all...]
  /external/v8/src/
debug.h 529 Vector<uint16_t> text() const { return text_; }
535 Vector<uint16_t> text_; member in class:v8::internal::CommandMessage
parser.cc 423 BufferedZoneList<RegExpTree, 2> text_; member in class:v8::internal::RegExpBuilder
450 text_.Add(atom);
458 int num_text = text_.length();
462 terms_.Add(text_.last());
466 text_.Get(i)->AppendToText(text);
469 text_.Clear();
495 text_.Add(term);
561 text_.Add(new RegExpAtom(prefix));
567 } else if (text_.length() > 0) {
569 atom = text_.RemoveLast()
    [all...]
debug.cc     [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 681 error_collector.text_);
691 string text_; member in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
695 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
    [all...]
descriptor_unittest.cc 2228 string text_; member in class:google::protobuf::descriptor_unittest::MockErrorCollector
    [all...]

Completed in 1853 milliseconds