/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/pytorch/torch/csrc/api/include/torch/nn/modules/ |
D | activation.h | 39 ELUOptions options; variable 74 SELUOptions options; variable 109 HardshrinkOptions options; variable 145 HardtanhOptions options; variable 180 LeakyReLUOptions options; variable 236 SoftmaxOptions options; variable 271 SoftminOptions options; variable 307 LogSoftmaxOptions options; variable 363 PReLUOptions options; variable 401 ReLUOptions options; variable [all …]
|
D | loss.h | 43 L1LossOptions options; member 78 KLDivLossOptions options; member 113 MSELossOptions options; member 148 BCELossOptions options; member 185 HingeEmbeddingLossOptions options; member 223 MultiMarginLossOptions options; member 266 CosineEmbeddingLossOptions options; member 304 SmoothL1LossOptions options; member 340 HuberLossOptions options; member 379 MultiLabelMarginLossOptions options; member [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/rust/android-crates-io/crates/textwrap/src/ |
D | wrap.rs | 184 let options: Options = width_or_options.into(); in wrap() localVariable 383 let options = Options::new(1).word_separator(WordSeparator::AsciiSpace); in issue_129() localVariable 416 let options = Options::new(10).initial_indent("!!!"); in indent_empty_line() localVariable 422 let options = Options::new(10).initial_indent(">>>"); // No trailing space in indent_single_line() localVariable 428 let options = Options::new(10).initial_indent(""); in indent_first_emoji() localVariable 437 let options = Options::new(6).initial_indent("* ").subsequent_indent(" "); in indent_multiple_lines() localVariable 446 let options = Options::new(10).initial_indent(" "); in only_initial_indent_multiple_lines() localVariable 452 let options = Options::new(10).subsequent_indent(" "); in only_subsequent_indent_multiple_lines() localVariable 461 let options = Options::new(5).initial_indent("* ").subsequent_indent(" "); in indent_break_words() localVariable 471 let options = Options::new(5).initial_indent("-->"); in initial_indent_break_words() localVariable [all …]
|
/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 …]
|
/external/openthread/third_party/mbedtls/repo/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 …]
|
/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/android-crates-io/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 | 81 TurbineOptions options = in exhaustiveArgs() local 118 TurbineOptions options = in strictJavaDepsArgs() local 139 TurbineOptions options = in classpathArgs() local 161 TurbineOptions options = in repeatedClasspath() local 185 TurbineOptions options = TurbineOptionsParser.parse(Arrays.asList(lines)); in optionalTargetLabel() local 213 TurbineOptions options = TurbineOptionsParser.parse(Arrays.asList(lines)); in paramsFile() local 231 TurbineOptions options = in escapedExternalRepositoryLabel() local 239 TurbineOptions options = TurbineOptions.builder().build(); in tolerateMissingOutput() local 267 TurbineOptions options = in emptyParamsFiles() local 287 TurbineOptions options = in javacopts() local [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/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/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/angle/build/ |
D | install-build-deps.py | 146 def check_distro(options): argument 190 def apt_update(options): argument 448 def lib32_list(options): argument 509 def backwards_compatible_list(options): argument 624 def arm_list(options): argument 655 def nacl_list(options): argument 742 def dbg_list(options): argument 769 def package_list(options): argument 799 def quick_check(options): argument 829 def find_missing_packages(options): argument [all …]
|
/external/cronet/tot/build/ |
D | install-build-deps.py | 146 def check_distro(options): argument 190 def apt_update(options): argument 442 def lib32_list(options): argument 503 def backwards_compatible_list(options): argument 618 def arm_list(options): argument 649 def nacl_list(options): argument 736 def dbg_list(options): argument 763 def package_list(options): argument 793 def quick_check(options): argument 823 def find_missing_packages(options): argument [all …]
|
/external/cronet/stable/build/ |
D | install-build-deps.py | 146 def check_distro(options): argument 190 def apt_update(options): argument 442 def lib32_list(options): argument 503 def backwards_compatible_list(options): argument 618 def arm_list(options): argument 649 def nacl_list(options): argument 736 def dbg_list(options): argument 763 def package_list(options): argument 793 def quick_check(options): argument 823 def find_missing_packages(options): argument [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/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/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/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/openthread/third_party/mbedtls/repo/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 …]
|