/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_i.h | 2 * Internal WPA/RSN supplicant state machine definitions 19 * struct wpa_sm - Internal WPA state machine data 35 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_cli.sgml | 38 configure some variables like EAPOL state machine parameters and 239 <para>IEEE 802.1X EAPOL state machine logoff</para> 246 <para>IEEE 802.1X EAPOL state machine logon</para>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcAsyncChannel.java | 120 * Request if the state machine is in the inactive state. 131 * @return true if the state machine is in the inactive state. 140 * @return true if the state machine is in the inactive state
|
/hardware/libhardware/include/hardware/ |
fingerprint.h | 139 * The call will block if the HAL state machine is in busy state until HAL 161 * Switches the HAL state machine to collect and store a new fingerprint 198 * to all running clients. Switches the HAL state machine back to the idle state.
|
/libcore/ojluni/src/main/java/java/lang/ |
StackTraceElement.java | 81 * file (as per <i>The Java Virtual Machine Specification</i>, Section 97 * {@code class} file (as per <i>The Java Virtual Machine 125 * Machine Specification</i>.
|
/ndk/tests/build/check-armeabi-v7a-prebuilts/ |
build.sh | 101 # of hardware FPU registers that are really used by the machine code with 203 # If we reach this point, we only contain ARMv7-A machine code, so look 250 echo "WARNING: This test cannot run on this machine!" >&2
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/conf/ |
settings.xml | 33 | users on a machine (assuming they're all using the same Maven 86 | This is a list of proxies which can be used on this machine to connect to the network. 163 | the build process. Profiles provided in the settings.xml are intended to provide local machine-
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
coff.h | 78 * (e.g. 11/70) machine 79 * F_AR32WR this file has the byte ordering of an AR32WR machine 81 * F_AR32W this file has the byte ordering of an AR32W machine
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
coff.h | 78 * (e.g. 11/70) machine 79 * F_AR32WR this file has the byte ordering of an AR32WR machine 81 * F_AR32W this file has the byte ordering of an AR32W machine
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
machmode.h | 0 /* Machine mode definitions for GCC; included by rtl.h and tree.h. 23 /* Make an enum class that gives all the machine modes. */ 313 /* Target-dependent machine mode initialization - in insn-modes.c. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/prebuilts/go/darwin-x86/src/math/rand/ |
regress_test.go | 63 r.Int63n(big) // what would happen on 64-bit machine, to keep stream in sync 65 fmt.Printf("\tskipped, // must run printgolden on 64-bit machine\n") 89 // 32-bit machine cannot print 64-bit results
|
/prebuilts/go/linux-x86/src/math/rand/ |
regress_test.go | 63 r.Int63n(big) // what would happen on 64-bit machine, to keep stream in sync 65 fmt.Printf("\tskipped, // must run printgolden on 64-bit machine\n") 89 // 32-bit machine cannot print 64-bit results
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/system/bt/bta/ag/ |
bta_ag_int.h | 86 /* these events are handled by the state machine */ 112 /* these events are handled outside of the state machine */ 272 UINT8 state; /* state machine state */
|
/system/bt/stack/avdt/ |
avdt_ccb.c | 21 * This module contains the channel control block state machine and 37 ** state machine constants and types 292 ** Description State machine event handling function for ccb
|
/system/bt/stack/mcap/ |
mca_int.h | 69 /* Header structure for state machine event parameters. */ 216 UINT8 state; /* The CCB state machine state */ 248 UINT8 state; /* The DCB state machine state */
|
/toolchain/binutils/binutils-2.25/bfd/ |
compress.c | 81 is not installed on this machine, the input is unmodified. 335 section or zlib is not installed on this machine. Otherwise, 397 section or zlib is not installed on this machine. Otherwise,
|
elfcore.h | 263 /* Set the machine architecture. Do this before processing the 273 to allow the correct machine (as opposed to just the default 274 machine) to be set, making it possible for grok_prstatus and
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-v850.c | 34 /* Indicates the target BFD machine number. */ 35 static int machine = -1; variable 522 machine = number; 523 bfd_set_arch_mach (stdoutput, v850_target_arch, machine); 525 switch (machine) [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-tic6x.texi | 11 @node Machine Dependencies 121 @cindex machine directives, TIC6X 122 @cindex TIC6X machine directives
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
sniffer.py | 27 running on the local machine, or 'remote' for sniffers running 96 they are implemented, or where they are located: on the local machine or on 97 the remote machine.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 99 /** {@code non-null;} simulation machine to use */ 100 private final RopperMachine machine; field in class:Ropper 380 this.machine = new RopperMachine(this, method, advice, methods); 381 this.sim = new Simulator(machine, method); 780 machine.startBlock(catches.toRopCatchList()); 784 * calling into machine for each. 790 int extraBlockCount = machine.getExtraBlockCount(); 791 ArrayList<Insn> insns = machine.getInsns(); 805 if (machine.hasJsr()) { 822 } else if (machine.hasRet()) [all...] |