/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 27 ValueToValueMapTy VM; in TEST() local 28 EXPECT_EQ(U, ValueMapper(VM).mapMDNode(*U)); in TEST() 54 ValueToValueMapTy VM; in TEST() local 55 EXPECT_EQ(U0, ValueMapper(VM).mapMDNode(*U0)); in TEST() 56 EXPECT_EQ(U1, ValueMapper(VM).mapMDNode(*U1)); in TEST() 61 ValueToValueMapTy VM; in TEST() local 62 EXPECT_EQ(U1, ValueMapper(VM).mapMDNode(*U1)); in TEST() 63 EXPECT_EQ(U0, ValueMapper(VM).mapMDNode(*U0)); in TEST() 95 ValueToValueMapTy VM; in TEST() local 96 VM[G0.get()] = G1.get(); in TEST() [all …]
|
/external/skia/tests/ |
D | SkSLTest.cpp | 65 static constexpr int VM = 1 << 0; variable 84 return flags & SkSLTestFlags::VM; in is_skvm() 277 SkASSERT(flags & SkSLTestFlags::VM); in test_skvm() 486 SKSL_TEST(RP + VM + GPU, kApiLevel_T, ArraySizeFolding, "folding/ArraySizeFolding.rt… 487 SKSL_TEST(RP + VM + GPU, kApiLevel_T, AssignmentOps, "folding/AssignmentOps.rts") 488 SKSL_TEST(RP + VM + GPU, kApiLevel_T, BoolFolding, "folding/BoolFolding.rts") 489 SKSL_TEST(RP + VM + GPU, kApiLevel_T, CastFolding, "folding/CastFolding.rts") 490 SKSL_TEST(RP + VM + GPU, kApiLevel_T, IntFoldingES2, "folding/IntFoldingES2.rts") 492 SKSL_TEST(RP + VM + GPU, kApiLevel_T, FloatFolding, "folding/FloatFolding.rts") 493 SKSL_TEST(RP + VM + GPU, kApiLevel_T, MatrixFoldingES2, "folding/MatrixFoldingES2.rt… [all …]
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 48 ValueMap<TypeParam*, int> VM; in TYPED_TEST() local 49 VM[this->BitcastV.get()] = 7; in TYPED_TEST() 50 EXPECT_EQ(7, VM.lookup(this->BitcastV.get())); in TYPED_TEST() 51 EXPECT_EQ(0u, VM.count(this->AddV.get())); in TYPED_TEST() 53 EXPECT_EQ(7, VM.lookup(this->AddV.get())); in TYPED_TEST() 54 EXPECT_EQ(0u, VM.count(this->BitcastV.get())); in TYPED_TEST() 56 EXPECT_EQ(0u, VM.count(this->AddV.get())); in TYPED_TEST() 57 EXPECT_EQ(0u, VM.count(this->BitcastV.get())); in TYPED_TEST() 58 EXPECT_EQ(0U, VM.size()); in TYPED_TEST() 62 ValueMap<TypeParam*, int> VM; in TYPED_TEST() local [all …]
|
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/macroforwarddefine/compare/ |
D | velocity.log.cmp | 1 [debug] VM #test1: too few arguments to macro. Wanted 1 got 0 2 [debug] VM #test2: too few arguments to macro. Wanted 1 got 0 3 [debug] VM #test3: too few arguments to macro. Wanted 1 got 0 4 [debug] VM #test4: too few arguments to macro. Wanted 1 got 0 5 [debug] VM #test1: too many arguments to macro. Wanted 1 got 2 6 [debug] VM #test2: too many arguments to macro. Wanted 1 got 2 7 [debug] VM #test3: too many arguments to macro. Wanted 1 got 2 8 [debug] VM #test4: too many arguments to macro. Wanted 1 got 2 9 [debug] VM #test1: too many arguments to macro. Wanted 1 got 2 10 [debug] VM #test1: too few arguments to macro. Wanted 1 got 0
|
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/dagger/ |
D | DaggerMavericksViewModelFactory.kt | 10 inline fun <reified VM : MavericksViewModel<S>, S : MavericksState> daggerMavericksViewModelFactory… in daggerMavericksViewModelFactory() 11 DaggerMavericksViewModelFactory<VM, S>(VM::class.java) in daggerMavericksViewModelFactory() 14 class DaggerMavericksViewModelFactory<VM : MavericksViewModel<S>, S : MavericksState>( in daggerMavericksViewModelFactory() 16 ) : MavericksViewModelFactory<VM, S> { in daggerMavericksViewModelFactory() 18 override fun create(viewModelContext: ViewModelContext, state: S): VM { in daggerMavericksViewModelFactory() 22 private fun <VM : MavericksViewModel<S>, S : MavericksState> createViewModel( in daggerMavericksViewModelFactory() 25 ): VM { in daggerMavericksViewModelFactory() 30 val castedViewModelFactory = viewModelFactory as? AssistedViewModelFactory<VM, S> in daggerMavericksViewModelFactory() 32 return viewModel as VM in daggerMavericksViewModelFactory()
|
D | AssistedViewModelFactory.kt | 6 interface AssistedViewModelFactory<VM : MavericksViewModel<S>, S : MavericksState> { 7 fun create(initialState: S): VM
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 142 ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None, 152 registerAlternateMappingContext(ValueToValueMapTy &VM, 198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, 202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V); 220 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, 224 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD); 228 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM, 232 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMDNode(*MD); 243 inline void RemapInstruction(Instruction *I, ValueToValueMapTy &VM, 247 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I); [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 145 ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None, 159 registerAlternateMappingContext(ValueToValueMapTy &VM, 206 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, 210 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V); 228 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, 232 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD); 236 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM, 240 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMDNode(*MD); 251 inline void RemapInstruction(Instruction *I, ValueToValueMapTy &VM, 255 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I); [all …]
|
/external/tcpdump/tests/ |
D | babel_update_oobr.out | 15 …24073: v4 be KDC_REQUEST: .M-^?M-^?^AM-^@M-^?M-^@M-V@M-WM-WM-sM-WM-WM-WM-WM-W 880min ^VM-^H [|krb] 16 ….234.154.214.24074: v4 be KDC_REQUEST: ^O^O^O^O^O7M-^@M-^?.d^O^O^O^O^O^O^O^O^O^O^O^O@^VM-^H [|krb] 17 …24073: v4 be KDC_REQUEST: .M-^?M-^?^AM-^@M-^?M-^@M-V@M-WM-WM-sM-WM-WM-WM-WM-W 880min ^VM-^H [|krb] 18 ….234.154.214.24074: v4 be KDC_REQUEST: ^O^O^O^O^O7M-^@M-^?.d^O^O^O^O^O^O^O^O^O^O^O^O@^VM-^H [|krb] 19 …8 > 0.234.154.214.24074: v4 be KDC_REQUEST: ^O^O^O^O.^DM-2M-!^BM-W^CM-!^B@^D 0min ^P.^VM-^H [|krb] 29 …154.214.24074: v4 be KDC_REQUEST: ^O^O^O^O^O^DM-2 .M-g^C@>M-z}M-uM-tM-^\M-`^VM-^?^?M-=OM-^Y [|krb] 30 …24074: v4 be KDC_REQUEST: ^O^O^O.^B^O^O^O^O^DM-2M-!M-1M-1M-1M-1M-1M-1M-1M-1M-1M-^@M-0^VM-^H [|krb] 31 …4.214.24074: v4 be KDC_REQUEST: ^O^O^O^O^O7M-^@M-^?M-^@^D^O^O^O^O^O^P.M-^?M-^?^O^O^O@^VM-^H [|krb] 32 …34.154.214.24074: v4 be KDC_REQUEST: ^O^O^O^O.^DM-#M-^?M-^?d^O^O^O^O^O^O^O^O^O^O^O^O@^VM-^H [|krb] 34 …4.214.24074: v4 be KDC_REQUEST: ^O^O^O^O^O7M-^@M-^?M-^@^D^O^O^O^O^O^P.M-^?M-^?^O^O^O@^VM-^H [|krb] [all …]
|
/external/crosvm/docs/book/src/devices/ |
D | vvu.md | 4 of another VM's guest. The following diagram shows how VVU works for virtio-block. 11 as a proxy of vhost-user messages between the vhost-user device back-end in the guest of a VM 12 (device VM) and the vhost-user front-end in another VM (sibling VM). 18 First, start a device VM with a usual `crosvm run` command. At this time, put a crosvm binary in the 33 # Start the device VM with '-p "vfio_iommu_type1.allow_unsafe_interrupts=1"'. 46 # Inside of the device VM guest. 58 # Inside of the device VM guest. 74 # Inside of the device VM guest. 82 current implementation of crosvm only allows a sibling VM to have a smaller memory size than the 83 device VM, so make sure to specify the memory size correctly. [all …]
|
D | vsock.md | 3 crosvm supports [virtio-vsock] device for communication between the host and a guest VM. 5 Assign a context id to a guest VM by passing it with the `--vsock` flag. 44 If a vsock device is configured properly in the guest VM, a connection between the host and the
|
/external/rust/crates/jni/benches/ |
D | api_calls.rs | 127 static ref VM: JavaVM = { 145 let env = VM.attach_current_thread().unwrap(); in jni_call_static_abs_method_safe() 152 let env = VM.attach_current_thread().unwrap(); in jni_call_static_abs_method_unchecked_str() 163 let env = VM.attach_current_thread().unwrap(); in jni_call_static_abs_method_unchecked_jclass() 174 let env = VM.attach_current_thread().unwrap(); in jni_call_static_date_time_method_safe() 183 let env = VM.attach_current_thread().unwrap(); in jni_call_static_date_time_method_unchecked_jclass() 210 let env = VM.attach_current_thread().unwrap(); in jni_call_object_hash_method_safe() 219 let env = VM.attach_current_thread().unwrap(); in jni_call_object_hash_method_unchecked() 231 let env = VM.attach_current_thread().unwrap(); in jni_new_object_str() 242 let env = VM.attach_current_thread().unwrap(); in jni_new_object_by_id_str() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/resources/ |
D | jdi_zh_CN.properties | 4 raw.command = \u7528\u4E8E\u542F\u52A8\u8C03\u8BD5\u5E94\u7528\u7A0B\u5E8F VM \u7684\u539F\u59CB\u5… 13 sun.options = \u5DF2\u542F\u52A8\u7684 VM \u9009\u9879 21 sun.vm_exec = Java VM \u542F\u52A8\u7A0B\u5E8F\u7684\u540D\u79F0 23 sun.description = \u4F7F\u7528 Sun Java VM \u547D\u4EE4\u884C\u542F\u52A8\u76EE\u6807\u5E76\u9644\u… 24 generic_attaching.address = VM \u8FDE\u63A5\u6240\u9644\u52A0\u5230\u7684\u5730\u5740 28 generic_listening.address = \u76D1\u542C VM \u8FDE\u63A5\u65F6\u4F7F\u7528\u7684\u5730\u5740 34 socket_attaching.host = VM \u8FDE\u63A5\u6240\u9644\u52A0\u5230\u7684\u8BA1\u7B97\u673A\u540D\u79F0 36 socket_attaching.port = VM \u8FDE\u63A5\u6240\u9644\u52A0\u5230\u7684\u7AEF\u53E3\u53F7 38 socket_attaching.description = \u901A\u8FC7\u5957\u63A5\u5B57\u9644\u52A0\u5230\u5176\u4ED6 VM 41 socket_listening.port = \u76D1\u542C VM \u8FDE\u63A5\u65F6\u4F7F\u7528\u7684\u7AEF\u53E3\u53F7 [all …]
|
D | jdi.properties | 4 raw.command = Raw command to start the debugged application VM 13 sun.options = Launched VM options 21 sun.vm_exec = Name of the Java VM launcher 23 sun.description = Launches target using Sun Java VM command line and attaches to it 24 generic_attaching.address = Address to which to attach for VM connections 28 generic_listening.address = Address to listen for VM connections 34 socket_attaching.host = Machine name to which to attach for VM connections 36 socket_attaching.port = Port number to which to attach for VM connections 41 socket_listening.port = Port number at which to listen for VM connections 44 memory_attaching.name = Name of the shared memory area to which to attach for VM connections [all …]
|
D | jdi_ja.properties | 21 sun.vm_exec = Java VM\u8D77\u52D5\u30C4\u30FC\u30EB\u540D 23 sun.description = Sun\u306EJava VM\u30B3\u30DE\u30F3\u30C9\u884C\u3092\u4F7F\u7528\u3057\u3066\u30B… 24 generic_attaching.address = VM\u306B\u63A5\u7D9A\u3059\u308B\u30A2\u30C9\u30EC\u30B9 28 generic_listening.address = VM\u3078\u306E\u63A5\u7D9A\u3092\u30EA\u30B9\u30CB\u30F3\u30B0\u3059\u3… 34 socket_attaching.host = VM\u306B\u63A5\u7D9A\u3059\u308B\u30DE\u30B7\u30F3\u540D 36 socket_attaching.port = VM\u306B\u63A5\u7D9A\u3059\u308B\u30DD\u30FC\u30C8\u756A\u53F7 41 socket_listening.port = VM\u3078\u306E\u63A5\u7D9A\u3092\u30EA\u30B9\u30CB\u30F3\u30B0\u3059\u308B\… 44 memory_attaching.name = VM\u3078\u306E\u63A5\u7D9A\u306B\u4F7F\u7528\u3055\u308C\u308B\u5171\u6709\… 47 memory_listening.name = VM\u3078\u306E\u63A5\u7D9A\u3092\u30EA\u30B9\u30CB\u30F3\u30B0\u3059\u308B\…
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-07-06-LoweringIRForCodeGen.txt | 9 VM -- it is a little too specialized. But without a corresponding 10 conditional move instruction in the VM, it is pretty difficult to maintain a 11 close mapping between VM and machine code. Other architectures may have 15 additional VM instructions that match some of the unusual opcodes on the 16 processor but have VM semantics otherwise, i.e., all operands are in SSA 17 form and typed. This means that we can re-generate core VM code from the 20 Typically, a static compiler like gcc would generate just the core VM, which 23 specialized target-specific VM code for a particular architecture. If the 28 mapping between VM and machine code.
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 9 > 1. We need to be clear on our goals for the VM. Do we want to emphasize 10 > portability and safety like the Java VM? Or shall we focus on the 18 1. The VM code is NOT guaranteed safe in a java sense. Doing so makes it 31 VM. Performance is not wonderful, but it works right. 36 we could sign the generated VM code with a host specific private 48 for value add. The nice safe "sandbox" VM can be provided as a layer 58 > a. A single-assignment VM, which we've both already been thinking 62 however, by the prospect of a minimally allocated VM representation... I 78 VM). This is the point that disallows java style bytecodes, where all 87 > b. A strongly-typed VM. One question is do we need the types to be [all …]
|
D | 2000-11-18-EarlyDesignIdeas.txt | 9 1. We need to be clear on our goals for the VM. Do we want to emphasize 10 portability and safety like the Java VM? Or shall we focus on the 28 a. A single-assignment VM, which we've both already been thinking about. 30 b. A strongly-typed VM. One question is do we need the types to be 33 c. How do we get more high-level information into the VM while keeping 34 to a low-level VM design?
|
/external/bcc/examples/networking/vlan_filter/ |
D | README.md | 11 …ort | VNI | Source VM MAC | Dest VM MAC | VLAN ID | Source VM IP | Dest VM IP | Protoco…
|
/external/crosvm/docs/book/src/running_crosvm/ |
D | example_usage.md | 10 To run a VM with crosvm, we need two things: A kernel binary and a rootfs. You can 16 One of the more convenient ways to customize these VM images is to use [virt-builder] from the 37 ### Launch the VM 75 Which can be installed when building the VM image: 81 This also allows us to use SSH to access the VM. The script above will install your 82 `~/.ssh/id_rsa.pub` into the VM, so you'll be able to SSH from the host to the guest with no 97 First you'll want to add some desktop environment to the VM image: 103 Then you can use the `--gpu` argument to specify how gpu output of the VM should be handled. In this
|
/external/rust/crates/grpcio-sys/grpc/tools/gce/ |
D | kokoro_performance.pub | 1 # Enable Kokoro CI to SSH to the VM (Added by linux_kokoro_performance_worker_init.sh) 3 # Enable kokoro multi-machine benchmark driver VM to SSH to the VM (Added by linux_kokoro_performan…
|
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/ |
D | vm_test1.vm | 10 Tests VM recursion. In our VM library, we have a VM callrecurse()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 88 ValueToValueMapTy *VM; member 92 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() 94 : VM(&VM), Materializer(Materializer) {} in MappingContext() 114 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() argument 117 MCs(1, MappingContext(VM, Materializer)) {} in Mapper() 125 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext() argument 127 MCs.push_back(MappingContext(VM, Materializer)); in registerAlternateMappingContext() 165 void remapFunction(Function &F, ValueToValueMapTy &VM); 167 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() 767 ValueToValueMapTy &VM; member [all …]
|
/external/crosvm/hypervisor/src/geniezone/ |
D | README.md | 16 - Bootup guest VM with linux kernel to shell 20 - Integrate with protected VM and pvmfw 21 - Support multi-core VM
|
/external/ltp/doc/ |
D | kvm-test-api.txt | 10 payload program running inside the VM. The cooperation of these two components 73 be the VM entry point of the test. 98 - `int vm_fd` is the main VM file descriptor created by `ioctl(KVM_CREATE_VM)` 105 of memory slots defined in this VM. Unused memory slots have zero 108 from the VM to the controller program, mainly `tst_res()`/`tst_brk()` flags 123 to pass `tst_res()` and `tst_brk()` messages from the VM, but special values 130 - `uint64_t file_addr` is the VM address of the filename string for 140 to customize the VM configuration. You can either assign these functions 160 mapping is not enabled in the VM or not available on the arch at all, this 194 with at least `ram_size` bytes of memory. The VM instance info will be [all …]
|