Searched defs:Append (Results 76 - 100 of 141) sorted by relevance

123456

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_test.cc48 virtual Status Append(const Slice& slice) { function in class:leveldb::log::LogTest::StringDest
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc94 Status Append(const Slice& data) { function in class:leveldb::__anon12454::FileState
212 virtual Status Append(const Slice& data) { function in class:leveldb::__anon12454::WritableFileImpl
213 return file_->Append(data);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dencode_test_driver.h67 void Append(const vpx_codec_cx_pkt_t &pkt) { function in class:libvpx_test::TwopassStatsStore
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc70 STDMETHOD(Append)(HSTRING item) { function in class:__anon17430::StringVectorImpl
291 hr = filter->Append(mswrw::HStringReference(L"*").Get());
330 hr = filter->Append(extension.Get());
418 // Append the path, including the terminating zero.
426 // Append the base name, including the terminating zero.
H A Dfile_picker_ash.cc67 STDMETHOD(Append)(HSTRING item) { function in class:__anon17431::StringVectorImpl
197 filenames_.push_back(path->Append(*file));
228 hr = filter->Append(mswrw::HStringReference(L"*").Get());
267 hr = filter->Append(extension.Get());
355 // Append the path, including the terminating zero.
363 // Append the base name, including the terminating zero.
572 hr = filter->Append(mswrw::HStringReference(L"*").Get());
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp401 void Append(char *Start, char *End, char *&Buffer, unsigned &BufferSize, function in namespace:__anon17742
426 Append(reinterpret_cast<char *>(&Raw),
434 Append(reinterpret_cast<char *>(&Ptr),
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp28 SortKeyByteSink::Append(const char *bytes, int32_t n) { function in class:SortKeyByteSink
111 sink.Append(reinterpret_cast<const char *>(buffer.getAlias()), len - 1);
315 sink.Append(Collation::PRIMARY_COMPRESSION_LOW_BYTE);
318 sink.Append(Collation::PRIMARY_COMPRESSION_HIGH_BYTE);
321 sink.Append(p1);
333 sink.Append(buffer, (buffer[1] == 0) ? 1 : (buffer[2] == 0) ? 2 : 3);
375 // Append reverse weights. The level will be re-reversed later.
599 // Append the beyond-primary levels.
604 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
640 sink.Append(reinterpret_cas
[all...]
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h67 void Append(const vpx_codec_cx_pkt_t &pkt) { function in class:libvpx_test::TwopassStatsStore
/external/lldb/include/lldb/Target/
H A DPlatform.h678 Append (const lldb::PlatformSP &platform_sp, bool set_selected) function in class:lldb_private::PlatformList
/external/lldb/source/API/
H A DSBType.cpp240 sb_type_list.Append (SBType(ClangASTType(m_opaque_sp->GetASTContext(), func->getArgType(i).getAsOpaquePtr())));
460 Append(const_cast<SBTypeList&>(rhs).GetTypeAtIndex(i));
476 Append(const_cast<SBTypeList&>(rhs).GetTypeAtIndex(i));
482 SBTypeList::Append (SBType type) function in class:SBTypeList
485 m_opaque_ap->Append (type.m_opaque_sp);
/external/chromium_org/base/json/
H A Djson_parser.cc300 void JSONParser::StringBuilder::Append(const char& c) { function in class:base::internal::JSONParser::StringBuilder
567 list->Append(item);
655 string.Append(hex_digit);
680 string.Append('"');
683 string.Append('\\');
686 string.Append('/');
689 string.Append('\b');
692 string.Append('\f');
695 string.Append('\n');
698 string.Append('\
[all...]
/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc152 bool append; // Append flag.
262 // Append "str" at "out_cur". If there is an overflow, "overflowed"
265 static void Append(State *state, const char * const str, const int length) { function
320 // Append "str" with some tweaks, iff "append" state is true.
325 // Append a space if the output buffer ends with '<' and "str"
329 Append(state, " ", 1);
336 Append(state, str, length);
1284 // Append trailing version suffix if any.
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc113 int32_t FakeHtml5FsNode::Append(const char* buffer, int32_t bytes_to_write) { function in class:FakeHtml5FsNode
406 result = file_io_resource->node->Append(buffer, bytes_to_write);
/external/chromium_org/storage/browser/quota/
H A Dquota_database.cc84 bool Append(const QuotaTableEntry& entry) { function in struct:storage::QuotaDatabase::QuotaTableImporter
577 if (!DumpQuotaTable(base::Bind(&QuotaTableImporter::Append,
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py652 def Append(self, s): member in class:Output
680 output.Append(sep)
682 output.Append(node.raw_code.value)
691 output.Append('%s' % (value,))
693 output.Append('$')
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_util.h67 Append(str, len);
78 Append(str, strlen(str));
83 Append(other.str_, other.len_);
88 Append(&ch, 1);
96 void Append(const char* str, size_t len) { function in class:__anon11507::String
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py78 def Append(self, string): member in class:_StringBuilder
267 self.text.Append(text)
292 message.Append('Failed to resolve %s in %s\n' % (self.GetDescription(),
296 message.Append(' included as %s in %s\n' % (entry.id_.GetDescription(),
390 buf.Append(self._indent_str)
391 buf.Append(text.replace('\n', '\n%s' % self._indent_str))
393 buf.Append('\n')
450 render_state.text.Append(self._string)
500 render_state.text.Append(string.replace('&', '&amp;')
520 render_state.text.Append(strin
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc197 // Append the fields in 'other' to this group.
198 void Append(const FieldGroup& other) { function in class:google::protobuf::compiler::cpp::__anon14794::FieldGroup
253 field_group.Append(aligned_to_1[j]);
266 field_group.Append(aligned_to_4[j]);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp133 Append(fValue, stream);
137 void SkPDFScalar::Append(SkScalar value, SkWStream* stream) { function in class:SkPDFScalar
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc70 void MatlabLine::Append(double x, double y) function in class:MatlabLine
84 void MatlabLine::Append(double y) function in class:MatlabLine
89 Append(0, y);
95 Append(temp + 1, y);
266 Append(thexMin, thexMin * slope + offset);
267 Append(thexMax, thexMax * slope + offset);
329 void MatlabTimeLine::Append(double y) function in class:MatlabTimeLine
331 MatlabLine::Append(static_cast<double>(TickTime::MillisecondTimestamp() - _refTimeMs) / 1000.0, y);
489 void MatlabPlot::Append(int lineIndex, double x, double y) function in class:MatlabPlot
505 return (_line[lineIndex]->Append(
509 void MatlabPlot::Append(int lineIndex, double y) function in class:MatlabPlot
529 int MatlabPlot::Append(const char *name, double x, double y) function in class:MatlabPlot
552 int MatlabPlot::Append(const char *name, double y) function in class:MatlabPlot
[all...]
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc345 void Append(const base::string16& string);
403 Append(line);
424 Append(word);
433 Append(word.substr(array_start, chars.array_pos() - array_start));
442 Append(word.substr(array_start, chars.array_pos() - array_start));
446 void RectangleString::Append(const base::string16& string) { function in class:gfx::__anon16909::RectangleString
517 // Append the specified |text| to the current output line, incrementing the
522 // Append the specified |text| to the current output line.
694 // Append the non-trimmed word, in case more words are added after.
/external/chromium_org/url/
H A Durl_canon.h110 void Append(const T* str, int str_len) { function in class:url::CanonOutputT
/external/chromium_org/v8/include/
H A Dv8-util.h373 static void Append(Impl* impl, PersistentContainerValue value) { function in class:v8::DefaultPersistentValueVectorTraits
414 * Append a value to the vector.
416 void Append(Local<V> value) { function in class:v8::PersistentValueVector
418 Traits::Append(&impl_, ClearAndLeak(&persistent));
422 * Append a persistent's value to the vector.
424 void Append(UniquePersistent<V> persistent) { function in class:v8::PersistentValueVector
425 Traits::Append(&impl_, ClearAndLeak(&persistent));
/external/lldb/include/lldb/Core/
H A DRangeMap.h188 Append (const Entry &entry) function in class:lldb_private::RangeArray
468 Append (const Entry &entry) function in class:lldb_private::RangeVector
812 Append (const Entry &entry) function in class:lldb_private::RangeDataArray
1073 Append (const Entry &entry) function in class:lldb_private::RangeDataVector
1423 Append (const Entry &entry) function in class:lldb_private::AddressDataArray
/external/lldb/include/lldb/Symbol/
H A DType.h459 Append (const lldb::TypeImplSP& type) function in class:lldb_private::TypeListImpl
475 m_type_list.Append(type);
483 Append (const lldb_private::TypeList &type_list);

Completed in 7697 milliseconds

123456