Searched refs:Global (Results 26 - 50 of 198) sorted by last modified time

12345678

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java755 * Comes from {@link Settings.Global#WIFI_SUPPLICANT_SCAN_INTERVAL_MS} or
937 Settings.Global.WIFI_SUSPEND_OPTIMIZATIONS_ENABLED, 1) == 1);
965 mContext.getContentResolver().registerContentObserver(Settings.Global.getUriFor(
966 Settings.Global.WIFI_SUSPEND_OPTIMIZATIONS_ENABLED), false,
971 Settings.Global.WIFI_SUSPEND_OPTIMIZATIONS_ENABLED, 1) == 1);
2612 mContext, Settings.Global.WIFI_MAX_DHCP_RETRY_COUNT, 0)));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2855 String deviceName = Settings.Global.getString(mContext.getContentResolver(),
2856 Settings.Global.WIFI_P2P_DEVICE_NAME);
2878 Settings.Global.putString(mContext.getContentResolver(),
2879 Settings.Global.WIFI_P2P_DEVICE_NAME, devName);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScoredNetworkEvaluatorTest.java81 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
118 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
204 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 0))
H A DWifiNotificationControllerTest.java81 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1)).thenReturn(1);
H A DWifiServiceImplTest.java245 eq(Settings.Global.WIFI_SCAN_BACKGROUND_THROTTLE_INTERVAL_MS),
250 eq(Settings.Global.WIFI_SCAN_BACKGROUND_THROTTLE_PACKAGE_WHITELIST)))
H A DWifiStateMachineTest.java414 Settings.Global.WIFI_FREQUENCY_BAND,
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java254 int enabled = android.provider.Settings.Global.getInt(
256 android.provider.Settings.Global.ENHANCED_4G_MODE_ENABLED,
271 int enabled = android.provider.Settings.Global.getInt(
273 android.provider.Settings.Global.ENHANCED_4G_MODE_ENABLED,
286 android.provider.Settings.Global.putInt(
288 android.provider.Settings.Global.ENHANCED_4G_MODE_ENABLED, value);
315 int prevSetting = android.provider.Settings.Global.getInt(mContext.getContentResolver(),
316 android.provider.Settings.Global.ENHANCED_4G_MODE_ENABLED);
325 android.provider.Settings.Global.putInt(mContext.getContentResolver(),
326 android.provider.Settings.Global
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp494 case 1: return GlobalVariable::UnnamedAddr::Global;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp731 case 1: return GlobalVariable::UnnamedAddr::Global;
/frameworks/compile/libbcc/lib/
H A DRSGlobalInfoPass.cpp82 // Global variables that are pointers can all be used with "bind".
178 VarAsStr->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h25 * - Binding - Global, Local, Weak
70 enum Binding { Global = 0, Weak = 1, Local = 2, Absolute = 3, NoneBinding }; enumerator in enum:mcld::ResolveInfo::Binding
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp94 ResolveInfo::Global,
104 ResolveInfo::Global,
114 ResolveInfo::Global,
H A DELFReader.cpp153 (ResolveInfo::Global == ld_binding ||
653 (ResolveInfo::Global == ld_binding ||
H A DELFReaderIf.cpp86 return ResolveInfo::Global;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp129 ResolveInfo::Global,
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp132 // change symbol binding to Global if it's a weak symbol
135 binding = ResolveInfo::Global;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp363 // change symbol binding to Global if it's a weak symbol
366 binding = ResolveInfo::Global;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp245 ResolveInfo::Global,
258 ResolveInfo::Global,
283 ResolveInfo::Global,
294 ResolveInfo::Global,
314 ResolveInfo::Global,
325 ResolveInfo::Global,
345 ResolveInfo::Global,
356 ResolveInfo::Global,
375 ResolveInfo::Global,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp435 // change symbol binding to Global if it's a weak symbol
438 binding = ResolveInfo::Global;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp506 // Change symbol binding to Global if it's a weak symbol
509 binding = ResolveInfo::Global;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp230 // change symbol binding to Global if it's a weak symbol
233 binding = ResolveInfo::Global;
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp478 ResolveInfo::Global,
488 ResolveInfo::Global,
H A DNamePoolTest.cpp106 ResolveInfo::Binding binding = ResolveInfo::Global;
146 LDSymbol::Binding binding = LDSymbol::Global;
H A DStaticResolverTest.cpp67 new_sym->setBinding(ResolveInfo::Global);
68 old_sym->setBinding(ResolveInfo::Global);
78 ASSERT_TRUE(mcld::ResolveInfo::Global == new_sym->binding());
79 ASSERT_TRUE(mcld::ResolveInfo::Global == old_sym->binding());
94 new_sym->setBinding(ResolveInfo::Global);
95 old_sym->setBinding(ResolveInfo::Global);
105 ASSERT_TRUE(mcld::ResolveInfo::Global == new_sym->binding());
106 ASSERT_TRUE(mcld::ResolveInfo::Global == old_sym->binding());
121 new_sym->setBinding(ResolveInfo::Global);
122 old_sym->setBinding(ResolveInfo::Global);
[all...]
H A DSymbolCategoryTest.cpp48 e->setBinding(ResolveInfo::Global);
51 c->setBinding(ResolveInfo::Global);
95 d->setBinding(ResolveInfo::Global);
96 e->setBinding(ResolveInfo::Global);

Completed in 302 milliseconds

12345678