Home
last modified time | relevance | path

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

12345

/external/libvpx/test/
Dencode_test_driver.h120 void Control(int ctrl_id, int arg) { in Control() function
125 void Control(int ctrl_id, int *arg) { in Control() function
130 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control() function
135 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { in Control() function
140 void Control(int ctrl_id, struct vpx_svc_ref_frame_config *arg) { in Control() function
145 void Control(int ctrl_id, struct vpx_svc_parameters *arg) { in Control() function
150 void Control(int ctrl_id, struct vpx_svc_frame_drop *arg) { in Control() function
155 void Control(int ctrl_id, struct vpx_svc_spatial_layer_sync *arg) { in Control() function
161 void Control(int ctrl_id, vpx_rc_funcs_t *arg) { in Control() function
166 void Control(int ctrl_id, VpxTplGopStats *arg) { in Control() function
[all …]
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/angle/src/libANGLE/
DDebug.h106 struct Control struct
129 std::vector<Control> controls; argument
/external/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_ref_frame_comp_pred *arg) { in Control() function
137 void Control(int ctrl_id, struct aom_svc_params *arg) { in Control() function
142 void Control(int ctrl_id, struct aom_ext_part_funcs *arg) { in Control() function
148 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-java/examples/src/main/java/io/grpc/examples/manualflowcontrol/
DREADME.md54 #### Client side (server or bidi streaming)
62 #### Server side (client or bidi streaming)
/external/rust/android-crates-io/crates/petgraph/src/visit/
Ddfsvisit.rs48 pub enum Control<B> { enum
60 impl<B> Control<B> { implementation
94 impl<B> ControlFlow for Control<B> { implementation
134 impl<B> Default for Control<B> { implementation
/external/autotest/metadata/utils/
Dextract_configs.py59 def _categorize_control_files(controls: List[control_files.Control]
98 def _generate_category_def(controls: List[control_files.Control]) -> str:
Dcontrol_files.py19 Control = collections.namedtuple('Control', variable
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
Dcontrol.proto31 message Control { message
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
DControl.php7 class Control class
/external/googleapis/google/api/
Dcontrol.proto33 message Control { message
/external/mesa3d/src/vulkan/screenshot-layer/
DREADME.rst124 .. _docs/install.rst: ../../docs/install.rst
/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/
Dcoding.rs14 Control(Control), enumerator
32 pub enum Control { enum
54 impl fmt::Display for Control { implementation
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/
Dcontrol.proto35 message Control { message
/external/googleapis/google/cloud/retail/v2/
Dcontrol.proto35 message Control { message
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/proto/google/cloud/retail/v2beta/
Dcontrol.proto36 message Control { message
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/proto/google/cloud/retail/v2alpha/
Dcontrol.proto36 message Control { message
/external/googleapis/google/cloud/retail/v2beta/
Dcontrol.proto36 message Control { message
/external/googleapis/google/cloud/retail/v2alpha/
Dcontrol.proto36 message Control { message
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_control.py36 class Control(abc.ABC): class
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DControl.java33 public final class Control extends com.google.protobuf.GeneratedMessageV3 class
39 private Control(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Control() method in Control
43 private Control() { in Control() method in Control
/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/rust/android-crates-io/crates/icu_capi/bindings/js/
DGraphemeClusterBreak.mjs97 static Control = GraphemeClusterBreak.#objectValues[1]; field in GraphemeClusterBreak

12345