/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
H A 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 …]
|
/aosp_15_r20/external/zstd/contrib/pzstd/test/ |
H A 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/data/tests/fowler/ |
D | basic.toml | 3 options = ['escaped'] qkey 10 options = ['escaped'] qkey 17 options = ['escaped'] qkey 24 options = ['escaped'] qkey 31 options = ['escaped'] qkey 38 options = ['escaped'] qkey 45 options = ['escaped'] qkey 52 options = ['escaped'] qkey 59 options = ['escaped'] qkey 66 options = ['escaped'] qkey [all …]
|
D | repetition.toml | 3 options = ['escaped'] qkey 10 options = ['escaped'] qkey 17 options = ['escaped'] qkey 24 options = ['escaped'] qkey 31 options = ['escaped'] qkey 38 options = ['escaped'] qkey 45 options = ['escaped'] qkey 52 options = ['escaped'] qkey 59 options = ['escaped'] qkey 66 options = ['escaped'] qkey [all …]
|
D | nullsubexpr.toml | 3 options = ['escaped'] qkey 10 options = ['escaped'] qkey 17 options = ['escaped'] qkey 24 options = ['escaped'] qkey 31 options = ['escaped'] qkey 38 options = ['escaped'] qkey 45 options = ['escaped'] qkey 52 options = ['escaped'] qkey 59 options = ['escaped'] qkey 66 options = ['escaped'] qkey [all …]
|
D | repetition-long.toml | 3 options = ['escaped'] qkey 10 options = ['escaped'] qkey 17 options = ['escaped'] qkey 24 options = ['escaped'] qkey 31 options = ['escaped'] qkey 38 options = ['escaped'] qkey 45 options = ['escaped'] qkey 52 options = ['escaped'] qkey 59 options = ['escaped'] qkey 66 options = ['escaped'] qkey [all …]
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A 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 …]
|
H A D | ssl_server2.c | 606 struct options { struct 607 const char *server_addr; /* address on which the ssl service runs */ 608 const char *server_port; /* port on which the ssl service runs */ 609 int debug_level; /* level of debugging */ 610 int nbio; /* should I/O be blocking? */ 611 int event; /* loop or event-driven IO? level or edge triggered? */ 612 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */ 613 int response_size; /* pad response with header to requested size */ 614 uint16_t buffer_size; /* IO buffer size */ 615 const char *ca_file; /* the file with the CA certificate(s) */ [all …]
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/ |
D | OptionsTest.cpp | 56 Options options; in TEST_F() local 63 Options options; in TEST_F() local 70 Options options; in TEST_F() local 77 Options options; in TEST_F() local 97 Options options; in TEST_F() local 105 Options options; in TEST_F() local 112 Options options; in TEST_F() local 120 Options options; in TEST_F() local 128 Options options; in TEST_F() local 135 Options options; in TEST_F() local [all …]
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A 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 …]
|
/aosp_15_r20/external/libchrome/mojo/public/c/system/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/android/tests/cts/src/android/net/http/cts/ |
H A 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 …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | helpers.cc | 174 std::string IntTypeName(const Options& options, const std::string& type) { in IntTypeName() 178 void SetIntVar(const Options& options, const std::string& type, in SetIntVar() 207 bool IsLazy(const FieldDescriptor* field, const Options& options, in IsLazy() 216 const Options& options, in IsEagerlyVerifiedLazyByProfile() 221 bool IsEagerlyVerifiedLazy(const FieldDescriptor* field, const Options& options, in IsEagerlyVerifiedLazy() 227 const Options& options) { in IsLazilyVerifiedLazy() 231 void SetCommonVars(const Options& options, in SetCommonVars() 286 const Options& options, in SetUnknownFieldsVariable() 383 std::string QualifiedClassName(const Descriptor* d, const Options& options) { in QualifiedClassName() 388 const Options& options) { in QualifiedClassName() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | helpers.cc | 182 std::string IntTypeName(const Options& options, const std::string& type) { in IntTypeName() 186 void SetIntVar(const Options& options, const std::string& type, in SetIntVar() 215 bool IsLazy(const FieldDescriptor* field, const Options& options, in IsLazy() 224 const Options& options, in IsEagerlyVerifiedLazyByProfile() 229 bool IsEagerlyVerifiedLazy(const FieldDescriptor* field, const Options& options, in IsEagerlyVerifiedLazy() 235 const Options& options) { in IsLazilyVerifiedLazy() 239 void SetCommonVars(const Options& options, in SetCommonVars() 294 const Options& options, in SetUnknownFieldsVariable() 391 std::string QualifiedClassName(const Descriptor* d, const Options& options) { in QualifiedClassName() 396 const Options& options) { in QualifiedClassName() [all …]
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskLaunchParamsModifierTests.java | 152 ActivityOptions options = ActivityOptions.makeBasic(); in testUsesOptionsDisplayIdIfSet() local 172 ActivityOptions options = ActivityOptions.makeBasic(); in testUsesOptionsDisplayAreaTokenIfSet() local 193 ActivityOptions options = ActivityOptions.makeBasic(); in testUsesOptionsDisplayAreaFeatureIdIfSet() local 473 ActivityOptions options = ActivityOptions.makeBasic(); in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaToken() local 495 ActivityOptions options = ActivityOptions.makeBasic(); in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaFeatureId() local 520 ActivityOptions options = ActivityOptions.makeBasic(); in testUsesOptionsDisplayAreaFeatureIdDisplayIdNotSet() local 547 final ActivityOptions options = ActivityOptions.makeBasic() in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea() local 582 final ActivityOptions options = ActivityOptions.makeBasic() in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp() local 600 final ActivityOptions options = ActivityOptions.makeBasic(); in testBoundsInOptionsInfersFreeformOnFreeformDisplay() local 621 final ActivityOptions options = ActivityOptions.makeBasic(); in testLaunchWindowingModeUpdatesExistingTask() local [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/ |
H A 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 …]
|
/aosp_15_r20/external/mbedtls/programs/x509/ |
H A 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 …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/ |
H A 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | operator.cc | 117 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 147 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 178 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 217 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 235 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 252 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 275 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 301 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 327 void ReadOptions(const TfLiteOptions& options, in ReadOptions() 349 void ReadOptions(const TfLiteOptions& options, in ReadOptions() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/ |
D | lib.rs | 607 let options = width_or_options.into(); in fill() localVariable 693 let mut options = Options::new(0); in unfill() localVariable 993 let options: Options = width_or_options.into(); in wrap() localVariable 1169 let mut options: Options = total_width_or_options.into(); in wrap_columns() localVariable 1398 let options = Options::new(1).word_separator(WordSeparator::AsciiSpace); in issue_129() localVariable 1431 let options = Options::new(10).initial_indent("!!!"); in empty_line_is_indented() localVariable 1437 let options = Options::new(10).initial_indent(">>>"); // No trailing space in indent_single_line() localVariable 1443 let options = Options::new(10).initial_indent(""); in indent_first_emoji() localVariable 1452 let options = Options::new(6).initial_indent("* ").subsequent_indent(" "); in indent_multiple_lines() localVariable 1461 let options = Options::new(10).initial_indent(" "); in only_initial_indent_multiple_lines() localVariable [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/tls/ |
H A 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 …]
|