Searched defs:copies (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/printing/
H A Dprint_dialog_gtk.cc172 int copies; local
173 if (!settings.GetInteger(printing::kSettingCopies, &copies))
175 gtk_print_settings_set_n_copies(gtk_settings_, copies);
/external/llvm/lib/Target/NVPTX/
H A DVectorElementize.cpp103 std::vector<MachineInstr *>& copies);
106 std::vector<MachineInstr *>& copies);
109 std::vector<MachineInstr *>& copies);
112 std::vector<MachineInstr *>& copies);
167 ///the size of the destination vector register gives the number of scalar copies
168 ///needed. For VecStore, size of getOperand(1) gives the number of scalar copies
170 ///number of scalar copies needed.
243 std::vector<MachineInstr *>& copies) {
244 copies.push_back(F.CloneMachineInstr(Instr));
246 MachineInstr *copy=copies[
242 createLoadCopy(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
279 createStoreCopy(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
315 createVecShuffle(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
351 createVecExtract(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
375 createVecInsert(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
411 createVecBuild(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
438 createVecDest(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
470 createCopies(MachineFunction& F, MachineInstr *Instr, std::vector<MachineInstr *>& copies) argument
554 std::vector<MachineInstr *> copies; local
[all...]
/external/chromium/base/
H A Dbind_unittest.cc35 // Particularly important in this test to ensure no copies are made.
47 // Particularly important in this test to ensure no copies are made.
86 // Used for probing the number of copies that occur if a type must be coerced
89 DerivedCopyCounter(int* copies, int* assigns) argument
90 : copies_(copies), assigns_(assigns) {
96 // Used for probing the number of copies in an argument.
99 CopyCounter(int* copies, int* assigns) argument
100 : copies_(copies), assigns_(assigns) {
109 // Probing for copies from coerscion.
127 int copies() cons function in class:base::__anon1481::CopyCounter
489 int copies = 0; local
505 int copies = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 201 milliseconds