HomeSort by relevance Sort by last modified time
    Searched refs:AP (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
MpFuncs.asm 2 ; X64 assembly file for AP startup vector.
22 ;procedure serializes all the AP processors through an Init sequence. It must be
MpFuncs.S 2 # X64 assembly file for AP startup vector.
33 #procedure serializes all the AP processors through an Init sequence. It must be
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.S 69 # Push processor count to stack first, then BIST status (AP then BSP)
PeiCoreEntry.asm 76 ; Push processor count to stack first, then BIST status (AP then BSP)
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 3 # This script stops shill, associates with each test AP in turn,
120 # this at times to make sure we can interact with the test AP:
183 progress Contacting AP at "/dev/tcp/$gateway/80" to collect TX strength;
263 progress "Start: $iface ($if_mode/$if_80211) ap $if_ap essid '$if_essid'";
274 for ap in $lofreq_aps; do test_association $iface $ap bg; done;
278 for ap in $hifreq_aps; do test_association $iface $ap an; done;
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 67 ap_bssid_prefix ='\'AP Info\': '
88 #'AP Info': "{'2.4 GHz MAC Address': '84:1b:5e:e9:74:ee', \n
134 """Returns the BSSID of the AP in test info."""
139 """Returns the SSID of the AP in test info."""
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 149 void finalize(const AsmPrinter &AP, DebugLocStream::ListBuilder &List,
DwarfDebug.cpp     [all...]
DwarfUnit.cpp 47 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU,
49 : DwarfExpression(AP.getDwarfDebug()->getDwarfVersion()), AP(AP), DU(DU),
63 return MachineReg == TRI.getFrameRegister(*AP.MF);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.S 2 # IA32 assembly file for AP startup vector.
29 #procedure serializes all the AP processors through an Init sequence. It must be
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
Main.asm 25 ; 'AP': application processor
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_chip_hidl_test.cpp 345 * Configures the chip in AP mode and ensures that only 1 iface creation
349 configureChipForIfaceType(IfaceType::AP, true);
360 * Configures the chip in AP mode and ensures that the iface list is empty
365 configureChipForIfaceType(IfaceType::AP, true);
392 * Configures the chip in AP mode and create an iface. Then, retrieve
397 configureChipForIfaceType(IfaceType::AP, true);
418 * Configures the chip in AP mode and create an iface. Then, remove
423 configureChipForIfaceType(IfaceType::AP, true);
732 configureChipForIfaceType(IfaceType::AP, true);
wifi_hidl_test_utils.cpp 127 if (!configureChipToSupportIfaceTypeInternal(wifi_chip, IfaceType::AP)) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
MpFuncs.asm 27 ;procedure serializes all the AP processors through an Init sequence. It must be
198 ;about to become an AP. It switches it'stack with the current AP.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 77 ; Push processor count to stack first, then BIST status (AP then BSP)
  /external/guice/core/test/com/google/inject/
CircularDependencyTest.java 79 @Inject Provider<A> ap;
81 return new BImpl(ap.get());
93 bind(A.class).toProvider(AP.class).in(Singleton.class);
140 static class AP implements Provider<A> {
183 Provider<A> ap; field in class:CircularDependencyTest.BP
184 @Inject BP(Provider<A> ap) {
185 this.ap = ap;
188 return new BImpl(ap.get());
  /external/llvm/lib/IR/
LegacyPassManager.cpp 507 for (Pass *AP : AnalysisPasses) {
508 LastUser[AP] = P;
510 if (P == AP)
513 // Update the last users of passes that are required transitive by AP.
514 AnalysisUsage *AnUsage = findAnalysisUsage(AP);
539 // If AP is the last user of other passes then make P last user of
543 if (LUI->second == AP)
866 if (Pass *AP = findAnalysisPass(AID, true)) {
867 TimeRegion PassTimer(getPassTimer(AP));
868 AP->verifyAnalysis()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 526 Pass *AP = *I;
527 LastUser[AP] = P;
529 if (P == AP)
532 // Update the last users of passes that are required transitive by AP.
533 AnalysisUsage *AnUsage = findAnalysisUsage(AP);
559 // If AP is the last user of other passes then make P last user of
563 if (LUI->second == AP)
836 if (Pass *AP = findAnalysisPass(AID, true)) {
837 TimeRegion PassTimer(getPassTimer(AP));
838 AP->verifyAnalysis()
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.S 35 #procedure serializes all the AP processors through an Init sequence. It must be
MpFuncs.asm 40 ;procedure serializes all the AP processors through an Init sequence. It must be
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 125 * An HT non-AP STA shall support all EQM rates for one spatial stream.
142 * A VHT non-AP STA shall support MCS 0-7 for one spatial stream.
235 DF2S(AP);
  /hardware/interfaces/wifi/1.0/
types.hal 56 AP,
139 * BSSID type. 6 octets representing the physical address of an AP.
388 * Threshold at which the AP must be woken up, in number of scans.
425 * Number beacons received from the connected AP.
    [all...]
  /hardware/interfaces/wifi/1.1/default/
wifi_chip.cpp 416 // Mode 2 (AP mode): Will support 1 AP iface operations.
434 // AP mode iface combinations.
436 {IfaceType::AP}, 1};
545 if (!callback->onIfaceAdded(IfaceType::AP, ifname).isOk()) {
575 if (!callback->onIfaceRemoved(IfaceType::AP, ifname).isOk()) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HalDeviceManager.java 76 mInterfaceAvailableForRequestListeners.put(IfaceType.AP, new HashSet<>());
205 * Create AP interface if possible (see createStaIface doc).
209 return (IWifiApIface) createIface(IfaceType.AP, destroyedListener, looper);
447 {IfaceType.AP, IfaceType.STA, IfaceType.P2P, IfaceType.NAN};
544 mInterfaceAvailableForRequestListeners.get(IfaceType.AP).clear();
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp     [all...]

Completed in 1014 milliseconds

1 2 3 45 6 7