/external/libchrome/base/ |
pickle.h | 131 void AddString(const StringPiece& value);
|
pickle_unittest.cc | 642 sizer.AddString(teststring);
|
/external/libchrome/base/trace_event/ |
trace_event_impl.cc | 202 overhead->AddString(*parameter_copy_storage_);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.h | 186 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
|
/external/pdfium/fpdfsdk/fxedit/ |
fxet_list.cpp | 394 void CFX_ListCtrl::AddString(const CFX_WideString& str) {
|
/frameworks/rs/ |
rsType.cpp | 167 stream->addString(getName());
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 271 void AddString(Message* message,
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 271 void AddString(Message* message,
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 271 void AddString(Message* message,
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
generated_message_reflection.h | 271 void AddString(Message* message,
|
/external/icu/icu4c/source/common/ |
ucnv_ext.cpp | [all...] |
ucase.cpp | 222 sa->addString(sa->set, iDot, 2); 290 sa->addString(sa->set, (const UChar *)pe, length); [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format.cc | 654 message_reflection->AddString(message, field, value); 665 message_reflection->AddString(message, field, value); [all...] |
extension_set.cc | 523 string* ExtensionSet::AddString(int number, FieldType type, [all...] |
generated_message_reflection.cc | [all...] |
generated_message_reflection.h | 385 void AddString(Message* message,
|
/external/clang/lib/Serialization/ |
ASTWriterStmt.cpp | 275 Record.AddString(S->getAsmString()); 285 Record.AddString(S->getClobber(I)); 291 Record.AddString(S->getOutputConstraint(I)); 297 Record.AddString(S->getInputConstraint(I)); [all...] |
/external/v8/src/runtime/ |
runtime-regexp.cc | 275 builder->AddString(replacement_substrings_[part.data]); 539 builder.AddString(replacement); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/ |
IfrCommon.c | 83 AddString (
|
/external/llvm/lib/Support/ |
FoldingSet.cpp | 87 void FoldingSetNodeID::AddString(StringRef String) {
|
/external/lzma/CPP/7zip/UI/FileManager/ |
BrowseDialog.cpp | 216 _filterCombo.AddString(s);
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
BrowsingPage.cpp | 419 m_comboBox.AddString( *it );
|
/external/pdfium/xfa/fwl/ |
cfwl_listbox.cpp | 914 CFWL_ListItem* CFWL_ListBox::AddString(const CFX_WideStringC& wsAdd) {
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_message.cc | 478 text_format_decode_data.AddString(sorted_fields[i]->number(),
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 476 NewCU->addString(Die, dwarf::DW_AT_producer, dwarf::DW_FORM_string, 480 NewCU->addString(Die, dwarf::DW_AT_name, dwarf::DW_FORM_string, FN); 493 NewCU->addString(Die, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string, Dir); 499 NewCU->addString(Die, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string, [all...] |