Searched defs:Control (Results 1 - 25 of 41) sorted by relevance

12

/external/drm_hwcomposer/tests/
H A Dworker_test.cpp37 void Control(bool enable) { function in struct:TestWorker
78 worker.Control(true);
92 worker.Control(false);
106 worker.Control(true);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationThreadTest.java166 private static class Control { class in class:CollationThreadTest
194 private Control control;
197 Test(String name, String[] data, Collator collator, Random r, Control control) {
229 private void runThreads(Thread[] threads, Control control) {
260 final Control control = new Control();
285 Control control = new Control();
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThreadTest.java163 private static class Control { class in class:CollationThreadTest
191 private Control control;
194 Test(String name, String[] data, Collator collator, Random r, Control control) {
226 private void runThreads(Thread[] threads, Control control) {
257 final Control control = new Control();
282 Control control = new Control();
/external/swiftshader/src/Shader/
H A DShaderCore.hpp219 typedef Shader::Control Control; typedef in class:sw::ShaderCore
340 void cmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
341 void icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
342 void ucmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
H A DPixelProgram.hpp102 typedef Shader::Control Control; typedef in class:sw::PixelProgram
126 void BREAKC(Vector4f &src0, Vector4f &src1, Control);
144 void IFC(Vector4f &src0, Vector4f &src1, Control);
H A DVertexProgram.hpp63 typedef Shader::Control Control; typedef in class:sw::VertexProgram
83 void BREAKC(Vector4f &src0, Vector4f &src1, Control);
101 void IFC(Vector4f &src0, Vector4f &src1, Control);
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h63 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, VPX_CODEC_OK); } function in class:libvpx_test::Decoder
65 void Control(int ctrl_id, const void *arg) { function in class:libvpx_test::Decoder
71 void Control(int ctrl_id, int arg, vpx_codec_err_t expected_value) { function in class:libvpx_test::Decoder
H A Dencode_test_driver.h111 void Control(int ctrl_id, int arg) { function in class:libvpx_test::Encoder
116 void Control(int ctrl_id, int *arg) { function in class:libvpx_test::Encoder
121 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { function in class:libvpx_test::Encoder
126 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { function in class:libvpx_test::Encoder
131 void Control(int ctrl_id, struct vpx_svc_parameters *arg) { function in class:libvpx_test::Encoder
136 void Control(int ctrl_id, vpx_active_map_t *arg) { function in class:libvpx_test::Encoder
143 void Control(int ctrl_id, vpx_roi_map_t *arg) { function in class:libvpx_test::Encoder
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java155 Control control = new Control();
250 private static class Control extends AbstractNonStreamingHashFunction { class in class:AbstractStreamingHasherTest
/external/python/cpython2/Lib/msilib/
H A D__init__.py414 class Control: class in inherits:
432 class RadioButtonGroup(Control):
455 add_data(self.db, "Control",
457 return Control(self, name)
473 add_data(self.db, "Control",
H A Dschema.py169 Control = Table('Control') variable
170 Control.add_field(1,'Dialog_',11592)
171 Control.add_field(2,'Control',11570)
172 Control.add_field(3,'Type',3348)
173 Control.add_field(4,'X',1282)
174 Control.add_field(5,'Y',1282)
175 Control.add_field(6,'Width',1282)
176 Control
[all...]
/external/python/cpython2/Tools/msi/
H A Duisample.py115 Control = [ variable
848 (u'Control', u'Type', u'N', None, None, None, None, u'Identifier', None, u'The type of the control.'),
849 (u'Control', u'X', u'N', 0, 32767, None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.'),
850 (u'Control', u'Y', u'N', 0, 32767, None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.'),
851 (u'Control', u'Width', u'N', 0, 32767, None, None, None, None, u'Width of the bounding rectangle of the control.'),
852 (u'Control', u'Height', u'N', 0, 32767, None, None, None, None, u'Height of the bounding rectangle of the control.'),
853 (u'Control', u'Attributes', u'Y', 0, 2147483647, None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.'),
854 (u'Control', u'Text', u'Y', None, None, None, None, u'Formatted', None, u'A string used to set the initial text contained within a control (if appropriate).'),
855 (u'Control', u'Property', u'Y', None, None, None, None, u'Identifier', None, u'The name of a defined property to be linked to this control. '),
856 (u'Control',
[all...]
H A Dmsilib.py593 class Control: class in inherits:
610 class RadioButtonGroup(Control):
633 add_data(self.db, "Control",
635 return Control(self, name)
651 add_data(self.db, "Control",
H A Dschema.py169 Control = Table('Control') variable
170 Control.add_field(1,'Dialog_',11592)
171 Control.add_field(2,'Control',11570)
172 Control.add_field(3,'Type',3348)
173 Control.add_field(4,'X',1282)
174 Control.add_field(5,'Y',1282)
175 Control.add_field(6,'Width',1282)
176 Control
[all...]
/external/python/cpython3/Lib/msilib/
H A D__init__.py418 class Control: class in inherits:
436 class RadioButtonGroup(Control):
459 add_data(self.db, "Control",
461 return Control(self, name)
477 add_data(self.db, "Control",
H A Dschema.py169 Control = Table('Control') variable
170 Control.add_field(1,'Dialog_',11592)
171 Control.add_field(2,'Control',11570)
172 Control.add_field(3,'Type',3348)
173 Control.add_field(4,'X',1282)
174 Control.add_field(5,'Y',1282)
175 Control.add_field(6,'Width',1282)
176 Control
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disac_fix_type.h23 static inline int16_t Control(instance_type* inst, function in class:webrtc::IsacFix
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_float_type.h21 static inline int16_t Control(instance_type* inst, function in struct:webrtc::IsacFloat
/external/v8/src/compiler/
H A Dwasm-compiler.h216 Node* Control() { return *control_; } function in class:v8::internal::compiler::WasmGraphBuilder
H A Dschedule.h35 enum Control { enum in class:v8::internal::compiler::final
36 kNone, // Control not initialized yet.
110 Control control() const { return control_; }
111 void set_control(Control control);
164 Control control_; // Control at the end of the block.
175 std::ostream& operator<<(std::ostream&, const BasicBlock::Control&);
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h58 const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO])
60 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info);
65 const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO])
67 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Control,Info);
72 const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO])
74 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info);
79 const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO])
81 return umfpack_zi_numeric(Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info);
86 const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO])
88 return umfpack_di_solve(sys,Ap,Ai,Ax,X,B,Numeric,Control,Inf
70 umfpack_numeric( const int Ap[], const int Ai[], const double Ax[], void *Symbolic, void **Numeric, const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO]) argument
77 umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[], void *Symbolic, void **Numeric, const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO]) argument
84 umfpack_solve( int sys, const int Ap[], const int Ai[], const double Ax[], double X[], const double B[], void *Numeric, const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO]) argument
91 umfpack_solve( int sys, const int Ap[], const int Ai[], const std::complex<double> Ax[], std::complex<double> X[], const std::complex<double> B[], void *Numeric, const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO]) argument
[all...]
/external/python/cpython3/Lib/tkinter/
H A Dtix.py607 class Control(TixWidget): class in inherits:TixWidget
608 """Control - An entry field with value change arrows. The user can
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp306 void Terminate(Node Effect, Node Control) { argument
308 LOG(out << "Terminate(" << Effect << ", " << Control << ")"
321 CfgNode *Control = Controls[i]; local
322 Control->appendInst(InstBr::create(Func, MergedNode));
327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { argument
328 LOG(out << "Phi(" << Count << ", " << Control);
334 const auto &InEdges = Control.toCfgNode()->getInEdges();
339 auto *Dest = makeVariable(Vals[0].toOperand()->getType(), Control);
352 Control.toCfgNode()->appendInst(Phi);
356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) { argument
1268 CfgNode *Control() { function in class:IceBuilder
1275 set_control_ptr(Node *Control) argument
[all...]
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc103 struct Control { struct in namespace:v8::internal::wasm
110 int32_t previous_catch; // The previous Control (on the stack) with a catch.
122 static Control Block(const byte* pc, size_t stack_depth, SsaEnv* end_env,
128 static Control If(const byte* pc, size_t stack_depth, SsaEnv* end_env,
134 static Control Loop(const byte* pc, size_t stack_depth, SsaEnv* end_env,
140 static Control Try(const byte* pc, size_t stack_depth, SsaEnv* end_env,
340 ZoneVector<Control>& control) {
607 ZoneVector<Control> control_; // stack of blocks, loops, and ifs.
700 Control* c = &control_.back();
773 Control*
[all...]
/external/python/cpython2/Lib/lib-tk/
H A DTix.py613 class Control(TixWidget): class in inherits:TixWidget
614 """Control - An entry field with value change arrows. The user can

Completed in 4271 milliseconds

12