/external/autotest/server/site_tests/video_VDAStress/ |
control.h264.private.7 | 34 def run(machine): 36 machine=machine,
|
control.h264.private.8 | 34 def run(machine): 36 machine=machine,
|
control.h264.private.9 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.0 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.1 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.2 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.3 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.4 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.5 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.6 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.7 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.8 | 34 def run(machine): 36 machine=machine,
|
control.vp8.private.9 | 34 def run(machine): 36 machine=machine,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
system_info.py | 22 describing the model of machine, or the empty string if not 30 """A string describing the machine model. 33 specified for any machine type aside from Macs. On Mac OS, this
|
/external/llvm/test/Bindings/OCaml/ |
target.ml | 38 let machine = TargetMachine.create (Target.default_triple ()) target var 79 (*===-- Target Machine ----------------------------------------------------===*) 83 assert_equal (TM.target machine) target; 84 assert_equal (TM.triple machine) (Target.default_triple ()); 85 assert_equal (TM.cpu machine) ""; 86 assert_equal (TM.features machine) ""; 87 ignore (TM.data_layout machine); 88 TM.set_verbose_asm true machine; 90 TM.add_analysis_passes pm machine 96 TargetMachine.emit_to_file m CodeGenFileType.ObjectFile filename machine; [all...] |
/external/llvm/test/CodeGen/MIR/X86/ |
function-liveins.mir | 1 # RUN: llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s | FileCheck %s 2 # This test ensures that the MIR parser parses machine function's liveins
|
/external/selinux/policycoreutils/semanage/ |
semanage-export.8 | 10 from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction. 25 Import semanage modifications from another machine
|
semanage-import.8 | 10 from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction. 27 Import semanage modifications from another machine
|
/external/tagsoup/stml/ |
stml.rnc | 27 ## A symbol specifies a non-character input to the state machine 32 ## An action is the name for what the state machine does 37 ## A state specifies an internal state of the machine
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
decstation.h | 20 /* Hopefully this should include either machine/param.h (Ultrix) or 21 machine/machparam.h (Mach), whichever is its name on this system. */ 24 #include <machine/vmparam.h>
|
/toolchain/binutils/binutils-2.25/gold/ |
target-select.h | 58 // selector, which specifies an ELF machine number and a recognition 65 // Create a target selector for a specific machine number, size (32 66 // or 64), and endianness. The machine number can be EM_NONE to 67 // test for any machine number. BFD_NAME is the name of the target 71 Target_selector(int machine, int size, bool is_big_endian, 81 int machine, int osabi, int abiversion) 82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } 113 // Return the machine number this selector is looking for. This can 114 // be EM_NONE to match any machine number, in which case the 115 // do_recognize hook will be responsible for matching the machine 118 machine() const function in class:gold::Target_selector [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 231 finish_pass(struct atifs_machine *machine) 236 COPY_4V(machine->PrevPassRegisters[i], machine->Registers[i]); 257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, 265 COPY_4V(machine->Registers[idx], 270 COPY_4V(machine->Registers[idx], machine->PrevPassRegisters[pass_tex]); 272 apply_swizzle(machine->Registers[idx], swizzle); 277 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine, 293 COPY_4V(tex_coords, machine->PrevPassRegisters[coord_source]) 585 struct atifs_machine machine; local [all...] |
/external/autotest/server/ |
base_utils_unittest.py | 20 self.failures.append(('mach7', "machine can not be tupled")) 51 for machine, result in gooddata: 52 self.assertEquals(utils.parse_machine(machine), result) 70 for machine, exception in baddata: 71 self.assertRaises(exception, utils.parse_machine, machine)
|
site_server_job_utils.py | 22 """Adds machine verification logic to the basic test tuple. 27 labels and attributes is a list of strings. A machine must have all the 40 include - labels a machine must have to run a test. 41 exclude - labels preventing a machine from running a test. 69 """Check if this test can run on machine with machine_attributes. 71 If the test has include attributes, a candidate machine must have all 74 If the test has exclude attributes, a candidate machine cannot have any 78 machine_attributes: set, True attributes of candidate machine. 81 True/False if the machine is valid for this test. 121 """Worker that runs tests on a remote host machine."" [all...] |
/external/autotest/server/site_tests/sequences/ |
control.power_build | 33 def _iterate_tests(client, machine): 56 client_attributes = site_host_attributes.HostAttributes(machine) 61 def _run_client_test(machine): 63 client = hosts.create_host(machine) 73 _iterate_tests(client, machine)
|