Home
last modified time | relevance | path

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

123

/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/
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
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
123 void Control(int ctrl_id, aom_active_map_t *arg) { in Control() function
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
DControl.php7 class Control class
/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
/external/drm_hwcomposer/tests/
Dworker_test.cpp37 void Control(bool enable) { in Control() function
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dtrieval.go23 Control // Control LRO - PDI const
Dgen_trieval.go27 Control // Control LRO - PDI const
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/
Dir3-notes.rst186 .. _`register groups`:
/external/swiftshader/src/Pipeline/
DVertexProgram.hpp63 typedef Shader::Control Control; typedef in sw::VertexProgram
DPixelProgram.hpp103 typedef Shader::Control Control; typedef in sw::PixelProgram
DShaderCore.hpp237 typedef Shader::Control Control; typedef in sw::ShaderCore
/external/swiftshader/src/Shader/
DVertexProgram.hpp63 typedef Shader::Control Control; typedef in sw::VertexProgram
DPixelProgram.hpp103 typedef Shader::Control Control; typedef in sw::PixelProgram
DShaderCore.hpp237 typedef Shader::Control Control; typedef in sw::ShaderCore
/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/v8/src/compiler/
Dschedule.h33 enum Control { in NON_EXPORTED_BASE() enum
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java166 private static class Control { class in CollationThreadTest
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java163 private static class Control { class in CollationThreadTest
/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/
Dwasm-interpreter.cc726 struct Control { in SideTable() struct
727 const byte* pc; in SideTable()
728 CLabel* end_label; in SideTable()
729 CLabel* else_label; in SideTable()
732 uint32_t exit_arity; in SideTable()
735 bool unreachable = false; in SideTable()
737 Control(const byte* pc, CLabel* end_label, CLabel* else_label, in SideTable() function
743 Control(const byte* pc, CLabel* end_label, uint32_t exit_arity) in SideTable() argument
746 void Finish(ControlTransferMap* map, const byte* start) { in SideTable()

123