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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/tools/gencmn/
gencmn.c 34 static UOption options[]={ variable
55 /* preset then read command line options */
56 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
67 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
76 if (options[0].doesOccur || options[1].doesOccur) {
81 "Options:\n
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
options.cc 5 #include "leveldb/options.h"
12 Options::Options()
  /external/chromium_org/tools/android/
mempressure.py 55 (options, args) = option_parser.parse_args(argv)
62 if options.low and options.trim:
63 option_parser.error('options --low and --trim are mutually exclusive')
65 if not options.low and not options.trim:
70 if options.low:
72 elif options.trim in ACTION_TRIM.keys():
73 action = ACTION_TRIM[options.trim]
79 if not options.browser in constants.PACKAGE_INFO.keys()
    [all...]
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-additional-options.py 8 Make sure additional options are handled.
19 test.run_gyp('additional-options.gyp', chdir=CHDIR)
20 test.build('additional-options.gyp', test.ALL, chdir=CHDIR)
  /external/chromium_org/tools/telemetry/examples/
list_available_browsers 14 options = browser_options.BrowserOptions()
15 options.browser_type = 'list';
16 parser = options.CreateParser('list_available_browsers')
  /external/icu4c/tools/gencmn/
gencmn.c 34 static UOption options[]={ variable
55 /* preset then read command line options */
56 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
67 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
76 if (options[0].doesOccur || options[1].doesOccur) {
81 "Options:\n
    [all...]
  /external/oprofile/pp/
oparchive_options.h 3 * Options for oparchive tool
20 namespace options { namespace
37 void handle_options(options::spec const & spec);
opgprof_options.h 3 * Options for opgprof tool
19 namespace options { namespace
34 void handle_options(options::spec const & spec);
opreport_options.cpp 3 * Options for opreport tool
34 namespace options { namespace
65 popt::option(options::callgraph, "callgraph", 'c',
67 popt::option(options::details, "details", 'd',
69 popt::option(options::symbols, "symbols", 'l',
77 popt::option(options::reverse_sort, "reverse-sort", 'r',
81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
87 popt::option(options::threshold_opt, "threshold", 't',
95 popt::option(options::debug_info, "debug-info", 'g',
97 popt::option(options::show_header, "no-header", 'n'
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smb.h 45 /* Connection-Options */
51 /* The following are LANMAN 1.0 options */
58 /* The following are NT LM 0.12 options */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb.h 45 /* Connection-Options */
51 /* The following are LANMAN 1.0 options */
58 /* The following are NT LM 0.12 options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb.h 45 /* Connection-Options */
51 /* The following are LANMAN 1.0 options */
58 /* The following are NT LM 0.12 options */
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 78 const QueryOptions& options,
81 UTF8ToUTF16(text_query), options, &consumer_, local
97 QueryOptions options; local
100 options.max_count = 1;
103 QueryHistory(query_text, options, &results);
106 options.end_time = results.back().visit_time();
108 QueryHistory(query_text, options, &results);
112 options.max_count = 2;
113 options.end_time = base::Time();
116 QueryHistory(query_text, options, &results)
211 QueryOptions options; local
216 QueryHistory(std::string(), options, &results); local
231 QueryHistory(std::string(), options, &results); local
240 QueryOptions options; local
246 QueryHistory(std::string(), options, &results); local
255 QueryOptions options; local
258 QueryHistory(std::string(), options, &results); local
264 QueryHistory(std::string(), options, &results); local
271 QueryHistory(std::string(), options, &results); local
278 QueryHistory(std::string(), options, &results); local
285 QueryHistory(std::string(), options, &results); local
292 QueryHistory(std::string(), options, &results); local
300 QueryHistory(std::string(), options, &results); local
303 QueryHistory(std::string(), options, &results); local
320 QueryOptions options; local
350 QueryOptions options; local
365 QueryOptions options; local
405 QueryOptions options; local
449 QueryOptions options; local
    [all...]
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc 22 std::set<string16>* options) const {
23 DCHECK(options);
28 options->insert(kOptionMultiInstall);
33 std::set<string16>* options) const {
34 DCHECK(options);
37 options->insert(kOptionMultiInstall);
41 const std::set<string16>& options,
46 const std::set<string16>& options,
51 const std::set<string16>& options,
54 bool is_multi_install = options.find(kOptionMultiInstall) != options.end()
    [all...]
chrome_frame_operations.cc 19 std::set<string16>* options) const {
20 DCHECK(options);
34 options->insert(scan->option_name);
39 std::set<string16>* options) const {
40 DCHECK(options);
52 options->insert(scan->option_name);
57 const std::set<string16>& options,
65 const std::set<string16>& options,
72 const std::set<string16>& options,
75 bool is_multi_install = options.find(kOptionMultiInstall) != options.end()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 52 if (file->options().has_java_outer_classname()) {
54 file->name(), file->options().java_outer_classname());
56 if (file->options().has_java_package()) {
58 file->name(), file->options().java_package());
60 if (file->options().has_java_multiple_files()) {
62 file->name(), file->options().java_multiple_files());
79 vector<pair<string, string> > options; local
81 ParseGeneratorParameter(parameter, &options);
84 // parse generator options
94 // Replace any existing options with ones from command lin
    [all...]
  /frameworks/base/tools/aidl/
options.cpp 2 #include "options.h"
12 "usage: aidl OPTIONS INPUT [OUTPUT]\n"
15 "OPTIONS:\n"
35 parse_options(int argc, const char* const* argv, Options *options)
43 options->outputFileName = argv[2];
45 options->filesToPreprocess.push_back(argv[i]);
47 options->task = PREPROCESS_AIDL;
51 options->task = COMPILE_AIDL;
52 options->failOnParcelable = false
    [all...]
  /cts/tests/tests/location2/
README.txt 3 at Settings > Developer options.
  /device/sample/sdk_addon/
hardware.ini 1 # Custom hardware options for the add-on.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t010lexer.g 2 options {
t011lexer.g 2 options {
t036multipleReturnValues.g 2 options {
t037rulePropertyRef.g 2 options {
t041parameters.g 2 options {
t043synpred.g 2 options {

Completed in 1791 milliseconds

1 2 3 4 5 6 7 8 91011>>