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

<<11121314151617181920>>

  /external/elfutils/backends/
s390_init.c 45 GElf_Half machine __attribute__ ((unused)),
x86_64_init.c 46 GElf_Half machine __attribute__ ((unused)),
  /external/llvm/test/MC/MachO/PowerPC/
coal-sections-powerpc.s 22 .machine ppc
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 24 // permit any and all updates coming from dnsextd on the same machine:
29 // On a machine connected to the Internet or other large open network,
  /external/mesa3d/src/mesa/program/
prog_execute.h 47 * Virtual machine state used during execution of vertex/fragment programs.
83 struct gl_program_machine *machine);
  /external/perfetto/infra/git_mirror_bot/
Makefile 38 --machine-type "f1-micro" \
  /external/tensorflow/tensorflow/c/
generate-pc.sh 63 Description: Library for computation using data flow graphs for scalable machine learning
  /external/toolchain-utils/
image_chromeos.py 42 # Check to see if remote machine has cherrypy, ctypes
45 command, chromeos_root=chromeos_root, machine=remote)
61 command, chromeos_root=chromeos_root, machine=remote)
156 raise RuntimeError('Error acquiring machine: %s' % str(e))
166 command, chromeos_root=options.chromeos_root, machine=options.remote)
196 command, chromeos_root=options.chromeos_root, machine=options.remote)
213 # Check to see if cros flash will work for the remote machine.
258 # machine isn't fully up yet.
277 machine=options.remote)
383 command, chromeos_root=chromeos_root, machine=remote
    [all...]
  /external/v8/src/compiler/
basic-block-instrumentor.cc 12 #include "src/compiler/machine-operator.h"
74 MachineOperatorBuilder machine(graph->zone());
85 Node* load = graph->NewNode(machine.Load(MachineType::Uint32()), base, zero,
87 Node* inc = graph->NewNode(machine.Int32Add(), load, one);
89 graph->NewNode(machine.Store(StoreRepresentation(
js-generic-lowering.h 50 MachineOperatorBuilder* machine() const;
js-graph.h 13 #include "src/compiler/machine-operator.h"
32 MachineOperatorBuilder* machine)
38 machine_(machine),
103 // the target machine.
107 return machine()->Is32() ? Int32Constant(static_cast<int32_t>(value))
151 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::JSGraph
simplified-operator-reducer.h 51 MachineOperatorBuilder* machine() const;
int64-lowering.h 10 #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
simd-scalar-lowering.h 10 #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
simplified-lowering.h 9 #include "src/compiler/machine-operator.h"
85 MachineOperatorBuilder* machine() { return jsgraph()->machine(); } function in class:v8::internal::compiler::final
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 35 generated and machine managed password.<br>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xarch.h 31 * Determine the machine's byte order.
49 # include <machine/endian.h>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
regreg.s 6 ; too. This may seem wasteful of machine time, but then that time
  /toolchain/binutils/binutils-2.27/gold/
binary.h 46 Binary_to_elf(elfcpp::EM machine, int size, bool big_endian,
101 // The ELF machine code of the file to create.
  /build/make/core/combo/arch/x86/
x86.mk 6 # the host development machine's CPU).
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 159 machine = self._state_machine_factory.CreateMachine(
164 machine.Start()
313 machine = self._state_machine_factory.CreateMachine(
319 machine.Start()
348 machine = self._state_machine_factory.CreateMachine(
354 machine.Start()
370 machine = self._state_machine_factory.CreateMachine(
377 machine.Start()
  /external/autotest/frontend/tko/
models_test.py 16 self.machine1 = models.Machine.objects.create(hostname='myhost')
24 username='myuser', machine=self.machine1,
30 machine=self.machine1)
  /external/walt/ios/WALT/
WALTAppDelegate.m 42 systemInfo.machine,
  /external/webrtc/webrtc/modules/utility/source/
helpers_ios.mm 88 sysctlbyname("hw.machine", NULL, &size, NULL, 0);
89 rtc::scoped_ptr<char[]> machine;
90 machine.reset(new char[size]);
91 sysctlbyname("hw.machine", machine.get(), &size, NULL, 0);
92 std::string raw_name(machine.get());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassInfo.h 54 TargetMachineCtor_t machine = nullptr)
57 TargetMachineCtor(machine) {}

Completed in 1130 milliseconds

<<11121314151617181920>>