| /third_party/typescript_eslint/packages/eslint-plugin/tests/rules/indent/ |
| D | indent-eslint.test.ts | 294 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/ |
| D | ntfswipe.h | 35 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 …]
|
| D | ntfscat.h | 31 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 …]
|
| D | ntfsmove.h | 33 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 */
|
| D | ntfscluster.h | 41 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;
|
| D | ntfsundelete.h | 41 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/node/deps/npm/node_modules/query-string/ |
| D | readme.md | 55 #### options argument 59 ##### decode 66 ##### arrayFormat 99 ##### sort 106 ##### parseNumbers 118 ##### parseBooleans 134 #### options argument 138 ##### strict 145 ##### encode 152 ##### arrayFormat [all …]
|
| /third_party/node/deps/npm/node_modules/boxen/ |
| D | readme.md | 46 #### input 52 #### options argument 54 ##### borderColor 61 ##### borderStyle 118 ##### dimBorder 125 ##### padding 134 ##### margin 143 ##### float 151 ##### backgroundColor 158 ##### align
|
| /third_party/mbedtls/programs/ssl/ |
| D | ssl_client2.c | 362 struct options struct 364 const char *server_name; /* hostname of the server (client only) */ 365 const char *server_addr; /* address of the server (client only) */ 366 const char *server_port; /* port on which the ssl service runs */ 367 int debug_level; /* level of debugging */ 368 int nbio; /* should I/O be blocking? */ 369 int event; /* loop or event-driven IO? level or edge triggered? */ 370 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */ 371 int max_resend; /* DTLS times to resend on read timeout */ 372 const char *request_page; /* page on server to request */ [all …]
|
| /third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
| D | readme.md | 39 #### input 45 #### options subsubsection 49 ##### concurrency 57 ##### preserveOrder 66 ##### cwd 77 #### input 83 #### options argument 87 ##### cwd
|
| /third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/ |
| D | readme.md | 39 #### input 45 #### options subsubsection 49 ##### concurrency 57 ##### preserveOrder 66 ##### cwd 77 #### input 83 #### options subsubsection 87 ##### cwd
|
| /third_party/node/lib/ |
| D | vm.js | 65 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/ |
| D | cert_write.c | 187 struct options struct 189 const char *issuer_crt; /* filename of the issuer certificate */ 190 const char *request_file; /* filename of the certificate request */ 191 const char *subject_key; /* filename of the subject key file */ 192 const char *issuer_key; /* filename of the issuer key file */ 193 const char *subject_pwd; /* password for the subject key file */ 194 const char *issuer_pwd; /* password for the issuer key file */ 195 const char *output_file; /* where to store the constructed CRT */ 196 const char *subject_name; /* subject name for certificate */ 197 const char *issuer_name; /* issuer name for certificate */ [all …]
|
| D | cert_req.c | 138 struct options struct 140 const char *filename; /* filename of the key file */ 141 const char *password; /* password for the key file */ 142 int debug_level; /* level of debugging */ 143 const char *output_file; /* where to store the constructed key file */ 144 const char *subject_name; /* subject name for certificate request */ 145 unsigned char key_usage; /* key usage flags */ 146 int force_key_usage; /* Force adding the KeyUsage extension */ 147 unsigned char ns_cert_type; /* NS cert type */ 148 int force_ns_cert_type; /* Force adding NsCertType extension */ [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| D | spirv_validator_options.cpp | 55 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 …]
|
| D | spirv_fuzzer_options.cpp | 35 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()
|
| D | spirv_optimizer_options.cpp | 25 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/spirv-tools/source/ |
| D | spirv_validator_options.cpp | 55 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 …]
|
| D | spirv_fuzzer_options.cpp | 35 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()
|
| D | spirv_optimizer_options.cpp | 25 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/ |
| D | readme.md | 39 #### input 45 #### options subsubsection 47 ##### multiArgs 63 ##### include 69 ##### exclude 76 ##### excludeMain 106 ##### errorFirst 113 ##### promiseModule
|
| /third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
| D | TestServiceClient.php | 47 $metadata = [], $options = []) { 62 $metadata = [], $options = []) { 79 $metadata = [], $options = []) { 95 $metadata = [], $options = []) { 109 public function StreamingInputCall($metadata = [], $options = []) { 123 public function FullDuplexCall($metadata = [], $options = []) { 138 public function HalfDuplexCall($metadata = [], $options = []) { 153 $metadata = [], $options = []) {
|
| /third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
| D | TestServiceClient.php | 47 $metadata = [], $options = []) { 62 $metadata = [], $options = []) { 79 $metadata = [], $options = []) { 95 $metadata = [], $options = []) { 109 public function StreamingInputCall($metadata = [], $options = []) { 123 public function FullDuplexCall($metadata = [], $options = []) { 138 public function HalfDuplexCall($metadata = [], $options = []) { 153 $metadata = [], $options = []) {
|
| /third_party/node/deps/npm/node_modules/aws-sign2/ |
| D | index.js | 56 function authorization (options) { argument 71 function hmacSha1 (options) { argument 85 function sign (options) { argument 101 function signQuery (options) { argument 124 function stringToSign (options) { argument 152 function queryStringToSign (options){ argument
|
| /third_party/node/lib/internal/fs/ |
| D | rimraf.js | 43 function rimraf(path, options, callback) { argument 64 function _rimraf(path, options, callback) { argument 96 function fixWinEPERM(path, options, originalErr, callback) { argument 114 function _rmdir(path, options, originalErr, callback) { argument 128 function _rmchildren(path, options, callback) { argument 163 function rimrafPromises(path, options) { argument 175 function rimrafSync(path, options) { argument 208 function _unlinkSync(path, options) { argument 227 function _rmdirSync(path, options, originalErr) { argument 269 function fixWinEPERMSync(path, options, originalErr) { argument
|