Home
last modified time | relevance | path

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

12345678910>>...110

/third_party/libabigail/tools/
Dabidw.cc75 struct options struct
77 string wrong_option;
78 string in_file_path;
79 string out_file_path;
80 vector<char*> di_root_paths;
81 vector<char**> prepared_di_root_paths;
82 vector<string> headers_dirs;
83 vector<string> header_files;
84 string vmlinux;
85 vector<string> suppression_paths;
[all …]
Dabidiff.cc62 struct options struct
64 bool display_usage;
65 bool display_version;
66 bool missing_operand;
67 string wrong_option;
68 string file1;
69 string file2;
70 vector<string> suppression_paths;
71 vector<string> kernel_abi_whitelist_paths;
72 vector<string> drop_fn_regex_patterns;
[all …]
Dkmidiff.cc53 struct options struct
55 bool display_usage;
79 options() in options() argument
Dbinilint.cc29 struct options struct
37 options () in options() function
Dabisym.cc35 struct options struct
44 options() in options() argument
/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/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dprocessor.js8 function Processor(func, options) { argument
14 _proto._shouldUpdateSelector = function _shouldUpdateSelector(rule, options) { argument
25 _proto._isLossy = function _isLossy(options) { argument
36 _proto._root = function _root(rule, options) { argument
43 _proto._parseOptions = function _parseOptions(options) { argument
48 _proto._run = function _run(rule, options) { argument
74 _proto._runSync = function _runSync(rule, options) { argument
102 _proto.ast = function ast(rule, options) { argument
115 _proto.astSync = function astSync(rule, options) { argument
126 _proto.transform = function transform(rule, options) { argument
[all …]
/third_party/mbedtls/programs/ssl/
Dssl_client2.c465 struct options { struct
466 const char *server_name; /* hostname of the server (client only) */
467 const char *server_addr; /* address of the server (client only) */
468 const char *server_port; /* port on which the ssl service runs */
469 int debug_level; /* level of debugging */
470 int nbio; /* should I/O be blocking? */
471 int event; /* loop or event-driven IO? level or edge triggered? */
472 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */
473 int max_resend; /* DTLS times to resend on read timeout */
474 const char *request_page; /* page on server to request */
[all …]
/third_party/libabigail/tests/
Dtest-diff2.cc34 struct options struct
45 options() in options() argument
/third_party/node/lib/
Dvm.js67 constructor(code, options = kEmptyObject) { argument
70 options = { filename: options }; variable
116 runInThisContext(options) { argument
124 runInContext(contextifiedObject, options) { argument
136 runInNewContext(contextObject, options) { argument
149 function getRunInContextArgs(contextifiedObject, options = kEmptyObject) { argument
180 function getContextOptions(options) { argument
209 function createContext(contextObject = {}, options = kEmptyObject) { argument
248 function createScript(code, options) { argument
270 function runInContext(code, contextifiedObject, options) { argument
[all …]
/third_party/node/deps/undici/src/docs/api/
DDispatcher.md67 #### Parameter: `ConnectOptions`
74 #### Parameter: `ConnectData`
81 #### Example - Connect request with echo
190 #### Parameter: `DispatchOptions`
207 #### Parameter: `DispatchHandler`
217 #### Example 1 - Dispatch GET request
264 #### Example 2 - Dispatch Upgrade Request
314 #### Example 3 - Dispatch POST request
378 #### Parameter: PipelineOptions
384 #### Parameter: PipelineHandlerData
[all …]
/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()
/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()
/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()
/third_party/mbedtls/programs/x509/
Dcert_write.c178 struct options { struct
179 const char *issuer_crt; /* filename of the issuer certificate */
180 const char *request_file; /* filename of the certificate request */
181 const char *subject_key; /* filename of the subject key file */
182 const char *issuer_key; /* filename of the issuer key file */
183 const char *subject_pwd; /* password for the subject key file */
184 const char *issuer_pwd; /* password for the issuer key file */
185 const char *output_file; /* where to store the constructed CRT */
186 const char *subject_name; /* subject name for certificate */
187 mbedtls_x509_san_list *san_list; /* subjectAltName for certificate */
[all …]
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dindex.js17 iconv.encode = function encode(str, encoding, options) { argument
28 iconv.decode = function decode(buf, encoding, options) { argument
114 iconv.getEncoder = function getEncoder(encoding, options) { argument
124 iconv.getDecoder = function getDecoder(encoding, options) { argument
151 iconv.encodeStream = function encodeStream(encoding, options) { argument
155 iconv.decodeStream = function decodeStream(encoding, options) { argument
/third_party/node/test/parallel/
Dtest-eslint-prefer-primordials.js33 options: [{ name: 'Array' }] property
37 options: [{ name: 'JSON' }] property
41 options: [{ name: 'Symbol' }] property
48 options: [{ name: 'Symbol' }] property
55 options: [{ name: 'Symbol', ignore: ['iterator'] }] property
64 options: [{ name: 'Symbol', ignore: ['toStringTag'] }] property
68 options: [{ name: 'Symbol', ignore: ['for'] }] property
72 options: [{ name: 'parseInt', into: 'Number' }] property
81 options: [{ name: 'Reflect' }], property
85 options: [{ name: 'Map', into: 'Safe' }], property
[all …]

12345678910>>...110