Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 3077) sorted by relevance

12345678910>>...124

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/indent/
Dindent-eslint.test.ts294 options: [2, { VariableDeclarator: 1, SwitchCase: 1 }], variable
302 options: [2, { VariableDeclarator: 1, SwitchCase: 1 }], variable
310 options: [2, { VariableDeclarator: 1, SwitchCase: 1 }], variable
318 options: [2, { VariableDeclarator: 1, SwitchCase: 1 }], variable
327 options: [2, { VariableDeclarator: 1, SwitchCase: 1 }], variable
335 options: [4, { VariableDeclarator: 1, SwitchCase: 1 }], variable
348 options: [2, { SwitchCase: 1, VariableDeclarator: 2 }], variable
362 options: [4, { VariableDeclarator: 1, SwitchCase: 1 }], variable
373 options: [4, { VariableDeclarator: 1, SwitchCase: 1 }], variable
386 options: [4, { VariableDeclarator: 1, SwitchCase: 1 }], variable
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfswipe.h35 struct options { struct
36 char *device; /* Device/File to work with */
37 int info; /* Show volume info */
38 int force; /* Override common sense */
39 int quiet; /* Less output */
40 int verbose; /* Extra output */
41 int noaction; /* Do not write to disk */
42 int count; /* Number of iterations */
43 int *bytes; /* List of overwrite characters */
44 int directory; /* Wipe directory indexes */
[all …]
Dntfscat.h31 struct options { struct
32 char *device; /* Device/File to work with */
33 char *file; /* File to display */
34 s64 inode; /* Inode to work with */
35 ATTR_TYPES attr; /* Attribute type to display */
36 ntfschar *attr_name; /* Attribute name to display */
37 int attr_name_len; /* Attribute name length */
38 int force; /* Override common sense */
39 int quiet; /* Less output */
40 int verbose; /* Extra output */
[all …]
Dntfsmove.h33 struct options { struct
34 char *device; /* Device/File to work with */
35 char *file; /* File to display */
36 s64 location; /* Where to place the file */
37 int force; /* Override common sense */
38 int quiet; /* Less output */
39 int verbose; /* Extra output */
40 int noaction; /* Do not write to disk */
41 int nodirty; /* Do not mark volume dirty */
Dntfscluster.h41 struct options { struct
42 char *device; /* Device/File to work with */
43 enum action action; /* What to do */
44 int quiet; /* Less output */
45 int verbose; /* Extra output */
46 int force; /* Override common sense */
47 char *filename; /* File to examine */
48 u64 inode; /* Inode to examine */
49 s64 range_begin; /* Look for objects in this range */
50 s64 range_end;
Dntfsundelete.h41 struct options { struct
42 char *device; /* Device/File to work with */
43 enum optmode mode; /* Scan / Undelete / Copy */
44 int percent; /* Minimum recoverability */
45 int uinode; /* Undelete this inode */
46 char *dest; /* Save file to this directory */
47 char *output; /* With this filename */
48 char *match; /* Pattern for filename matching */
49 int match_case; /* Case sensitive matching */
50 int truncate; /* Truncate files to exact size. */
[all …]
/third_party/mbedtls/programs/ssl/
Dssl_client2.c445 struct options struct
447 const char *server_name; /* hostname of the server (client only) */
448 const char *server_addr; /* address of the server (client only) */
449 const char *server_port; /* port on which the ssl service runs */
450 int debug_level; /* level of debugging */
451 int nbio; /* should I/O be blocking? */
452 int event; /* loop or event-driven IO? level or edge triggered? */
453 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */
454 int max_resend; /* DTLS times to resend on read timeout */
455 const char *request_page; /* page on server to request */
[all …]
Dssl_server2.c562 struct options struct
564 const char *server_addr; /* address on which the ssl service runs */
565 const char *server_port; /* port on which the ssl service runs */
566 int debug_level; /* level of debugging */
567 int nbio; /* should I/O be blocking? */
568 int event; /* loop or event-driven IO? level or edge triggered? */
569 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */
570 int response_size; /* pad response with header to requested size */
571 uint16_t buffer_size; /* IO buffer size */
572 const char *ca_file; /* the file with the CA certificate(s) */
[all …]
/third_party/node/deps/npm/node_modules/query-string/
Dreadme.md55 #### options subsubsection
59 ##### decode
66 ##### arrayFormat
99 ##### sort
106 ##### parseNumbers
118 ##### parseBooleans
134 #### options subsubsection
138 ##### strict
145 ##### encode
152 ##### arrayFormat
[all …]
/third_party/node/deps/npm/node_modules/boxen/
Dreadme.md46 #### input
52 #### options argument
54 ##### borderColor
61 ##### borderStyle
118 ##### dimBorder
125 ##### padding
134 ##### margin
143 ##### float
151 ##### backgroundColor
158 ##### align
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/
Dreadme.md39 #### input
45 #### options subsubsection
49 ##### concurrency
57 ##### preserveOrder
66 ##### cwd
77 #### input
83 #### options subsubsection
87 ##### cwd
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/
Dreadme.md39 #### input
45 #### options subsubsection
49 ##### concurrency
57 ##### preserveOrder
66 ##### cwd
77 #### input
83 #### options argument
87 ##### cwd
/third_party/node/lib/
Dvm.js65 constructor(code, options = {}) { argument
68 options = { filename: options }; variable
129 runInThisContext(options) { argument
137 runInContext(contextifiedObject, options) { argument
147 runInNewContext(contextObject, options) { argument
160 function getRunInContextArgs(options = {}) { argument
185 function getContextOptions(options) { argument
220 function createContext(contextObject = {}, options = {}) { argument
261 function createScript(code, options) { argument
283 function runInContext(code, contextifiedObject, options) { argument
[all …]
/third_party/mbedtls/programs/x509/
Dcert_write.c156 struct options struct
158 const char *issuer_crt; /* filename of the issuer certificate */
159 const char *request_file; /* filename of the certificate request */
160 const char *subject_key; /* filename of the subject key file */
161 const char *issuer_key; /* filename of the issuer key file */
162 const char *subject_pwd; /* password for the subject key file */
163 const char *issuer_pwd; /* password for the issuer key file */
164 const char *output_file; /* where to store the constructed CRT */
165 const char *subject_name; /* subject name for certificate */
166 const char *issuer_name; /* issuer name for certificate */
[all …]
/third_party/mesa3d/src/intel/tools/
Di965_asm.h67 struct options { struct
68 unsigned access_mode:1;
69 unsigned compression_control:2;
70 unsigned thread_control:2;
71 unsigned no_dd_check:1; // Dependency control
72 unsigned no_dd_clear:1; // Dependency control
73 unsigned mask_control:1;
74 unsigned debug_control:1;
75 unsigned acc_wr_control:1;
76 unsigned end_of_thread:1;
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_validator_options.cpp55 void spvValidatorOptionsDestroy(spv_validator_options options) { in spvValidatorOptionsDestroy()
59 void spvValidatorOptionsSetUniversalLimit(spv_validator_options options, in spvValidatorOptionsSetUniversalLimit()
83 void spvValidatorOptionsSetRelaxStoreStruct(spv_validator_options options, in spvValidatorOptionsSetRelaxStoreStruct()
88 void spvValidatorOptionsSetRelaxLogicalPointer(spv_validator_options options, in spvValidatorOptionsSetRelaxLogicalPointer()
93 void spvValidatorOptionsSetBeforeHlslLegalization(spv_validator_options options, in spvValidatorOptionsSetBeforeHlslLegalization()
99 void spvValidatorOptionsSetRelaxBlockLayout(spv_validator_options options, in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
109 void spvValidatorOptionsSetScalarBlockLayout(spv_validator_options options, in spvValidatorOptionsSetScalarBlockLayout()
114 void spvValidatorOptionsSetWorkgroupScalarBlockLayout(spv_validator_options options, in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
119 void spvValidatorOptionsSetSkipBlockLayout(spv_validator_options options, in spvValidatorOptionsSetSkipBlockLayout()
[all …]
Dspirv_fuzzer_options.cpp35 SPIRV_TOOLS_EXPORT void spvFuzzerOptionsDestroy(spv_fuzzer_options options) { in spvFuzzerOptionsDestroy()
40 spv_fuzzer_options options) { in spvFuzzerOptionsEnableReplayValidation()
45 spv_fuzzer_options options, uint32_t seed) { in spvFuzzerOptionsSetRandomSeed()
51 spv_fuzzer_options options, int32_t replay_range) { in spvFuzzerOptionsSetReplayRange()
56 spv_fuzzer_options options, uint32_t shrinker_step_limit) { in spvFuzzerOptionsSetShrinkerStepLimit()
61 spv_fuzzer_options options) { in spvFuzzerOptionsEnableFuzzerPassValidation()
66 spv_fuzzer_options options) { in spvFuzzerOptionsEnableAllPasses()
Dspirv_optimizer_options.cpp25 spv_optimizer_options options) { in spvOptimizerOptionsDestroy()
30 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetRunValidator()
35 spv_optimizer_options options, spv_validator_options val) { in spvOptimizerOptionsSetValidatorOptions()
39 spv_optimizer_options options, uint32_t val) { in spvOptimizerOptionsSetMaxIdBound()
44 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveBindings()
49 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveSpecConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_validator_options.cpp55 void spvValidatorOptionsDestroy(spv_validator_options options) { in spvValidatorOptionsDestroy()
59 void spvValidatorOptionsSetUniversalLimit(spv_validator_options options, in spvValidatorOptionsSetUniversalLimit()
83 void spvValidatorOptionsSetRelaxStoreStruct(spv_validator_options options, in spvValidatorOptionsSetRelaxStoreStruct()
88 void spvValidatorOptionsSetRelaxLogicalPointer(spv_validator_options options, in spvValidatorOptionsSetRelaxLogicalPointer()
93 void spvValidatorOptionsSetBeforeHlslLegalization(spv_validator_options options, in spvValidatorOptionsSetBeforeHlslLegalization()
99 void spvValidatorOptionsSetRelaxBlockLayout(spv_validator_options options, in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
109 void spvValidatorOptionsSetScalarBlockLayout(spv_validator_options options, in spvValidatorOptionsSetScalarBlockLayout()
114 void spvValidatorOptionsSetWorkgroupScalarBlockLayout(spv_validator_options options, in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
119 void spvValidatorOptionsSetSkipBlockLayout(spv_validator_options options, in spvValidatorOptionsSetSkipBlockLayout()
[all …]
Dspirv_fuzzer_options.cpp35 SPIRV_TOOLS_EXPORT void spvFuzzerOptionsDestroy(spv_fuzzer_options options) { in spvFuzzerOptionsDestroy()
40 spv_fuzzer_options options) { in spvFuzzerOptionsEnableReplayValidation()
45 spv_fuzzer_options options, uint32_t seed) { in spvFuzzerOptionsSetRandomSeed()
51 spv_fuzzer_options options, int32_t replay_range) { in spvFuzzerOptionsSetReplayRange()
56 spv_fuzzer_options options, uint32_t shrinker_step_limit) { in spvFuzzerOptionsSetShrinkerStepLimit()
61 spv_fuzzer_options options) { in spvFuzzerOptionsEnableFuzzerPassValidation()
66 spv_fuzzer_options options) { in spvFuzzerOptionsEnableAllPasses()
Dspirv_optimizer_options.cpp25 spv_optimizer_options options) { in spvOptimizerOptionsDestroy()
30 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetRunValidator()
35 spv_optimizer_options options, spv_validator_options val) { in spvOptimizerOptionsSetValidatorOptions()
39 spv_optimizer_options options, uint32_t val) { in spvOptimizerOptionsSetMaxIdBound()
44 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveBindings()
49 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveSpecConstants()
/third_party/spirv-tools/source/
Dspirv_validator_options.cpp55 void spvValidatorOptionsDestroy(spv_validator_options options) { in spvValidatorOptionsDestroy()
59 void spvValidatorOptionsSetUniversalLimit(spv_validator_options options, in spvValidatorOptionsSetUniversalLimit()
83 void spvValidatorOptionsSetRelaxStoreStruct(spv_validator_options options, in spvValidatorOptionsSetRelaxStoreStruct()
88 void spvValidatorOptionsSetRelaxLogicalPointer(spv_validator_options options, in spvValidatorOptionsSetRelaxLogicalPointer()
93 void spvValidatorOptionsSetBeforeHlslLegalization(spv_validator_options options, in spvValidatorOptionsSetBeforeHlslLegalization()
99 void spvValidatorOptionsSetRelaxBlockLayout(spv_validator_options options, in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
109 void spvValidatorOptionsSetScalarBlockLayout(spv_validator_options options, in spvValidatorOptionsSetScalarBlockLayout()
114 void spvValidatorOptionsSetWorkgroupScalarBlockLayout(spv_validator_options options, in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
119 void spvValidatorOptionsSetSkipBlockLayout(spv_validator_options options, in spvValidatorOptionsSetSkipBlockLayout()
[all …]
Dspirv_fuzzer_options.cpp35 SPIRV_TOOLS_EXPORT void spvFuzzerOptionsDestroy(spv_fuzzer_options options) { in spvFuzzerOptionsDestroy()
40 spv_fuzzer_options options) { in spvFuzzerOptionsEnableReplayValidation()
45 spv_fuzzer_options options, uint32_t seed) { in spvFuzzerOptionsSetRandomSeed()
51 spv_fuzzer_options options, int32_t replay_range) { in spvFuzzerOptionsSetReplayRange()
56 spv_fuzzer_options options, uint32_t shrinker_step_limit) { in spvFuzzerOptionsSetShrinkerStepLimit()
61 spv_fuzzer_options options) { in spvFuzzerOptionsEnableFuzzerPassValidation()
66 spv_fuzzer_options options) { in spvFuzzerOptionsEnableAllPasses()
Dspirv_optimizer_options.cpp25 spv_optimizer_options options) { in spvOptimizerOptionsDestroy()
30 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetRunValidator()
35 spv_optimizer_options options, spv_validator_options val) { in spvOptimizerOptionsSetValidatorOptions()
39 spv_optimizer_options options, uint32_t val) { in spvOptimizerOptionsSetMaxIdBound()
44 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveBindings()
49 spv_optimizer_options options, bool val) { in spvOptimizerOptionsSetPreserveSpecConstants()
/third_party/node/deps/npm/node_modules/pify/
Dreadme.md39 #### input
45 #### options argument
47 ##### multiArgs
63 ##### include
69 ##### exclude
76 ##### excludeMain
106 ##### errorFirst
113 ##### promiseModule

12345678910>>...124