/external/skia/experimental/SkV8Example/ |
Path2D.cpp | 11 #include "Global.h" 13 Global* Path2D::gGlobal = NULL;
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
ExecutionEngineBindings.cpp | 247 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, 249 unwrap(EE)->addGlobalMapping(unwrap<GlobalValue>(Global), Addr); 252 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { 253 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
|
/external/v8/src/debug/ |
debug-evaluate.h | 16 static MaybeHandle<Object> Global(Isolate* isolate, Handle<String> source,
|
/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/ |
RetailDemoModeService.java | 225 private final Uri mDeviceDemoModeUri = Settings.Global 226 .getUriFor(Settings.Global.DEVICE_DEMO_MODE); 227 private final Uri mDeviceProvisionedUri = Settings.Global 228 .getUriFor(Settings.Global.DEVICE_PROVISIONED); 229 private final Uri mRetailDemoConstantsUri = Settings.Global 230 .getUriFor(Settings.Global.RETAIL_DEMO_MODE_CONSTANTS); 279 mParser.setString(Settings.Global.getString(mInjector.getContentResolver(), 280 Settings.Global.RETAIL_DEMO_MODE_CONSTANTS)); 360 Settings.Global.putInt(mInjector.getContentResolver(), 361 Settings.Global.PACKAGE_VERIFIER_ENABLE, 0) [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiNotificationController.java | 175 Settings.Global.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY, 900) * 1000L; 324 mFrameworkFacade.registerContentObserver(mContext, Settings.Global.getUriFor( 325 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON), true, this); 343 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1) == 1;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CarrierActionAgent.java | 99 if (Settings.Global.getInt(mPhone.getContext().getContentResolver(), 100 Settings.Global.AIRPLANE_MODE_ON, 0) != 0) { 113 Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON),
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
A2dpSinkService.java | 172 Settings.Global.putInt(getContentResolver(), 173 Settings.Global.getBluetoothA2dpSrcPriorityKey(device.getAddress()), 184 int priority = Settings.Global.getInt(getContentResolver(), 185 Settings.Global.getBluetoothA2dpSrcPriorityKey(device.getAddress()),
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatterySaverController.java | 101 Settings.Global.getUriFor(Settings.Global.LOW_POWER_MODE_TRIGGER_LEVEL) 122 final int percent = Settings.Global.getInt(mContext.getContentResolver(), 123 Settings.Global.LOW_POWER_MODE_TRIGGER_LEVEL, 0);
|
BatterySaverSettings.java | 32 import android.provider.Settings.Global; 89 Global.LOW_POWER_MODE_TRIGGER_LEVEL, 225 = Global.getUriFor(Global.LOW_POWER_MODE_TRIGGER_LEVEL);
|
/packages/apps/Settings/src/com/android/settings/network/ |
TetherPreferenceController.java | 235 uri = Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON); 242 boolean isAirplaneMode = Settings.Global.getInt(mContext.getContentResolver(), 243 Settings.Global.AIRPLANE_MODE_ON, 0) != 0;
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
BugReportInPowerPreferenceControllerTest.java | 137 Settings.Global.BUGREPORT_IN_POWER_MENU, 0); 144 Settings.Global.BUGREPORT_IN_POWER_MENU, 0)).isEqualTo(1); 151 Settings.Global.BUGREPORT_IN_POWER_MENU, 1); 164 Settings.Global.BUGREPORT_IN_POWER_MENU, 0);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/ |
BuildNumberPreferenceControllerTest.java | 115 Settings.Global.putInt(context.getContentResolver(), 116 Settings.Global.DEVICE_PROVISIONED, 0); 132 Settings.Global.putInt(context.getContentResolver(), 133 Settings.Global.DEVICE_PROVISIONED, 1);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
NetworkFragment.java | 163 Settings.Global.putInt(getActivity().getContentResolver(), 164 Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE, 192 scanAlwaysAvailable = Settings.Global.getInt(getContext().getContentResolver(), 193 Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
DateTimeFragment.java | 201 Settings.Global.putInt(getContext().getContentResolver(), 202 Settings.Global.AUTO_TIME, on ? 1 : 0); 210 int value = Settings.Global.getInt(getContext().getContentResolver(), 211 Settings.Global.AUTO_TIME, 0);
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyCallHelper.java | 328 if (Settings.Global.getInt(mApp.getContentResolver(), 329 Settings.Global.AIRPLANE_MODE_ON, 0) > 0) { 333 Settings.Global.putInt(mApp.getContentResolver(), 334 Settings.Global.AIRPLANE_MODE_ON, 0);
|
/external/v8/samples/ |
process.cc | 99 // install it in the global namespace as 'options' and 'output'. 133 Global<Context> context_; 134 Global<Function> process_; 135 static Global<ObjectTemplate> request_template_; 136 static Global<ObjectTemplate> map_template_; 160 // Create a template for the global object where we set the 161 // built-in global functions. 162 Local<ObjectTemplate> global = ObjectTemplate::New(GetIsolate()); local 163 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal) 172 v8::Local<v8::Context> context = Context::New(GetIsolate(), NULL, global); [all...] |
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/ |
DeviceOwnerFragment.java | 48 * actions, such as configuring global settings and enforcing a preferred Activity for a specific 78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked); 82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked); 162 * Retrieves the current global settings and changes the UI accordingly. 167 // Global settings 169 getBooleanGlobalSetting(activity.getContentResolver(), Settings.Global.AUTO_TIME)); 172 Settings.Global.AUTO_TIME_ZONE)); 202 * Retrieves the current boolean value of the specified global setting. 209 return 0 != Settings.Global.getInt(resolver, setting, 0); 213 * Sets the boolean value of the specified global setting [all...] |
/developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/ |
DeviceOwnerFragment.java | 48 * actions, such as configuring global settings and enforcing a preferred Activity for a specific 78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked); 82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked); 162 * Retrieves the current global settings and changes the UI accordingly. 167 // Global settings 169 getBooleanGlobalSetting(activity.getContentResolver(), Settings.Global.AUTO_TIME)); 172 Settings.Global.AUTO_TIME_ZONE)); 202 * Retrieves the current boolean value of the specified global setting. 209 return 0 != Settings.Global.getInt(resolver, setting, 0); 213 * Sets the boolean value of the specified global setting [all...] |
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/ |
DeviceOwnerFragment.java | 48 * actions, such as configuring global settings and enforcing a preferred Activity for a specific 78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked); 82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked); 162 * Retrieves the current global settings and changes the UI accordingly. 167 // Global settings 169 getBooleanGlobalSetting(activity.getContentResolver(), Settings.Global.AUTO_TIME)); 172 Settings.Global.AUTO_TIME_ZONE)); 202 * Retrieves the current boolean value of the specified global setting. 209 return 0 != Settings.Global.getInt(resolver, setting, 0); 213 * Sets the boolean value of the specified global setting [all...] |
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
BaseSettingsProviderTest.java | 65 Settings.Global.putStringForUser(contentResolver, name, value, userId); 87 return Settings.Global.getStringForUser(contentResolver, name, userId); 192 executeShellCommand("settings reset global " + modeString); 213 executeShellCommand("settings reset global " + packageName + " " 236 return Settings.Global.getString(getContext().getContentResolver(), name); 256 Settings.Global.putString(getContext().getContentResolver(), name, value); 282 executeShellCommand("settings put global " + name + " " 333 return Settings.Global.CONTENT_URI;
|
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityManagerConstants.java | 217 mResolver.registerContentObserver(Settings.Global.getUriFor( 218 Settings.Global.ACTIVITY_MANAGER_CONSTANTS), false, this); 241 final String setting = Settings.Global.getString(mResolver, 242 Settings.Global.ACTIVITY_MANAGER_CONSTANTS); 314 + Settings.Global.ACTIVITY_MANAGER_CONSTANTS + ":");
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 48 Settings.Global.putString(cr, Settings.Global.DROPBOX_AGE_SECONDS, ""); 49 Settings.Global.putString(cr, Settings.Global.DROPBOX_MAX_FILES, ""); 50 Settings.Global.putString(cr, Settings.Global.DROPBOX_QUOTA_KB, ""); 51 Settings.Global.putString(cr, Settings.Global.DROPBOX_TAG_PREFIX + "DropBoxTest", ""); 262 Settings.Global.putString(cr, Settings.Global.DROPBOX_TAG_PREFIX + "DropBoxTest" [all...] |
/packages/apps/Settings/src/com/android/settings/datausage/ |
CellDataPreference.java | 27 import android.provider.Settings.Global; 254 Uri uri = Global.getUriFor(Global.MOBILE_DATA); 256 uri = Global.getUriFor(Global.MOBILE_DATA + subId);
|
/frameworks/base/core/java/android/app/ |
NotificationManager.java | 43 import android.provider.Settings.Global; [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkMonitor.java | 302 mIsCaptivePortalCheckEnabled = Settings.Global.getInt(mContext.getContentResolver(), 303 Settings.Global.CAPTIVE_PORTAL_MODE, Settings.Global.CAPTIVE_PORTAL_MODE_PROMPT) 304 != Settings.Global.CAPTIVE_PORTAL_MODE_IGNORE; 305 mUseHttps = Settings.Global.getInt(mContext.getContentResolver(), 306 Settings.Global.CAPTIVE_PORTAL_USE_HTTPS, 1) == 1; 668 return getSetting(context, Settings.Global.CAPTIVE_PORTAL_HTTPS_URL, DEFAULT_HTTPS_URL); 672 return getSetting(context, Settings.Global.CAPTIVE_PORTAL_HTTP_URL, DEFAULT_HTTP_URL); 678 Settings.Global.CAPTIVE_PORTAL_FALLBACK_URL, DEFAULT_FALLBACK_URL); 680 Settings.Global.CAPTIVE_PORTAL_OTHER_FALLBACK_URLS, DEFAULT_OTHER_FALLBACK_URLS) [all...] |