Searched refs:machine (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dstate_machine.h2 * wpa_supplicant/hostapd - State machine definitions
9 * implement a state machine. In addition to including this header file, each
10 * file implementing a state machine must define STATE_MACHINE_DATA to be the
24 * SM_STATE - Declaration of a state machine function
25 * @machine: State machine name
26 * @state: State machine state
28 * This macro is used to declare a state machine function. It is used in place
32 #define SM_STATE(machine, state) \
33 static void sm_ ## machine ##
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dstate_machine.h2 * wpa_supplicant/hostapd - State machine definitions
9 * implement a state machine. In addition to including this header file, each
10 * file implementing a state machine must define STATE_MACHINE_DATA to be the
24 * SM_STATE - Declaration of a state machine function
25 * @machine: State machine name
26 * @state: State machine state
28 * This macro is used to declare a state machine function. It is used in place
32 #define SM_STATE(machine, state) \
33 static void sm_ ## machine ##
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dstate_machine.h2 * wpa_supplicant/hostapd - State machine definitions
9 * implement a state machine. In addition to including this header file, each
10 * file implementing a state machine must define STATE_MACHINE_DATA to be the
24 * SM_STATE - Declaration of a state machine function
25 * @machine: State machine name
26 * @state: State machine state
28 * This macro is used to declare a state machine function. It is used in place
32 #define SM_STATE(machine, state) \
33 static void sm_ ## machine ##
[all...]
/external/ltp/lib/
H A Dtst_kernel.c32 kernel_bits = strstr(buf.machine, "64") ? 64 : 32;
39 if (!strcmp(buf.machine, "armv8l") || !strcmp(buf.machine, "armv8b")
40 || !strcmp(buf.machine, "s390x"))
43 tst_resm(TINFO, "uname.machine=%s kernel is %ibit",
44 buf.machine, kernel_bits);
/external/llvm/test/MC/PowerPC/
H A Dppc-machine.s5 # For now, the only thing we check is that the .machine directive
8 .machine push
9 .machine any
10 .machine pop
12 .machine "push"
13 .machine "any"
14 .machine "pop"
/external/v8/tools/testrunner/local/
H A Dutils.py84 machine = platform.machine()
85 return (machine and
87 not arch.startswith(machine))
93 machine = platform.machine()
94 machine = machine.lower() # Windows 7 capitalizes 'AMD64'.
95 if machine.startswith('arm'):
97 elif (not machine) o
[all...]
/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/cros_utils/
H A Dmachines.py4 """Utilities relating to machine-specific functions."""
11 def MachineIsPingable(machine, logging_level='average'):
12 """Checks to see if a machine is responding to 'ping'.
15 machine: String containing the name or ip address of the machine to check.
20 Boolean indicating whether machine is responding to ping or not.
23 cmd = 'ping -c 1 -w 3 %s' % machine
/external/elfutils/libebl/
H A Deblelfmachine.c1 /* Return ELF machine.
40 return ebl->machine;
/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/autotest/tko/
H A Ddraw_graphs32 ($test, $machine) = ($1, $2);
33 print " === Analysing data file: $data_file $test $machine\n";
34 push @machines, $machine;
43 $results{$test}{$machine}{$version} = $data;
53 foreach $machine (@machines) {
55 graph_plot($machine, "${test}.full.${machine}",
57 graph_plot($machine, "${test}.${machine}",
64 my ($machine,
[all...]
/external/autotest/client/cros/cellular/
H A Dlabconfig.py51 # 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...]
/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/mesa3d/src/mesa/program/
H A Dprog_execute.c80 const struct gl_program_machine *machine)
82 const struct gl_program *prog = machine->CurProgram;
87 reg += machine->AddressReg[0][0];
97 return machine->Temporaries[reg];
103 return machine->VertAttribs[reg];
108 return machine->Attribs[reg][machine->CurElement];
114 return machine->Outputs[reg];
126 assert(reg < (GLint) ARRAY_SIZE(machine->SystemValues));
127 return machine
79 get_src_register_pointer(const struct prog_src_register *source, const struct gl_program_machine *machine) argument
143 get_dst_register_pointer(const struct prog_dst_register *dest, struct gl_program_machine *machine) argument
183 fetch_vector4(const struct prog_src_register *source, const struct gl_program_machine *machine, GLfloat result[4]) argument
225 fetch_vector4_deriv(struct gl_context * ctx, const struct prog_src_register *source, const struct gl_program_machine *machine, char xOrY, GLfloat result[4]) argument
273 fetch_vector1(const struct prog_src_register *source, const struct gl_program_machine *machine, GLfloat result[4]) argument
290 fetch_texel(struct gl_context *ctx, const struct gl_program_machine *machine, const struct prog_instruction *inst, const GLfloat texcoord[4], GLfloat lodBias, GLfloat color[4]) argument
321 store_vector4(const struct prog_instruction *inst, struct gl_program_machine *machine, const GLfloat value[4]) argument
373 _mesa_execute_program(struct gl_context * ctx, const struct gl_program *program, struct gl_program_machine *machine) argument
[all...]
/external/v8/src/compiler/
H A Draw-machine-assembler.h12 #include "src/compiler/machine-operator.h"
53 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::RawMachineAssembler
88 return AddNode(machine()->StackSlot(rep));
128 return AddNode(machine()->Load(rep), base, index);
136 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)),
146 if (machine()->UnalignedLoadSupported(rep, 1)) {
147 return AddNode(machine()->Load(rep), base, index);
149 return AddNode(machine()->UnalignedLoad(rep), base, index);
158 if (machine()->UnalignedStoreSupported(t, 1)) {
159 return AddNode(machine()
[all...]
/external/autotest/server/site_tests/autotest_SyncCount/
H A Dautotest_SyncCount.py15 for machine in ntuple:
16 logging.info('Using host %s', machine)
/external/toolchain-utils/automation/clients/helper/
H A Djobs.py4 from automation.common import machine namespace
9 to_return.DependsOnMachine(machine.MachineSpecification(os='linux',
/external/autotest/server/brillo/feedback/
H A Dclient_factory.py13 def _get_client(fb_client_name, available_clients, test_name, machine,
20 @param machine: A dictionary describing the test host and DUT.
35 hostname = site_utils.get_hostname_from_machine(machine)
36 afe_host = site_utils.get_afe_host_from_machine(machine)
53 def get_audio_client(fb_client_name, test_name, machine, args_str):
56 machine, args_str)
/external/autotest/client/cros/cellular/pseudomodem/
H A Dstate_machine_factory.py22 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
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
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/toolchain-utils/deprecated/
H A Drun_benchmarks.py12 hostname/IP of Chromeos machine
71 def RunBrowserBenchmark(chromeos_root, board, bench, machine):
78 machine: name of chromeos machine
82 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
86 def RunStartupBenchmark(chromeos_root, board, machine):
92 machine: name of chromeos machine
96 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine)
[all...]
/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')]
/external/autotest/server/
H A Dbase_utils_unittest.py20 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)
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.h36 #include <mach/machine.h>
/external/toolchain-utils/automation/clients/
H A Dpwd_test.py10 from automation.common import machine namespace
20 pwd_job.DependsOnMachine(machine.MachineSpecification(os='linux'))

Completed in 846 milliseconds

1234567891011>>