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

<<31323334353637383940>>

  /external/autotest/frontend/tko/
models.py 124 class Machine(dbmodels.Model):
125 """Models a machine."""
132 """Metadata for class Machine."""
176 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx') variable in class:Job
210 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx') variable in class:Test
561 * machine_label_fields: list of machine label names. Each will be
563 label is present on the machine used in the test.
  /external/autotest/server/cros/dynamic_suite/
reporting.py 212 """Wrap up information needed to report a test killing a machine."""
214 # Label used by the bug-filer to categorize machine killers
215 _MACHINE_KILLER_LABEL = 'machine-killer'
221 def __init__(self, job_id, job_name, machine):
226 @param machine: The hostname of a machine that has been put
236 self._machine = machine
252 'Machine: %(machine)s.\n'
254 'machine in the Repair Failed State.\n
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 81 machine=platform.machine(),
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 81 machine=platform.machine(),
  /external/dhcpcd-6.8.2/
configure 120 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
121 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  /external/v8/
Android.v8common.mk 103 src/compiler/machine-operator.cc \
104 src/compiler/machine-operator-reducer.cc \
117 src/compiler/raw-machine-assembler.cc \
240 src/machine-type.cc \
  /external/v8/test/unittests/compiler/
change-lowering-unittest.cc 41 MachineOperatorBuilder machine(zone(), WordRepresentation());
44 &machine); local
  /ndk/build/core/
default-build-commands.mk 37 # generated machine code. This adds a special section to the generated shared
  /external/v8/src/
gdb-jit.cc 630 uint16_t machine; member in struct:v8::internal::BASE_EMBEDDED::ELFHeader
665 header->machine = 3;
670 header->machine = 62;
674 header->machine = 40;
682 header->machine = 21;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 463 record_target_info(const char* name, int machine, int size, bool big_endian,
1047 // Get the size, endianness, machine, etc. info from the header,
    [all...]
sparc.cc 453 // Accumulated elf machine type
4272 elfcpp::Elf_Half machine = ehdr.get_e_machine(); local
    [all...]
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 21 #include <machine/endian.h>
  /external/autotest/client/bin/
site_utils.py 248 """Saves the current state of the virtual machine.
250 This function is a NOOP if the test is not running under a virtual machine
435 execute on a DUT or external machine. Method must accept
479 """Returns machine's CPU usage.
576 A simple heuristic to wait for a machine to cool.
578 nor machine characteristics and still would like to return the caller
579 a machine that cooled down as much as reasonably possible.
582 # We got here with a cold machine, return immediately. This should be the
586 logging.info('Got a hot machine of %dC. Sleeping 1 minute.', temperature)
587 # A modest wait should cool the machine
    [all...]
  /external/autotest/contrib/
compare_suite.py 123 self.hostname = self.tko_job.machine.hostname
  /external/llvm/lib/Support/
Host.cpp 39 #include <mach/machine.h>
706 // the machine type, since we may only use the vector register set when
714 // Now check the processor machine type.
717 size_t Pos = Lines[I].find("machine = ");
719 Pos += sizeof("machine = ") - 1;
  /external/toybox/toys/pending/
telnetd.c 171 if (ch == 'm') fputs(u.machine, stdout);
  /external/v8/src/compiler/
js-inlining.cc 427 jsgraph_->machine());
  /external/wpa_supplicant_8/src/utils/
common.h 40 #include <machine/endian.h>
  /libcore/ojluni/src/main/java/java/lang/
System.java 198 * with the current Java virtual machine, if any.
216 * Java virtual machine.
294 * Returns the current value of the running Java Virtual Machine's
302 * this method in an instance of a Java virtual machine; other
303 * virtual machine instances are likely to use a different origin.
316 * instance of a Java virtual machine, is computed.
333 * @return the current value of the running Java Virtual Machine's
    [all...]
  /ndk/build/tools/
prebuilt-common.sh 955 /* this test should fail if the compiler generates 64-bit machine code */
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 119 LOAD_AVE_CVT, but future machine config files should just define
435 # include <machine/cpu.h>
  /toolchain/binutils/binutils-2.25/etc/
configure     [all...]
  /external/libvorbis/doc/
05-comment.tex 12 greater structure and machine parseability.
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 620 (UWord) &uts->machine, sizeof(uts->machine));
    [all...]
  /external/testng/doc/
prettify.js 371 // A state machine to split out declarations, tags, etc.
372 // This state machine deals with absolute space in the text, indexed by k,
562 // a state machine to split out comments, strings, and other stuff
    [all...]

Completed in 760 milliseconds

<<31323334353637383940>>