HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 101 - 125 of 1556) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
MakeKeyboardText.java 25 static class Options {
38 public Options(final String[] argsArray) {
60 final Options options = new Options(args); local
63 resources.writeToJava(options.mJava);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 38 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
44 InstrProfOptions Options;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 121 struct LIBPROTOBUF_EXPORT Options {
137 Options(); // Initializes with default values.
140 // Create a GzipOutputStream with default options.
143 // Create a GzipOutputStream with the given options.
146 const Options& options);
195 void Init(ZeroCopyOutputStream* sub_stream, const Options& options);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 121 struct LIBPROTOBUF_EXPORT Options {
137 Options(); // Initializes with default values.
140 // Create a GzipOutputStream with default options.
143 // Create a GzipOutputStream with the given options.
146 const Options& options);
195 void Init(ZeroCopyOutputStream* sub_stream, const Options& options);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 121 struct Options {
137 Options(); // Initializes with default values.
140 // Create a GzipOutputStream with default options.
143 // Create a GzipOutputStream with the given options.
146 const Options& options);
195 void Init(ZeroCopyOutputStream* sub_stream, const Options& options);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 121 struct LIBPROTOBUF_EXPORT Options {
137 Options(); // Initializes with default values.
140 // Create a GzipOutputStream with default options.
143 // Create a GzipOutputStream with the given options.
146 const Options& options);
195 void Init(ZeroCopyOutputStream* sub_stream, const Options& options);
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 16 #include "Magick++/Options.h"
21 _options(new Options),
32 _options(new Options),
43 // Deallocate image options
45 _options=(Options *) NULL;
89 void Magick::ImageRef::options(Magick::Options *options_) function in class:Magick::ImageRef
95 Magick::Options *Magick::ImageRef::options(void) function in class:Magick::ImageRef
148 Magick::ImageRef::ImageRef(MagickCore::Image *image_,const Options *options_
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 41 StringRef FS, const TargetOptions &Options,
67 StringRef FS, const TargetOptions &Options,
78 StringRef FS, const TargetOptions &Options,
89 StringRef FS, const TargetOptions &Options,
102 StringRef FS, const TargetOptions &Options,
113 StringRef FS, const TargetOptions &Options,
124 StringRef FS, const TargetOptions &Options,
  /external/eigen/Eigen/src/SparseCore/
SparseRef.h 29 Options = _Options,
58 Options = _Options,
116 * \tparam Options specifies whether the a standard compressed format is required \c Options is \c #StandardCompressedFormat, or \c 0.
122 template<typename MatScalar, int MatOptions, typename MatIndex, int Options, typename StrideType>
123 class Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, Options, StrideType >
124 : public internal::SparseRefBase<Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, Options, StrideType > >
126 template<typename SparseMatrixType, int Options>
127 class Ref<SparseMatrixType, Options>
148 eigen_assert( ((Options & int(StandardCompressedFormat))==0) || (expr.isCompressed()) )
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/tools/scan-build/bin/
scan-build 48 my %Options = (
67 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
76 lock_keys(%Options);
127 my @options = qx($0 -h);
128 foreach (@options) {
138 # Declaration of Clang options. Populated later.
261 if ($Options{Verbose}) {
458 if ($Options{ShowDescription}) {
616 <title>${Options{HtmlTitle}}</title>
671 <h1>${Options{HtmlTitle}}</h1
    [all...]

Completed in 1306 milliseconds

1 2 3 45 6 7 8 91011>>