Home
last modified time | relevance | path

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

12

/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_parameters *arg) { in Control() function
136 void Control(int ctrl_id, vpx_active_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/v8/src/wasm/
Dast-decoder.cc101 struct Control { struct
102 const byte* pc;
103 ControlKind kind;
104 int stack_depth; // stack height at the beginning of the construct.
105 SsaEnv* end_env; // end environment for the construct.
106 SsaEnv* false_env; // false environment (only for if).
107 TryInfo* try_info; // Information used for compiling try statements.
108 int32_t previous_catch; // The previous Control (on the stack) with a catch.
111 MergeValues merge;
113 inline bool is_if() const { return kind == kControlIf; } in is_if()
[all …]
Dwasm-interpreter.cc761 struct Control { in ControlTransfers() struct
762 const byte* pc; in ControlTransfers()
763 CLabel* end_label; in ControlTransfers()
764 CLabel* else_label; in ControlTransfers()
766 void Ref(ControlTransferMap* map, const byte* start, in ControlTransfers()
/external/drm_hwcomposer/tests/
Dworker_test.cpp37 void Control(bool enable) { in Control() function
/external/swiftshader/src/Shader/
DVertexProgram.hpp62 typedef Shader::Control Control; typedef in sw::VertexProgram
DPixelProgram.hpp102 typedef Shader::Control Control; typedef in sw::PixelProgram
DShaderCore.hpp251 typedef Shader::Control Control; typedef in sw::ShaderCore
DShader.hpp281 enum Control enum in sw::Shader
/external/v8/src/compiler/
Dschedule.h35 enum Control { in NON_EXPORTED_BASE() enum
Dwasm-compiler.h190 Node* Control() { return *control_; } in Control() function
/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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java159 private static class Control { class in CollationThreadTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java160 private static class Control { class in CollationThreadTest
/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/skia/samplecode/
DSampleBevel.cpp17 class Control : public SkRefCnt { class
19 Control(SkString name) in Control() function in Control
/external/clang/lib/CodeGen/
DCGBuiltin.cpp7729 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff0c); in EmitSystemZBuiltinExpr() local
7735 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff0c); in EmitSystemZBuiltinExpr() local
7741 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff08); in EmitSystemZBuiltinExpr() local
/external/syslinux/efi32/include/efi/
Defi_pxe.h927 PXE_CONTROL Control; member
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiPxe.h874 PXE_CONTROL Control; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defi_pxe.h927 PXE_CONTROL Control; member
/external/syslinux/efi64/include/efi/
Defi_pxe.h927 PXE_CONTROL Control; member
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5932 uint64_t Control = MI.getOperand(2).getImm(); in emitTransactionBegin() local
/external/caliper/lib/
Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12