Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/third_party/node/doc/api/
Dcli.md23 ## Options section in Command-line options
41 ### `-`
50 ### `--`
59 ### `--abort-on-uncaught-exception`
71 ### `--completion-bash`
83 ### `-C=condition`, `--conditions=condition`
104 ### `--cpu-prof`
126 ### `--cpu-prof-dir`
139 ### `--cpu-prof-interval`
149 ### `--cpu-prof-name`
[all …]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_options.h53 struct Options { struct
54 std::string dllexport_decl;
55 bool safe_boundary_check = false;
56 bool proto_h = false;
57 bool transitive_pb_h = true;
58 bool annotate_headers = false;
59 EnforceOptimizeMode enforce_mode = EnforceOptimizeMode::kNoEnforcement;
60 bool table_driven_parsing = false;
61 bool table_driven_serialization = false;
62 bool lite_implicit_weak_fields = false;
[all …]
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_options.h42 struct Options { struct
43 Options() in Options() function
51 bool generate_immutable_code;
52 bool generate_mutable_code;
53 bool generate_shared_code;
56 bool enforce_lite;
59 bool annotate_code;
62 std::string annotation_list_file;
65 std::string output_list_file;
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_options.h42 struct Options { struct
43 Options() : in Options() argument
51 std::string file_extension;
62 std::string base_namespace;
67 bool base_namespace_specified;
70 bool internal_access;
73 bool serializable;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h38 struct Options { struct
52 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
/third_party/node/deps/npm/node_modules/minimatch/
DREADME.md116 ## Options section in minimatch
120 ### debug
124 ### nobrace
128 ### noglobstar
132 ### dot
140 ### noext
144 ### nocase
148 ### nonull
154 ### matchBase
160 ### nocomment
[all …]
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md97 ### Notation
139 ### Unit
164 ### Per Unit
174 ### Unit Width
187 ### Precision
276 ### Rounding Mode
291 ### Integer Width
315 ### Scale
335 ### Grouping
348 ### Symbols
[all …]
/third_party/spirv-tools/source/diff/
Ddiff.h23 struct Options { struct
43 Options options); argument
/third_party/json/doc/mkdocs/docs/integration/
Dcmake.md104 ### `JSON_BuildTests`
108 ### `JSON_CI`
112 ### `JSON_Diagnostics`
116 ### `JSON_FastTests`
120 ### `JSON_ImplicitConversions`
124 ### `JSON_Install`
128 ### `JSON_MultipleHeaders`
132 ### `JSON_SystemInclude`
136 ### `JSON_Valgrind`
/third_party/vk-gl-cts/external/amber/src/samples/
Damber.cc50 struct Options { struct
51 std::vector<std::string> input_filenames;
53 std::vector<std::string> image_filenames;
54 std::string buffer_filename;
55 std::vector<std::string> fb_names;
56 std::vector<amber::BufferInfo> buffer_to_dump;
57 uint32_t engine_major = 1;
58 uint32_t engine_minor = 0;
59 int32_t fence_timeout = -1;
60 int32_t selected_device = -1;
[all …]
/third_party/gn/src/gn/
Dxcode_writer.h27 struct Options { struct
29 std::string project_name;
34 std::string root_target_name;
37 std::string ninja_executable;
43 std::string dir_filters_string;
69 // of the Options type for more informations. argument
/third_party/icu/docs/userguide/collation/customization/
Dindex.md204 #### alternate
212 #### maxVariable
221 #### variable top
230 #### normalization
237 #### strength
246 #### backwards
252 #### caseLevel
261 #### caseFirst
271 #### numericOrdering
278 #### hiraganaQ
[all …]
/third_party/node/deps/npm/node_modules/require-directory/
DREADME.markdown83 ## Options section in require-directory
87 ### Whitelisting
109 ### Blacklisting
131 ### Visiting Objects As They're Loaded
153 ### Renaming Keys
163 ### No Recursion
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator.h38 struct Options { struct
47 Options& operator=(const Options&); argument
64 /// Options used to specify a mapping of binding points to indices into a UBO argument
66 ArrayLengthFromUniformOptions array_length_from_uniform = {}; argument
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp280 struct Options struct in SPIRV_CROSS_NAMESPACE::CompilerMSL
283 {
286 } Platform;
288 Platform platform = macOS;
289 uint32_t msl_version = make_msl_version(1, 2);
290 uint32_t texel_buffer_texture_width = 4096; // Width of 2D Metal textures used as 1D texel buffers
291 uint32_t r32ui_linear_texture_alignment = 4;
292 uint32_t r32ui_alignment_constant_id = 65535;
293 uint32_t swizzle_buffer_index = 30;
294 uint32_t indirect_params_buffer_index = 29;
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h70 struct Options { struct
79 bool struct_integers_as_strings;
103 Options() in Options() argument
113 static const Options& Defaults() { in Defaults() argument
/third_party/node/deps/npm/node_modules/lockfile/
DREADME.md62 ## Options section in lockfile
64 ### opts.wait
71 ### opts.pollPeriod
76 ### opts.stale
80 ### opts.retries
84 ### opts.retryWait
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.hpp28 struct Options struct in sw::Blitter
31 Options(bool filter, bool useStencil, bool convertSRGB) in Options() function
33 Options(unsigned int writeMask) in Options() function
37 {
49 bool clearOperation : 1;
50 bool filter : 1;
51 bool useStencil : 1;
52 bool convertSRGB : 1;
53 bool clampToEdge : 1;
/third_party/vk-gl-cts/external/amber/src/include/amber/
Damber.h107 struct Options { struct
112 EngineType engine;
114 EngineConfig* config;
124 std::string spv_env;
148 Options* opts); argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator.h41 struct Options { struct
50 Options& operator=(const Options&); argument
56 /// Options used to specify a mapping of binding points to indices into a UBO argument
58 ArrayLengthFromUniformOptions array_length_from_uniform = {}; argument
/third_party/node/deps/npm/node_modules/columnify/
DReadme.md157 ### Maximum and Minimum Column Widths
225 ### Align Right/Center
249 ### Padding Character
269 ### Preserve Existing Newlines
318 ### Custom Truncation Marker
343 ### Custom Column Splitter
362 ### Control Header Display
381 ### Transforming Column Data and Headers
/third_party/flutter/skia/src/gpu/text/
DGrTextContext.h31 struct Options { struct
46 static std::unique_ptr<GrTextContext> Make(const Options& options); argument
/third_party/skia/include/encode/
DSkJpegEncoder.h41 struct Options { struct
45 int fQuality = 100;
72 static bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options); argument
/third_party/flutter/skia/include/encode/
DSkJpegEncoder.h41 struct Options { struct
45 int fQuality = 100;
72 static bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options); argument
/third_party/python/Doc/library/
Dtkinter.ttk.rst311 Options section in Combobox
397 Options section in Spinbox
473 Options section in Notebook
663 Options section in Progressbar
734 Options section in Separator
802 Options section in Treeview

12345678910>>...12