/external/clang/tools/scan-view/ |
scan-view | 33 def start_browser(port, options): 36 url = 'http://%s:%d'%(options.host, port) 39 if options.debug: 45 if options.debug: 52 if options.debug: 56 def run(port, options, root): 59 print 'Starting scan-view at: http://%s:%d'%(options.host, 62 httpd = ScanView.create_server((options.host, port), 63 options, root) 79 parser = OptionParser('usage: %prog [options] <results directory>' [all...] |
/external/oprofile/pp/ |
opannotate_options.cpp | 3 * Options for opannotate tool 31 namespace options { namespace 59 popt::option(options::output_dir, "output-dir", 'o', 61 popt::option(options::search_dirs, "search-dirs", 'd', 63 popt::option(options::base_dirs, "base-dirs", 'b', 73 popt::option(options::objdump_params, "objdump-params", '\0', 75 popt::option(options::exclude_dependent, "exclude-dependent", 'x', 79 popt::option(options::source, "source", 's', "output source"), 80 popt::option(options::assembly, "assembly", 'a', "output assembly"), 81 popt::option(options::threshold_opt, "threshold", 't' [all...] |
/external/smack/src/org/xbill/DNS/ |
OPTRecord.java | 9 * Options - describes Extended DNS (EDNS) properties of a Message. 10 * 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) { 58 if (options != null) { 59 this.options = new ArrayList(options); [all...] |
/external/harfbuzz_ng/util/ |
hb-shape.cc | 34 : options (parser, 40 options.get_file_handle (); 45 if (!options.output_format) 48 output_format = hb_buffer_serialize_format_from_string (options.output_format, -1); 51 if (options.explicit_output_format) 53 options.output_format, options.supported_formats); 80 fprintf (options.fp, "%s", gs->str); 89 fprintf (options.fp, "%s", gs->str); 99 fprintf (options.fp, "%s", gs->str) 110 output_options_t options; member in struct:output_buffer_t [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JSilverFactory.java | 38 private final JSilverOptions options; field in class:JSilverFactory 50 public JSilverFactory(JSilverOptions options) { 51 this(options, true); 54 public JSilverFactory(JSilverOptions options, boolean unwrapDelegatedHdfs) { 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.getStringInternStrategy()) [all...] |
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.cpp | 18 * extract data pieces according to command-line options. 67 "Read the input ICU .dat package file, modify it according to the options,\n" 86 "Allowed options include -t, -w, -s and -d.\n" 88 "Other options are not allowed in this mode.\n"); 91 "Options:\n" 158 static UOption options[]={ variable 235 argc=u_parseArgs(argc, argv, LENGTHOF(options), options); 236 isHelp=options[OPT_HELP_H].doesOccur || options[OPT_HELP_QUESTION_MARK].doesOccur [all...] |
/bionic/libc/kernel/arch-mips/asm/ |
cpu-features.h | 30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB) 34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX) 37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) 44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE) 47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE) 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR) 62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER) 66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
cpu-features.h | 30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB) 34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX) 37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) 44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE) 47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE) 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR) 62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER) 66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
cpu-features.h | 30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB) 34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX) 37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) 44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE) 47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE) 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR) 62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER) 66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
cpu-features.h | 30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB) 34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX) 37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) 44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE) 47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE) 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR) 62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER) 66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
cpu-features.h | 30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB) 34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX) 37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) 44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE) 47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE) 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR) 62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER) 66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
cpu-features.h | 30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB) 34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX) 37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) 44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE) 47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE) 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR) 62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER) 66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
cpu-features.h | 30 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB) 34 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX) 37 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) 44 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE) 47 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE) 51 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 52 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 59 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR) 62 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER) 66 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
Main.cpp | 100 " -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.Command.CommandType == NCommandType::kList || [all...] |
/external/bison/build-aux/ |
Makefile.am | 17 cross-options.pl \
|
/external/bison/lib/ |
getopt1.c | 41 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,
|
/external/ceres-solver/internal/ceres/ |
schur_complement_solver.h | 99 // LinearSolver::CreateLinearSolver with LinearSolver::Options::type 101 // respectively. LinearSolver::Options::elimination_groups[0] should be 105 explicit SchurComplementSolver(const LinearSolver::Options& options) 106 : options_(options) { 107 CHECK_GT(options.elimination_groups.size(), 1); 108 CHECK_GT(options.elimination_groups[0], 0); 120 const LinearSolver::Options& options() const { return options_; } function in class:ceres::internal::SchurComplementSolver 131 LinearSolver::Options options_ [all...] |
trust_region_minimizer.h | 42 // done by a TrustRegionStrategy object passed in as part of options. 48 virtual void Minimize(const Minimizer::Options& options, 53 void Init(const Minimizer::Options& options); 60 Minimizer::Options options_;
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.h | 9 #include "chrome/browser/ui/webui/options/options_ui.h" 12 namespace options { namespace in namespace:chromeos 14 // ChromeOS accounts options page handler. 15 class AccountsOptionsHandler : public ::options::OptionsPageUIHandler { 38 } // namespace options
|
pointer_handler.h | 12 #include "chrome/browser/ui/webui/options/options_ui.h" 15 namespace options { namespace in namespace:chromeos 19 : public ::options::OptionsPageUIHandler, 43 } // namespace options
|
stats_options_handler.h | 9 #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/ |
language_options_handler_unittest.cc | 5 #include "chrome/browser/ui/webui/options/language_options_handler.h" 15 options::LanguageOptionsHandler::GetUILanguageCodeSet()); 25 options::LanguageOptionsHandler::GetSpellCheckLanguageCodeSet());
|
/external/chromium_org/chrome/installer/util/ |
chrome_browser_sxs_operations.h | 19 virtual void AppendProductFlags(const std::set<string16>& options, 22 virtual void AppendRenameFlags(const std::set<string16>& options,
|
/external/chromium_org/chrome/test/mini_installer/ |
uninstall_chrome.py | 29 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/ |
buildbot_chrome_nacl_stage.py | 87 def BuildAndTest(options): 106 if options.browser_path: 107 chrome_filename = options.browser_path 109 chrome_filename = find_chrome.FindChrome(src_dir, [options.mode]) 116 if options.bits == 64: 118 elif options.bits == 32: 138 if options.bits == 64: 140 elif options.bits == 32: 158 if options.bits == 64: 160 elif options.bits == 32 [all...] |