Searched defs:AppendString (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/API/
H A DSBStringList.cpp73 SBStringList::AppendString (const char *str) function in class:SBStringList
78 m_opaque_ap->AppendString (str);
/external/lldb/source/Interpreter/
H A DCommandHistory.cpp103 CommandHistory::AppendString (const std::string& str, function in class:CommandHistory
/external/chromium_org/base/debug/
H A Dtrace_event_argument.cc71 void TracedValue::AppendString(const std::string& value) { function in class:base::debug::TracedValue
72 GetCurrentArray()->AppendString(value);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc98 static int AppendString(char **buff, const char *buff_end, int precision, function in namespace:__sanitizer
113 result += AppendString(buff, buff_end, -1, "0x");
182 result += AppendString(&buff, buff_end, precision, va_arg(args, char*));
/external/lldb/source/Core/
H A DStringList.cpp46 StringList::AppendString (const char *str) function in class:StringList
53 StringList::AppendString (const std::string &s) function in class:StringList
59 StringList::AppendString (const char *str, size_t str_len) function in class:StringList
252 AppendString(str);
279 matches.AppendString (m_strings[i]);
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.cc291 static void AppendString(ScopedAttributeList* list,
294 static void AppendString(ScopedAttributeList* list,
365 AppendString(&attrs, "origin_url", form.origin.spec());
366 AppendString(&attrs, "username_element", UTF16ToUTF8(form.username_element));
367 AppendString(&attrs, "username_value", UTF16ToUTF8(form.username_value));
368 AppendString(&attrs, "password_element", UTF16ToUTF8(form.password_element));
369 AppendString(&attrs, "submit_element", UTF16ToUTF8(form.submit_element));
370 AppendString(&attrs, "signon_realm", form.signon_realm);
371 AppendString(&attrs, "application", app_string);
385 AppendString(
484 void GKRMethod::AppendString(GKRMethod::ScopedAttributeList* list, function in class:__anon4366::GKRMethod
491 void GKRMethod::AppendString(GKRMethod::ScopedAttributeList* list, function in class:__anon4366::GKRMethod
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp500 FX_INT32 IFX_BufferArchive::AppendString(FX_BSTR lpsz) function in class:IFX_BufferArchive
/external/chromium_org/base/json/
H A Djson_parser.cc310 void JSONParser::StringBuilder::AppendString(const std::string& str) { function in class:base::internal::JSONParser::StringBuilder
676 string.AppendString(utf8_units);
802 dest->AppendString(std::string(utf8_units, offset));
/external/chromium_org/base/
H A Dvalues.cc1032 void ListValue::AppendString(const std::string& in_value) { function in class:base::ListValue
1036 void ListValue::AppendString(const string16& in_value) { function in class:base::ListValue
1043 AppendString(*it);
1050 AppendString(*it);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc89 buffer->AppendString("CommandLine: ", 0);
90 buffer->AppendString(cmdline, 0);
167 buffer->AppendString(" PF:", 0);
380 buffer.AppendString(kProfileHeader, 0);
381 buffer.AppendString(kProfileVersion, 0);
382 buffer.AppendString("\n", 0);
385 buffer.AppendString(kMetaInformationHeader, 0);
387 buffer.AppendString("Time: ", 0);
392 buffer.AppendString("Reason: ", 0);
393 buffer.AppendString(reaso
472 bool DeepHeapProfile::TextBuffer::AppendString(const char* value, int width) { function in class:DeepHeapProfile::TextBuffer
[all...]
/external/chromium_org/dbus/
H A Dmessage.cc508 void MessageWriter::AppendString(const std::string& value) { function in class:dbus::MessageWriter
610 array_writer.AppendString(strings[i]);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h39 void AppendString(FX_BSTR str) function in class:CFX_BinaryBuf
254 FX_INT32 AppendString(FX_BSTR lpsz);
/external/chromium_org/v8/src/
H A Dlog.cc75 AppendString(String::cast(name));
81 AppendString(String::cast(symbol->name()));
90 void AppendString(String* str) { function in class:v8::internal::CodeEventLogger::NameBuffer
197 name_buffer_->AppendString(shared->DebugName());
200 name_buffer_->AppendString(String::cast(source));
223 name_buffer_->AppendString(source);

Completed in 358 milliseconds