/system/core/lmkd/ |
lmkd.rc | 6 writepid /dev/cpuset/system-background/tasks
|
/system/core/storaged/ |
storaged.rc | 5 writepid /dev/cpuset/system-background/tasks
|
/system/update_engine/ |
update_engine.rc | 5 writepid /dev/cpuset/system-background/tasks
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/ |
lua.css | 2 background-color: #F8F8F8 ; 11 background-color: #FFFFFF ; 27 background-color: #D0D0FF ; 44 background-color: inherit ; 49 background-color: inherit ; 55 background-color: #D0D0FF ; 66 background-color: #a0a0a0 ; 75 background-color: #F8F8F8 ; 90 background-image: url('images/search.png') ; 91 background-repeat: no-repeat [all...] |
/external/syslinux/com32/lua/doc/ |
lua.css | 2 background-color: #F8F8F8 ; 11 background-color: #FFFFFF ; 27 background-color: #D0D0FF ; 44 background-color: inherit ; 49 background-color: inherit ; 55 background-color: #D0D0FF ; 66 background-color: #a0a0a0 ; 75 background-color: #F8F8F8 ; 90 background-image: url('images/search.png') ; 91 background-repeat: no-repeat [all...] |
/external/autotest/client/cros/multimedia/multimedia_test_extension/ |
manifest.json | 8 "background": { 9 "scripts": ["background.js"]
|
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/ |
manifest.json | 2 "background": { 3 "scripts": [ "background.js" ]
|
/external/autotest/client/deps/graphics/graphics_test_extension/ |
manifest.json | 7 "background": { 8 "scripts": ["background.js"],
|
/external/autotest/server/cros/ap_configurators/basic_auth_extension/ |
manifest.json | 11 "background": { 12 "scripts": ["background.js"]
|
/prebuilts/go/darwin-x86/misc/chrome/gophertool/ |
manifest.json | 6 "background": { 7 "page": "background.html"
|
/prebuilts/go/linux-x86/misc/chrome/gophertool/ |
manifest.json | 6 "background": { 7 "page": "background.html"
|
/external/fmtlib/doc/bootstrap/mixins/ |
table-row.less | 3 .table-row-variant(@state; @background) { 13 background-color: @background; 25 background-color: darken(@background, 5%);
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/ |
expand_layout.xml | 5 android:background="#FF0000" 10 android:background="#00FF00" 15 android:background="#0000FF" 20 android:background="#FF00FF" 25 android:background="#00FFFF"
|
/external/abi-compliance-checker/modules/Internals/Styles/ |
CmpSystems.css | 3 background-color:White; 8 background-color:Black; 33 background:#f2f2f2; 53 background-color:#CCFFCC; 56 background-color:#F4F4AF; 59 background-color:#FFCCCC; 62 background-color:#C6DEFF; 65 background-color:#CCFFCC; 68 background-color:#FFDAA3; 71 background-color:#FFCCCC [all...] |
/external/proguard/docs/manual/ |
style.css | 7 background: #FFFFFF; 17 background: #EEEEFF; 40 background: #E0E0E0; 67 background: #E0E0E0; 77 background: #D0D0D0; 87 background: #E0E0E0; 111 background: #E0E0E0; 120 background: #BBBBFF; 128 background: #8888FF; 136 background: #E0E0E0 [all...] |
/external/skia/third_party/lua/doc/ |
lua.css | 3 background-color: #FFFFFF ; 21 background-color: #E0E0FF ; 37 background-color: inherit ; 42 background-color: inherit ; 48 background-color: #E0E0FF ; 59 background-color: #a0a0a0 ; 63 background-color: #F8F8F8 ; 77 background-image: url('images/search.png') ; 78 background-repeat: no-repeat; 79 background-position: 4px center [all...] |
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
DetailsViewBackgroundHelper.java | 27 * The Background Helper. 30 // Background delay serves to avoid kicking off expensive bitmap loading 39 LoadBackgroundRunnable(Drawable background) { 40 mBackGround = background; 65 * Sets the given image to background. 67 public void setBackground(Drawable background) { 71 mRunnable = new LoadBackgroundRunnable(background); 76 * Sets the background color. 85 * Sets the background scrim.
|
/external/skia/include/effects/ |
SkArithmeticImageFilter.h | 16 sk_sp<SkImageFilter> background, 20 sk_sp<SkImageFilter> background) { 21 return Make(k1, k2, k3, k4, enforcePMColor, std::move(background), nullptr, nullptr);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 18 style.configure('TButton', background='yellow') 19 self.assertEqual(style.configure('TButton', 'background'), 26 style.map('TButton', background=[('active', 'background', 'blue')]) 27 self.assertEqual(style.map('TButton', 'background'), 28 [('active', 'background', 'blue')]) 34 style.configure('TButton', background='yellow') 35 style.map('TButton', background=[('active', 'background', 'blue')]) 37 self.assertEqual(style.lookup('TButton', 'background'), 'yellow' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 18 style.configure('TButton', background='yellow') 19 self.assertEqual(style.configure('TButton', 'background'), 26 style.map('TButton', background=[('active', 'background', 'blue')]) 27 self.assertEqual(style.map('TButton', 'background'), 28 [('active', 'background', 'blue')]) 34 style.configure('TButton', background='yellow') 35 style.map('TButton', background=[('active', 'background', 'blue')]) 37 self.assertEqual(style.lookup('TButton', 'background'), 'yellow' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 18 style.configure('TButton', background='yellow') 19 self.assertEqual(style.configure('TButton', 'background'), 26 style.map('TButton', background=[('active', 'background', 'blue')]) 27 self.assertEqual(style.map('TButton', 'background'), 28 [('active', 'background', 'blue')]) 34 style.configure('TButton', background='yellow') 35 style.map('TButton', background=[('active', 'background', 'blue')]) 37 self.assertEqual(style.lookup('TButton', 'background'), 'yellow' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 18 style.configure('TButton', background='yellow') 19 self.assertEqual(style.configure('TButton', 'background'), 26 style.map('TButton', background=[('active', 'background', 'blue')]) 27 self.assertEqual(style.map('TButton', 'background'), 28 [('active', 'background', 'blue')]) 34 style.configure('TButton', background='yellow') 35 style.map('TButton', background=[('active', 'background', 'blue')]) 37 self.assertEqual(style.lookup('TButton', 'background'), 'yellow' [all...] |
/external/ImageMagick/PerlMagick/t/ |
montage.t | 31 q/background=>'#696e7e'/, 40 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'Center'/, 49 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'NorthWest'/, 58 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'North'/, 67 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'NorthEast'/, 76 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'West'/, 85 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'East'/, 94 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'SouthWest'/, 103 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'South'/, 112 q/background=>'#696e7e', geometry=>'90x80+5+5>', gravity=>'SouthEast'/ [all...] |
/external/proguard/docs/ |
style.css | 8 background: #FFFFFF; 23 background: #EEEEFF; 46 background: #EEEEEE; 51 background: #EEEEFF; 73 background: #E0E0E0; 83 background: url("steel.gif"); 92 background: #EEEEFF; 103 background: #C0C0C0; 114 background: url("steel.gif"); 141 background: #F8F8F8 [all...] |
/external/libnl/doc/stylesheets/ |
docbook-xsl.css | 136 background: #f4f4f4; 142 background: #ffffee; 300 span.aqua-background { background: aqua; } 301 span.black-background { background: black; } 302 span.blue-background { background: blue; } 303 span.fuchsia-background { background: fuchsia; [all...] |