HomeSort by relevance Sort by last modified time
    Searched refs:machine (Results 76 - 100 of 1088) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/frontend/health/
utils_unittest.py 64 machine = models.Machine(machine_idx=1)
67 kernel=kernel, machine=machine,
72 kernel=kernel, machine=machine,
86 machine = models.Machine(machine_idx=1)
89 kernel=kernel, machine=machine,
    [all...]
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
build-id.h 17 struct machine *machine);
event.h 195 struct machine *machine);
200 struct machine *machine);
203 struct machine *machine);
206 struct machine *machine,
211 struct machine *machine);
    [all...]
  /external/autotest/server/brillo/feedback/
client_factory.py 12 def _get_client(fb_client_name, available_clients, test_name, machine,
19 @param machine: A dictionary describing the test host and DUT.
34 dut_name = '%s-%s' % (machine['hostname'],
35 machine['host_attributes']['serials'])
50 def get_audio_client(fb_client_name, test_name, machine, args_str):
53 machine, args_str)
  /external/v8/src/compiler/
raw-machine-assembler.h 12 #include "src/compiler/machine-operator.h"
49 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::RawMachineAssembler
114 return AddNode(machine()->Load(rep), base, index);
122 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)),
128 return AddNode(machine()->WordAnd(), a, b);
130 Node* WordOr(Node* a, Node* b) { return AddNode(machine()->WordOr(), a, b); }
132 return AddNode(machine()->WordXor(), a, b);
135 return AddNode(machine()->WordShl(), a, b);
138 return AddNode(machine()->WordShr(), a, b);
141 return AddNode(machine()->WordSar(), a, b)
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine_factory.py 22 state machine.
48 machine to pseudomodem, please add it here so that tests can easily run
64 Set the given machine to be launched in interative mode.
66 @param machine_name: The name of the machine to be launched in
75 Create an instance of the given machine.
77 @param machine_name: The name of the machine to be created. All
78 supported machine names are exported as constants in the
80 @param *args, **kwargs: Arguments to pass to the machine constructor.
81 @returns: A new instance of the deseried machine
85 machine = cdma_activate_machine.CdmaActivateMachine(*args, **kwargs
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 49 struct tgsi_exec_machine *machine; member in struct:exec_vertex_shader
69 if (evs->machine->Tokens != shader->state.tokens) {
70 tgsi_exec_machine_bind_shader(evs->machine,
95 struct tgsi_exec_machine *machine = evs->machine; local
100 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
105 assert(i < Elements(machine->SystemValue));
107 machine->SystemValue[i].i[j] = shader->draw->instance_id;
128 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]
    [all...]
draw_gs.c 48 draw->gs.tgsi.machine = tgsi_exec_machine_create();
49 if (!draw->gs.tgsi.machine)
52 draw->gs.tgsi.machine->Primitives = align_malloc(
54 if (!draw->gs.tgsi.machine->Primitives)
56 memset(draw->gs.tgsi.machine->Primitives, 0,
64 if (!draw->gs.tgsi.machine)
67 align_free(draw->gs.tgsi.machine->Primitives);
69 tgsi_exec_machine_destroy(draw->gs.tgsi.machine);
124 gs->machine = draw->gs.tgsi.machine;
168 struct tgsi_exec_machine *machine = shader->machine; local
215 struct tgsi_exec_machine *machine = shader->machine; local
273 struct tgsi_exec_machine *machine = shader->machine; local
401 struct tgsi_exec_machine *machine = shader->machine; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 105 const struct gl_program_machine *machine)
107 const struct gl_program *prog = machine->CurProgram;
112 reg += machine->AddressReg[0][0];
122 return machine->Temporaries[reg];
128 return machine->VertAttribs[reg];
133 return machine->Attribs[reg][machine->CurElement];
139 return machine->Outputs[reg];
144 return machine->CurProgram->LocalParams[reg];
149 return machine->EnvParams[reg]
    [all...]
  /external/autotest/client/cros/cellular/
labconfig.py 51 # server control file, on whatever machine the test was
83 def _get_dut(self, machine=None):
84 """Returns the DUT record for machine from cell["duts"]
86 machine: name or IP of machine. None: for "the current machine".
89 machine we're running on. The important thing is that this
95 if self.ip and not machine:
96 machine = self.ip
98 if not machine
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/hosts/
m88kmach3.h 20 #include <machine/vmparam.h>
news-mips.h 23 #include <machine/vmparam.h>
tahoe.h 23 #include <machine/param.h>
i386bsd.h 22 #include <machine/param.h>
23 #include <machine/vmparam.h>
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.h 36 #include <mach/machine.h>
  /toolchain/binutils/binutils-2.25/bfd/
cpu-score.c 30 machine which would be compatible with both and returns a pointer
46 #define N(addr_bits, machine, print, default, next) \
52 machine, /* Machine number. */ \
56 default, /* The default machine. */ \
nlm.c 46 /* Set the architecture and machine for an NLM object. */
51 unsigned long machine)
53 bfd_default_set_arch_mach (abfd, arch, machine);
cpu-i960.c 27 could possibly refer to the i960 machine pointed at in the
34 unsigned long machine; local
71 machine = bfd_mach_i960_core;
73 machine = bfd_mach_i960_ka_sa;
75 machine = bfd_mach_i960_kb_sb;
79 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; }
81 machine = bfd_mach_i960_kb_sb;
83 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; }
85 machine = bfd_mach_i960_xa;
87 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE;
    [all...]
sparclynx.c 74 /* Determine the architecture and machine type of the object file. */
76 unsigned long machine; local
84 machine = bfd_mach_m68000;
90 machine = bfd_mach_m68010;
96 machine = bfd_mach_m68020;
101 machine = 0;
107 machine = 0;
112 machine = 0;
117 machine = 0;
120 bfd_set_arch_mach (abfd, arch, machine);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 76 * Called via machine->FetchTexelLod()
105 * 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,
169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
181 machine->Attribs = span->array->attribs;
183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX;
184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY
220 struct gl_program_machine *machine = &swrast->FragProgMachine; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 64 struct tgsi_exec_machine *machine,
68 * Bind tokens/shader to the interpreter's machine state.
70 tgsi_exec_machine_bind_shader(machine,
114 /* TODO: hide the machine struct in here somewhere, remove from this
119 struct tgsi_exec_machine *machine,
125 &machine->QuadPos);
128 machine->Face = (float) (quad->input.facing * -2 + 1);
130 quad->inout.mask &= tgsi_exec_machine_run( machine );
147 sizeof(machine->Outputs[i]));
151 &machine->Outputs[i]
    [all...]
  /external/autotest/server/cros/
repair_utils.py 34 Used to log information about a machine going into the Repair Failed state.
55 def _find_problem_test(machine, rpc):
57 Find the last job that ran on the machine.
63 @param machine: The hostname (e.g. IP address) of the machine to find the
68 @return the job status dictionary for the job that last ran on the machine
80 results = rpc.run('get_host_queue_entries', host__hostname=machine,
89 def flag_problem_test(machine):
91 Notify people about the last job that ran on a machine.
93 This method is invoked everytime a machine fails to repair, and attempt
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
remediation.php 15 This will provide a new machine-generated password.
  /frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h 21 uint32_t machine() const { return llvm::ELF::EM_386; } function in class:mcld::X86_32GNUInfo
34 uint32_t machine() const { return llvm::ELF::EM_X86_64; } function in class:mcld::X86_64GNUInfo
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
machine.d 2 #name: PowerPC .machine test

Completed in 293 milliseconds

1 2 34 5 6 7 8 91011>>