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

12 3 4 5 6 7 8 91011>>

  /development/tools/rmtypedefs/.idea/copyright/
profiles_settings.xml 2 <settings default="" />
  /external/jacoco/org.jacoco.agent/
.gitignore 3 /.settings
  /external/snakeyaml/
.gitignore 5 .settings/
  /frameworks/base/tools/layoutlib/.idea/copyright/
profiles_settings.xml 2 <settings default="Android" />
  /development/tools/idegen/templates/idea/copyright/
profiles_settings.xml 2 <settings default="">
6 </settings>
  /frameworks/data-binding/.idea/copyright/
profiles_settings.xml 2 <settings default="">
6 </settings>
  /external/chromium-trace/catapult/tracing/tracing/base/
settings_test.html 7 <link rel="import" href="/tracing/base/settings.html">
13 assert.equal(tr.b.Settings.get(key), expectedValue);
16 // Old settings versions used to stringify objects instead of putting them
17 // into JSON. This test makes sure that these old settings yield the default
20 var storage = tr.b.Settings.getAlternativeStorageInstance();
21 storage.setItem(tr.b.Settings.namespace_('key'), 'hello world');
23 assert.equal(tr.b.Settings.get('key', 'value'), 'value');
27 var settings = new tr.b.Settings();
28 settings.set('my_key', 'my_val')
    [all...]
  /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/
proguard.flags 2 -keep class com.android.settings.*Fragment
3 -keep class com.android.settings.*Picker
4 -keep class com.android.settings.*Settings
5 -keep class com.android.settings.wifi.*Settings
6 -keep class com.android.settings.deviceinfo.*
7 -keep class com.android.settings.bluetooth.*
8 -keep class com.android.settings.datausage.*
9 -keep class com.android.settings.applications.
    [all...]
  /frameworks/base/cmds/settings/
settings 1 # Script to start "settings" on the device
4 export CLASSPATH=$base/framework/settings.jar
5 exec app_process $base/bin com.android.commands.settings.SettingsCmd "$@"
  /development/tools/mkstubs/.idea/inspectionProfiles/
profiles_settings.xml 2 <settings>
6 </settings>
  /external/androidplot/
.gitignore 3 /AndroidPlot-Core/.settings/
4 /Examples/DemoApp/.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>
  /frameworks/base/tools/layoutlib/.idea/inspectionProfiles/
profiles_settings.xml 2 <settings>
6 </settings>
  /external/skia/src/gpu/
GrStencil.cpp 18 // incorporate the clip bit into these settings.
241 GrStencilSettings settings[kMaxStencilClipPasses]) {
247 settings[0] = gReplaceClip;
251 settings[0] = gUnionClip;
255 settings[0] = gXorClip;
259 settings[0] = gDiffClip;
265 settings[0].fFuncRefs[kFront_Face] |= stencilClipMask;
266 settings[0].fWriteMasks[kFront_Face] |= stencilClipMask;
267 settings[0].fFuncRefs[kBack_Face] =
268 settings[0].fFuncRefs[kFront_Face]
    [all...]
  /frameworks/volley/
.gitignore 5 .settings
  /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 {
  /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/nanohttpd/
settings.xml 0 <settings>
15 </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/chromium-trace/catapult/tracing/
.gitignore 7 .settings
  /external/guice/
.gitignore 6 .settings/

Completed in 585 milliseconds

12 3 4 5 6 7 8 91011>>