Home
last modified time | relevance | path

Searched refs:STA (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java29 public static final int STA = 0, STA_DRAFT = 0, STA_STABLE = 1, STA_DEPRECATED = 2, field in APIInfo
90 public void setDraft() { setType(STA, STA_DRAFT); } in setDraft()
91 public void setStable() { setType(STA, STA_STABLE); } in setStable()
92 public void setDeprecated() { setType(STA, STA_DEPRECATED); } in setDeprecated()
93 public void setObsolete() { setType(STA, STA_OBSOLETE); } in setObsolete()
94 public void setInternal() { setType(STA, STA_INTERNAL); } in setInternal()
116 public boolean isDraft() { return getVal(STA) == STA_DRAFT; } in isDraft()
117 public boolean isStable() { return getVal(STA) == STA_STABLE; } in isStable()
118 public boolean isDeprecated() { return getVal(STA) == STA_DEPRECATED; } in isDeprecated()
119 public boolean isObsolete() { return getVal(STA) == STA_OBSOLETE; } in isObsolete()
[all …]
DCollectAPI.java76 if (state != info.getVal(APIInfo.STA)) { in writeHTML()
154 if (!filter.get(info.getVal(APIInfo.STA))) { in writeTSV()
176 buf.append(APIInfo.getTypeValName(APIInfo.STA, info.getVal(APIInfo.STA))); in writeTSV()
DAPIStatusConsistencyChecker.java113 int methodStatus = api.getVal(APIInfo.STA); in checkConsistency()
115 int classStatus = clsApi.getVal(APIInfo.STA); in checkConsistency()
DGatherAPIDataOld.java276 info.setType(APIInfo.STA, tagStatus(doc, version)); in createInfo()
383 …oc + " both: " + APIInfo.getTypeValName(APIInfo.STA, res) + " and: " + APIInfo.getTypeValName(APII… in tagStatus()
DGatherAPIData.java352 info.setType(APIInfo.STA, tagStatus(doc, version)); in createInfo()
514 + APIInfo.getTypeValName(APIInfo.STA, res) + " and: " in tagStatus()
515 + APIInfo.getTypeValName(APIInfo.STA, val)); in tagStatus()
DCheckAPI.java84 …private static final int STA = 0, STA_DRAFT = 0, STA_STABLE = 1, STA_DEPRECATED = 2, STA_OBSOLETE … field in CheckAPI
194 for (int i = STA; i < CAT; ++i) { // include status in write()
197 if (i == STA) { in write()
293 setType(STA, tagStatus(doc)); in read()
DAPIData.java130 int sta = info.getVal(APIInfo.STA); in printStats()
DReportAPI.java253 if (lhs.get(i, true).equals(rhs.get(i, true)) == (i == APIInfo.STA)) { in statusChange()
257 int lstatus = lhs.getVal(APIInfo.STA); in statusChange()
/external/wpa_supplicant_8/hostapd/
DREADME-MULTI-AP48 "backhaul STA", i.e., the client side of the link. A backhaul STA is like any
53 Therefore, wpa_supplicant must be configured explicitly as the backhaul STA
68 only be used for frames sent to a backhaul STA, not to a normal STA. Also,
69 frames sent to a backhaul STA must use 4-address mode, while frames sent to a
70 normal STA (fronthaul, when it's a fronthaul and backhaul BSS) must use
77 station is a backhaul STA and the BSS is configured as a backhaul BSS,
80 is created for each backhaul STA and it is automatically added to a bridge.
93 multi_ap_backhaul_sta=1 in wpa_supplicant on STA, and multi_ap=1 or 3 in
100 2. STA sends Authentication frame (nothing Multi-AP specific).
102 4. STA sends Association Request frame with Multi-AP IE.
[all …]
DChangeLog104 the STA has some more time to configure the key before this frame is
107 * extended VLAN support (per-STA vif, etc.)
120 unassociated STA used that address
178 * add support for learning STA IPv4/IPv6 addresses and configuring
199 * expire hostapd STA entry if kernel does not have a matching entry
251 * fixed STA validation step for WPS ER commands to prevent a potential
354 * added AP-STA-DISCONNECTED ctrl_iface event
445 (do not send QoS frames if the STA did not negotiate use of QoS for
452 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode.
454 Disassociation frames when the STA is in power save sleep. Only
[all …]
/external/libchrome/base/threading/
Dthread.h121 com_status_ = use_mta ? MTA : STA; in init_com_with_mta()
287 STA, enumerator
Dthread.cc72 if (com_status_ == STA) in Start()
85 DCHECK((com_status_ != STA) || in StartWithOptions()
319 com_initializer.reset((com_status_ == STA) ? in ThreadMain()
/external/u-boot/drivers/usb/gadget/
Datmel_usba_udc.c98 status = usba_ep_readl(ep, STA); in receive_data()
135 status = usba_ep_readl(ep, STA); in receive_data()
428 ((value && ep->is_in && (usba_ep_readl(ep, STA) & in usba_ep_set_halt()
437 usba_ep_readl(ep, STA); in usba_ep_set_halt()
449 return USBA_BFEXT(BYTE_COUNT, usba_ep_readl(ep, STA)); in usba_ep_fifo_status()
592 if (usba_ep_readl(ep, STA) & USBA_FORCE_STALL) in is_stalled()
849 epstatus = usba_ep_readl(ep, STA); in usba_control_irq()
973 pkt_len = USBA_BFEXT(BYTE_COUNT, usba_ep_readl(ep, STA)); in usba_control_irq()
1030 epstatus = usba_ep_readl(ep, STA); in usba_ep_irq()
1057 epstatus = usba_ep_readl(ep, STA); in usba_ep_irq()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsupplicant.cpp378 IfaceType::STA, wpa_s->ifname}); in listInterfacesInternal()
408 if (type == IfaceType::STA) { in setConcurrencyPriorityInternal()
Dsta_iface.cpp585 return {{SupplicantStatusCode::SUCCESS, ""}, IfaceType::STA}; in getTypeInternal()
1180 net_role != DppNetRole::STA) { in startDppConfiguratorInitiatorInternal()
Dsta_network.cpp806 return {{SupplicantStatusCode::SUCCESS, ""}, IfaceType::STA}; in getTypeInternal()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-DPP6 the STA device and AP can be configured to connect each other using DPP
45 Any STA or AP device can act as a Configurator. Enable DPP and protected
DChangeLog142 * improved PMF behavior for cases where the AP and STA has different
427 - fix tearing down WDS STA interfaces
667 - add parameter to select whether STA or P2P connection is preferred
682 - STA entry authorization in RSN IBSS
692 * send STA connected/disconnected ctrl_iface events to both the P2P
711 * added P2P Device Address to AP-STA-DISCONNECTED event and use
712 p2p_dev_addr parameter name with AP-STA-CONNECTED
884 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode.
886 Disassociation frames when the STA is in power save sleep. Only
899 the data connection is not working properly, e.g., due to the STA
[all …]
/external/libchrome/base/task_scheduler/
Dlazy_task_runner_unittest.cc79 win::AssertComApartmentType(win::ComApartmentType::STA); in ExpectSingleThreadEnvironment()
/external/skia/experimental/xps_to_png/
Dxps_to_png.cs103 t.SetApartmentState(System.Threading.ApartmentState.STA); in Main()
/external/skqp/experimental/xps_to_png/
Dxps_to_png.cs103 t.SetApartmentState(System.Threading.ApartmentState.STA); in Main()
/external/clang/lib/Analysis/
DConsumed.cpp669 if (SetTypestateAttr *STA = FunD->getAttr<SetTypestateAttr>()) { in handleCall() local
671 StateMap->setState(PInfo.getVar(), mapSetTypestateAttrState(STA)); in handleCall()
675 StateMap->setState(PInfo.getTmp(), mapSetTypestateAttrState(STA)); in handleCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td1169 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;
DSystemZScheduleZEC12.td1214 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;
DSystemZScheduleZ13.td1485 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;

12