Home
last modified time | relevance | path

Searched defs:Control (Results 1 – 25 of 46) sorted by relevance

12

/external/angle/src/libANGLE/
DDebug.h98 struct Control struct
121 std::vector<Control> controls; argument
/external/libvpx/libvpx/test/
Dencode_test_driver.h111 void Control(int ctrl_id, int arg) { in Control() function
116 void Control(int ctrl_id, int *arg) { in Control() function
121 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control() function
126 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { in Control() function
131 void Control(int ctrl_id, struct vpx_svc_ref_frame_config *arg) { in Control() function
136 void Control(int ctrl_id, struct vpx_svc_parameters *arg) { in Control() function
141 void Control(int ctrl_id, struct vpx_svc_frame_drop *arg) { in Control() function
146 void Control(int ctrl_id, struct vpx_svc_spatial_layer_sync *arg) { in Control() function
152 void Control(int ctrl_id, vpx_active_map_t *arg) { in Control() function
157 void Control(int ctrl_id, vpx_roi_map_t *arg) { in Control() function
Ddecode_test_driver.h63 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, VPX_CODEC_OK); } in Control() function
65 void Control(int ctrl_id, const void *arg) { in Control() function
71 void Control(int ctrl_id, int arg, vpx_codec_err_t expected_value) { in Control() function
/external/libaom/libaom/test/
Dencode_test_driver.h107 void Control(int ctrl_id, int arg) { in Control() function
112 void Control(int ctrl_id, int *arg) { in Control() function
117 void Control(int ctrl_id, struct aom_scaling_mode *arg) { in Control() function
122 void Control(int ctrl_id, struct aom_svc_layer_id *arg) { in Control() function
127 void Control(int ctrl_id, struct aom_svc_ref_frame_config *arg) { in Control() function
132 void Control(int ctrl_id, struct aom_svc_params *arg) { in Control() function
138 void Control(int ctrl_id, aom_active_map_t *arg) { in Control() function
Ddecode_test_driver.h66 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, AOM_CODEC_OK); } in Control() function
68 void Control(int ctrl_id, const void *arg) { in Control() function
74 void Control(int ctrl_id, int arg, aom_codec_err_t expected_value) { in Control() function
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
DControl.php7 class Control class
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.h49 Control = Type::FIRST_TENSORFLOW_EXECUTOR_TYPE, enumerator
Dcontrol_flow_ops.h46 Control = Type::FIRST_TENSORFLOW_CONTROL_TYPE, enumerator
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_control.py31 class Control(six.with_metaclass(abc.ABCMeta)): class
/external/python/cpython2/Tools/msi/
Duisample.py115 Control = [ variable
Dschema.py169 Control = Table('Control') variable
/external/drm_hwcomposer/tests/
Dworker_test.cpp37 void Control(bool enable) { in Control() function
/external/swiftshader/src/Shader/
DPixelProgram.hpp84 typedef Shader::Control Control; typedef in sw::PixelProgram
DVertexProgram.hpp65 typedef Shader::Control Control; typedef in sw::VertexProgram
DShaderCore.hpp239 typedef Shader::Control Control; typedef in sw::ShaderCore
/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst186 .. _`register groups`:
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp306 void Terminate(Node Effect, Node Control) { in Terminate()
321 CfgNode *Control = Controls[i]; in Merge() local
327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi()
356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) { in EffectPhi()
1268 CfgNode *Control() { in Control() function in IceBuilder
1275 void set_control_ptr(Node *Control) { this->ControlPtr = Control; } in set_control_ptr()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h21 static inline int16_t Control(instance_type* inst, in Control() function
/external/v8/src/compiler/
Dschedule.h33 enum Control { in NON_EXPORTED_BASE() enum
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java163 private static class Control { class in CollationThreadTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java166 private static class Control { class in CollationThreadTest
/external/angle/util/
DEvent.h32 bool Control; member
/external/libcxx/benchmarks/
Dstring.bench.cpp70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enumerator
340 const auto Control = makeString(L); in sanityCheckGeneratedStrings() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h23 static inline int16_t Control(instance_type* inst, in Control() function
/external/v8/src/wasm/
Dgraph-builder-interface.cc100 struct Control : public ControlBase<Value, validate> { struct in v8::internal::wasm::__anonfc9fbc4f0111::WasmGraphBuildingInterface
101 SsaEnv* end_env = nullptr; // end environment for the construct.
102 SsaEnv* false_env = nullptr; // false environment (only for if).
103 TryInfo* try_info = nullptr; // information about try statements.
104 int32_t previous_catch = -1; // previous Control with a catch.
109 explicit Control(Args&&... args) V8_NOEXCEPT in Control() function

12