/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...] |
/external/chromium_org/v8/tools/ |
run-tests.py | 183 def ProcessOptions(options): 188 if options.arch_and_mode: 189 options.arch_and_mode = [arch_and_mode.split(".") 190 for arch_and_mode in options.arch_and_mode.split(",")] 191 options.arch = ",".join([tokens[0] for tokens in options.arch_and_mode]) 192 options.mode = ",".join([tokens[1] for tokens in options.arch_and_mode]) 193 options.mode = options.mode.split("," [all...] |
/external/chromium_org/tools/coverity/ |
coverity.py | 20 For a full list of options, pass the '--help' switch. 105 def run_coverity(options, args): 109 lock_filename = os.path.join(options.source_dir, LOCK_FILE) 120 options.target = options.target.title() 124 print 'Change directory to ' + options.source_dir 125 os.chdir(options.source_dir) 130 coverity_password = _ReadPassword(options.coverity_password_file) 133 gclient_exit = _RunCommand(cmd, options.dry_run, shell=True) 143 rm_path = os.path.join(options.source_dir,'src','out',options.target [all...] |
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
Toc.pm | 73 # Default to empty 'options' array 74 $self->{options} = {}; 85 # Set default options 122 ($self->{options}{'doNestGroup'} == 0) && 167 $levelIndent = $self->{options}{'levelIndent'}; #=~ s/[0-9]+/&/; 209 ($level =~ m/$self->{options}{'levelToToc'}/) && 210 ($groupId =~ m/$self->{options}{'groupToToc'}/) 239 $self->{options}{'doSingleStepLevel'} && 296 $numberingStyle = defined($self->{options}{'numberingStyle'}) ? 297 $self->{options}{'numberingStyle'} : NUMBERING_STYLE_DECIMAL [all...] |
/external/jdiff/src/jdiff/ |
Options.java | 8 * Class to handle options for JDiff. 13 public class Options { 16 public Options() { 23 * parse the options it does not recognize. It then calls 27 * The options arrive as case-sensitive strings. For options that 38 // Standard options 57 // Options to control JDiff 62 // Options to control the location of the XML files 69 // Options for the exclusion level for classes and member [all...] |
/external/chromium_org/base/test/ |
multiprocess_test.cc | 17 LaunchOptions options; local 19 options.start_hidden = true; 21 return SpawnChildWithOptions(procname, options, debug_on_start); 27 const LaunchOptions& options, 30 LaunchProcess(MakeCmdLine(procname, debug_on_start), options, &handle); local 40 LaunchOptions options; local 41 options.fds_to_remap = &fds_to_map; 42 return SpawnChildWithOptions(procname, options, debug_on_start);
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
keyboard_handler.h | 10 #include "chrome/browser/ui/webui/options/options_ui.h" 13 namespace options { namespace in namespace:chromeos 16 class KeyboardHandler : public ::options::OptionsPageUIHandler { 29 } // namespace options
|
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
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDataListElement.idl | 34 readonly attribute HTMLCollection options;
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
NavigatorWebMIDI.idl | 32 [RuntimeEnabled=WebMIDI] MIDIAccessPromise requestMIDIAccess(optional Dictionary options);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
optparser_unittest.py | 51 options = self._create_options('vs7', 5, ['+foo', '-bar'], 'git') 54 self._printer.to_flag_string(options)) 58 options = self._create_options() 60 self._printer.to_flag_string(options)) 143 (files, options) = parse([]) 147 self.assertEqual(options.filter_rules, []) 148 self.assertIsNone(options.git_commit) 149 self.assertFalse(options.diff_files) 150 self.assertFalse(options.is_verbose) 151 self.assertEqual(options.min_confidence, 3 [all...] |
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.pl | 16 my $options = { 63 runTests($options, $tests, $dataFiles); 65 $options = { 86 runTests($options, $tests, $dataFiles);
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
two_level_iterator.h | 27 const ReadOptions& options, 30 const ReadOptions& options);
|
/external/icu4c/test/perf/unisetperf/ |
unisetperf.pl | 16 my $options = { 63 runTests($options, $tests, $dataFiles); 65 $options = { 86 runTests($options, $tests, $dataFiles);
|
/external/chromium_org/tools/generate_library_loader/ |
generate_library_loader.py | 148 options, args = parser.parse_args() 150 if not options.name: 152 if not options.output_cc: 154 if not options.output_h: 156 if not options.header: 165 options.output_cc = os.path.relpath(options.output_cc, source_tree_root) 166 options.output_h = os.path.relpath(options.output_h, source_tree_root) 172 re.sub(r'[\W]', '_', options.output_h).upper() [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/ui/webui/options/ |
font_settings_utils.h | 12 namespace options { namespace 14 // Chrome advanced options utility methods. 23 } // namespace options
|
options_ui_browsertest.h | 11 namespace options { namespace 29 } // namespace options
|
/external/chromium_org/chrome/installer/util/ |
chrome_browser_sxs_operations.cc | 14 const std::set<string16>& options, 19 ChromeBrowserOperations::AppendProductFlags(options, cmd_line); 23 const std::set<string16>& options, 28 ChromeBrowserOperations::AppendRenameFlags(options, cmd_line);
|
/external/chromium_org/remoting/host/ |
desktop_shape_tracker_mac.cc | 13 webrtc::DesktopCaptureOptions options) {
|
desktop_shape_tracker_x11.cc | 13 webrtc::DesktopCaptureOptions options) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
tasm-options.c | 2 * Generic Options Support Header File 33 #include "tasm-options.h" 43 /* Options Parser */ 45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, 62 size_t len = strlen(options[i].opt); 63 if (yasm__strncasecmp(cmd, options[i].opt, len) == 0) { 67 if (options[i].takes_param) { 71 options[i].opt); 81 if (!options[i].handler(cmd, param, options[i].extra) [all...] |
/external/qemu/proxy/ |
proxy_http.h | 22 const ProxyOption* options );
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
ImageResizer.java | 119 final BitmapFactory.Options options = new BitmapFactory.Options(); local 120 options.inJustDecodeBounds = true; 121 BitmapFactory.decodeResource(res, resId, options); 124 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 128 addInBitmapOptions(options, cache); 132 options.inJustDecodeBounds = false; 133 return BitmapFactory.decodeResource(res, resId, options); 150 final BitmapFactory.Options options = new BitmapFactory.Options(); local 181 final BitmapFactory.Options options = new BitmapFactory.Options(); local [all...] |
/external/openssh/ |
servconf.c | 60 /* Initializes the server options to their default values. */ 63 initialize_server_options(ServerOptions *options) 65 memset(options, 0, sizeof(*options)); 67 /* Portable-specific options */ 68 options->use_pam = -1; 70 /* Standard Options */ 71 options->num_ports = 0; 72 options->ports_from_cmdline = 0; 73 options->listen_addrs = NULL [all...] |