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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.h67 void Append(const vpx_codec_cx_pkt_t &pkt) { function in class:libvpx_test::TwopassStatsStore
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2068 result_->Append(result);
4387 void Append(TestEventListener *listener);
4423 void TestEventRepeater::Append(TestEventListener *listener) { function in class:testing::internal::TestEventRepeater
5055 void TestEventListeners::Append(TestEventListener* listener) { function in class:testing::TestEventListeners
5056 repeater_->Append(listener);
5086 Append(listener);
5102 Append(listener);
5580 listeners()->Append(new StreamingListener(target.substr(0, pos),
9442 void TestPartResultArray::Append(const TestPartResult& result) {

Completed in 573 milliseconds