HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 1451 - 1475 of 8360) sorted by null

<<51525354555657585960>>

  /external/libmtp/m4/
byteorder.m4 10 dnl this is not possible (e.g. on a big-endian machine) they are defined
61 AC_HAVE_SYMBOL(le32toh,machine/endian.h,
65 #include <machine/endian.h>
90 AC_HAVE_SYMBOL(swap32,machine/endian.h,
92 /* swap32 and swap16 are defined in machine/endian.h */
110 AC_HAVE_SYMBOL(bswap32,machine/endian.h,
111 dnl We're already including machine/endian.h if this test succeeds
116 echo '#include <machine/endian.h>'>> "$1"
147 AC_HAVE_SYMBOL(NXSwapLong,machine/byte_order.h,
150 #include <machine/byte_order.h
    [all...]
  /external/autotest/client/common_lib/hosts/
base_classes.py 9 Host: a machine on which you can run programs
28 This class represents a machine on which you can run programs.
30 It may be a local machine, the one autoserv is running on, a remote
31 machine or a virtual machine.
153 """ Indicates is a machine is currently shutting down. """
277 logging.info('Checking for >= %s GB of space under %s on machine %s',
284 logging.info('Found %s GB >= %s GB of space under %s on machine %s',
300 'on machine %s', min_inodes, path, self.hostname)
308 'machine %s', free_inodes, min_inodes
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 287 // Set the end_sequence register of the state machine to true and
289 // state-machine registers. Then reset the registers to the initial
292 // address is that of the byte after the last target machine instruction
302 // machine. Set the address register to the value given by the
338 // the file register of the state machine.
364 // current values of the state-machine registers. Then set
372 // result to the address register of the state machine.
379 // the line register of the state machine.
385 // register of the state machine.
391 // column register of the state machine
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
README 113 3-1. Validation of State Machine activity
116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout
118 this `State Machine' in a `StateTable' data structure. While the
119 State Machine receives a series of glyph IDs, the State Machine
127 - existence of glyph IDs that the State Machine doesn't know how
129 - the State Machine cannot compute the layout information from
133 State Machine itself, because these are `expression' errors of state
136 There is no limitation about how long the State Machine walks
138 diagram requires infinite steps, even if we had a State Machine i
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 34 if (!m.machine()->Word32Ctz().IsSupported()) {
38 m.Return(m.AddNode(m.machine()->Word32Ctz().op(), m.Parameter(0)));
118 if (!m.machine()->Word32Popcnt().IsSupported()) {
122 m.Return(m.AddNode(m.machine()->Word32Popcnt().op(), m.Parameter(0)));
210 if (!m.machine()->Word64Ctz().IsSupported()) {
214 m.Return(m.AddNode(m.machine()->Word64Ctz().op(), m.Parameter(0)));
286 if (!m.machine()->Word64Popcnt().IsSupported()) {
290 m.Return(m.AddNode(m.machine()->Word64Popcnt().op(), m.Parameter(0)));
332 m.machine()->Word32And(), m.machine()->Word32Or()
    [all...]
  /art/test/701-easy-div-rem/
build 24 # Increase the file size limitation for classes.lst as the machine generated
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 11 /* no 64-bit ELF machine types supported */
  /bionic/libc/include/sys/
utsname.h 42 char machine [SYS_NMLN]; member in struct:utsname
  /cts/tests/tests/media/libndkaudio/
com_android_ndkaudio_AudioPlayer.h 1 /* DO NOT EDIT THIS FILE - it is machine generated */
com_android_ndkaudio_AudioRecorder.h 1 /* DO NOT EDIT THIS FILE - it is machine generated */
  /development/ndk/platforms/android-21/arch-x86/include/i386/
elf_machdep.h 11 /* no 64-bit ELF machine types supported */
  /development/ndk/platforms/android-21/arch-x86/include/machine/
elf_machdep.h 11 /* no 64-bit ELF machine types supported */
  /development/ndk/platforms/android-21/arch-x86_64/include/i386/
elf_machdep.h 11 /* no 64-bit ELF machine types supported */
  /development/ndk/platforms/android-21/include/sys/
utsname.h 42 char machine [SYS_NMLN]; member in struct:utsname
  /development/ndk/platforms/android-3/include/sys/
utsname.h 42 char machine [SYS_NMLN]; member in struct:utsname
  /development/samples/WiFiDirectDemo/res/layout/
row_devices.xml 13 android:src="@drawable/machine" />
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_identity_machine.py 20 machine, so that intuitive handles can be used to fake different
51 """ Returns the well known name for this machine. """
56 # State machine API functions.
95 machine. These two IMSI values can actually be different.
  /external/autotest/client/site_tests/graphics_KernelMemory/
graphics_KernelMemory.py 22 # We could also log into the machine using telemetry, but that is
  /external/autotest/client/site_tests/graphics_PerfControl/
control 7 PURPOSE = 'Verifies that we are able to obtain a cool and idle machine.'
graphics_PerfControl.py 31 # Wrap the test run inside of a PerfControl instance to make machine
  /external/autotest/client/site_tests/network_3GFailedConnect/
control 21 service to enter the Failed state. It requires a machine with a modem
control.pseudomodem 23 service to enter the Failed state. It requires a machine with a modem
  /external/autotest/client/tests/kvm/scripts/
multicast_guest.py 6 Script used to join machine into multicast groups.
  /external/autotest/client/tests/kvm/tests/
stop_continue.py 7 Suspend a running Virtual Machine and verify its state.
  /external/autotest/client/virt/tests/
ioquit.py 27 logging.info("Kill the virtual machine")

Completed in 1867 milliseconds

<<51525354555657585960>>