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

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.cpp 23 InitializeELF(TM.Options.UseInitArray);
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_enum_field.h 45 const Options& options);
53 EnumFieldGenerator(const FieldDescriptor* descriptor, const Options& options);
62 const Options& options);
69 const Options& options);
objectivec_message_field.h 45 const Options& options);
49 const Options& options);
62 const Options& options);
66 const Options& options);
objectivec_map_field.h 45 const Options& options);
51 MapFieldGenerator(const FieldDescriptor* descriptor, const Options& options);
  /external/skia/src/gpu/
GrPathRendererChain.h 27 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/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 23 AnalyzerOptions &Options,
25 : AnaCtxMgr(Options.UnoptimizedCFG,
28 Options.includeTemporaryDtorsInCFG(),
29 Options.shouldSynthesizeBodies(),
30 Options.shouldConditionalizeStaticInitializers(),
39 options(Options) {
  /external/llvm/include/llvm/DebugInfo/CodeView/
FieldListRecordBuilder.h 21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {}
23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options,
25 : Access(Access), Kind(Kind), Options(Options), Type(Type),
30 MethodOptions getOptions() const { return Options; }
37 MethodOptions Options;
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 45 struct LLVMMCJITCompilerOptions Options;
47 LLVMInitializeMCJITCompilerOptions(&Options, sizeof(Options));
50 Options.OptLevel = Int_val(Field(OptRecord, 0));
51 Options.CodeModel = Int_val(Field(OptRecord, 1));
52 Options.NoFramePointerElim = Int_val(Field(OptRecord, 2));
53 Options.EnableFastISel = Int_val(Field(OptRecord, 3));
54 Options.MCJMM = NULL;
57 if (LLVMCreateMCJITCompilerForModule(&MCJIT, M, &Options,
58 sizeof(Options), &Error)
    [all...]
  /external/libchrome/base/threading/
simple_thread.h 61 class BASE_EXPORT Options {
63 Options() : stack_size_(0), priority_(ThreadPriority::NORMAL) {}
64 explicit Options(ThreadPriority priority)
66 ~Options() {}
82 // Create a SimpleThread. |options| should be used to manage any specific
87 SimpleThread(const std::string& name_prefix, const Options& options);
118 const Options options_;
138 const Options& options);
    [all...]
thread.h 43 struct BASE_EXPORT Options {
46 Options();
47 Options(MessageLoop::Type type, size_t size);
48 Options(const Options& other);
49 ~Options();
109 // override the default options.
114 bool StartWithOptions(const Options& options);
245 // Stores Options::timer_slack_ until the message loop has been bound t
    [all...]
  /external/clang/tools/libclang/
CIndexer.h 41 unsigned Options; // CXGlobalOptFlags.
50 Options(CXGlobalOpt_None), PCHContainerOps(std::move(PCHContainerOps)) {
68 unsigned getCXGlobalOptFlags() const { return Options; }
69 void setCXGlobalOptFlags(unsigned options) { Options = options; }
72 return Options & opt;
  /external/skia/tools/
ok.h 45 class Options {
48 explicit Options(std::string = "");
55 Register(const char* name, const char* help, std::unique_ptr<Stream> (*factory)(Options));
56 Register(const char* name, const char* help, std::unique_ptr<Dst> (*factory)(Options));
58 std::unique_ptr<Dst>(*factory)(Options, std::unique_ptr<Dst>));
ok_dsts.cpp 15 static std::unique_ptr<Dst> Create(Options options) {
17 if (options("ct") == "565") { info = info.makeColorType(kRGB_565_SkColorType); }
18 if (options("ct") == "f16") { info = info.makeColorType(kRGBA_F16_SkColorType); }
20 if (options("cs") == "srgb") {
44 static Register _565{"565", "alias for sw:ct=565", [](Options options) {
45 options["ct"] = "565";
46 return SWDst::Create(options);
49 static Register srgb{"srgb", "alias for sw:cs=srgb", [](Options options)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 277 // Common utility function tightly tied to the options listed here. Initializes
280 TargetOptions Options;
281 Options.AllowFPOpFusion = FuseFPOps;
282 Options.UnsafeFPMath = EnableUnsafeFPMath;
283 Options.NoInfsFPMath = EnableNoInfsFPMath;
284 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
285 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
286 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
287 Options.FPDenormalMode = DenormalMode;
288 Options.HonorSignDependentRoundingFPMathOption
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 62 static void ResetCounters(const FuzzingOptions &Options) {
63 if (Options.UseCounters) {
68 static void Prepare(const FuzzingOptions &Options, Fuzzer::Coverage *C) {
69 if (Options.UseCounters) {
77 static bool RecordMax(const FuzzingOptions &Options, Fuzzer::Coverage *C) {
86 if (Options.UseIndirCalls &&
96 if (Options.UseCounters) {
146 Fuzzer::Fuzzer(UserCallback CB, MutationDispatcher &MD, FuzzingOptions Options)
147 : CB(CB), MD(MD), Options(Options) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 285 // Common utility function tightly tied to the options listed here. Initializes
288 TargetOptions Options;
289 Options.LessPreciseFPMADOption = EnableFPMAD;
290 Options.AllowFPOpFusion = FuseFPOps;
291 Options.Reciprocals = TargetRecip(ReciprocalOps);
292 Options.UnsafeFPMath = EnableUnsafeFPMath;
293 Options.NoInfsFPMath = EnableNoInfsFPMath;
294 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
295 Options.HonorSignDependentRoundingFPMathOption =
298 Options.FloatABIType = FloatABIForCalls
    [all...]
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 39 // Enable or disable FastISel. Both options are needed, because
70 if (Options.DisableIntegratedAS)
73 TmpAsmInfo->setPreserveAsmComments(Options.MCOptions.PreserveAsmComments);
75 if (Options.CompressDebugSections)
78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations);
80 if (Options.ExceptionModel != ExceptionHandling::None)
81 TmpAsmInfo->setExceptionsType(Options.ExceptionModel);
89 StringRef FS, TargetOptions Options,
92 : TargetMachine(T, DataLayoutString, TT, CPU, FS, Options) {
127 if (TM->Options.EmulatedTLS
    [all...]

Completed in 738 milliseconds

1 23 4 5 6 7 8 91011>>