Searched refs:options (Results 201 - 225 of 3839) sorted by relevance

1234567891011>>

/external/smack/src/org/xbill/DNS/
H A DOPTRecord.java10 * No specific options are defined other than those specified in the
27 private List options; field in class:OPTRecord
46 * @param options The list of options that comprise the data field. There
47 * are currently no defined options.
51 OPTRecord(int payloadSize, int xrcode, int version, int flags, List options) { argument
58 if (options != null) {
59 this.options = new ArrayList(options);
92 options
[all...]
/external/chromium_org/build/android/gyp/
H A Dapk_install.py69 options, _ = parser.parse_args()
72 options.build_device_configuration)
76 constants.SetBuildType(options.configuration_name)
79 apk_package = apk_helper.GetPackageName(options.apk_path)
81 metadata_path = '%s.%s.device.time.stamp' % (options.apk_path, serial_number)
88 device.Install(options.apk_path, reinstall=True)
90 build_utils.Touch(options.install_record)
93 record_path = '%s.%s.md5.stamp' % (options.apk_path, serial_number)
97 input_paths=[options.apk_path],
100 if options
[all...]
H A Djar_toc.py82 def DoJarToc(options):
83 jar_path = options.jar_path
84 toc_path = options.toc_path
103 options, _ = parser.parse_args()
105 if options.depfile:
107 options.depfile,
110 DoJarToc(options)
112 if options.depfile:
114 options.depfile,
117 if options
[all...]
H A Daidl.py25 options, args = option_parser.parse_args(argv[1:])
31 aidl_cmd = [options.aidl_path]
33 '-p' + s for s in build_utils.ParseGypList(options.imports)
35 if options.includes is not None:
37 '-I' + s for s in build_utils.ParseGypList(options.includes)
45 build_utils.ZipDir(options.srcjar, temp_dir)
47 if options.depfile:
49 options.depfile,
/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
H A DBitmapHelper.java44 final BitmapFactory.Options options = new BitmapFactory.Options();
45 options.inJustDecodeBounds = true;
46 BitmapFactory.decodeResource(res, resId, options);
48 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
49 options.inJustDecodeBounds = false;
50 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
51 return BitmapFactory.decodeResource(res, resId, options);
55 private static int calculateInSampleSize(BitmapFactory.Options options, argument
59 final int height = options
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJSilverFactory.java38 private final JSilverOptions options; field in class:JSilverFactory
50 public JSilverFactory(JSilverOptions options) { argument
51 this(options, true);
54 public JSilverFactory(JSilverOptions options, boolean unwrapDelegatedHdfs) { argument
55 this(new JSilver(null, options), unwrapDelegatedHdfs);
69 this.options = jSilver.getOptions();
70 if (this.options.getLoadPathCacheSize() == 0) {
73 this.loadPathCache = new LoadPathToFileCache(this.options.getLoadPathCacheSize());
76 new HDFDataFactory(options.getIgnoreAttributes(), options
[all...]
/external/lldb/scripts/
H A Dverify_api.py36 (options, args) = parser.parse_args(all_args)
39 if options.archs:
40 for arch in options.archs:
41 for library in options.libraries:
51 if options.verbose:
57 if options.api_regex_str:
58 api_regex = re.compile(options.api_regex_str)
60 for arch in options.archs:
69 if options.verbose:
73 if options
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dfile_system_provider_custom_bindings.js83 var options = args[0];
86 options.fileSystemId, options.requestId, Date.now() - executionStart);
90 options.fileSystemId, options.requestId, error,
93 dispatch([options, onSuccessCallback, onErrorCallback]);
102 function(options, successCallback, errorCallback) {
106 return [options, successCallback];
134 function(options, successCallback, errorCallback) {
138 return [options, successCallbac
[all...]
H A Dtts_engine_custom_bindings.js14 var options = args[1];
19 dispatch([text, options, sendTtsEvent]);
/external/fonttools/Lib/fontTools/
H A Dttx.py2 usage: ttx [options] inputfile1 [... inputfileN]
14 General options:
25 Dump options:
28 -t <table> Specify a table to dump. Multiple -t options
32 -x options are allowed. -t and -x are mutually exclusive.
60 Compile options:
121 # general options
137 # dump options
156 # compile options
166 print("-t and -x options ar
[all...]
/external/fonttools/Tools/fontTools/
H A Dttx.py2 usage: ttx [options] inputfile1 [... inputfileN]
14 General options:
25 Dump options:
28 -t <table> Specify a table to dump. Multiple -t options
32 -x options are allowed. -t and -x are mutually exclusive.
60 Compile options:
121 # general options
137 # dump options
156 # compile options
166 print("-t and -x options ar
[all...]
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py31 usage = 'usage: %prog [options]'
159 def ProcessToolLogs(options, logs_dir):
160 if options.tool == 'memcheck':
163 elif options.tool == 'tsan':
167 retcode = analyzer.Report(files, options.url)
202 def RunTestsOnce(url, options):
208 if options.hard_timeout is None:
209 options.hard_timeout = options.timeout * 4
211 options
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp100 " -u[-][p#][q#][r#][x#][y#][z#][!newArchiveName]: Update options\n"
195 CArchiveCommandLineOptions options; local
199 parser.Parse1(commandStrings, options);
201 if (options.HelpMode)
208 if (options.LargePages)
215 CStdOutStream &stdStream = options.StdOutMode ? g_StdErr : g_StdOut;
218 if (options.EnableHeaders)
221 parser.Parse2(options);
235 bool isExtractGroupCommand = options.Command.IsFromExtractGroup();
239 options
[all...]
/external/bison/build-aux/
H A DMakefile.am17 cross-options.pl \
/external/bison/lib/
H A Dgetopt1.c41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
44 return _getopt_internal (argc, (char **) argv, options, long_options,
49 _getopt_long_r (int argc, char **argv, const char *options,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
64 const char *options,
67 return _getopt_internal (argc, (char **) argv, options, long_options,
72 _getopt_long_only_r (int argc, char **argv, const char *options,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/external/chromium_org/base/process/
H A Dlaunch_win.cc109 const LaunchOptions& options,
114 bool inherit_handles = options.inherit_handles;
116 if (options.handles_to_inherit) {
117 if (options.handles_to_inherit->empty()) {
125 if (options.handles_to_inherit->size() >
138 const_cast<HANDLE*>(&options.handles_to_inherit->at(0)),
139 static_cast<DWORD>(options.handles_to_inherit->size() *
150 if (options.empty_desktop_name)
153 startup_info->wShowWindow = options.start_hidden ? SW_HIDE : SW_SHOW;
155 if (options
108 LaunchProcess(const string16& cmdline, const LaunchOptions& options, win::ScopedHandle* process_handle) argument
235 LaunchProcess(const CommandLine& cmdline, const LaunchOptions& options, ProcessHandle* process_handle) argument
247 LaunchElevatedProcess(const CommandLine& cmdline, const LaunchOptions& options, ProcessHandle* process_handle) argument
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dother_options_settings.css5 #other-options-settings .left-column {
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dproxy_handler.h9 #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
H A Dstats_options_handler.h9 #include "chrome/browser/ui/webui/options/options_ui.h"
12 namespace options { namespace in namespace:chromeos
18 class StatsOptionsHandler : public ::options::OptionsPageUIHandler {
35 } // namespace options
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhelp_overlay_handler.h10 #include "chrome/browser/ui/webui/options/options_ui.h"
12 namespace options { namespace
16 class HelpOverlayHandler : public ::options::OptionsPageUIHandler {
32 } // namespace options
H A Dlanguage_options_handler_unittest.cc5 #include "chrome/browser/ui/webui/options/language_options_handler.h"
15 options::LanguageOptionsHandler::GetUILanguageCodeSet());
25 options::LanguageOptionsHandler::GetSpellCheckLanguageCodeSet());
/external/chromium_org/chrome/test/mini_installer/
H A Duninstall_chrome.py29 options, _ = parser.parse_args()
33 if options.system_level:
38 options.chrome_long_name)
43 if options.no_error_if_absent:
46 'HKEY_LOCAL_MACHINE' if options.system_level else 'HKEY_CURRENT_USER',
48 if options.interactive:
50 '(y/N) ' % (options.chrome_long_name,
52 options.system_level else 'user-level'))
/external/chromium_org/chrome/test/nacl_test_injection/
H A Dbuildbot_chrome_nacl_stage.py92 def BuildAndTest(options):
111 if options.browser_path:
112 chrome_filename = options.browser_path
114 chrome_filename = find_chrome.FindChrome(src_dir, [options.mode])
121 if options.bits == 64:
123 elif options.bits == 32:
143 if options.bits == 64:
145 elif options.bits == 32:
157 if options.bits == 64:
159 elif options
[all...]
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Dthread_unittest.cc19 SetIntThread(const Options& options, int* int_to_set, int value) argument
20 : Thread(options),
58 Thread::Options options; local
59 options.set_stack_size(1024 * 1024); // 1 MB.
60 SetIntThread thread(options, &value, 12345678);
99 Thread::Options options;
100 options.set_stack_size(static_cast<size_t>(-1));
101 SetIntThread thread(options, &value, 4);
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_processor.cc26 uint32 options = context->options; local
29 return (kPolUseOREval != options);
35 PolicyResult PolicyProcessor::Evaluate(uint32 options, argument
44 if (!(kShortEval & options)) {
76 if (kPolUseOREval != context.options) {
81 if (kStopOnErrors & options) {
87 if (kPolUseOREval == context.options) {

Completed in 2959 milliseconds

1234567891011>>