Searched refs:AddString (Results 1 - 25 of 81) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DFoldingSet.cpp29 a.AddString(str1);
33 b.AddString(str2.c_str() + 1);
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers_unittest.cc147 decode_data.AddString(1, "abcdefghIJ", "zbcdefghIJ");
148 decode_data.AddString(3, "abcdefghIJ", "abcdezghIJ");
150 decode_data.AddString(2, "abcdefghIJ", "abcdefghI");
152 decode_data.AddString(4, "abcdefghIJ", "abcdefghIJz");
171 decode_data.AddString(1, "abcdefghIJ", "abcdefghIJ");
172 decode_data.AddString(3, "abcdefghIJ", "_AbcdefghIJ");
173 decode_data.AddString(2, "abcdefghIJ", "Abcd_EfghIJ");
174 decode_data.AddString(4, "abcdefghIJ", "ABCD__EfghI_j");
175 decode_data.AddString(1000,
212 EXPECT_EXIT(decode_data.AddString(
[all...]
H A Dobjectivec_enum.cc141 text_format_decode_data.AddString(enum_value_description_key, short_name,
H A Dobjectivec_helpers.h185 void AddString(int32 key, const string& input_for_decode,
/external/lzma/CPP/Windows/Control/
H A DComboBox.cpp30 LRESULT CComboBox::AddString(LPCWSTR s) function in class:NWindows::NControl::CComboBox
34 return AddString(GetSystemString(s));
H A DComboBox.h17 LRESULT AddString(LPCTSTR s) { return SendMessage(CB_ADDSTRING, 0, (LPARAM)s); } function in class:NWindows::NControl::CComboBox
19 LRESULT AddString(LPCWSTR s);
/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.cc55 void TraceEventMemoryOverhead::AddString(const std::string& str) { function in class:base::trace_event::TraceEventMemoryOverhead
67 AddString(str.data());
83 AddString(string_value->GetString());
98 AddString(it.key());
H A Dtrace_event_memory_overhead.h41 void AddString(const std::string& str);
H A Dmemory_allocator_dump.h44 // Standard attribute |name|s for the AddScalar and AddString() methods.
48 // Standard attribute |unit|s for the AddScalar and AddString() methods.
65 void AddString(const char* name, const char* units, const std::string& value);
H A Dmemory_allocator_dump.cc80 void MemoryAllocatorDump::AddString(const char* name, function in class:base::trace_event::MemoryAllocatorDump
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc91 report->AddString(StatsReport::kStatsValueNameTrackId, track_id);
108 report->AddString(StatsReport::kStatsValueNameCodecName, info.codec_name);
115 report->AddString(StatsReport::kStatsValueNameCodecName, info.codec_name);
204 report->AddString(StatsReport::kStatsValueNameCodecImplementationName,
238 report->AddString(StatsReport::kStatsValueNameCodecImplementationName,
411 report->AddString(StatsReport::kStatsValueNameTrackId, audio_track->id());
529 report->AddString(StatsReport::kStatsValueNameTrackId, track_id);
569 report->AddString(StatsReport::kStatsValueNameFingerprint, fingerprint);
570 report->AddString(StatsReport::kStatsValueNameFingerprintAlgorithm,
572 report->AddString(StatsRepor
[all...]
H A Dstatstypes.h357 void AddString(StatsValueName name, const std::string& value);
358 void AddString(StatsValueName name, const char* value);
/external/v8/src/
H A Dconversions.cc143 builder.AddString(decimal_rep);
150 builder.AddString(decimal_rep + decimal_point);
154 builder.AddString("0.");
156 builder.AddString(decimal_rep);
163 builder.AddString(decimal_rep + 1);
249 rep_builder.AddString(decimal_rep);
288 builder.AddString(decimal_rep + 1);
389 builder.AddString("0.");
391 builder.AddString(decimal_rep);
/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp37 _comboBox.AddString(Strings[i]);
/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DSecondPage.cpp211 box.AddString( selected );
342 m_regDomainsBox.AddString( domain );
406 box.AddString( tok );
427 box.AddString( *it );
454 box.AddString( subKeyName );
/external/llvm/unittests/ADT/
H A DFoldingSet.cpp29 a.AddString(str1);
33 b.AddString(str2.c_str() + 1);
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h216 AddString(Other.getArgStdStr(I));
277 void AddString(StringRef V) const { function in class:clang::PartialDiagnostic
296 DB.AddString(DiagStorage->DiagArgumentsStr[i]);
354 PD.AddString(S);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.h73 void AddString(const CFX_WideString& str);
H A DPWL_ListBox.h80 void AddString(const CFX_WideString& str);
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc2597 void AddString(const char* s) {
2641 AddString(buffer.start());
2686 writer_->AddString("\"snapshot\":{");
2689 writer_->AddString("},\n");
2690 writer_->AddString("\"nodes\":[");
2693 writer_->AddString("],\n");
2694 writer_->AddString("\"edges\":[");
2697 writer_->AddString("],\n");
2699 writer_->AddString("\"trace_function_infos\":[");
2702 writer_->AddString("],\
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_combobox.h66 void AddString(const CFX_WideStringC& wsText);
H A Dcfwl_listbox.h56 CFWL_ListItem* AddString(const CFX_WideStringC& wsAdd);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffchoicelist.cpp59 pListBox->AddString(wsLabelArray[i].AsStringC());
181 ((CFWL_ListBox*)m_pNormalWidget)->AddString(wsTemp.AsStringC());
251 pComboBox->AddString(wsLabelArray[i].AsStringC());
460 ((CFWL_ComboBox*)m_pNormalWidget)->AddString(wsLabel);
/external/llvm/lib/IR/
H A DAttributeImpl.h85 ID.AddString(Kind);
86 if (!Values.empty()) ID.AddString(Values);
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp104 int index = (int)combo.AddString(s);
213 _path.AddString(_info.Paths[i]);

Completed in 840 milliseconds

1234