Searched refs:Append (Results 1 - 25 of 1689) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h745 AudioFrame& Append(const AudioFrame& rhs);
890 AudioFrame::Append(const AudioFrame& rhs) function in class:webrtc::AudioFrame
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py415 dlg.je.ctrls[JetDefs.F_MIDIFILE].Append(filename)
417 dlg.je.ctrls[JetDefs.F_DLSFILE].Append(library)
469 dlg.je.ctrls[JetDefs.F_MIDIFILE].Append(filename)
471 dlg.je.ctrls[JetDefs.F_DLSFILE].Append(library)
908 menuBar.Append(self.createMenu(menuItems), menuLabel)
918 self.menuItems[eachLabel] = menu.Append(-1, eachLabel, eachStatus)
H A DJetCtrls.py267 self.Append(val)
286 def Append(self, val): member in class:JetFileCombo
288 self.cmb.Append(val)
345 def Append(self, val): member in class:JetFileText
347 self.txt.Append(val)
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp297 HRBM(scaleCanvasVisuals->Append(this->fCurrentXpsCanvas.get()),
312 HRBM(pageVisuals->Append(scaleCanvas.get()),
549 HRM(figureCollection->Append(figure), "Could not add figure.");
554 HRM(visuals->Append(*path), "Could not add path to visuals.");
883 HRM(gradStopCollection->Append(gradStop.get()),
960 HRM(gradStopCollection->Append(gradStop.get()),
1283 HRVM(shadedFigures->Append(rectFigure.get()),
1292 HRVM(currentVisuals->Append(shadedPath.get()),
1313 HRM(figures->Append(figure), "Could not add path to geometry.");
1442 HRM(newDictionary->Append(buffe
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp60 SkPDFScalar::Append(
63 SkPDFScalar::Append(
66 SkPDFScalar::Append(
185 SkPDFScalar::Append(0 - textSkewX, content);
187 SkPDFScalar::Append(x, content);
189 SkPDFScalar::Append(y, content);
568 SkPDFScalar::Append(pdfScale, fContentStream);
2147 SkPDFScalar::Append(paint.getTextSize(), &contentEntry->fContent);
H A DSkPDFFont.cpp270 SkPDFScalar::Append(width, content);
H A DSkPDFTypes.cpp133 Append(fValue, stream);
137 void SkPDFScalar::Append(SkScalar value, SkWStream* stream) { function in class:SkPDFScalar
H A DSkPDFTypes.h193 static void Append(SkScalar value, SkWStream* stream);
318 /** Append the object to the end of the array and increments its ref count.
H A DSkPDFUtils.cpp53 SkPDFScalar::Append(values[i], content);
61 SkPDFScalar::Append(x, content);
63 SkPDFScalar::Append(y, content);
69 SkPDFScalar::Append(x, content);
71 SkPDFScalar::Append(y, content);
80 SkPDFScalar::Append(ctl1X, content);
82 SkPDFScalar::Append(ctl1Y, content);
86 SkPDFScalar::Append(ctl2X, content);
88 SkPDFScalar::Append(ctl2Y, content);
91 SkPDFScalar::Append(dst
[all...]
/external/regex-re2/re2/
H A Dcompile.cc44 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2);
81 PatchList PatchList::Append(Prog::Inst* inst0, PatchList l1, PatchList l2) { function in class:re2::PatchList
342 return Frag(id, PatchList::Append(inst_, a.end, b.end));
388 return Frag(id, PatchList::Append(inst_, pl, a.end));
490 rune_range_.end = PatchList::Append(inst_, rune_range_.end, f.end);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp81 TInt Append(const TWsEvent& aEvent);
105 TInt CEventQueue::Append(const TWsEvent& aEvent) function in class:CEventQueue
108 const TInt err = iVector.Append(aEvent);
884 return EpocSdlEnv::EventQueue().Append(aEvent);
H A Dvectorbuffer.h48 TInt Append(const TDesC8& aData);
106 TInt TVectorBuffer<C>::Append(const TDesC8& aData) //ei ole ok! function in class:TVectorBuffer
120 return Append(aData);
121 // Append();
137 while(Append(aData) == KErrOverflow)
199 TInt Append(const T& aData);
211 TInt TVector<T, C>::Append(const T& aData) function in class:TVector
214 return TVectorBuffer<C * sizeof(T)>::Append(data);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp333 User::LeaveIfError(aArray.Append(value));
H A DSDL_epocvideo.cpp268 winGroupName.Append(0);
269 winGroupName.Append(0);
270 winGroupName.Append(0);// uid
271 winGroupName.Append(0);
272 winGroupName.Append(exeName.Name()); // caption
273 winGroupName.Append(0);
274 winGroupName.Append(0); //doc name
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h131 void Append(const TestPartResult& result);
H A Dgtest.h856 void Append(TestEventListener* listener);
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc142 listeners.Append(new LeakChecker);
H A Dsample9_unittest.cc135 listeners.Append(new TersePrinter);
/external/protobuf/gtest/src/
H A Dgtest-test-part.cc78 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
H A Dgtest.cc548 result_->Append(result);
2856 void Append(TestEventListener *listener);
2894 void TestEventRepeater::Append(TestEventListener *listener) { function in class:testing::internal::TestEventRepeater
3339 void TestEventListeners::Append(TestEventListener* listener) { function in class:testing::TestEventListeners
3340 repeater_->Append(listener);
3370 Append(listener);
3386 Append(listener);
/external/protobuf/gtest/test/
H A Dgtest-listener_test.cc217 UnitTest::GetInstance()->listeners().Append(
219 UnitTest::GetInstance()->listeners().Append(
H A Dgtest-test-part_test.cc126 // after one Append() operation.
129 results.Append(r1_);
135 // after two Append() operations.
138 results.Append(r1_);
139 results.Append(r2_);
151 results.Append(r1_);
H A Dgtest_shuffle_test_.cc101 listeners.Append(new TestNamePrinter);
H A Dgtest_unittest.cc6583 listeners.Append(extra_listener);
6590 // Tests that a listener Append'ed to a TestEventListeners list starts
6592 TEST(TestEventListenersTest, Append) {
6598 listeners.Append(listener);
6649 listeners.Append(new SequenceTestingListener(&vec, "1st"));
6650 listeners.Append(new SequenceTestingListener(&vec, "2nd"));
6651 listeners.Append(new SequenceTestingListener(&vec, "3rd"));
6690 // Although Append passes the ownership of this object to the list,
6696 listeners.Append(listener);
6713 listeners.Append(listene
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h87 void Append(CPDF_Path src, const CFX_AffineMatrix* pMatrix) function in class:CPDF_Path
89 m_pObject->Append(src.m_pObject, pMatrix);

Completed in 805 milliseconds

1234567891011>>