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

1 2 3

  /external/v8/src/tracing/
traced-value.h 42 void AppendString(const char*);
43 void AppendString(const std::string& value) { AppendString(value.c_str()); }
  /external/perfetto/include/perfetto/base/
string_writer.h 48 void AppendString(const char* in, size_t n) {
54 void AppendStringView(StringView sv) { AppendString(sv.data(), sv.size()); }
59 AppendString(in, N - 1);
63 void AppendString(StringView data) { AppendString(data.data(), data.size()); }
99 AppendString(&data[idx + 1], kSizeNeeded - idx - 1);
  /external/perfetto/src/trace_processor/
raw_table.cc 98 writer->AppendString(str.c_str(), str.size());
114 writer->AppendString(key.c_str(), key.size());
126 writer->AppendString(ftrace_utils::TaskState(state).ToString().data());
149 writer->AppendString(" todo");
162 writer->AppendString(" transaction=");
164 writer->AppendString(" dest_node=");
166 writer->AppendString(" dest_proc=");
168 writer->AppendString(" dest_thread=");
171 writer->AppendString(" flags=0x");
176 writer->AppendString(" code=0x")
    [all...]
  /external/perfetto/src/base/
string_writer_unittest.cc 87 writer.AppendString(kTestStr, sizeof(kTestStr) - 1);
92 writer.AppendString(kTestStr);
118 writer.AppendString(kTestStr, sizeof(kTestStr) - 1);
119 writer.AppendString(kTestStr);
  /external/v8/src/
log-utils.h 68 void AppendString(String* str,
70 void AppendString(Vector<const char> str);
71 void AppendString(const char* str);
72 void AppendString(const char* str, size_t length);
log-utils.cc 91 void Log::MessageBuilder::AppendString(String* str,
109 void Log::MessageBuilder::AppendString(Vector<const char> str) {
113 void Log::MessageBuilder::AppendString(const char* str) {
115 AppendString(str, strlen(str));
118 void Log::MessageBuilder::AppendString(const char* str, size_t length) {
184 AppendString(str, limit);
216 this->AppendString(string);
237 this->AppendString(string);
250 this->AppendString(String::cast(name));
messages.cc 231 builder.AppendString(str);
247 builder.AppendString(str);
254 builder.AppendString(Handle<String>::cast(name_obj));
263 builder.AppendString(str);
269 builder.AppendString(str);
487 builder->AppendString(Handle<String>::cast(eval_origin));
492 builder->AppendString(Handle<String>::cast(file_name));
505 builder->AppendString(line_string);
512 builder->AppendString(column_string);
567 builder->AppendString(type_string)
    [all...]
  /external/v8/tools/clang/value_cleanup/tests/
listvalue-original.cc 13 value.AppendString("");
values.h 35 void AppendString(std::string);
  /external/pdfium/core/fxcrt/
cfx_binarybuf.h 29 void AppendString(const ByteString& str) {
  /external/libbrillo/brillo/dbus/
exported_property_set_unittest.cc 146 writer.AppendString(interface_name);
147 writer.AppendString(property_name);
159 writer.AppendString(interface_name);
160 writer.AppendString(property_name);
230 writer.AppendString("org.chromium.BadInterface");
246 writer.AppendString(kTestInterface1);
247 writer.AppendString(kTestInterface1);
256 writer.AppendString(kTestInterface2);
298 writer.AppendString("org.chromium.BadInterface");
299 writer.AppendString(kInt16PropName)
    [all...]
  /external/tensorflow/tensorflow/core/lib/strings/
proto_text_util.h 86 void AppendString(const char field_name[], const string& value) {
94 if (!value.empty()) AppendString(field_name, value);
  /external/v8/src/runtime/
runtime-symbol.cc 40 builder.AppendString(handle(String::cast(symbol->name()), isolate));
runtime-regexp.cc     [all...]
  /build/kati/
strutil.cc 138 AppendString(s, out_);
149 void AppendString(StringPiece str, string* out) {
214 AppendString(subst, out);
217 AppendString(str, out);
225 AppendString(subst, out);
228 AppendString(subst.substr(0, subst_percent_index), out);
229 AppendString(str.substr(percent_index_, str.size() - pat_.size() + 1),
231 AppendString(subst.substr(subst_percent_index + 1), out);
235 AppendString(str, out);
392 AppendString(s, o)
    [all...]
strutil.h 84 void AppendString(StringPiece str, string* out);
  /external/libbrillo/brillo/http/
http_proxy.cc 111 writer.AppendString(url);
127 writer.AppendString(url);
http_proxy_unittest.cc 77 writer.AppendString(proxy_info_);
81 writer.AppendString(proxy_err_);
  /external/v8/src/builtins/
builtins-regexp.cc 39 builder.AppendString(source_str);
52 builder.AppendString(flags_str);
  /external/libchrome/dbus/
property.cc 104 writer.AppendString(interface());
105 writer.AppendString(property->name());
141 writer.AppendString(interface());
142 writer.AppendString(property->name());
169 writer.AppendString(interface());
194 writer.AppendString(interface());
195 writer.AppendString(property->name());
210 writer.AppendString(interface());
211 writer.AppendString(property->name());
603 entry_writer.AppendString(pair.first)
    [all...]
  /external/perfetto/tools/trace_to_text/
trace_to_systrace.cc 104 writer->AppendString(name);
120 writer->AppendString(name);
281 writer->AppendString(line);
  /external/pdfium/fxjs/
cjs_globaldata.cpp 362 sData.AppendString(name);
371 sData.AppendString(name);
380 sData.AppendString(name);
385 sData.AppendString(pData->sData);
390 sData.AppendString(name);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c 380 @param AppendString NULL-terminated Unicode string.
383 @retval EFI_SUCCESS AppendString is append to the end of MultiString
389 IN EFI_STRING AppendString
396 if (MultiString == NULL || *MultiString == NULL || AppendString == NULL) {
400 AppendStringSize = StrSize (AppendString);
420 StrCatS (*MultiString, MaxLen, AppendString);
593 EFI_STRING AppendString;
601 AppendString = NULL;
651 // Copy the <BlockConfig> to AppendString.
653 if (AppendString == NULL) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 98 static int AppendString(char **buff, const char *buff_end, int precision,
113 result += AppendString(buff, buff_end, -1, "0x");
182 result += AppendString(&buff, buff_end, precision, va_arg(args, char*));
  /external/libchrome/ipc/
ipc_message_unittest.cc 71 input.AppendString("forty");
103 sublist->AppendString("forty");
104 sublist->AppendString("two");

Completed in 1006 milliseconds

1 2 3