Searched
full:machine (Results
1026 -
1050 of
8360) sorted by null
<<41424344454647484950>>
/external/autotest/server/site_tests/video_PowerConsumption/ |
control.vp8 | 30 def _run_client_test(machine): 32 client = hosts.create_host(machine)
|
control.vp9 | 30 def _run_client_test(machine): 32 client = hosts.create_host(machine)
|
control.webrtc | 28 def _run_client_test(machine): 30 client = hosts.create_host(machine)
|
/external/autotest/server/site_tests/video_VDAStress/ |
video_VDAStress.py | 20 def run_once(self, machine, server_videos_dir, videos): 21 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/video_VimeoVideoWPR/ |
control | 29 def run(machine): 30 host = hosts.create_host(machine)
|
/external/autotest/tko/ |
tko.proto | 27 required string machine = 6; 43 required string machine = 9;
|
/external/bison/ |
README.android | 7 1) On a Mac OS X machine, run ./configure and make, you'll get a list of 11 2) Do the same thing on a Linux machine.
|
/external/curl/lib/ |
netrc.c | 41 /* Get user and password from .netrc when given a machine name */ 45 HOSTFOUND, /* the 'machine' keyword was found */ 46 HOSTVALID /* this is "our" machine! */ 133 if(Curl_raw_equal("machine", tok)) { 134 /* the next tok is the machine name, this is in itself the 135 delimiter that starts the stuff entered for this machine, 186 else if(Curl_raw_equal("machine", tok)) { 187 /* ok, there's machine here go => */
|
netrc.h | 31 * If (*loginp)[0] = 0, search for login and password within a machine 33 * If (*loginp)[0] != 0, search for password within machine and login.
|
/external/elfutils/libebl/ |
eblelfmachine.c | 1 /* Return ELF machine. 40 return ebl->machine;
|
/external/libpcap/ |
pcap-common.h | 10 * sending machine put them in. 13 * machine (if the file was written in little-end order).
|
/external/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 23 const unsigned Machine; 31 unsigned getMachine() const { return Machine; }
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyMachineFunctionInfo.cpp | 1 //=- WebAssemblyMachineFunctionInfo.cpp - WebAssembly Machine Function Info -=// 11 /// \brief This file implements WebAssembly-specific per-machine-function
|
/external/llvm/test/CodeGen/AArch64/ |
stackmap-frame-setup.ll | 1 ; RUN: llc -o /dev/null -verify-machineinstrs -mtriple=aarch64-apple-darwin -stop-after machine-sink %s | FileCheck %s --check-prefix=ISEL 2 ; RUN: llc -o /dev/null -verify-machineinstrs -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort=1 -stop-after machine-sink %s | FileCheck %s --check-prefix=FAST-ISEL
|
/external/llvm/test/CodeGen/MIR/X86/ |
expected-named-register-in-allocation-hint.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-scheduler -stop-after machine-scheduler -o /dev/null %s 2>&1 | FileCheck %s
|
simple-register-allocation-hints.mir | 1 # RUN: llc -march=x86-64 -start-after machine-scheduler -stop-after machine-scheduler -o /dev/null %s | FileCheck %s
|
stack-object-operand-name-mismatch-error.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
subregister-operands.mir | 1 # RUN: llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s | FileCheck %s
|
undefined-fixed-stack-object.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
undefined-stack-object.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
unknown-machine-basic-block.mir | 2 # This test ensures that an error is reported when an invalid machine basic 28 ; CHECK: [[@LINE+1]]:10: use of undefined machine basic block #4
|
unknown-named-machine-basic-block.mir | 2 # This test ensures that an error is reported when an unknown named machine 27 ; CHECK: [[@LINE+1]]:10: the name of machine basic block #2 isn't 'hit'
|
unknown-subregister-index.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
/external/llvm/test/CodeGen/PowerPC/ |
stackmap-frame-setup.ll | 1 ; RUN: llc -o /dev/null -verify-machineinstrs -mtriple=powerpc64-unknown-gnu-linux -stop-after machine-sink %s | FileCheck %s --check-prefix=ISEL 2 ; RUN: llc -o /dev/null -verify-machineinstrs -mtriple=powerpc64-unknown-gnu-linux -fast-isel -fast-isel-abort=1 -stop-after machine-sink %s | FileCheck %s --check-prefix=FAST-ISEL
|
vec_mergeow.ll | 8 ; ordering. If run on a big endian machine, this should produce the vmrgew 9 ; instruction. If run on a little endian machine, this should produce the 33 ; ordering. If run on a big endian machine, this should produce the vmrgew 34 ; instruction. If run on a little endian machine, this should produce the 56 ; ordering. If run on a big endian machine, this should produce the vmrgow 57 ; instruction. If run on a little endian machine, this should produce the 81 ; ordering. If run on a big endian machine, this should produce the vmrgow 82 ; instruction. If run on a little endian machine, this should produce the
|
Completed in 583 milliseconds
<<41424344454647484950>>