HomeSort by relevance Sort by last modified time
    Searched refs:Global (Results 251 - 275 of 1369) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
AutoRestrictionPreferenceControllerTest.java 106 Settings.Global.putInt(mContext.getContentResolver(),
107 Settings.Global.APP_AUTO_RESTRICTION_ENABLED,
112 return Settings.Global.getInt(mContext.getContentResolver(),
113 Settings.Global.APP_AUTO_RESTRICTION_ENABLED, ON);
SmartBatteryPreferenceControllerTest.java 110 Settings.Global.putInt(mContentResolver,
111 Settings.Global.ADAPTIVE_BATTERY_MANAGEMENT_ENABLED, value);
115 return Settings.Global.getInt(mContentResolver,
116 Settings.Global.ADAPTIVE_BATTERY_MANAGEMENT_ENABLED, ON);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
BatteryTipPolicyTest.java 62 Settings.Global.putString(mContext.getContentResolver(),
63 Settings.Global.BATTERY_TIP_CONSTANTS, BATTERY_TIP_CONSTANTS_VALUE);
89 Settings.Global.putString(mContext.getContentResolver(),
90 Settings.Global.BATTERY_TIP_CONSTANTS, "");
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
WirelessNetworkSettingsTests.java 71 Settings.Global.putString(InstrumentationRegistry.getTargetContext().getContentResolver(),
72 Settings.Global.AIRPLANE_MODE_ON, "0");
105 final String wifiValue = Settings.Global.getString(
107 Settings.Global.WIFI_ON);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/sound/
SoundFormatPreferenceController.java 102 /** @return the formats that are enabled in manual mode, from global settings */
105 String enabledFormats = Settings.Global.getString(mContext.getContentResolver(),
106 Settings.Global.ENCODED_SURROUND_OUTPUT_ENABLED_FORMATS);
123 * Writes enabled/disabled state for a given format to the global settings.
132 Settings.Global.putString(mContext.getContentResolver(),
133 Settings.Global.ENCODED_SURROUND_OUTPUT_ENABLED_FORMATS,
  /packages/services/Telephony/src/com/android/phone/
CdmaSubscriptionListPreference.java 57 int cdmaSubscriptionMode = Settings.Global.getInt(mPhone.getContext().getContentResolver(),
58 Settings.Global.CDMA_SUBSCRIPTION_MODE, preferredSubscriptionMode);
124 Settings.Global.putInt(mPhone.getContext().getContentResolver(),
125 Settings.Global.CDMA_SUBSCRIPTION_MODE,
  /packages/services/Telephony/src/com/android/services/telephony/
RadioOnHelper.java 101 if (Settings.Global.getInt(mContext.getContentResolver(),
102 Settings.Global.AIRPLANE_MODE_ON, 0) > 0) {
106 Settings.Global.putInt(mContext.getContentResolver(),
107 Settings.Global.AIRPLANE_MODE_ON, 0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
FunctionComparator.h 43 /// GlobalNumberState assigns an integer to each global value in the program,
66 // The next unused serial number to assign to a global.
72 uint64_t getNumber(GlobalValue* Global) {
75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
81 void erase(GlobalValue *Global) {
82 GlobalNumbers.erase(Global);
225 /// Compares two global values by number. Uses the GlobalNumbersState to
387 // The global state we will use
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
FunctionComparator.h 43 /// GlobalNumberState assigns an integer to each global value in the program,
66 // The next unused serial number to assign to a global.
72 uint64_t getNumber(GlobalValue* Global) {
75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
81 void erase(GlobalValue *Global) {
82 GlobalNumbers.erase(Global);
225 /// Compares two global values by number. Uses the GlobalNumbersState to
387 // The global state we will use
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
FunctionComparator.h 43 /// GlobalNumberState assigns an integer to each global value in the program,
66 // The next unused serial number to assign to a global.
72 uint64_t getNumber(GlobalValue* Global) {
75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
81 void erase(GlobalValue *Global) {
82 GlobalNumbers.erase(Global);
225 /// Compares two global values by number. Uses the GlobalNumbersState to
387 // The global state we will use
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
FunctionComparator.h 43 /// GlobalNumberState assigns an integer to each global value in the program,
66 // The next unused serial number to assign to a global.
72 uint64_t getNumber(GlobalValue* Global) {
75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
81 void erase(GlobalValue *Global) {
82 GlobalNumbers.erase(Global);
225 /// Compares two global values by number. Uses the GlobalNumbersState to
387 // The global state we will use
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
FunctionComparator.h 43 /// GlobalNumberState assigns an integer to each global value in the program,
66 // The next unused serial number to assign to a global.
72 uint64_t getNumber(GlobalValue* Global) {
75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
81 void erase(GlobalValue *Global) {
82 GlobalNumbers.erase(Global);
225 /// Compares two global values by number. Uses the GlobalNumbersState to
387 // The global state we will use
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 47 DIPrinter &operator<<(const DIGlobal &Global);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
FunctionComparator.h 43 /// GlobalNumberState assigns an integer to each global value in the program,
66 // The next unused serial number to assign to a global.
72 uint64_t getNumber(GlobalValue* Global) {
75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber});
81 void erase(GlobalValue *Global) {
82 GlobalNumbers.erase(Global);
225 /// Compares two global values by number. Uses the GlobalNumbersState to
387 // The global state we will use

Completed in 880 milliseconds

<<11121314151617181920>>