/external/compiler-rt/test/tsan/ |
race_on_barrier.c | 9 int Global;
|
race_on_barrier2.c | 12 int Global;
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
CommandLineInitUtil.java | 88 boolean adbEnabled = Settings.Global.getInt(context.getContentResolver(), 89 Settings.Global.ADB_ENABLED, 0) == 1; 91 return Settings.Global.getString(context.getContentResolver(), 92 Settings.Global.DEBUG_APP);
|
/external/llvm/lib/Object/ |
RecordStreamer.cpp | 18 case Global: 41 case Global: 43 S = (Attribute == MCSA_Weak) ? GlobalWeak : Global; 55 case Global:
|
/external/v8/src/inspector/ |
v8-regex.h | 29 v8::Global<v8::RegExp> m_regex;
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
ProvisionObserver.java | 37 * {@link android.provider.Settings.Global#DEVICE_PROVISIONED DEVICE_PROVISIONED} 80 return Settings.Global.getInt(context.getContentResolver(), 81 Settings.Global.DEVICE_PROVISIONED, 0) == 1; 86 * {@link android.provider.Settings.Global#DEVICE_PROVISIONED DEVICE_PROVISIONED}. 107 Settings.Global.getUriFor(Settings.Global.DEVICE_PROVISIONED), 0))
|
/packages/apps/Settings/tests/app/src/com/android/settings/tests/ |
KeepOnScreenTest.java | 51 final int prevFlag = Settings.Global.getInt(targetContext.getContentResolver(), Settings 52 .Global.STAY_ON_WHILE_PLUGGED_IN); 59 final int currentFlag = Settings.Global.getInt(targetContext.getContentResolver(), Settings 60 .Global.STAY_ON_WHILE_PLUGGED_IN); 64 // Since this app doesn't have permission(and shouldn't have) to change global setting, we
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/ |
AutoTimePreferenceControllerTest.java | 59 Settings.Global.putInt(mContext.getContentResolver(), 60 Settings.Global.AUTO_TIME, 0); 64 Settings.Global.putInt(mContext.getContentResolver(), 65 Settings.Global.AUTO_TIME, 1);
|
/packages/services/Telephony/src/com/android/services/telephony/ |
EmergencyCallHelper.java | 100 if (Settings.Global.getInt(mContext.getContentResolver(), 101 Settings.Global.AIRPLANE_MODE_ON, 0) > 0) { 105 Settings.Global.putInt(mContext.getContentResolver(), 106 Settings.Global.AIRPLANE_MODE_ON, 0);
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
AuthService.h | 39 @param[in] Global The context of this Extended SAL Variable Services Class call.
59 IN ESAL_VARIABLE_GLOBAL *Global,
96 @param[in] Global The context of this Extended SAL Variable Services Class call.
114 IN ESAL_VARIABLE_GLOBAL *Global,
129 @param[in] Global The context of this Extended SAL Variable Services Class call.
146 IN ESAL_VARIABLE_GLOBAL *Global,
|
/external/skia/experimental/SkV8Example/ |
DrawingMethods.h | 16 class Global; 22 DrawingMethods(Global* global) 23 : fGlobal(global) 38 Global* fGlobal;
|
Path2DBuilder.h | 18 class Global; 30 // Add the Path2DBuilder JS constructor to the global context. 31 static void AddToGlobal(Global* global); 50 static Global* gGlobal;
|
/packages/services/Car/service/src/com/android/car/ |
VolumeUtils.java | 59 CarSettings.Global.KEY_VOLUME_MUSIC); 61 CarSettings.Global.KEY_VOLUME_MUSIC); 64 CarSettings.Global.KEY_VOLUME_NAVIGATION); 67 CarSettings.Global.KEY_VOLUME_VOICE_COMMAND); 69 CarSettings.Global.KEY_VOLUME_CALL); 71 CarSettings.Global.KEY_VOLUME_ALARM); 74 CarSettings.Global.KEY_VOLUME_NOTIFICATION); 77 CarSettings.Global.KEY_VOLUME_SAFETY_ALERT); 79 CarSettings.Global.KEY_VOLUME_CD_ROM); 81 CarSettings.Global.KEY_VOLUME_AUX) [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
DatabaseHelper.java | 41 import android.provider.Settings.Global; 66 * IMPORTANT: Do not add any more upgrade steps here as the global, 95 private static final String TABLE_GLOBAL = "global"; 188 db.execSQL("CREATE TABLE global (" + 193 db.execSQL("CREATE INDEX globalIndex1 ON global (name);"); 207 // Only create the global table for the singleton 'owner/system' user 529 Settings.Global.ASSISTED_GPS_ENABLED + "','" + value + "');"); 778 Global.SET_INSTALL_LOCATION, 779 Global.DEFAULT_INSTALL_LOCATION 787 loadSetting(stmt, Global.SET_INSTALL_LOCATION, 0) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DeviceProvisionedControllerImpl.java | 22 import android.provider.Settings.Global; 43 mDeviceProvisionedUri = Global.getUriFor(Global.DEVICE_PROVISIONED); 49 return Global.getInt(mContentResolver, Global.DEVICE_PROVISIONED, 0) != 0;
|
/packages/apps/Settings/src/com/android/settings/qstile/ |
DevelopmentTiles.java | 96 return Settings.Global.getInt( 97 getContentResolver(), Settings.Global.DEVELOPMENT_FORCE_RTL, 0) != 0; 102 Settings.Global.putInt( 103 getContentResolver(), Settings.Global.DEVELOPMENT_FORCE_RTL, isEnabled ? 1 : 0); 104 SystemProperties.set(Settings.Global.DEVELOPMENT_FORCE_RTL, isEnabled ? "1" : "0");
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSleepPolicyPreferenceController.java | 58 int value = Settings.Global.getInt(mContext.getContentResolver(), 59 Settings.Global.WIFI_SLEEP_POLICY, 60 Settings.Global.WIFI_SLEEP_POLICY_NEVER); 71 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.WIFI_SLEEP_POLICY,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
NetworkScorerAppManagerTest.java | 236 Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE, null); 238 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 261 Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE, newPackage); 263 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 285 eq(Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE)); 287 eq(Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED), anyInt()); 301 eq(Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE), any()); 303 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, 318 Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE, defaultPackage); 320 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED [all...] |
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsManager.java | 254 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.ENHANCED_4G_MODE_ENABLED, value) [all...] |
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
MyBaseListFragment.java | 77 Log.d(Global.TAG, "Resumed"); 126 Log.i(Global.TAG, "onPackageRemoved: package=" + packageName + " on " + user); 132 Log.i(Global.TAG, "onPackageAdded: package=" + packageName + " on " + user); 138 Log.i(Global.TAG, "onPackageChanged: package=" + packageName + " on " + user); 144 Log.i(Global.TAG, "onPackagesAvailable: package=" + Arrays.asList(packageNames) 152 Log.i(Global.TAG, "onPackagesUnavailable: package=" + Arrays.asList(packageNames) 160 Log.i(Global.TAG, "onShortcutsChanged: package=" + packageName + " on " + user);
|
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/ |
FwBlockService.h | 70 IN ESAL_FWB_GLOBAL *Global,
82 IN ESAL_FWB_GLOBAL *Global,
91 IN ESAL_FWB_GLOBAL *Global,
100 IN ESAL_FWB_GLOBAL *Global,
109 IN ESAL_FWB_GLOBAL *Global,
118 IN ESAL_FWB_GLOBAL *Global,
147 IN ESAL_FWB_GLOBAL *Global,
|
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/ |
FwBlockService.h | 81 IN ESAL_FWB_GLOBAL *Global,
92 IN ESAL_FWB_GLOBAL *Global,
100 IN ESAL_FWB_GLOBAL *Global,
108 IN ESAL_FWB_GLOBAL *Global,
116 IN ESAL_FWB_GLOBAL *Global,
124 IN ESAL_FWB_GLOBAL *Global,
150 IN ESAL_FWB_GLOBAL *Global,
|
/external/v8/include/ |
v8-util.h | 15 * C++11 embedders can use STL containers with Global values, 107 static void Dispose(Isolate* isolate, Global<V> value, K key) {} 138 static void Dispose(Isolate* isolate, Global<V> value, K key) {} 151 * A map wrapper that allows using Global as a mapped value. 152 * C++11 embedders don't need this class, as they can use Global 222 Global<V> Remove(const K& key) { 312 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { 318 static PersistentContainerValue Leak(Global<V>* persistent) { 323 * Return a container value as Global and make sure the weak 327 static Global<V> Release(PersistentContainerValue v) [all...] |
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/ |
DndCondition.java | 28 import android.provider.Settings.Global; 62 boolean zenModeEnabled = mZen != Settings.Global.ZEN_MODE_OFF; 80 mZen = bundle.getInt(KEY_STATE, Global.ZEN_MODE_OFF); 85 case Settings.Global.ZEN_MODE_ALARMS: 87 case Settings.Global.ZEN_MODE_IMPORTANT_INTERRUPTIONS: 90 case Settings.Global.ZEN_MODE_NO_INTERRUPTIONS: 132 notificationManager.setZenMode(Settings.Global.ZEN_MODE_OFF, null, TAG);
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
NfcPreferenceController.java | 69 String toggleable = Settings.Global.getString(mContext.getContentResolver(), 70 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS); 72 if (toggleable == null || !toggleable.contains(Settings.Global.RADIO_NFC)) { 120 final int airplaneMode = Settings.Global.getInt( 121 mContext.getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, mAirplaneMode); 138 Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON);
|