/external/libvpx/libvpx/test/ |
D | encode_test_driver.h | 111 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
|
D | decode_test_driver.h | 63 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/ |
D | decode_test_driver.h | 66 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
|
D | encode_test_driver.h | 107 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/ |
D | Control.php | 7 class Control class
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/ |
D | test_control.py | 31 class Control(six.with_metaclass(abc.ABCMeta)): class
|
/external/python/cpython2/Tools/msi/ |
D | uisample.py | 115 Control = [ variable
|
/external/drm_hwcomposer/tests/ |
D | worker_test.cpp | 37 void Control(bool enable) { in Control() function
|
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
D | trieval.go | 23 Control // Control LRO - PDI const
|
D | gen_trieval.go | 27 Control // Control LRO - PDI const
|
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/ |
D | ir3-notes.rst | 186 .. _`register groups`:
|
/external/swiftshader/src/Pipeline/ |
D | VertexProgram.hpp | 63 typedef Shader::Control Control; typedef in sw::VertexProgram
|
D | PixelProgram.hpp | 103 typedef Shader::Control Control; typedef in sw::PixelProgram
|
D | ShaderCore.hpp | 237 typedef Shader::Control Control; typedef in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 63 typedef Shader::Control Control; typedef in sw::VertexProgram
|
D | PixelProgram.hpp | 103 typedef Shader::Control Control; typedef in sw::PixelProgram
|
D | ShaderCore.hpp | 237 typedef Shader::Control Control; typedef in sw::ShaderCore
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 306 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/ |
D | schedule.h | 33 enum Control { in NON_EXPORTED_BASE() enum
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac_float_type.h | 21 static inline int16_t Control(instance_type* inst, in Control() function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThreadTest.java | 166 private static class Control { class in CollationThreadTest
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 163 private static class Control { class in CollationThreadTest
|
/external/libcxx/benchmarks/ |
D | string.bench.cpp | 70 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/ |
D | isac_fix_type.h | 23 static inline int16_t Control(instance_type* inst, in Control() function
|
/external/v8/src/wasm/ |
D | wasm-interpreter.cc | 726 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()
|