/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_extension.h | 61 const Options& options); 76 Options options_;
|
/external/regex-re2/re2/ |
set.h | 20 Set(const RE2::Options& options, RE2::Anchor anchor); 23 // Add adds regexp pattern to the set, interpreted using the RE2 options. 24 // (The RE2 constructor's default options parameter is RE2::UTF8.) 43 RE2::Options options_;
|
/external/webrtc/talk/app/webrtc/ |
localaudiosource.h | 48 const PeerConnectionFactoryInterface::Options& options, 54 virtual const cricket::AudioOptions& options() const { return options_; } function in class:webrtc::LocalAudioSource 64 void Initialize(const PeerConnectionFactoryInterface::Options& options,
|
/external/eigen/Eigen/src/Geometry/ |
Transform.h | 40 int Options, 56 int Options, 84 * These Options are passed directly to the underlying matrix type. 184 Options = _Options, 193 typedef typename internal::make_proper_matrix_type<Scalar,Rows,HDim,Options>::type MatrixType; 197 typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType; 199 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart; 201 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart; 274 internal::transform_construct_from_matrix<OtherDerived,Mode,Options,Dim,HDim>::run(this, other.derived()); 284 internal::transform_construct_from_matrix<OtherDerived,Mode,Options,Dim,HDim>::run(this, other.derived()) [all...] |
/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.cpp | 68 const TargetOptions &Options) { 69 if (Options.MCOptions.getABIName() == "aapcs16") 71 else if (Options.MCOptions.getABIName().startswith("aapcs")) 73 else if (Options.MCOptions.getABIName().startswith("apcs")) 76 assert(Options.MCOptions.getABIName().empty() && 122 const TargetOptions &Options, 124 auto ABI = computeTargetABI(TT, CPU, Options); 178 const TargetOptions &Options, 181 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, 182 CPU, FS, Options, RM, CM, OL) [all...] |
ARMTargetMachine.h | 41 StringRef FS, const TargetOptions &Options, 67 StringRef FS, const TargetOptions &Options, Reloc::Model RM, 77 StringRef FS, const TargetOptions &Options, 88 StringRef FS, const TargetOptions &Options, 101 StringRef FS, const TargetOptions &Options, 112 StringRef FS, const TargetOptions &Options, 123 StringRef FS, const TargetOptions &Options,
|
/external/ceres-solver/internal/ceres/ |
block_jacobian_writer.h | 54 BlockJacobianWriter(const Evaluator::Options& options,
|
dynamic_compressed_row_jacobian_writer.h | 48 DynamicCompressedRowJacobianWriter(Evaluator::Options /* ignored */,
|
trust_region_strategy.cc | 42 TrustRegionStrategy* TrustRegionStrategy::Create(const Options& options) { 43 switch (options.trust_region_strategy_type) { 45 return new LevenbergMarquardtStrategy(options); 47 return new DoglegStrategy(options); 50 << options.trust_region_strategy_type; 54 << options.trust_region_strategy_type;
|
schur_complement_solver.h | 105 // LinearSolver::CreateLinearSolver with LinearSolver::Options::type 107 // respectively. LinearSolver::Options::elimination_groups[0] should be 111 explicit SchurComplementSolver(const LinearSolver::Options& options) 112 : options_(options) { 113 CHECK_GT(options.elimination_groups.size(), 1); 114 CHECK_GT(options.elimination_groups[0], 0); 126 const LinearSolver::Options& options() const { return options_; } function in class:ceres::internal::SchurComplementSolver 138 LinearSolver::Options options_ [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcTargetMachine.h | 28 StringRef FS, const TargetOptions &Options, 50 StringRef FS, const TargetOptions &Options, 61 StringRef FS, const TargetOptions &Options, 71 StringRef FS, const TargetOptions &Options,
|
/external/protobuf/src/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);
|
/external/skia/src/codec/ |
SkBmpStandardCodec.h | 48 size_t dstRowBytes, const Options&, SkPMColor*, 56 const SkCodec::Options& options, SkPMColor inputColorPtr[], 75 void initializeSwizzler(const SkImageInfo& dstInfo, const Options& opts); 78 const Options& opts) override;
|
/external/v8/src/libplatform/ |
worker-thread.cc | 14 : Thread(Options("V8 WorkerThread")), queue_(queue) {
|
/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/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);
|
/art/tools/dexfuzz/src/dexfuzz/executors/ |
Executor.java | 20 import dexfuzz.Options; 45 executeClass = Options.executeClass; 47 if (Options.shortTimeouts) { 59 if (Options.executeOnHost) { 62 this.testLocation = Options.executeDirectory; 138 if (Options.dumpVerify) { 158 if (!Options.executeOnHost) {
|
/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/Fuzzer/ |
FuzzerDriver.cpp | 246 Fuzzer::FuzzingOptions Options; 247 Options.Verbosity = Flags.verbosity; 248 Options.MaxLen = Flags.max_len; 249 Options.UnitTimeoutSec = Flags.timeout; 250 Options.MaxTotalTimeSec = Flags.max_total_time; 251 Options.DoCrossOver = Flags.cross_over; 252 Options.MutateDepth = Flags.mutate_depth; 253 Options.ExitOnFirst = Flags.exit_on_first; 254 Options.UseCounters = Flags.use_counters; 255 Options.UseIndirCalls = Flags.use_indir_calls [all...] |
/external/libchrome/base/threading/ |
thread.h | 43 struct BASE_EXPORT Options { 46 Options(); 47 Options(MessageLoop::Type type, size_t size); 48 ~Options(); 108 // override the default options. 113 bool StartWithOptions(const Options& options); 244 // Stores Options::timer_slack_ until the message loop has been bound to
|
/frameworks/compile/mclinker/tools/mcld/ |
Android.mk | 77 # Build Options.inc from Options.td for the device 79 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc 80 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN) 108 # Build Options.inc from Options.td for the host 110 LOCAL_GENERATED_SOURCES += $(intermediates)/Options.inc 111 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLVM_TBLGEN [all...] |
/external/llvm/lib/CodeGen/ |
LLVMTargetMachine.cpp | 38 // Enable or disable FastISel. Both options are needed, because 65 if (Options.DisableIntegratedAS) 68 if (Options.CompressDebugSections) 77 StringRef FS, TargetOptions Options, 80 : TargetMachine(T, DataLayoutString, TT, CPU, FS, Options) { 98 if (TM->Options.EmulatedTLS) 109 // Set PassConfig options provided by TargetMachine. 165 if (Options.MCOptions.MCSaveTempLabels) 182 if (Options.MCOptions.ShowMCEncoding) 189 *Context, std::move(FOut), Options.MCOptions.AsmVerbose [all...] |