/external/srtp/ |
config_in.h | 3 /* Define if building for a CISC machine (e.g. Intel). */ 6 /* Define if building for a RISC machine (assume slow byte access). */ 48 /* Define to 1 if you have the <machine/types.h> header file. */
|
configure.in | 24 [Define if building for a CISC machine (e.g. Intel).]) 31 [Define if building for a RISC machine (assume slow byte access).]) 95 AC_CHECK_HEADERS(machine/types.h)
|
/external/srtp/crypto/include/ |
config.h | 4 /* Define if building for a CISC machine (e.g. Intel). */ 7 /* Define if building for a RISC machine (assume slow byte access). */ 49 /* Define to 1 if you have the <machine/types.h> header file. */
|
/external/v8/src/compiler/ |
simplified-operator.h | 11 #include "src/machine-type.h" 68 MachineType machine_type; // machine type of the field. 91 MachineType machine_type; // machine type of the element.
|
/external/v8/test/cctest/compiler/ |
c-signature.h | 8 #include "src/machine-type.h" 47 // Helper for building machine signatures from C types. 57 // Verifies the C signature against the machine types. Maximum {5} params.
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 76 Boolean PTKRequest; /* not in IEEE 802.11i state machine */ 78 Boolean PtkGroupInit; /* init request for PTK Group state machine */ 144 /* per group key state machine data */
|
/frameworks/base/docs/html/training/efficient-downloads/ |
efficient-network-access.jd | 16 <li><a href="#RadioStateMachine">Understand the radio state machine</a></li> 17 <li><a href="#AppsStateMachine">Understand how apps can impact the radio state machine</a></li> 34 <p>This lesson introduces the wireless radio state machine and explains how your app's connectivity model interacts with it. It goes on to propose ways to minimize your data connections, use prefetching, and bundle your transfers in order to minimize the battery drain associated with your data transfers.</p> 36 <h2 id="RadioStateMachine">The Radio State Machine</h2> 40 <p>The state machine for a typical 3G network radio consists of three energy states: 48 <p>To minimize latency, the state machine uses a delay to postpone the transition to lower energy states. Figure 1 uses AT&T's timings for a typical 3G radio.</p> 51 <p class="img-caption"><strong>Figure 1.</strong> Typical 3G wireless radio state machine.</p> 53 <p>The radio state machine on each device, particularly the associated transition delay ("tail time") and startup latency, will vary based on the wireless radio technology employed (2G, 3G, LTE, etc.) and is defined and configured by the carrier network over which the device is operating.</p> 55 <p>This lesson describes a representative state machine for a typical 3G wireless radio, based on <a href="http://www.research.att.com/articles/featured_stories/2011_03/201102_Energy_efficient?fbid=1zObBOMOZSB">data provided by AT&T</a>. However, the general principles and resulting best practices are applicable for all wireless radio implementations.</p> 61 <h2 id="AppsStateMachine">How Apps Impact the Radio State Machine</h2 [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.h | 37 uint32_t machine() const; 55 /// dynamic - the dynamic section of the target machine. 59 /// dynamic - the dynamic section of the target machine.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xmd.h | 50 * Xmd.h: MACHINE DEPENDENT DECLARATIONS. 54 * Special per-machine configuration flags. 72 * on a 32-bit machine and must correspond to the protocol.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xmd.h | 50 * Xmd.h: MACHINE DEPENDENT DECLARATIONS. 54 * Special per-machine configuration flags. 72 * on a 32-bit machine and must correspond to the protocol.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
util.py | 65 (osname, host, release, version, machine) = os.uname() 71 machine = string.replace(machine, ' ', '_') 72 machine = string.replace(machine, '/', '-') 75 # At least on Linux/Intel, 'machine' is the processor -- 78 return "%s-%s" % (osname, machine) 87 machine += ".%s" % bitness[sys.maxint] 88 # fall through to standard osname-release-machine representation 101 osname, release, machine = _osx_support.get_platform_osx [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sysconfig.py | 584 osname, host, release, version, machine = os.uname() 589 machine = machine.replace(' ', '_') 590 machine = machine.replace('/', '-') 593 # At least on Linux/Intel, 'machine' is the processor -- 596 return "%s-%s" % (osname, machine) 605 machine += ".%s" % bitness[sys.maxint] 606 # fall through to standard osname-release-machine representation 619 osname, release, machine = _osx_support.get_platform_osx [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
util.py | 65 (osname, host, release, version, machine) = os.uname() 71 machine = string.replace(machine, ' ', '_') 72 machine = string.replace(machine, '/', '-') 75 # At least on Linux/Intel, 'machine' is the processor -- 78 return "%s-%s" % (osname, machine) 87 machine += ".%s" % bitness[sys.maxint] 88 # fall through to standard osname-release-machine representation 101 osname, release, machine = _osx_support.get_platform_osx [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sysconfig.py | 584 osname, host, release, version, machine = os.uname() 589 machine = machine.replace(' ', '_') 590 machine = machine.replace('/', '-') 593 # At least on Linux/Intel, 'machine' is the processor -- 596 return "%s-%s" % (osname, machine) 605 machine += ".%s" % bitness[sys.maxint] 606 # fall through to standard osname-release-machine representation 619 osname, release, machine = _osx_support.get_platform_osx [all...] |
/prebuilts/go/darwin-x86/src/net/mail/ |
message_test.go | 25 in: `From: John Doe <jdoe@machine.example> 29 Message-ID: <1234@local.machine.example> 35 "From": []string{"John Doe <jdoe@machine.example>"}, 39 "Message-Id": []string{"<1234@local.machine.example>"}, 137 `jdoe@machine.example`, 139 Address: "jdoe@machine.example", 144 `John Doe <jdoe@machine.example>`, 147 Address: "jdoe@machine.example", 290 `jdoe@machine.example`, 292 Address: "jdoe@machine.example" [all...] |
/prebuilts/go/linux-x86/src/net/mail/ |
message_test.go | 25 in: `From: John Doe <jdoe@machine.example> 29 Message-ID: <1234@local.machine.example> 35 "From": []string{"John Doe <jdoe@machine.example>"}, 39 "Message-Id": []string{"<1234@local.machine.example>"}, 137 `jdoe@machine.example`, 139 Address: "jdoe@machine.example", 144 `John Doe <jdoe@machine.example>`, 147 Address: "jdoe@machine.example", 290 `jdoe@machine.example`, 292 Address: "jdoe@machine.example" [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/ |
limits.h | 35 * <machine/internal_types.h> is meant to describe a specific architecture, 44 #include <machine/internal_types.h> 47 #include <machine/limits.h>
|