Searched defs:options (Results 126 - 150 of 1658) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dlocalaudiosource.h48 const PeerConnectionFactoryInterface::Options& options,
52 virtual const cricket::AudioOptions& options() const { return options_; } function in class:webrtc::LocalAudioSource
63 void Initialize(const PeerConnectionFactoryInterface::Options& options,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_unittest.cc84 DesktopCaptureOptions options = DesktopCaptureOptions::CreateDefault(); local
87 scoped_ptr<WindowCapturer> window_capturer(WindowCapturer::Create(options));
/external/chromium_org/tools/perf/benchmarks/
H A Dstart_with_url.py16 options = {'cold': True, variable in class:StartWithUrlCold
26 options = {'warm': True, variable in class:StartWithUrlWarm
H A Dtab_switching.py27 options = {'pageset_repeat': 10} variable in class:TabSwitchingFiveBlankTabs
34 options = {'pageset_repeat': 10} variable in class:TabSwitchingToughEnergyCases
/external/icu/icu4c/source/common/
H A Ducnv_imp.h48 uint32_t options; member in struct:__anon21765
68 * @param options converter options bit set (default 0)
76 const char *locale, uint32_t options,
/external/icu/icu4c/source/tools/gencmn/
H A Dgencmn.c34 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) {
100 sourceTOC=options[
[all...]
/external/jdiff/src/jdiff/
H A DOptions.java8 * Class to handle options for JDiff.
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
108 * After parsing the available options using {@link #optionLength},
109 * Javadoc invokes this method with an array of options-arrays, where
131 * @param options an array of String arrays, one per option
133 * @return true if no errors were found, and all options are
136 public static boolean validOptions(String[][] options, argument
[all...]
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_SYNPROXY.h11 __u8 options; member in struct:xt_synproxy_info
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.h43 ExifDataOption options; member in struct:_ExifMnoteDataCanon
/external/oprofile/libregex/
H A Ddemangle_symbol.cpp28 extern "C" char * cplus_demangle(char const * mangled, int options);
32 namespace options { namespace
38 if (options::demangle == dmt_none)
57 if (options::demangle == dmt_smart) {
/external/oprofile/libutil/
H A Dop_popt.c19 struct poptOption const * options, int flags)
27 optcon = poptGetContext(name, argc, argv, options, flags);
29 optcon = poptGetContext((char *)name, argc, (char **)argv, options, flags);
17 op_poptGetContext(char const * name, int argc, char const ** argv, struct poptOption const * options, int flags) argument
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DEndTryLabelMethodItem.java38 public EndTryLabelMethodItem(@Nonnull baksmaliOptions options, int codeAddress, int endTryAddress) { argument
39 super(options, codeAddress, "try_end_");
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dbaksmali.java57 public static boolean disassembleDexFile(DexFile dexFile, final baksmaliOptions options) { argument
58 if (options.registerInfo != 0 || options.deodex) {
61 if (options.extraClassPathEntries != null) {
62 extraClassPathEntries = options.extraClassPathEntries;
67 options.classPath = ClassPath.fromClassPath(options.bootClassPathDirs,
68 Iterables.concat(options.bootClassPathEntries, extraClassPathEntries), dexFile,
69 options.apiLevel);
77 if (options
171 disassembleClass(ClassDef classDef, ClassFileNameHandler fileNameHandler, baksmaliOptions options) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DDumpFields.java52 private static final Options options; field in class:DumpFields
55 options = new Options();
64 commandLine = parser.parse(options, args);
166 options.addOption(classPathDirOption);
167 options.addOption(outputFileOption);
168 options.addOption(apiLevelOption);
H A DDumpVtables.java50 private static final Options options; field in class:DumpVtables
53 options = new Options();
62 commandLine = parser.parse(options, args);
170 options.addOption(classPathDirOption);
171 options.addOption(outputFileOption);
172 options.addOption(apiLevelOption);
/external/smali/util/src/main/java/org/jf/util/
H A DSmaliHelpFormatter.java37 public void printHelp(String cmdLineSyntax, String header, Options options, Options debugOptions) { argument
38 super.printHelp(cmdLineSyntax, header, options, "");
/external/valgrind/main/auxprogs/
H A Dgen-mdg45 # using command-line options.
61 usage: gen-mdg [options]
63 options: label
/external/zopfli/src/zopfli/
H A Dlz77.h63 const ZopfliOptions* options; member in struct:ZopfliBlockState
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, argument
32 ZopfliGzipCompress(options, in, insize, out, outsize);
34 ZopfliZlibCompress(options, in, insize, out, outsize);
37 ZopfliDeflate(options, 2 /* Dynamic block */, 1,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-regexp.jar ... reg org.apache.regexp.RESyntaxException e int options int cOptions public boolean matches (java.lang.String ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DAliasOptions.java10 package com.adobe.xmp.options;
46 * @param options the options to init with
47 * @throws XMPException If options are not consistant
49 public AliasOptions(int options) throws XMPException argument
51 super(options);
147 * @throws XMPException If the options are not consistant.
/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/ceres-solver/examples/
H A Dhelloworld.cc74 Solver::Options options; local
75 options.minimizer_progress_to_stdout = true;
77 Solve(options, &problem, &summary);
H A Dhelloworld_analytic_diff.cc97 Solver::Options options; local
98 options.minimizer_progress_to_stdout = true;
100 Solve(options, &problem, &summary);
H A Dhelloworld_numeric_diff.cc70 Solver::Options options; local
71 options.minimizer_progress_to_stdout = true;
73 Solve(options, &problem, &summary);

Completed in 3664 milliseconds

1234567891011>>