/external/libvpx/libvpx/test/ |
D | encode_test_driver.h | 122 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
|
D | decode_test_driver.h | 74 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/ |
D | Control.java | 48 public interface Control extends Savable { interface
|
/external/v8/src/wasm/ |
D | ast-decoder.cc | 77 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()
|
D | wasm-interpreter.cc | 720 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/ |
D | isac_float_type.h | 21 static inline int16_t Control(instance_type* inst, in Control() function
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 161 private static class Control { class in CollationThreadTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThreadTest.java | 165 private static class Control { class in CollationThreadTest
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 178 Node* Control() { return *control_; } in Control() function
|
D | schedule.h | 32 enum Control { enum
|
/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/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
D | rfc2251.py | 44 class Control(univ.Sequence): class
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 6977 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/ |
D | ast-decoder-unittest.cc | 2094 TEST_F(WasmOpcodeArityTest, Control) { in TEST_F() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 5611 uint64_t Control = MI->getOperand(2).getImm(); in emitTransactionBegin() local
|