Searched defs:machine (Results 1 - 25 of 78) sorted by relevance

1234

/external/toolchain-utils/automation/clients/helper/
H A Djobs.py4 from automation.common import machine namespace
9 to_return.DependsOnMachine(machine.MachineSpecification(os='linux',
H A Dchromeos.py11 from automation.common import machine namespace
176 machine.MachineSpecification(label=machine_label,
/external/toolchain-utils/automation/clients/
H A Dpwd_test.py10 from automation.common import machine namespace
20 pwd_job.DependsOnMachine(machine.MachineSpecification(os='linux'))
H A Doutput_test.py12 from automation.common import machine namespace
22 pwd_job.DependsOnMachine(machine.MachineSpecification(os='linux'))
/external/toolchain-utils/automation/common/
H A Dmachine_test.py11 import machine namespace
21 mach = machine.Machine('ahmad.mtv', 'core2duo', 4, 'linux', 'asharif')
/external/toolchain-utils/automation/server/
H A Dmachine_manager_test.py8 from automation.common import machine namespace
21 mach_spec_list = [machine.MachineSpecification(os='linux')]
26 mach_spec_list = [machine.MachineSpecification(os='chromeos')]
H A Dmachine_manager.py11 from automation.common import machine namespace
25 return cls([machine.Machine(hostname, label, cpu, int(cores), os, user)
36 # find a machine with minimum uses
/external/kernel-headers/original/uapi/linux/
H A Dutsname.h12 char machine[9]; member in struct:oldold_utsname
22 char machine[65]; member in struct:old_utsname
30 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
/external/v8/src/compiler/
H A Dcommon-operator-reducer.h29 MachineOperatorBuilder* machine);
48 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::final
H A Dcontrol-flow-optimizer.h25 MachineOperatorBuilder* machine, Zone* zone);
39 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::final
H A Dsimplified-lowering.h9 #include "src/compiler/machine-operator.h"
85 MachineOperatorBuilder* machine() { return jsgraph()->machine(); } function in class:v8::internal::compiler::final
H A Dcontrol-flow-optimizer.cc18 MachineOperatorBuilder* machine,
22 machine_(machine),
16 ControlFlowOptimizer(Graph* graph, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, Zone* zone) argument
H A Dsimplified-operator-reducer.cc8 #include "src/compiler/machine-operator.h"
87 return Change(node, machine()->ChangeInt32ToFloat64(), m.InputAt(0));
90 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0));
99 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0));
110 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0));
128 return Change(node, machine()->TruncateFloat64ToWord32(), m.InputAt(0));
265 MachineOperatorBuilder* SimplifiedOperatorReducer::machine() const { function in class:v8::internal::compiler::SimplifiedOperatorReducer
266 return jsgraph()->machine();
H A Dint64-lowering.h10 #include "src/compiler/machine-operator.h"
21 Int64Lowering(Graph* graph, MachineOperatorBuilder* machine,
43 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::Int64Lowering
H A Dsimd-scalar-lowering.h10 #include "src/compiler/machine-operator.h"
20 SimdScalarLowering(Graph* graph, MachineOperatorBuilder* machine,
43 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::SimdScalarLowering
/external/elfutils/libebl/
H A DlibeblP.h47 /* ELF machine, class, and data encoding. */
48 uint_fast16_t machine; member in struct:ebl
/external/llvm/test/Bindings/OCaml/
H A Dtarget.ml38 let machine = TargetMachine.create (Target.default_triple ()) target var
80 assert_equal (TM.target machine) target;
81 assert_equal (TM.triple machine) (Target.default_triple ());
82 assert_equal (TM.cpu machine) "";
83 assert_equal (TM.features machine) "";
84 ignore (TM.data_layout machine);
85 TM.set_verbose_asm true machine;
87 TM.add_analysis_passes pm machine
93 TargetMachine.emit_to_file m CodeGenFileType.ObjectFile filename machine;
96 "/nonexistent/file" machine;
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_fs.c74 struct tgsi_exec_machine *machine = softpipe->fs_machine; local
82 machine->flatshade_color = softpipe->rasterizer->flatshade ? TRUE : FALSE;
83 return softpipe->fs_variant->run( softpipe->fs_variant, machine, quad, softpipe->early_depth );
117 struct tgsi_exec_machine *machine = softpipe->fs_machine; local
120 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
124 machine->InterpCoefs = quads[0]->coef;
H A Dsp_fs_exec.c64 struct tgsi_exec_machine *machine,
70 * Bind tokens/shader to the interpreter's machine state.
72 tgsi_exec_machine_bind_shader(machine,
115 /* TODO: hide the machine struct in here somewhere, remove from this
120 struct tgsi_exec_machine *machine,
127 &machine->QuadPos);
130 machine->Face = (float) (quad->input.facing * -2 + 1);
132 machine->NonHelperMask = quad->inout.mask;
133 quad->inout.mask &= tgsi_exec_machine_run( machine, 0 );
150 sizeof(machine
63 exec_prepare( const struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) argument
119 exec_run( const struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine, struct quad_header *quad, bool early_depth_test ) argument
186 exec_delete(struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine) argument
[all...]
H A Dsp_compute.c40 struct tgsi_exec_machine *machine,
50 * Bind tokens/shader to the interpreter's machine state.
52 tgsi_exec_machine_bind_shader(machine,
56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) {
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID];
59 machine->SystemValue[i].xyzw[0].i[j] = w;
60 machine->SystemValue[i].xyzw[1].i[j] = h;
61 machine->SystemValue[i].xyzw[2].i[j] = d;
65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) {
66 unsigned i = machine
39 cs_prepare(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine, int w, int h, int d, int g_w, int g_h, int g_d, int b_w, int b_h, int b_d, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) argument
85 cs_run(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, struct tgsi_exec_machine *machine, bool restart) argument
131 cs_delete(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine) argument
[all...]
/external/python/cpython2/PC/VS9.0/
H A Dbuild.bat61 set machine=AMD64 variable
64 set machine=IX86 variable
81 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean all
82 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install
88 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" clean
89 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" all
90 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" install
96 nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" clean
97 nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" all
98 nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c49 struct tgsi_exec_machine *machine; member in struct:exec_vertex_shader
70 if (evs->machine->Tokens != shader->state.tokens) {
71 tgsi_exec_machine_bind_shader(evs->machine,
97 struct tgsi_exec_machine *machine = evs->machine; local
103 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
107 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
108 assert(i < ARRAY_SIZE(machine->SystemValue));
110 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id;
131 unsigned vid = machine
[all...]
/external/autotest/tko/
H A Dfrontend.py140 """Return all possible machine groups"""
153 return machine.select(self.db, { 'machine_group' : self.name })
166 class machine: class in inherits:
269 def machine(self): member in class:test
275 self.__machine = machine.select(self.db, where)[0]
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc14 ELF::ELF(uint16_t machine, argument
24 // Could add support for more machine types here if needed.
25 assert(machine == EM_386 ||
26 machine == EM_X86_64 ||
27 machine == EM_ARM);
55 D16(machine);
/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c77 * Called via machine->FetchTexelLod()
106 * Called via machine->FetchTexelDeriv()
152 * Initialize the virtual fragment program machine state prior to running
155 * \param machine the virtual machine state to init
161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, argument
175 machine->Attribs = span->array->attribs;
177 machine->DerivX = (GLfloat (*)[4]) span->attrStepX;
178 machine->DerivY = (GLfloat (*)[4]) span->attrStepY;
179 machine
208 struct gl_program_machine *machine = &swrast->FragProgMachine; local
[all...]

Completed in 548 milliseconds

1234