HomeSort by relevance Sort by last modified time
    Searched full:options (Results 76 - 100 of 12731) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.h 9 AutoDecoderCancel(jobject options, SkImageDecoder* decoder);
12 static bool RequestCancel(jobject options);
17 jobject fJOptions; // java options object
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options_unittest.py 12 options = browser_options.BrowserFinderOptions()
13 parser = options.CreateParser()
16 self.assertEquals(options.x, 3) # pylint: disable=E1101
19 options = browser_options.BrowserFinderOptions()
20 parser = options.CreateParser()
23 self.assertEquals(options.x, 10) # pylint: disable=E1101
26 options = browser_options.BrowserFinderOptions()
27 setattr(options, 'x', 7)
28 parser = options.CreateParser()
31 self.assertEquals(options.x, 7) # pylint: disable=E110
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
proxy_handler.h 9 #include "chrome/browser/ui/webui/options/options_ui.h"
12 namespace options { namespace in namespace:chromeos
14 // ChromeOS proxy options page UI handler.
15 class ProxyHandler : public ::options::OptionsPageUIHandler {
30 } // namespace options
  /frameworks/base/tools/aidl/
options.h 15 // This struct is the parsed version of the command line options
16 struct Options
31 // takes the inputs from the command line and fills in the Options struct
34 int parse_options(int argc, const char* const* argv, Options *options);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkCommonDialog.py 17 def __init__(self, master=None, **options):
24 self.options = options
25 if not master and options.get('parent'):
26 self.master = options['parent']
34 def show(self, **options):
36 # update instance options
37 for k, v in options.items():
38 self.options[k] = v
42 # we need a dummy widget to properly process the options
    [all...]
tkMessageBox.py 10 # options (all have default values):
66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
69 if _type and "type" not in options: options["type"] = _type
70 if title: options["title"] = title
71 if message: options["message"] = messag
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkCommonDialog.py 17 def __init__(self, master=None, **options):
24 self.options = options
25 if not master and options.get('parent'):
26 self.master = options['parent']
34 def show(self, **options):
36 # update instance options
37 for k, v in options.items():
38 self.options[k] = v
42 # we need a dummy widget to properly process the options
    [all...]
tkMessageBox.py 10 # options (all have default values):
66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
68 if _icon and "icon" not in options: options["icon"] = _icon
69 if _type and "type" not in options: options["type"] = _type
70 if title: options["title"] = title
71 if message: options["message"] = messag
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.h 11 #include "chrome/browser/ui/options/options_window.h"
15 // Managed options banner handler.
16 // Controls the display of a banner if an options panel contains options
29 // Set the managed options banner to be visible or invisible.
33 string16 page_name_; // current options page name.
34 OptionsPage page_; // current options page value.
  /external/chromium_org/tools/telemetry/telemetry/page/
results_options.py 24 group = optparse.OptionGroup(parser, 'Results options')
46 def PrepareResults(test, options):
49 if options.output_format != 'none':
50 options.output_format = 'gtest'
52 if options.output_format == 'html' and not options.output_file:
53 options.output_file = os.path.join(util.GetBaseDir(), 'results.html')
55 if hasattr(options, 'output_file') and options.output_file:
56 output_file = os.path.expanduser(options.output_file
    [all...]
  /external/chromium/chrome/browser/resources/options/
language_options.html 7 <div class="language-options-header">
13 <div class="language-options">
14 <div class="language-options-left">
16 <list id="language-options-list"></list>
17 <div class="language-options-lower-left">
18 <button id="language-options-add-button"
22 <div class="language-options-right">
23 <h3 id="language-options-language-name"></h3>
25 <div class="language-options-contents">
26 <button id="language-options-ui-language-button"></button
    [all...]
  /external/chromium/chrome/browser/resources/chromeos/
proxy_settings.js 5 var OptionsPage = options.OptionsPage;
6 var Preferences = options.Preferences;
7 var ProxyOptions = options.ProxyOptions;
19 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
20 cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
21 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
22 cr.ui.decorate('input[pref][type=range]', options.PrefRange);
23 cr.ui.decorate('select[pref]', options.PrefSelect);
24 cr.ui.decorate('input[pref][type=text]', options.PrefTextField);
25 cr.ui.decorate('input[pref][type=url]', options.PrefTextField)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
options.js 10 options.style.color = isDeactivated ? 'graytext' : 'black';
12 options.frequency.disabled = isDeactivated; // The control manipulability.
17 options.isActivated.checked = JSON.parse(localStorage.isActivated);
19 options.frequency.value = localStorage.frequency;
22 if (!options.isActivated.checked) { ghost(true); }
25 options.isActivated.onchange = function() {
26 localStorage.isActivated = options.isActivated.checked;
27 ghost(!options.isActivated.checked);
30 options.frequency.onchange = function() {
31 localStorage.frequency = options.frequency.value
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
Options.java 10 package com.adobe.xmp.options;
24 public abstract class Options
26 /** the internal int containing all options */
27 private int options = 0; field in class:Options
35 public Options()
42 * Constructor with the options bit mask.
44 * @param options the options bit mask
45 * @throws XMPException If the options are not correct
47 public Options(int options) throws XMPExceptio
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
options.js 5 var AddLanguageOverlay = options.AddLanguageOverlay;
6 var AlertOverlay = options.AlertOverlay;
7 var AutofillEditAddressOverlay = options.AutofillEditAddressOverlay;
8 var AutofillEditCreditCardOverlay = options.AutofillEditCreditCardOverlay;
9 var AutofillOptions = options.AutofillOptions;
10 var BrowserOptions = options.BrowserOptions;
11 var ClearBrowserDataOverlay = options.ClearBrowserDataOverlay;
12 var ConfirmDialog = options.ConfirmDialog;
14 options.contentSettings.ContentSettingsExceptionsArea;
15 var ContentSettings = options.ContentSettings
    [all...]
  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 19 std::set<string16>* options) const {
20 DCHECK(options);
21 options->insert(kOptionMultiInstall);
25 std::set<string16>* options) const {
26 DCHECK(options);
27 options->insert(kOptionMultiInstall);
31 const std::set<string16>& options,
38 const std::set<string16>& options,
43 const std::set<string16>& options,
47 DCHECK(options.find(kOptionMultiInstall) != options.end())
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 47 OperationScheduler.Options options = new OperationScheduler.Options(); local
48 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
54 assertEquals(beforeTrigger + 1000000, scheduler.getNextTimeMillis(options));
58 assertEquals(beforeTrigger + 1000000, scheduler.getNextTimeMillis(options));
60 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options));
64 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
66 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options));
73 assertEquals(beforeTrigger + 1500000, scheduler.getNextTimeMillis(options));
125 OperationScheduler.Options options = new OperationScheduler.Options(); local
160 OperationScheduler.Options options = new OperationScheduler.Options(); local
186 OperationScheduler.Options options = new OperationScheduler.Options(); local
211 OperationScheduler.Options options = new OperationScheduler.Options(); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.c 2 * Generic Options Support Header File
33 #include "yasm-options.h"
43 /* Options Parser */
45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts,
61 if (argv[0][2] == '\0') { /* --, end of options */
62 /* Handle rest of args as non-options */
73 if (options[i].lopt &&
74 strncmp(&argv[0][2], options[i].lopt,
75 (optlen = strlen(options[i].lopt))) == 0) {
82 if (options[i].takes_param)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 50 public IFileInfo[] childInfos(int options, IProgressMonitor monitor) throws CoreException {
51 return mStore.childInfos(options, monitor);
55 public String[] childNames(int options, IProgressMonitor monitor)
57 return mStore.childNames(options, monitor);
61 public IFileStore[] childStores(int options, IProgressMonitor monitor) throws CoreException {
62 return mStore.childStores(options, monitor);
66 public void copy(IFileStore destination, int options, IProgressMonitor monitor)
68 mStore.copy(destination, options, monitor);
72 public void delete(int options, IProgressMonitor monitor) throws CoreException {
73 mStore.delete(options, monitor)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
options.html 39 options.style.color = isDeactivated ? 'graytext' : 'black';
41 options.frequency.disabled = isDeactivated; // The control manipulability.
46 options.isActivated.checked = JSON.parse(localStorage.isActivated);
48 options.frequency.value = localStorage.frequency;
51 if (!options.isActivated.checked) { ghost(true); }
54 options.isActivated.onchange = function() {
55 localStorage.isActivated = options.isActivated.checked;
56 ghost(!options.isActivated.checked);
59 options.frequency.onchange = function() {
60 localStorage.frequency = options.frequency.value
    [all...]
  /external/chromium_org/build/android/gyp/
create_standalone_apk.py 20 def CreateStandaloneApk(options):
24 shutil.copy(options.input_apk_path, intermediate_path)
28 cwd=options.libraries_top_dir)
29 shutil.copy(intermediate_path, options.output_apk_path)
31 input_paths = [options.input_apk_path, options.libraries_top_dir]
32 record_path = '%s.standalone.stamp' % options.input_apk_path
48 options, _ = parser.parse_args()
51 build_utils.CheckOptions(options, parser, required=required_options)
53 CreateStandaloneApk(options)
    [all...]
proguard.py 14 def DoProguard(options):
15 injars = options.input_path
16 outjars = options.output_path
17 classpath = build_utils.ParseGypList(options.classpath)
22 if os.path.exists(options.output_path):
23 os.remove(options.output_path)
24 proguard_cmd = [options.proguard_path,
28 '@' + options.proguard_config]
47 options, _ = parser.parse_args()
49 DoProguard(options)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
font_settings_utils.h 12 namespace options { namespace
14 // Chrome advanced options utility methods.
23 } // namespace options
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
options.html 4 <title>Chromium Buildbot Monitor Options</title>
7 <h2>Options for Chromium Buildbot Monitor</h2>
19 <script src='options.js'></script>
  /external/chromium_org/content/public/test/
test_file_system_options.h 12 // Returns Filesystem options for incognito mode.
15 // Returns Filesystem options that allow file access.
18 // Returns Filesystem options that disallow file access.

Completed in 1248 milliseconds

1 2 34 5 6 7 8 91011>>