/third_party/openh264/codec/common/inc/ |
D | ls_defines.h | 71 #define STA(a, b, size, align) (((struct tagUnaligned_##size##_##align *) (a))->l) = (b) macro 78 #define ST16A2(a, b) STA(a, b, 16, 2) 79 #define ST32A2(a, b) STA(a, b, 32, 2) 80 #define ST32A4(a, b) STA(a, b, 32, 4) 81 #define ST64A2(a, b) STA(a, b, 64, 2) 82 #define ST64A4(a, b) STA(a, b, 64, 4) 83 #define ST64A8(a, b) STA(a, b, 64, 8)
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 29 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 …]
|
D | CollectAPI.java | 76 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()
|
D | APIStatusConsistencyChecker.java | 113 int methodStatus = api.getVal(APIInfo.STA); in checkConsistency() 115 int classStatus = clsApi.getVal(APIInfo.STA); in checkConsistency()
|
D | GatherAPIDataOld.java | 276 info.setType(APIInfo.STA, tagStatus(doc, version)); in createInfo() 383 …oc + " both: " + APIInfo.getTypeValName(APIInfo.STA, res) + " and: " + APIInfo.getTypeValName(APII… in tagStatus()
|
D | GatherAPIData.java | 352 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()
|
D | CheckAPI.java | 84 …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()
|
D | APIData.java | 130 int sta = info.getVal(APIInfo.STA); in printStats()
|
D | ReportAPI.java | 253 if (lhs.get(i, true).equals(rhs.get(i, true)) == (i == APIInfo.STA)) { in statusChange() 257 int lstatus = lhs.getVal(APIInfo.STA); in statusChange()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README-MULTI-AP | 48 "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 …]
|
D | ChangeLog | 21 * added AKMSuiteSelector into "STA <addr>" control interface data to 183 the STA has some more time to configure the key before this frame is 186 * extended VLAN support (per-STA vif, etc.) 199 unassociated STA used that address 257 * add support for learning STA IPv4/IPv6 addresses and configuring 278 * expire hostapd STA entry if kernel does not have a matching entry 330 * fixed STA validation step for WPS ER commands to prevent a potential 433 * added AP-STA-DISCONNECTED ctrl_iface event 524 (do not send QoS frames if the STA did not negotiate use of QoS for 531 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode. [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README-MULTI-AP | 48 "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 …]
|
D | ChangeLog | 64 * added AKMSuiteSelector into "STA <addr>" control interface data to 226 the STA has some more time to configure the key before this frame is 229 * extended VLAN support (per-STA vif, etc.) 242 unassociated STA used that address 300 * add support for learning STA IPv4/IPv6 addresses and configuring 321 * expire hostapd STA entry if kernel does not have a matching entry 373 * fixed STA validation step for WPS ER commands to prevent a potential 476 * added AP-STA-DISCONNECTED ctrl_iface event 567 (do not send QoS frames if the STA did not negotiate use of QoS for 574 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode. [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-DPP | 6 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
|
D | ChangeLog | 72 * added Multi-AP backhaul STA support 240 * improved PMF behavior for cases where the AP and STA has different 525 - fix tearing down WDS STA interfaces 765 - add parameter to select whether STA or P2P connection is preferred 780 - STA entry authorization in RSN IBSS 790 * send STA connected/disconnected ctrl_iface events to both the P2P 809 * added P2P Device Address to AP-STA-DISCONNECTED event and use 810 p2p_dev_addr parameter name with AP-STA-CONNECTED 982 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode. 984 Disassociation frames when the STA is in power save sleep. Only [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-DPP | 6 the STA device and AP can be configured to connect each other using DPP 47 Any STA or AP device can act as a Configurator. Enable DPP in build
|
D | ChangeLog | 125 * added Multi-AP backhaul STA support 293 * improved PMF behavior for cases where the AP and STA has different 578 - fix tearing down WDS STA interfaces 818 - add parameter to select whether STA or P2P connection is preferred 833 - STA entry authorization in RSN IBSS 843 * send STA connected/disconnected ctrl_iface events to both the P2P 862 * added P2P Device Address to AP-STA-DISCONNECTED event and use 863 p2p_dev_addr parameter name with AP-STA-CONNECTED 1035 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode. 1037 Disassociation frames when the STA is in power save sleep. Only [all …]
|
D | README | 1090 QoS Management IEs to an associated STA which supports DSCP policy 1151 A QoS Management STA that enables DSCP Policy capability shall respond 1159 DSCP Policy Query enables a STA to query its associated AP for DSCP 1160 policies applicable to the STA. Currently, this includes support to send
|
/third_party/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 103 t.SetApartmentState(System.Threading.ApartmentState.STA); in Main()
|
/third_party/flutter/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 103 t.SetApartmentState(System.Threading.ApartmentState.STA); in Main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 1174 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;
|
D | SystemZScheduleZEC12.td | 1219 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;
|
D | SystemZScheduleZ13.td | 1495 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;
|
D | SystemZScheduleZ15.td | 1631 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;
|
D | SystemZScheduleZ14.td | 1585 def : InstRW<[WLat30, WLat30, MCD], (instregex "(E|M)STA$")>;
|