/external/libvpx/libvpx/tools/ |
H A D | diff.py | 27 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 D | task-queue.cc | 22 void TaskQueue::Append(Task* task) { function in class:v8::platform::TaskQueue
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld.h | 44 void Append(SuspendedThreadID thread_id) { function in class:__sanitizer::SuspendedThreadsList
|
/external/compiler-rt/make/ |
H A D | util.mk | 36 # 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 D | DWARFDIECollection.cpp | 33 DWARFDIECollection::Append (const DWARFDebugInfoEntry *die) function in class:DWARFDIECollection
|
H A D | DWARFDebugInfoEntry.cpp | 64 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 D | UniqueDWARFASTType.h | 114 Append (const UniqueDWARFASTType &entry) function in class:UniqueDWARFASTTypeList 148 m_collection[name.GetCString()].Append (entry);
|
/external/lldb/tools/debugserver/source/ |
H A D | DNBThreadResumeActions.cpp | 41 DNBThreadResumeActions::Append (const DNBThreadResumeAction &action) function in class:DNBThreadResumeActions 57 Append (action);
|
/external/lldb/tools/lldb-perf/lib/ |
H A D | Metric.cpp | 31 Metric<T>::Append (T v) function in class:Metric
|
H A D | Results.cpp | 257 Results::Array::Append (const ResultSP &result_sp) function in class:Results::Array
|
/external/google-breakpad/src/testing/gtest/src/ |
H A D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/gtest/src/ |
H A D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/icu/icu4c/source/common/ |
H A D | bytestream.cpp | 42 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink
|
/external/icu/icu4c/source/common/unicode/ |
H A D | bytestream.h | 62 * 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 D | SBSymbolContextList.cpp | 72 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 D | SBFileSpecList.cpp | 66 SBFileSpecList::Append (const SBFileSpec &sb_file) function in class:SBFileSpecList 68 m_opaque_ap->Append (sb_file.ref());
|
H A D | SBValueList.cpp | 51 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 D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/mesa3d/src/gtest/src/ |
H A D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/protobuf/gtest/src/ |
H A D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/lldb/source/Core/ |
H A D | FileSpecList.cpp | 51 // 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 D | ValueObjectList.cpp | 49 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 D | PathMappingList.cpp | 77 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 D | log-utils.cc | 101 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 D | test_assembler.cc | 221 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 §ion) { function in class:google_breakpad::test_assembler::Section
|