Searched refs:result (Results 1 – 18 of 18) sorted by relevance
/doc/ |
A D | scorer.js | 17 score: function(result) { argument 19 if (result[0].search("release_notes/")>=0) { 22 else if (result[0].search("api/")>=0) { 25 else if (result[0].search("kconfig/")>=0) { 29 return result[4];
|
A D | asa.rst | 164 ioctls and payloads. This attack can result in a corrupt state and Denial 180 de-assigned may result in kernel crash. The return value of 'pci_find_bus()' shall 256 unintended inputs, which may result in an altered control flow, arbitrary
|
A D | acrn.doxyfile | 115 # and the result, after processing the whole list, is used as the annotated 237 # documentation, which will result in a user-defined paragraph with heading 1059 # The result: instead of the source browser generated by doxygen, the links to 1261 # representing an infinite number of entries and will result in a full expanded 1331 # file. You can add a path in front of the file if the result should not be 1554 # Content Delivery Network so you can quickly see the result without installing 2176 # interpreter (i.e. the result of 'which perl').
|
/doc/extensions/ |
A D | kerneldoc.py | 112 result = ViewList() 123 result.append(line, filename, lineoffset) 130 with switch_source_input(self.state, result): 131 self.state.nested_parse(result, 0, node, match_titles=1)
|
/doc/tutorials/ |
A D | launch_uos.sh | 65 result=$(echo $vm_ps | grep "${vm_name}") 66 if [[ "$result" != "" ]]; then 188 result=$(echo $vm_ps | grep "${vm_name}") 189 if [[ "$result" != "" ]]; then
|
A D | acrn_on_qemu.rst | 278 result=$(echo $vm_ps | grep "${vm_name}") 279 if [[ "$result" != "" ]]; then
|
A D | using_windows_as_user_vm.rst | 93 result=$(echo $vm_ps | grep "${vm_name}") 94 if [[ "$result" != "" ]]; then
|
A D | gpu-passthru.rst | 106 before the OS driver loads. As a result, the Guest BIOS and the Grub UI
|
A D | acrn-secure-boot-with-grub.rst | 114 Replace the ``GRUB_PASSWORD_HASH`` with the result of the :command:`grub-mkpasswd-pbkdf2`
|
A D | rtvm_performance_tips.rst | 104 and LDR are virtualized even though LAPIC is passthrough. As a result,
|
/doc/.known-issues/ |
A D | README | 8 $ make SOMETHING >& result 9 $ scripts/filter-known-issues.py result
|
/doc/release_notes/ |
A D | release_notes_3.3.rst | 83 User can config ServicVM as supervisor role in result it can manage the power status of
|
/doc/developer-guides/hld/ |
A D | hld-overview.rst | 224 of a device such as uDev1, uDev1 puts the result into the request 227 HSM/hypercall. The HV then stores the result to the guest register
|
A D | hv-io-emulation.rst | 224 in, rather than switching to where the vCPU is scheduled out. As a result,
|
A D | hld-virtio-devices.rst | 80 produce requests, and kick the backend virtio driver. As a result, the FE
|
A D | hld-security.rst | 616 #. For those hypercalls that may result in data inconsistent intra hypervisor
|
/doc/developer-guides/ |
A D | contribute_guidelines.rst | 9 chaos that can result from an active development community.
|
A D | c_coding_guidelines.rst | 19 a) The result from the ``##`` or ``#`` operation shall not be used as the 1444 C-EP-04: The evaluation order of an expression shall not influence the result
|
Completed in 347 milliseconds