Home
last modified time | relevance | path

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

1234567891011

/third_party/node/doc/api/
Dcli.md54 ## Options section in Command-line API
73 ### `-`
83 ### `--`
93 ### `--abort-on-uncaught-exception`
106 ### `--build-snapshot`
162 ### `--completion-bash`
175 ### `-C condition`, `--conditions=condition`
199 ### `--cpu-prof`
222 ### `--cpu-prof-dir`
236 ### `--cpu-prof-interval`
[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/node/deps/minimatch/src/
DREADME.md205 ## Options section in minimatch
209 ### debug
213 ### nobrace
217 ### noglobstar
221 ### dot
229 ### noext
233 ### nocase
237 ### nocaseMagicOnly
247 ### nonull
253 ### magicalBraces
[all …]
/third_party/node/deps/npm/node_modules/libnpmversion/
DREADME.md114 ### Options subsection
116 #### `path` String
120 #### `allowSameVersion` Boolean
125 #### `preid` String
129 #### `tagVersionPrefix` String
134 #### `commitHooks` Boolean
138 #### `gitTagVersion` Boolean
142 #### `signGitCommit` Boolean
146 #### `signGitTag` Boolean
150 #### `force` Boolean
[all …]
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_options.h42 struct Options { struct
43 Options() in Options() argument
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() function
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/json/docs/mkdocs/docs/integration/
Dcmake.md128 ### `JSON_BuildTests`
132 ### `JSON_CI`
136 ### `JSON_Diagnostics`
140 ### `JSON_DisableEnumSerialization`
145 ### `JSON_FastTests`
149 ### `JSON_GlobalUDLs`
154 ### `JSON_ImplicitConversions`
158 ### `JSON_Install`
162 ### `JSON_MultipleHeaders`
166 ### `JSON_SystemInclude`
[all …]
/third_party/node/src/quic/
Dtransportparams.h49 struct Options { struct
60 uint64_t initial_max_stream_data_bidi_local =
66 uint64_t initial_max_stream_data_bidi_remote =
72 uint64_t initial_max_stream_data_uni = DEFAULT_MAX_STREAM_DATA_UNI;
75 uint64_t initial_max_data = DEFAULT_MAX_DATA;
79 uint64_t initial_max_streams_bidi = DEFAULT_MAX_STREAMS_BIDI;
83 uint64_t initial_max_streams_uni = DEFAULT_MAX_STREAMS_UNI;
87 uint64_t max_idle_timeout = DEFAULT_MAX_IDLE_TIMEOUT;
114 static v8::Maybe<const Options> From(Environment* env, argument
/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
318 ### Scale
338 ### Grouping
351 ### Symbols
[all …]
/third_party/spirv-tools/source/diff/
Ddiff.h23 struct Options { struct
43 Options options); argument
/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/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/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() argument
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/test/fixtures/postject-copy/node_modules/commander/
DReadme.md174 ## Options section in Commander.js
201 ### Common option types, boolean and value
244 ### Default option value
266 ### Other option types, negatable boolean and boolean|value
331 ### Required option
349 ### Variadic option
383 ### Version option
403 ### More configuration
446 ### Custom option processing
/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
DSkPngEncoder.h30 struct Options { struct
45 FilterFlag fFilterFlags = FilterFlag::kAll;
70 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
/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.h118 struct PROTOBUF_EXPORT Options { struct
134 Options(); // Initializes with default values. argument

1234567891011