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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
fenv.h 34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
fenv.h 34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
fenv.h 34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
fenv.h 34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
fenv.h 34 #include <machine/fenv.h>
  /external/autotest/client/cros/networking/
pm_proxy.py 37 Get the testing interface of the given interactive state machine.
39 @param machine_name: The name of the interactive state machine.
41 state machine becomes available.
49 machine = self._bus.get_object(
52 if machine is None:
55 i_machine = dbus.Interface(machine, pm_constants.I_TESTING_ISM)
67 'state machine %s. DBus error: %s',
  /external/autotest/frontend/health/
manual_check_passing_experimental.py 55 machine = tko_models.Machine(machine_idx=1)
59 kernel=kernel, machine=machine,
complete_failures_functional_test.py 101 machine = models.Machine(machine_idx=1)
106 kernel=kernel, machine=machine,
111 kernel=kernel, machine=machine,
116 kernel=kernel, machine=machine,
complete_failures_unittest.py 171 machine = models.Machine(machine_idx=1)
175 kernel=kernel, machine=machine,
180 kernel=kernel, machine=machine,
198 machine = models.Machine(machine_idx=1)
202 kernel=kernel, machine=machine,
    [all...]
  /external/elfutils/backends/
sparc_init.c 49 GElf_Half machine __attribute__ ((unused)),
58 if (machine == EM_SPARCV9)
60 else if (machine == EM_SPARC32PLUS)
  /system/core/debuggerd/
Android.mk 22 LOCAL_SRC_FILES_arm := arm/machine.cpp
23 LOCAL_SRC_FILES_arm64 := arm64/machine.cpp
24 LOCAL_SRC_FILES_mips := mips/machine.cpp
25 LOCAL_SRC_FILES_mips64 := mips64/machine.cpp
26 LOCAL_SRC_FILES_x86 := x86/machine.cpp
27 LOCAL_SRC_FILES_x86_64 := x86_64/machine.cpp
  /external/autotest/tko/
machine_aggr.cgi 42 machine_idx = form["machine"].value
49 machine = frontend.machine.select(db, {'hostname' : machine_idx})[0]
51 #get the machine type from machinename
54 if words[0] == machine.hostname:
55 title = '%s (%s)' % (words[-1], machine.hostname)
57 title = '%s' % machine.hostname
63 where = { 'subdir' : benchmark, 'machine_idx' : machine.idx , 'status' : 6}
87 for test in frontend.test.select(db, { 'subdir' : benchmark, 'machine_idx' : machine.idx, 'kernel_idx' : kernel_base.idx}):
machine_benchmark.cgi 90 for (idx, machine, count) in db.select(fields, 'tko_test_view',
92 data[machine] = count
93 machine_idx[machine] = idx
104 for machine in machine_idx:
105 row = [display.box(machine)]
107 count = benchmark_data[benchmark].get(machine, None)
113 url += '?machine=' + str(machine_idx[machine])
test.cgi 48 for machine in uniq_machine_idx:
50 ' where machine_idx=%s', [str(machine)])
54 if test.machine_idx == machine
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 275 # on the current machine it is better to not use an SDK
423 def get_platform_osx(_config_vars, osname, release, machine):
430 # machine is going to compile and link as if it were
442 # return the same machine type for the platform string.
452 machine = 'fat'
458 machine = archs[0]
460 machine = 'fat'
462 machine = 'intel'
464 machine = 'fat3'
466 machine = 'fat64
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 275 # on the current machine it is better to not use an SDK
423 def get_platform_osx(_config_vars, osname, release, machine):
430 # machine is going to compile and link as if it were
442 # return the same machine type for the platform string.
452 machine = 'fat'
458 machine = archs[0]
460 machine = 'fat'
462 machine = 'intel'
464 machine = 'fat3'
466 machine = 'fat64
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 275 # on the current machine it is better to not use an SDK
423 def get_platform_osx(_config_vars, osname, release, machine):
430 # machine is going to compile and link as if it were
442 # return the same machine type for the platform string.
452 machine = 'fat'
458 machine = archs[0]
460 machine = 'fat'
462 machine = 'intel'
464 machine = 'fat3'
466 machine = 'fat64
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 275 # on the current machine it is better to not use an SDK
423 def get_platform_osx(_config_vars, osname, release, machine):
430 # machine is going to compile and link as if it were
442 # return the same machine type for the platform string.
452 machine = 'fat'
458 machine = archs[0]
460 machine = 'fat'
462 machine = 'intel'
464 machine = 'fat3'
466 machine = 'fat64
    [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/v8/src/compiler/
change-lowering.cc 11 #include "src/compiler/machine-operator.h"
91 machine()->Store(StoreRepresentation(MachineRepresentation::kFloat64,
99 return graph()->NewNode(machine()->ChangeInt32ToFloat64(), value);
104 if (machine()->Is64()) {
105 value = graph()->NewNode(machine()->ChangeInt32ToInt64(), value);
107 return graph()->NewNode(machine()->WordShl(), value, SmiShiftBitsConstant());
117 value = graph()->NewNode(machine()->WordSar(), value, SmiShiftBitsConstant());
118 if (machine()->Is64()) {
119 value = graph()->NewNode(machine()->TruncateInt64ToInt32(), value);
126 return graph()->NewNode(machine()->ChangeUint32ToFloat64(), value)
597 MachineOperatorBuilder* ChangeLowering::machine() const { function in class:v8::internal::compiler::ChangeLowering
    [all...]
simplified-operator-reducer.cc 8 #include "src/compiler/machine-operator.h"
62 return Change(node, machine()->ChangeInt32ToFloat64(), m.InputAt(0));
65 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0));
73 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0));
82 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0));
151 MachineOperatorBuilder* SimplifiedOperatorReducer::machine() const { function in class:v8::internal::compiler::SimplifiedOperatorReducer
152 return jsgraph()->machine();
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 8 #include "src/compiler/machine-operator-reducer.h"
59 machine(main_zone(), MachineType::PointerRepresentation(), flags),
64 jsgraph(isolate, &graph, &common, &javascript, nullptr, &machine),
73 MachineOperatorBuilder machine; member in class:v8::internal::compiler::ReducerTester
225 R.binop = R.machine.Word32And();
251 R.binop = R.machine.Word32Or();
277 R.binop = R.machine.Word32Xor();
300 R.binop = R.machine.Word32Shl();
321 R.binop = R.machine.Word32Shr();
342 R.binop = R.machine.Word32Sar()
    [all...]
  /external/autotest/server/
sequence.py 31 def run(machine):
32 job.run_test('%s', host=hosts.create_host(machine), client_ip=machine%s)
57 def child_job_name(self, machine, iteration_number):
61 @param machine: machine name on which the test will run.
64 @returns a unique name based on the machine, the name and the iteration.
66 name_parts = [machine, self._name]
117 def schedule(self, job, timeout_mins, machine):
121 Will schedule a given test on the job machine(s)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target-select.cc 57 Target_selector::Target_selector(int machine, int size, bool is_big_endian,
59 : machine_(machine), size_(size), is_big_endian_(is_big_endian),
102 int machine, int size, bool is_big_endian,
107 int pmach = p->machine();
108 if ((pmach == machine || pmach == elfcpp::EM_NONE)
113 machine, osabi, abiversion);
  /external/autotest/cli/
query_keyvals 11 parser.add_option("-m", "--machine", dest="machine")
34 if not options.machine:
35 print "Machine: %s" % view["hostname"]
61 if options.machine:
62 query_filter["hostname"] = options.machine

Completed in 1067 milliseconds

<<11121314151617181920>>