HomeSort by relevance Sort by last modified time
    Searched full:settings (Results 26 - 50 of 13966) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-settings-2.2.1-javadoc.jar 
  /external/autotest/frontend/
settings_readonly.py 1 """Django settings for code that only needs readonly access to the database."""
5 # This copies all the non-readonly settings into the readonly settings.
6 # We then overwrite the relevant settings to set readonly access.
7 # This allows us to update the generic settings without having duplicated
8 # entries between the readonly and non-readonly settings.
9 from autotest_lib.frontend.settings import *
  /packages/apps/Settings/tests/robotests/assets/
grandfather_not_implementing_indexable 1 com.android.settings.accessibility.ToggleScreenMagnificationPreferenceFragment
2 com.android.settings.deviceinfo.PrivateVolumeForget
3 com.android.settings.inputmethod.SpellCheckersSettings
4 com.android.settings.inputmethod.KeyboardLayoutPickerFragment
5 com.android.settings.fuelgauge.InactiveApps
6 com.android.settings.accessibility.CaptionPropertiesFragment
7 com.android.settings.accessibility.AccessibilitySettingsForSetupWizard
8 com.android.settings.datausage.DataUsageList
9 com.android.settings.vpn2.AppManagementFragment
10 com.android.settings.vpn2.VpnSetting
    [all...]
  /development/tools/mkstubs/.idea/inspectionProfiles/
profiles_settings.xml 2 <settings>
6 </settings>
  /external/androidplot/.idea/copyright/
profiles_settings.xml 2 <settings default="AndroidPlot Apache 2.0">
6 </settings>
  /external/androidplot/.idea/inspectionProfiles/
profiles_settings.xml 2 <settings>
6 </settings>
  /external/dagger2/util/
settings.xml 0 <settings>
9 </settings>
  /external/okhttp/.buildscript/
settings.xml 0 <settings>
9 </settings>
  /frameworks/base/services/tests/servicestests/assets/NetworkWatchlistTest/
watchlist_settings_test1.xml 2 <network-watchlist-settings>
4 </network-watchlist-settings>
  /frameworks/layoutlib/.idea/inspectionProfiles/
profiles_settings.xml 2 <settings>
6 </settings>
  /packages/apps/Settings/tests/robotests/config/
robolectric.properties 1 manifest=packages/apps/Settings/AndroidManifest.xml
3 shadows=com.android.settings.testutils.shadow.ShadowThreadUtil
  /external/syslinux/gpxe/src/core/
