Searched refs:ctrls (Results 1 - 7 of 7) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py44 ctrls = getattr(JetDefs, ctrlList)
45 self.ctrls = {}
46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
52 self.ctrls[Text].Bind(wx.EVT_BUTTON, getattr(callbackClass, Fct), self.ctrls[Text], id=Id)
54 self.ctrls[Text].SetDefault()
58 self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
62 self.ctrls[Tex
[all...]
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)
1140 self.jet_file.config.filename = dlg.je.ctrls[JetDefs.F_JETFILENAME].GetValue()
1141 self.jet_file.config.copyright = dlg.je.ctrls[JetDefs.F_COPYRIGHT].GetValue()
1142 self.jet_file.config.chase_controllers = dlg.je.ctrls[JetDefs.F_CHASECONTROLLERS].GetValue()
1143 self.jet_file.config.delete_empty_tracks = dlg.je.ctrls[JetDefs.F_DELETEEMPTYTRACKS].GetValue()
/external/eigen/unsupported/test/
H A Dsplines.cpp52 MatrixXd ctrls(8,2);
53 ctrls << -0.370967741935484, 0.236842105263158,
61 ctrls.transposeInPlace();
63 return Spline<double, 2, Dynamic>(knots, ctrls);
82 MatrixXd ctrls(8,3);
83 ctrls << 0.959743958516081, 0.340385726666133, 0.585267750979777,
91 ctrls.transposeInPlace();
93 return Spline<double, 3, Dynamic>(knots, ctrls);
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_encode_accelerator.cc346 struct v4l2_ext_control ctrls[1]; local
348 memset(&ctrls, 0, sizeof(ctrls));
350 ctrls[0].id = V4L2_CID_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE;
351 ctrls[0].value = V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_I_FRAME;
354 control.controls = ctrls;
809 struct v4l2_ext_control ctrls[1]; local
811 memset(&ctrls, 0, sizeof(ctrls));
813 ctrls[
951 struct v4l2_ext_control ctrls[9]; local
[all...]
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h141 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); local
143 return SplineType(knots, ctrls);
H A DSpline.h72 * \param ctrls The spline's control point vector.
75 Spline(const OtherVectorType& knots, const OtherArrayType& ctrls) : m_knots(knots), m_ctrls(ctrls) {} argument
83 m_knots(spline.knots()), m_ctrls(spline.ctrls()) {}
93 const ControlPointVectorType& ctrls() const { return m_ctrls; } function in class:Eigen::Spline
285 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1);
316 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(spline.ctrls(),0,span-p,Dimension,p+1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 454 milliseconds