| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
| D | AgentOptionsTest.java | 40 AgentOptions options = new AgentOptions(); in testDefaults() local 65 AgentOptions options = new AgentOptions(""); in testEmptyOptions() local 71 AgentOptions options = new AgentOptions((String) null); in testNullOptions() local 93 AgentOptions options = new AgentOptions(properties); in testPropertiesOptions() local 114 AgentOptions options = new AgentOptions(new Properties()); in testEmptyPropertiesOptions() local 120 AgentOptions options = new AgentOptions("destfile=/var/test.exec"); in testGetDestile() local 126 AgentOptions options = new AgentOptions(); in testSetDestile() local 134 AgentOptions options = new AgentOptions("append=true"); in testGetAppendTrue() local 140 AgentOptions options = new AgentOptions("append=false"); in testGetAppendFalse() local 146 AgentOptions options = new AgentOptions(); in testSetAppendTrue() local [all …]
|
| /external/zstd/contrib/pzstd/test/ |
| D | OptionsTest.cpp | 90 Options options; in TEST() local 98 Options options; in TEST() local 106 Options options; in TEST() local 115 Options options; in TEST() local 124 Options options; in TEST() local 132 Options options; in TEST() local 140 Options options; in TEST() local 148 Options options; in TEST() local 165 Options options; in TEST() local 170 Options options; in TEST() local [all …]
|
| /external/cronet/android/tests/cts/src/android/net/http/cts/ |
| D | DnsOptionsTest.kt | 38 val options = DnsOptions.Builder().build() in testDnsOptions_defaultValues() constant 51 val options = DnsOptions.Builder() in testDnsOptions_persistHostCache_returnSetValue() constant 61 val options = DnsOptions.Builder().setPersistHostCachePeriod(period).build() in testDnsOptions_persistHostCachePeriod_returnSetValue() constant 68 val options = DnsOptions.Builder() in testDnsOptions_enableStaleDns_returnSetValue() constant 77 val options = DnsOptions.Builder() in testDnsOptions_useHttpStackDnsResolver_returnsSetValue() constant 86 val options = DnsOptions.Builder() in testDnsOptions_preestablishConnectionsToStaleDnsResults_returnsSetValue() constant 100 val options = DnsOptions.Builder() in testDnsOptions_setStaleDnsOptions_returnsSetValues() constant 111 val options = DnsOptions.StaleDnsOptions.Builder().build() in testStaleDnsOptions_defaultValues() constant 121 val options = DnsOptions.StaleDnsOptions.Builder() in testStaleDnsOptions_allowCrossNetworkUsage_returnsSetValue() constant 130 val options = DnsOptions.StaleDnsOptions.Builder().setFreshLookupTimeout(duration).build() in testStaleDnsOptions_freshLookupTimeout_returnsSetValue() constant [all …]
|
| /external/grpc-grpc/src/core/lib/security/credentials/tls/ |
| D | grpc_tls_credentials_options.cc | 42 grpc_tls_credentials_options* options) { in grpc_tls_credentials_options_copy() 48 grpc_tls_credentials_options* options) { in grpc_tls_credentials_options_destroy() 53 grpc_tls_credentials_options* options, in grpc_tls_credentials_options_set_cert_request_type() 60 grpc_tls_credentials_options* options, int verify_server_cert) { in grpc_tls_credentials_options_set_verify_server_cert() 66 grpc_tls_credentials_options* options, in grpc_tls_credentials_options_set_certificate_provider() 76 grpc_tls_credentials_options* options) { in grpc_tls_credentials_options_watch_root_certs() 82 grpc_tls_credentials_options* options, const char* root_cert_name) { in grpc_tls_credentials_options_set_root_cert_name() 88 grpc_tls_credentials_options* options) { in grpc_tls_credentials_options_watch_identity_key_cert_pairs() 94 grpc_tls_credentials_options* options, const char* identity_cert_name) { in grpc_tls_credentials_options_set_identity_cert_name() 100 grpc_tls_credentials_options* options, in grpc_tls_credentials_options_set_certificate_verifier() [all …]
|
| /external/okio/okio/src/commonTest/kotlin/okio/ |
| D | CommonOptionsTest.kt | 47 val options = utf8Options( in realisticOptionsTrie() constant 188 val options = utf8Options() in emptyOptions() constant 213 val options = utf8Options("abcA", "abc", "abcB") in prefixesAreStripped() constant 271 val options = utf8Options("abc") in scan() constant 276 val options = utf8Options("abcdefg", "ab") in scanReturnsPrefix() constant 285 val options = utf8Options("a", "b", "c") in select() constant 297 val options = utf8Options("aa", "ab", "ba", "bb") in selectSelect() constant 313 val options = utf8Options("abcd", "defg") in selectScan() constant 333 val options = utf8Options("abcd", "abce") in scanSelect() constant 346 val options = utf8Options("abcd") in scanSpansSegments() constant [all …]
|
| /external/android-nn-driver/test/1.2/ |
| D | Dilation.cpp | 15 DilationTestOptions options; variable 25 DilationTestOptions options; variable 35 DilationTestOptions options; variable 45 DilationTestOptions options; variable 55 DilationTestOptions options; variable 65 DilationTestOptions options; variable 75 DilationTestOptions options; variable 85 DilationTestOptions options; variable
|
| /external/mbedtls/programs/ssl/ |
| D | ssl_client2.c | 465 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 …]
|
| D | ssl_server2.c | 601 struct options { struct 602 const char *server_addr; /* address on which the ssl service runs */ 603 const char *server_port; /* port on which the ssl service runs */ 604 int debug_level; /* level of debugging */ 605 int nbio; /* should I/O be blocking? */ 606 int event; /* loop or event-driven IO? level or edge triggered? */ 607 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */ 608 int response_size; /* pad response with header to requested size */ 609 uint16_t buffer_size; /* IO buffer size */ 610 const char *ca_file; /* the file with the CA certificate(s) */ [all …]
|
| /external/openthread/third_party/mbedtls/repo/programs/ssl/ |
| D | ssl_client2.c | 438 struct options { struct 439 const char *server_name; /* hostname of the server (client only) */ 440 const char *server_addr; /* address of the server (client only) */ 441 const char *server_port; /* port on which the ssl service runs */ 442 int debug_level; /* level of debugging */ 443 int nbio; /* should I/O be blocking? */ 444 int event; /* loop or event-driven IO? level or edge triggered? */ 445 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */ 446 int max_resend; /* DTLS times to resend on read timeout */ 447 const char *request_page; /* page on server to request */ [all …]
|
| D | ssl_server2.c | 547 struct options { struct 548 const char *server_addr; /* address on which the ssl service runs */ 549 const char *server_port; /* port on which the ssl service runs */ 550 int debug_level; /* level of debugging */ 551 int nbio; /* should I/O be blocking? */ 552 int event; /* loop or event-driven IO? level or edge triggered? */ 553 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */ 554 int response_size; /* pad response with header to requested size */ 555 uint16_t buffer_size; /* IO buffer size */ 556 const char *ca_file; /* the file with the CA certificate(s) */ [all …]
|
| /external/jazzer-api/docs/ |
| D | advanced.md | 22 ### Passing JVM arguments 40 ### Coverage instrumentation 56 ### Trace instrumentation 71 ### Value profile 77 ### Custom hooks 91 ### Suppressing stack traces 97 ### Export coverage information 121 ### Native libraries 144 ### Fuzzing mutators
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/ |
| D | grpc_tls_credentials_options.cc | 39 grpc_tls_credentials_options* options, in grpc_tls_credentials_options_set_cert_request_type() 46 grpc_tls_credentials_options* options, int verify_server_cert) { in grpc_tls_credentials_options_set_verify_server_cert() 52 grpc_tls_credentials_options* options, in grpc_tls_credentials_options_set_certificate_provider() 62 grpc_tls_credentials_options* options) { in grpc_tls_credentials_options_watch_root_certs() 68 grpc_tls_credentials_options* options, const char* root_cert_name) { in grpc_tls_credentials_options_set_root_cert_name() 74 grpc_tls_credentials_options* options) { in grpc_tls_credentials_options_watch_identity_key_cert_pairs() 80 grpc_tls_credentials_options* options, const char* identity_cert_name) { in grpc_tls_credentials_options_set_identity_cert_name() 86 grpc_tls_credentials_options* options, in grpc_tls_credentials_options_set_certificate_verifier() 94 grpc_tls_credentials_options* options, const char* crl_directory) { in grpc_tls_credentials_options_set_crl_directory() 100 grpc_tls_credentials_options* options, int check_call_host) { in grpc_tls_credentials_options_set_check_call_host() [all …]
|
| /external/turbine/javatests/com/google/turbine/options/ |
| D | TurbineOptionsTest.java | 82 TurbineOptions options = in exhaustiveArgs() local 119 TurbineOptions options = in strictJavaDepsArgs() local 140 TurbineOptions options = in classpathArgs() local 162 TurbineOptions options = in repeatedClasspath() local 186 TurbineOptions options = TurbineOptionsParser.parse(Arrays.asList(lines)); in optionalTargetLabel() local 206 TurbineOptions options = TurbineOptionsParser.parse(Arrays.asList(lines)); in paramsFile() local 222 TurbineOptions options = in escapedExternalRepositoryLabel() local 230 TurbineOptions options = TurbineOptions.builder().build(); in tolerateMissingOutput() local 258 TurbineOptions options = in emptyParamsFiles() local 278 TurbineOptions options = in javacopts() local [all …]
|
| /external/openthread/third_party/mbedtls/repo/programs/x509/ |
| D | cert_write.c | 139 struct options { struct 140 const char *issuer_crt; /* filename of the issuer certificate */ 141 const char *request_file; /* filename of the certificate request */ 142 const char *subject_key; /* filename of the subject key file */ 143 const char *issuer_key; /* filename of the issuer key file */ 144 const char *subject_pwd; /* password for the subject key file */ 145 const char *issuer_pwd; /* password for the issuer key file */ 146 const char *output_file; /* where to store the constructed CRT */ 147 const char *subject_name; /* subject name for certificate */ 148 const char *issuer_name; /* issuer name for certificate */ [all …]
|
| /external/libchrome/mojo/core/ |
| D | entrypoints.cc | 23 MojoResult MojoInitializeImpl(const struct MojoInitializeOptions* options) { in MojoInitializeImpl() 43 const MojoCreateMessagePipeOptions* options, in MojoCreateMessagePipeImpl() 52 const MojoWriteMessageOptions* options) { in MojoWriteMessageImpl() 57 const MojoReadMessageOptions* options, in MojoReadMessageImpl() 65 const MojoFuseMessagePipesOptions* options) { in MojoFuseMessagePipesImpl() 69 MojoResult MojoCreateMessageImpl(const MojoCreateMessageOptions* options, in MojoCreateMessageImpl() 80 const MojoSerializeMessageOptions* options) { in MojoSerializeMessageImpl() 89 const MojoAppendMessageDataOptions* options, in MojoAppendMessageDataImpl() 97 const MojoGetMessageDataOptions* options, in MojoGetMessageDataImpl() 111 const MojoSetMessageContextOptions* options) { in MojoSetMessageContextImpl() [all …]
|
| /external/angle/build/ |
| D | install-build-deps.py | 144 def check_distro(options): argument 188 def apt_update(options): argument 450 def lib32_list(options): argument 512 def backwards_compatible_list(options): argument 627 def arm_list(options): argument 644 def nacl_list(options): argument 729 def dbg_list(options): argument 756 def package_list(options): argument 785 def quick_check(options): argument 815 def find_missing_packages(options): argument [all …]
|
| /external/cronet/build/ |
| D | install-build-deps.py | 144 def check_distro(options): argument 185 def apt_update(options): argument 419 def lib32_list(options): argument 475 def backwards_compatible_list(options): argument 590 def arm_list(options): argument 626 def nacl_list(options): argument 705 def dbg_list(options): argument 732 def package_list(options): argument 761 def quick_check(options): argument 791 def find_missing_packages(options): argument [all …]
|
| /external/libchrome/mojo/public/c/system/ |
| D | thunks.cc | 65 CoreLibraryInitializer(const MojoInitializeOptions* options) { in CoreLibraryInitializer() 146 MojoResult MojoInitialize(const struct MojoInitializeOptions* options) { in MojoInitialize() 168 MojoResult MojoCreateMessagePipe(const MojoCreateMessagePipeOptions* options, in MojoCreateMessagePipe() 177 const MojoWriteMessageOptions* options) { in MojoWriteMessage() 183 const MojoReadMessageOptions* options, in MojoReadMessage() 191 const MojoFuseMessagePipesOptions* options) { in MojoFuseMessagePipes() 195 MojoResult MojoCreateDataPipe(const MojoCreateDataPipeOptions* options, in MojoCreateDataPipe() 205 const MojoWriteDataOptions* options) { in MojoWriteData() 211 const MojoBeginWriteDataOptions* options, in MojoBeginWriteData() 220 const MojoEndWriteDataOptions* options) { in MojoEndWriteData() [all …]
|
| /external/opencensus-java/api/src/main/java/io/opencensus/metrics/ |
| D | MetricRegistry.java | 64 public abstract LongGauge addLongGauge(String name, MetricOptions options); in addLongGauge() 96 public abstract DoubleGauge addDoubleGauge(String name, MetricOptions options); in addDoubleGauge() 128 public abstract DerivedLongGauge addDerivedLongGauge(String name, MetricOptions options); in addDerivedLongGauge() 160 public abstract DerivedDoubleGauge addDerivedDoubleGauge(String name, MetricOptions options); in addDerivedDoubleGauge() 174 public abstract LongCumulative addLongCumulative(String name, MetricOptions options); in addLongCumulative() 188 public abstract DoubleCumulative addDoubleCumulative(String name, MetricOptions options); in addDoubleCumulative() 203 String name, MetricOptions options); in addDerivedLongCumulative() 218 String name, MetricOptions options); in addDerivedDoubleCumulative() 227 public LongGauge addLongGauge(String name, MetricOptions options) { in addLongGauge() 236 public DoubleGauge addDoubleGauge(String name, MetricOptions options) { in addDoubleGauge() [all …]
|
| /external/angle/third_party/spirv-tools/src/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 …]
|
| /external/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 …]
|
| /external/deqp-deps/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 …]
|
| /external/mbedtls/programs/x509/ |
| D | cert_write.c | 178 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 …]
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_helpers.cc | 173 std::string IntTypeName(const Options& options, const std::string& type) { in IntTypeName() 177 void SetIntVar(const Options& options, const std::string& type, in SetIntVar() 182 const Options& options, in IsEagerlyVerifiedLazyImpl() 189 bool IsLazy(const FieldDescriptor* field, const Options& options, in IsLazy() 195 void SetCommonVars(const Options& options, in SetCommonVars() 245 const Options& options, in SetUnknownFieldsVariable() 342 std::string QualifiedClassName(const Descriptor* d, const Options& options) { in QualifiedClassName() 347 const Options& options) { in QualifiedClassName() 366 const Options& options) { in QualifiedExtensionName() 380 std::string Namespace(const FileDescriptor* d, const Options& options) { in Namespace() [all …]
|
| /external/mesa3d/src/intel/compiler/elk/ |
| D | elk_asm.h | 80 struct options { struct 81 unsigned access_mode:1; 82 unsigned compression_control:2; 83 unsigned thread_control:2; 84 unsigned no_dd_check:1; // Dependency control 85 unsigned no_dd_clear:1; // Dependency control 86 unsigned mask_control:1; 87 unsigned debug_control:1; 88 unsigned acc_wr_control:1; 89 unsigned end_of_thread:1; [all …]
|