settings.c 34 #include <gpxe/settings.h>
38 * Configuration settings
44 * Generic settings blocks
54 /** List of generic settings */
88 * @v generics Generic settings block
107 * @v settings Settings block
113 int generic_settings_store ( struct settings *settings,
117 container_of ( settings, struct generic_settings, settings )
242 struct settings *settings; local
270 struct settings *settings; local
320 struct settings *settings = &settings_root; local
972 struct settings *settings; local
992 struct settings *settings; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableResourcesImpl.java 17 package com.android.settings.search;
21 import com.android.settings.DateTimeSettings;
22 import com.android.settings.DisplaySettings;
23 import com.android.settings.LegalSettings;
24 import com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment;
25 import com.android.settings.connecteddevice.PreviouslyConnectedDeviceDashboardFragment;
26 import com.android.settings.connecteddevice.BluetoothDashboardFragment;
27 import com.android.settings.datausage.DataUsageSummaryLegacy;
28 import com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment;
29 import com.android.settings.accessibility.AccessibilitySettings
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenSuggestionActivity.java 1 package com.android.settings.notification;
6 import android.provider.Settings;
14 // start up zen settings activity
15 Intent settingsIntent = new Intent(Settings.ACTION_ZEN_MODE_SETTINGS);
19 Intent onboardingActivity = new Intent(Settings.ZEN_MODE_ONBOARDING);
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4932.dir/
state.go 10 var s Settings
16 func (s *State) x(*Settings) {}
18 type Settings struct{}
20 func (c *Settings) x() {
26 func (s *Settings) op() foo.Op {
  /prebuilts/go/linux-x86/test/fixedbugs/issue4932.dir/
state.go 10 var s Settings
16 func (s *State) x(*Settings) {}
18 type Settings struct{}
20 func (c *Settings) x() {
26 func (s *Settings) op() foo.Op {
  /packages/apps/Settings/src/com/android/settings/core/gateway/
SettingsGateway.java 17 package com.android.settings.core.gateway;
19 import com.android.settings.DateTimeSettings;
20 import com.android.settings.DeviceAdminSettings;
21 import com.android.settings.DisplaySettings;
22 import com.android.settings.IccLockSettings;
23 import com.android.settings.MasterClear;
24 import com.android.settings.PrivacySettings;
25 import com.android.settings.Settings;
26 import com.android.settings.TestingSettings
    [all...]
  /external/icu/icu4c/source/i18n/
number_notation.cpp 18 ScientificSettings settings; local
19 settings.fEngineeringInterval = 1;
20 settings.fRequireMinInt = false;
21 settings.fMinExponentDigits = 1;
22 settings.fExponentSignDisplay = UNUM_SIGN_AUTO;
24 union_.scientific = settings;
29 ScientificSettings settings; local
30 settings.fEngineeringInterval = 3;
31 settings.fRequireMinInt = false;
32 settings.fMinExponentDigits = 1
58 ScientificSettings settings = fUnion.scientific; local
69 ScientificSettings settings = fUnion.scientific; local
    [all...]
  /sdk/eclipse/
settings.xml 2 <!-- Run as: mvn -s /path/to/settings.xml -->
3 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
5 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
8 </settings>
  /external/python/cpython2/Mac/PythonLauncher/
PreferencesWindowController.m 25 settings = [FileSettings getDefaultsForFileType: title];
31 [interpreter setStringValue: [settings interpreter]];
32 [honourhashbang setState: [settings honourhashbang]];
33 [debug setState: [settings debug]];
34 [verbose setState: [settings verbose]];
35 [inspect setState: [settings inspect]];
36 [optimize setState: [settings optimize]];
37 [nosite setState: [settings nosite]];
38 [tabs setState: [settings tabs]];
39 [others setStringValue: [settings others]]
    [all...]
  /external/python/cpython3/Mac/PythonLauncher/
PreferencesWindowController.m 25 settings = [FileSettings getDefaultsForFileType: title];
31 [interpreter setStringValue: [settings interpreter]];
32 [honourhashbang setState: [settings honourhashbang]];
33 [debug setState: [settings debug]];
34 [verbose setState: [settings verbose]];
35 [inspect setState: [settings inspect]];
36 [optimize setState: [settings optimize]];
37 [nosite setState: [settings nosite]];
38 [tabs setState: [settings tabs]];
39 [others setStringValue: [settings others]]
    [all...]
  /external/nanohttpd/
settings.xml 0 <settings>
15 </settings
  /frameworks/base/cmds/settings/
Android.mk 7 LOCAL_MODULE := settings
8 LOCAL_SRC_FILES := settings
  /packages/apps/Settings/res/layout/
data_usage_chart.xml 19 <com.android.settings.widget.ChartDataUsageView
21 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
30 <com.android.settings.widget.ChartGridView
38 settings:borderDrawable="@drawable/data_grid_border" />
40 <com.android.settings.widget.ChartNetworkSeriesView
45 settings:strokeColor="#00000000"
46 settings:fillColor="?android:attr/colorAccent"
47 settings:fillColorSecondary="#ff80cbc4"
48 settings:safeRegion="3dp" /
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSettingsTest.java 7 import android.provider.Settings;
27 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(0);
28 assertThat(Settings.System.getInt(contentResolver, "property", 2)).isEqualTo(2);
30 Settings.System.putInt(contentResolver, "property", 1);
31 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(1);
33 Settings.System.putString(contentResolver, "property", "11");
34 assertThat(Settings.System.getInt(contentResolver, "property", 0)).isEqualTo(11);
39 assertThat(Settings.Secure.getInt(contentResolver, "property", 0)).isEqualTo(0);
40 assertThat(Settings.Secure.getInt(contentResolver, "property", 2)).isEqualTo(2);
42 Settings.Secure.putInt(contentResolver, "property", 1)
    [all...]

Completed in 1590 milliseconds

12 3 4 5 6 7 8 91011>>