Searched defs:Append (Results 1 - 25 of 72) sorted by relevance

123

/external/libvpx/libvpx/tools/
H A Ddiff.py27 def Append(self, line): member in class:DiffLines
50 def Append(self, line): member in class:DiffHunk
53 self.left.Append(line)
55 self.right.Append(line)
57 self.left.Append(line)
58 self.right.Append(line)
121 hunk.Append(line)
/external/v8/src/libplatform/
H A Dtask-queue.cc22 void TaskQueue::Append(Task* task) { function in class:v8::platform::TaskQueue
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h44 void Append(SuspendedThreadID thread_id) { function in class:__sanitizer::SuspendedThreadsList
/external/compiler-rt/make/
H A Dutil.mk36 # Function: Append variable value
38 # Append the given value to the given make variable.
39 Append = $(eval $(1) += $(2)) macro
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp33 DWARFDIECollection::Append (const DWARFDebugInfoEntry *die) function in class:DWARFDIECollection
H A DDWARFDebugInfoEntry.cpp64 DWARFDebugInfoEntry::Attributes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form) function in class:DWARFDebugInfoEntry::Attributes
914 ranges.Append(DWARFDebugRanges::Range (lo_pc, hi_pc - lo_pc));
916 ranges.Append(DWARFDebugRanges::Range (lo_pc, 0));
1254 attributes.Append(cu, offset, attr, form);
1882 decl_context_dies.Append(parent_decl_ctx_die);
H A DUniqueDWARFASTType.h114 Append (const UniqueDWARFASTType &entry) function in class:UniqueDWARFASTTypeList
148 m_collection[name.GetCString()].Append (entry);
/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.cpp41 DNBThreadResumeActions::Append (const DNBThreadResumeAction &action) function in class:DNBThreadResumeActions
57 Append (action);
/external/lldb/tools/lldb-perf/lib/
H A DMetric.cpp31 Metric<T>::Append (T v) function in class:Metric
H A DResults.cpp257 Results::Array::Append (const ResultSP &result_sp) function in class:Results::Array
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/icu/icu4c/source/common/
H A Dbytestream.cpp42 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink
/external/icu/icu4c/source/common/unicode/
H A Dbytestream.h62 * Append "bytes[0,n-1]" to this.
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
79 * Many Append() implementations will avoid copying bytes if this function
86 * sink->Append(buffer, n);
87 * In many implementations, that call to Append will avoid copying bytes.
95 * a prefix to it to Append().
96 * That is, it is not correct to pass an interior pointer to Append().
120 * The ByteSink should be ready for further Append() calls after Flush().
138 * If more than capacity bytes are Append()e
245 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } function in class:StringByteSink
[all...]
/external/lldb/source/API/
H A DSBSymbolContextList.cpp72 SBSymbolContextList::Append(SBSymbolContext &sc) function in class:SBSymbolContextList
75 m_opaque_ap->Append(*sc);
79 SBSymbolContextList::Append(SBSymbolContextList &sc_list) function in class:SBSymbolContextList
82 m_opaque_ap->Append(*sc_list);
H A DSBFileSpecList.cpp66 SBFileSpecList::Append (const SBFileSpec &sb_file) function in class:SBFileSpecList
68 m_opaque_ap->Append (sb_file.ref());
H A DSBValueList.cpp51 Append (const lldb::SBValue& sb_value) function in class:ValueListImpl
57 Append (const ValueListImpl& list) function in class:ValueListImpl
60 Append (val);
177 SBValueList::Append (const SBValue &val_obj) function in class:SBValueList
180 m_opaque_ap->Append (val_obj);
184 SBValueList::Append (lldb::ValueObjectSP& val_obj_sp) function in class:SBValueList
189 m_opaque_ap->Append (SBValue(val_obj_sp));
194 SBValueList::Append (const lldb::SBValueList& value_list) function in class:SBValueList
199 m_opaque_ap->Append (*value_list);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/protobuf/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/lldb/source/Core/
H A DFileSpecList.cpp51 // Append the "file_spec" to the end of the file spec list.
54 FileSpecList::Append(const FileSpec &file_spec) function in class:FileSpecList
204 matches.Append (path_spec);
H A DValueObjectList.cpp49 ValueObjectList::Append (const ValueObjectSP &val_obj_sp) function in class:ValueObjectList
55 ValueObjectList::Append (const ValueObjectList &valobj_list) function in class:ValueObjectList
/external/lldb/source/Target/
H A DPathMappingList.cpp77 PathMappingList::Append (const ConstString &path, function in class:PathMappingList
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) function in class:PathMappingList
/external/v8/src/
H A Dlog-utils.cc101 void Log::MessageBuilder::Append(const char* format, ...) { function in class:v8::internal::Log::MessageBuilder
127 void Log::MessageBuilder::Append(const char c) { function in class:v8::internal::Log::MessageBuilder
136 Append('"');
139 Append('\\');
141 Append(*p);
143 Append('"');
147 void Log::MessageBuilder::Append(String* str) { function in class:v8::internal::Log::MessageBuilder
151 Append(static_cast<char>(str->Get(i)));
157 Append("0x%" V8PRIxPTR, addr);
163 Append("symbo
[all...]
/external/google-breakpad/src/common/
H A Dtest_assembler.cc221 Section &Section::Append(Endianness endianness, size_t size, uint64_t number) { function in class:google_breakpad::test_assembler::Section
227 Section &Section::Append(Endianness endianness, size_t size, function in class:google_breakpad::test_assembler::Section
233 return Append(endianness, size, value);
257 return Append(ENDIANNESS(e), bits / 8, v); \
282 return Append(endianness_, bits / 8, v); \
293 Section &Section::Append(const Section &section) { function in class:google_breakpad::test_assembler::Section

Completed in 706 milliseconds

123