/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.h | 46 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering() argument 47 if (SSID == SyncScope::SingleThread) in getSyncScopeInclusionOrdering() 49 else if (SSID == getWavefrontSSID()) in getSyncScopeInclusionOrdering() 51 else if (SSID == getWorkgroupSSID()) in getSyncScopeInclusionOrdering() 53 else if (SSID == getAgentSSID()) in getSyncScopeInclusionOrdering() 55 else if (SSID == SyncScope::System) in getSyncScopeInclusionOrdering()
|
D | SIMemoryLegalizer.cpp | 218 toSIAtomicScope(SyncScope::ID SSID, SIAtomicAddrSpace InstrScope) const; 421 SIMemOpAccess::toSIAtomicScope(SyncScope::ID SSID, in toSIAtomicScope() argument 429 if (SSID == SyncScope::System) in toSIAtomicScope() 433 if (SSID == MMI->getAgentSSID()) in toSIAtomicScope() 437 if (SSID == MMI->getWorkgroupSSID()) in toSIAtomicScope() 441 if (SSID == MMI->getWavefrontSSID()) in toSIAtomicScope() 445 if (SSID == SyncScope::SingleThread) in toSIAtomicScope() 479 SyncScope::ID SSID = SyncScope::SingleThread; in constructFromMIWithMMO() local 494 MMI->isSyncScopeInclusion(SSID, MMO->getSyncScopeID()); in constructFromMIWithMMO() 501 SSID = IsSyncScopeInclusion.getValue() ? SSID : MMO->getSyncScopeID(); in constructFromMIWithMMO() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowWifiConfigurationTest.java | 28 wifiConfiguration.SSID = "SSID"; in shouldCopy() 48 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy() 72 wifiConfiguration.SSID = "SSID"; in shouldCopy_sdk18() 81 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy_sdk18() 93 wifiConfiguration.SSID = "SSID"; in shouldCopy_sdk21() 99 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy_sdk21() 109 wifiConfiguration.SSID = "SSID"; in shouldCopy_sdk23() 116 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy_sdk23() 126 wifiConfiguration.SSID = "SSID"; in toStringDoesntCrash()
|
D | ShadowWifiManagerTest.java | 409 wifiConfiguration.SSID = "SSID"; in reconnect_setsConnectionInfo() 424 config.SSID = "SSID"; in reconnect_shouldEnableDhcp() 439 config.SSID = "SSID"; in reconnect_updatesConnectivityManager() 471 wifiConfiguration.SSID = "foo"; in connect_setsConnectionInfo()
|
D | ShadowScanResultTest.java | 18 assertThat(scanResult.SSID).isEqualTo("SSID"); in shouldConstruct()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowScanResult.java | 14 …public static ScanResult newInstance(String SSID, String BSSID, String caps, int level, int freque… in newInstance() argument 16 scanResult.SSID = SSID; in newInstance() 27 .append("SSID: ").append(valueOrNone(realObject.SSID)) in toString()
|
D | ShadowWifiManager.java | 212 String ssid = isQuoted(wifiConfiguration.SSID) in connect() 213 ? stripQuotes(wifiConfiguration.SSID) in connect() 214 : wifiConfiguration.SSID; in connect() 251 wifiConfiguration.SSID = ""; in connect()
|
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/ |
D | network_RoamWifiEndToEnd.py | 36 if service['Name'] == self.SSID: 47 raise error.TestFail('Network with ssid=%s is not found', self.SSID) 63 raise error.TestFail('Network with ssid=%s is not found', self.SSID) 81 self.SSID = ssid
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_checkNonAsciiSSID | 14 type characters as the SSID 28 # Using valid Unicode characters only as SSID 30 # Using a single extended ASCII character (a-grave) as SSID 32 # Using mix of ASCII and Unicode characters as SSID
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer_usage.txt | 35 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=218, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2 36 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=219, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2 37 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=220, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2 38 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=225, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_passphrase.sgml | 10 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose> 26 and SSID are used to generate a 256-bit PSK.</para> 35 <para>The SSID whose passphrase should be derived.</para>
|
D | wpa_cli.sgml | 93 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar 100 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar 285 <para>configure identity for an SSID</para> 292 <para>configure password for an SSID</para> 299 <para>configure pin for an SSID</para> 306 <para>configure one-time-password for an SSID</para> 313 <para>set preferred BSSID for an SSID</para>
|
/external/autotest/server/site_tests/apmanager_SimpleConnect/ |
D | control.default | 13 apmanager with default configurations (SSID will be generated during test). 17 # Using default configuration provided by apmanager. SSID will be generated
|
/external/autotest/server/site_tests/network_WiFi_HiddenScan/ |
D | control | 15 a) the specific hidden SSID, and b) the broadcast SSID.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 197 AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System, 200 NameStr, isVolatile, Align, Order, SSID, InsertBefore) {} 203 SyncScope::ID SSID = SyncScope::System, 206 unsigned Align, AtomicOrdering Order, SyncScope::ID SSID, 250 return SSID; in getSyncScopeID() 254 void setSyncScopeID(SyncScope::ID SSID) { in setSyncScopeID() argument 255 this->SSID = SSID; in setSyncScopeID() 261 SyncScope::ID SSID = SyncScope::System) { 263 setSyncScopeID(SSID); 302 SyncScope::ID SSID; variable [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 163 unsigned SSID : 8; // SyncScope::ID member 190 SyncScope::ID SSID = SyncScope::System, 242 return static_cast<SyncScope::ID>(AtomicInfo.SSID); in getSyncScopeID()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiManagerFacade.java | 413 networkSuggestion.wifiConfiguration.SSID); in onReceive() 464 config.SSID = "\"" + j.getString("SSID") + "\""; in genWifiConfig() 466 config.SSID = "\"" + j.getString("ssid") + "\""; in genWifiConfig() 607 config.SSID = "\"" + j.getString("SSID") + "\""; in genWifiConfigWithEnterpriseConfig() 609 config.SSID = "\"" + j.getString("ssid") + "\""; in genWifiConfigWithEnterpriseConfig() 742 if (result.BSSID.equals(id) || result.SSID.equals(id)) { in matchScanResult() 799 config.SSID = "\"" + result.SSID + "\""; in wifiConfigurationFromScanResult() 912 String ssid = WifiConfig.SSID; in wifigetRandomizedMacAddress() 1329 String ssid = config.SSID; in createSoftApWifiConfiguration() 1331 config.SSID = ssid.substring(1, ssid.length() - 1); in createSoftApWifiConfiguration() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 467 SyncScope::ID SSID, in printSyncScope() argument 469 switch (SSID) { in printSyncScope() 477 printEscapedString(SSNs[SSID], OS); in printSyncScope() 982 const MDNode *Ranges, SyncScope::ID SSID, in MachineMemOperand() argument 993 AtomicInfo.SSID = static_cast<unsigned>(SSID); in MachineMemOperand() 994 assert(getSyncScopeID() == SSID && "Value truncated"); in MachineMemOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 1118 SyncScope::ID SSID, Instruction *InsertBef) in LoadInst() argument 1123 setAtomic(Order, SSID); in LoadInst() 1130 SyncScope::ID SSID, in LoadInst() argument 1136 setAtomic(Order, SSID); in LoadInst() 1233 SyncScope::ID SSID, in StoreInst() argument 1243 setAtomic(Order, SSID); in StoreInst() 1249 SyncScope::ID SSID, in StoreInst() argument 1259 setAtomic(Order, SSID); in StoreInst() 1279 SyncScope::ID SSID) { in Init() argument 1285 setSyncScopeID(SSID); in Init() [all …]
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/ |
D | control | 11 to join a new AP (new frequency, new BSSID, but same SSID as previously
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/ |
D | control.none | 12 SSID disappears during suspend.
|
D | control.rsn | 12 SSID disappears during suspend.
|
D | control.wpa | 12 SSID disappears during suspend.
|
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/ |
D | control | 16 appearance of a whitelisted SSID if it previously suspended disconnected.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 32 network blocks (e.g., per-SSID parameters). When requested to perform 225 # excluded_ssid: Excluded SSID 226 # This optional field can be used to excluded specific SSID(s) from 228 # than one SSID. 441 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz) 442 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz) 482 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz) 483 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
|