HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 126 - 150 of 2063) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/executors/
X86OptimizingBackendExecutor.java 19 import dexfuzz.Options;
36 if (Options.executeOnHost) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h 61 const Options& options);
76 Options options_;
  /external/skia/src/gpu/
GrPathRendererChain.h 28 struct Options {
32 GrPathRendererChain(GrContext* context, const Options&);
  /external/skia/src/images/
SkImageEncoder.cpp 14 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
15 std::unique_ptr<SkEncoder> SkJpegEncoder::Make(SkWStream*, const SkPixmap&, const Options&) {
21 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
22 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream*, const SkPixmap&, const Options&) {
28 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
41 SkJpegEncoder::Options opts;
47 SkPngEncoder::Options opts;
52 SkWebpEncoder::Options opts;
  /external/skqp/src/gpu/
GrPathRendererChain.h 28 struct Options {
32 GrPathRendererChain(GrContext* context, const Options&);
  /external/skqp/src/images/
SkImageEncoder.cpp 14 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
15 std::unique_ptr<SkEncoder> SkJpegEncoder::Make(SkWStream*, const SkPixmap&, const Options&) {
21 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
22 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream*, const SkPixmap&, const Options&) {
28 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
41 SkJpegEncoder::Options opts;
47 SkPngEncoder::Options opts;
52 SkWebpEncoder::Options opts;
  /external/tensorflow/tensorflow/core/lib/io/
table.h 30 struct Options;
47 static Status Open(const Options& options, RandomAccessFile* file,
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_show_multi.h 49 const Options& opts) final;
52 virtual const ShowMultiNode* ShowInternal(const Options& opts,
59 virtual bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts,
64 bool ShouldShow(const ShowMultiNode* node, const Options& opts,
70 bool ReAccount(ShowMultiNode* node, const Options& opts);
72 string FormatLegend(const Options& opts) const;
75 const Options& opts) const;
78 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) {
tfprof_show.h 48 const Options& opts) final;
51 virtual const ShowNode* ShowInternal(const Options& opts,
58 virtual bool ShouldShowIfExtra(const ShowNode* node, const Options& opts,
63 bool ShouldShow(const ShowNode* node, const Options& opts, int depth) const;
68 bool ReAccount(ShowNode* node, const Options& opts);
70 string FormatNode(ShowNode* node, const Options& opts) const;
73 string FormatLegend(const Options& opts) const;
76 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) {
125 string FormatTotalExecTime(const T* node, const Options& opts) {
135 string FormatCPUExecTime(const T* node, const Options& opts)
    [all...]
tfprof_graph.h 54 const ShowNode* ShowInternal(const Options& opts,
57 bool ShouldShowIfExtra(const ShowNode* node, const Options& opts,
69 const Options& opts, int depth,
73 const Options& opts,
  /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,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
BPDG.py 40 # This method mainly dispatch specific methods per the command line options.
48 global Options, Args
52 Options, Args = MyOptionParser()
56 if Options.opt_verbose:
58 elif Options.opt_quiet:
60 elif Options.debug_level != None:
61 EdkLogger.SetLevel(Options.debug_level + 1)
65 if Options.bin_filename == None:
67 if Options.filename == None:
71 if Options.opt_force != None:
    [all...]
  /frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
TextSelection.java 209 public static final class Options implements Parcelable {
214 public Options() {}
221 public Options setDefaultLocales(@Nullable LocaleListCompat defaultLocales) {
232 public Options setCallingPackageName(@Nullable String packageName) {
268 public static final Parcelable.Creator<Options> CREATOR =
269 new Parcelable.Creator<Options>() {
271 public Options createFromParcel(Parcel in) {
272 return new Options(in);
276 public Options[] newArray(int size) {
277 return new Options[size]
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 41 int Options,
57 int Options,
101 * These Options are passed directly to the underlying matrix type.
207 Options = _Options,
217 typedef typename internal::make_proper_matrix_type<Scalar,Rows,HDim,Options>::type MatrixType;
221 typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType;
223 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
225 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart;
298 internal::transform_construct_from_matrix<OtherDerived,Mode,Options,Dim,HDim>::run(this, other.derived());
308 internal::transform_construct_from_matrix<OtherDerived,Mode,Options,Dim,HDim>::run(this, other.derived())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 69 const TargetOptions &Options) {
70 if (Options.MCOptions.getABIName() == "aapcs16")
72 else if (Options.MCOptions.getABIName().startswith("aapcs"))
74 else if (Options.MCOptions.getABIName().startswith("apcs"))
77 assert(Options.MCOptions.getABIName().empty() &&
125 const TargetOptions &Options,
127 auto ABI = computeTargetABI(TT, CPU, Options);
194 const TargetOptions &Options,
198 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT,
199 CPU, FS, Options, getEffectiveRelocModel(TT, RM), CM
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
MethodListRecordBuilder.h 28 void writeMethod(MemberAccess Access, MethodKind Kind, MethodOptions Options,
  /external/llvm/include/llvm/Transforms/
InstrProfiling.h 30 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {}
36 InstrProfOptions 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 50 size_t dstRowBytes, const Options&,
58 const SkCodec::Options& options) override;
75 void initializeSwizzler(const SkImageInfo& dstInfo, const Options& opts);
78 const Options& opts) override;
SkGifCodec.h 41 Result onGetPixels(const SkImageInfo&, void*, size_t, const Options&,
57 const SkCodec::Options&) override;
78 Result prepareToDecode(const SkImageInfo& dstInfo, const Options& opts);
106 * @param opts Options for decoding. May be different from
107 * this->options() for decoding prior frames. Specifies
119 Result decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded);
SkHeifCodec.h 43 const Options& options,
72 void initializeSwizzler(const SkImageInfo& dstInfo, const Options& options);
75 size_t rowBytes, int count, const Options&);
82 const Options& options) override;
  /external/skqp/src/codec/
SkBmpStandardCodec.h 50 size_t dstRowBytes, const Options&,
58 const SkCodec::Options& options) override;
75 void initializeSwizzler(const SkImageInfo& dstInfo, const Options& opts);
78 const Options& opts) override;
SkGifCodec.h 41 Result onGetPixels(const SkImageInfo&, void*, size_t, const Options&,
57 const SkCodec::Options&) override;
78 Result prepareToDecode(const SkImageInfo& dstInfo, const Options& opts);
106 * @param opts Options for decoding. May be different from
107 * this->options() for decoding prior frames. Specifies
119 Result decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded);
SkHeifCodec.h 43 const Options& options,
72 void initializeSwizzler(const SkImageInfo& dstInfo, const Options& options);
75 size_t rowBytes, int count, const Options&);
82 const Options& options) override;
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.h 35 // These are the flatbuffer types for custom and builtin options.
39 // A simple wrapper around the flatbuffer objects used to describe options that
41 struct Options {
42 // Build custom options.
43 static Options Custom(flatbuffers::Offset<CustomOptions> offset) {
47 // Build builtin options of the given type.
48 static Options Builtin(::tflite::BuiltinOptions type,
70 // Given a tf.mini operator, create the corresponding flatbuffer options and
72 virtual Options Serialize(const Operator& op,
75 // Read TF Lite options and create the appropriate tf.mini operator
    [all...]

Completed in 314 milliseconds

1 2 3 4 56 7 8 91011>>