Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dencode_test_driver.h122 void Control(int ctrl_id, int arg) { in Control() function
127 void Control(int ctrl_id, int *arg) { in Control() function
132 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control() function
137 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { in Control() function
142 void Control(int ctrl_id, struct vpx_svc_parameters *arg) { in Control() function
147 void Control(int ctrl_id, vpx_active_map_t *arg) { in Control() function
Ddecode_test_driver.h74 void Control(int ctrl_id, int arg) { in Control() function
78 void Control(int ctrl_id, const void *arg) { in Control() function
84 void Control(int ctrl_id, int arg, vpx_codec_err_t expected_value) { in Control() function
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DControl.java48 public interface Control extends Savable { interface
/external/v8/src/wasm/
Dast-decoder.cc77 struct Control { struct
78 const byte* pc;
79 int stack_depth; // stack height at the beginning of the construct.
80 SsaEnv* end_env; // end environment for the construct.
81 SsaEnv* false_env; // false environment (only for if).
82 TFNode* node; // result node for the construct.
83 LocalType type; // result type for the construct.
84 bool is_loop; // true if this is the inner label of a loop.
86 bool is_if() { return *pc == kExprIf; } in is_if()
87 bool is_block() { return *pc == kExprBlock; } in is_block()
Dwasm-interpreter.cc720 struct Control { in ControlTransfers() struct
721 const byte* pc; in ControlTransfers()
722 CLabel* end_label; in ControlTransfers()
723 CLabel* else_label; in ControlTransfers()
725 void Ref(ControlTransferMap* map, const byte* start, const byte* from_pc, in ControlTransfers()
/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.java161 private static class Control { class in CollationThreadTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java165 private static class Control { class in CollationThreadTest
/external/v8/src/compiler/
Dwasm-compiler.h178 Node* Control() { return *control_; } in Control() function
Dschedule.h32 enum Control { enum
/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/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
Drfc2251.py44 class Control(univ.Sequence): class
/external/clang/lib/CodeGen/
DCGBuiltin.cpp6977 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff0c); in EmitSystemZBuiltinExpr() local
6983 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff0c); in EmitSystemZBuiltinExpr() local
6989 Value *Control = llvm::ConstantInt::get(Int32Ty, 0xff08); in EmitSystemZBuiltinExpr() local
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc2094 TEST_F(WasmOpcodeArityTest, Control) { in TEST_F() argument
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5611 uint64_t Control = MI->getOperand(2).getImm(); in emitTransactionBegin() local