/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common/javac/anno/com/android/libraries/entitlement/http/ |
D | AutoValue_HttpResponse.java | 12 private final String body; field in AutoValue_HttpResponse 24 String body, in AutoValue_HttpResponse() 43 public String body() { in body() method in AutoValue_HttpResponse 116 private String body; field in AutoValue_HttpResponse.Builder 131 public HttpResponse.Builder setBody(String body) { in setBody()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/source_destination_limits/ |
D | source_destination_rate_limiting.json | 193 "body": { object 207 "body": { object 222 "body": { object 236 "body": { object 248 "body": { object 262 "body": { object
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | format_emb.py | 49 def __new__(cls, prefix, header, body): argument 425 def _structure_type(struct, name, parameters, colon, comment, eol, body): argument 434 def _type(struct, name, colon, comment, eol, body): argument 489 def _virtual_field(let_keyword, name, equals, value, comment, eol, body): argument 508 comment, eol, body): argument 525 def _inline_bits(location, bits, colon, comment, eol, body): argument 547 body): argument 565 def _conditional_field(if_, condition, colon, comment, eol, indent, body, argument 611 def _enum_value(name, equals, value, attributes, docs, comment, eol, body): argument
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_client.cc | 545 CBS body = msg.body, extensions; in do_read_encrypted_extensions() local 643 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local 786 CBB body; in do_send_end_of_early_data() local 811 CBB body, extensions, extension; in do_send_client_encrypted_extensions() local 896 CBB body; in do_complete_second_flight() local 1036 CBS body = msg.body; in tls13_process_new_session_ticket() local 1052 UniquePtr<SSL_SESSION> tls13_create_session_with_ticket(SSL *ssl, CBS *body) { in tls13_create_session_with_ticket()
|
D | handshake_client.cc | 326 CBB body; in ssl_add_client_hello() local 656 CBS body = msg.body; in ssl_parse_server_hello() local 919 CBS body = msg.body; in do_read_server_certificate() local 1238 CBS body = msg.body, certificate_types; in do_read_certificate_request() local 1362 CBB body; in do_send_client_key_exchange() local 1536 CBB body, child; in do_send_client_certificate_verify() local 1602 CBB body, child; in do_send_client_finished() local 1617 CBB body; in do_send_client_finished() local
|
D | tls13_both.cc | 110 CBS body = msg.body; in tls13_process_certificate() local 334 CBS body = msg.body, signature; in tls13_process_certificate_verify() local 405 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local 571 CBB body; in tls13_add_certificate_verify() local 654 CBB body; in tls13_add_finished() local 684 CBS body = msg.body; in tls13_receive_key_update() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_client.cc | 545 CBS body = msg.body, extensions; in do_read_encrypted_extensions() local 643 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local 786 CBB body; in do_send_end_of_early_data() local 811 CBB body, extensions, extension; in do_send_client_encrypted_extensions() local 896 CBB body; in do_complete_second_flight() local 1036 CBS body = msg.body; in tls13_process_new_session_ticket() local 1052 UniquePtr<SSL_SESSION> tls13_create_session_with_ticket(SSL *ssl, CBS *body) { in tls13_create_session_with_ticket()
|
D | handshake_client.cc | 326 CBB body; in ssl_add_client_hello() local 656 CBS body = msg.body; in ssl_parse_server_hello() local 919 CBS body = msg.body; in do_read_server_certificate() local 1238 CBS body = msg.body, certificate_types; in do_read_certificate_request() local 1362 CBB body; in do_send_client_key_exchange() local 1536 CBB body, child; in do_send_client_certificate_verify() local 1602 CBB body, child; in do_send_client_finished() local 1617 CBB body; in do_send_client_finished() local
|
D | tls13_both.cc | 110 CBS body = msg.body; in tls13_process_certificate() local 334 CBS body = msg.body, signature; in tls13_process_certificate_verify() local 405 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local 571 CBB body; in tls13_add_certificate_verify() local 654 CBB body; in tls13_add_finished() local 684 CBS body = msg.body; in tls13_receive_key_update() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_interop_tests/ |
D | source_destination_limit_fifo_rate_limits.json | 146 "body": { object 158 "body": { object 170 "body": { object 183 "body": { object 193 "body": { object 206 "body": { object
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_expr.cpp | 174 ExprHandle body = ExprHandle(2.f) + (x * ExprHandle(3.f) + ExprHandle(4.f)); in TEST() local 183 ExprHandle body = in TEST() local 216 ExprHandle body = ExprHandle(2) + (x * ExprHandle(3) + ExprHandle(4)); in TEST() local 224 ExprHandle body = ExprHandle(2.f) + (x * ExprHandle(3.f) + ExprHandle(4.f)); in TEST() local 232 ExprHandle body = ExprHandle((uint8_t)2) + in TEST() local 241 ExprHandle body = ExprHandle((int8_t)2) + in TEST() local 250 ExprHandle body = ExprHandle((int16_t)2) + in TEST() local 259 ExprHandle body = ExprHandle((int64_t)2) + in TEST() local 268 ExprHandle body = ExprHandle((at::Half)2) + in TEST() local 277 ExprHandle body = ExprHandle((double)2) + in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | tls13_client.cc | 548 CBS body = msg.body, extensions; in do_read_encrypted_extensions() local 646 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local 788 CBB body; in do_send_end_of_early_data() local 813 CBB body, extensions, extension; in do_send_client_encrypted_extensions() local 935 CBB body; in do_complete_second_flight() local 1075 CBS body = msg.body; in tls13_process_new_session_ticket() local 1091 UniquePtr<SSL_SESSION> tls13_create_session_with_ticket(SSL *ssl, CBS *body) { in tls13_create_session_with_ticket()
|
H A D | tls13_both.cc | 105 CBS body = msg.body; in tls13_process_certificate() local 327 CBS body = msg.body, signature; in tls13_process_certificate_verify() local 397 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local 558 CBB body; in tls13_add_certificate_verify() local 610 CBB body; in tls13_add_finished() local 640 CBS body = msg.body; in tls13_receive_key_update() local
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | tls13_client.cc | 548 CBS body = msg.body, extensions; in do_read_encrypted_extensions() local 646 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local 788 CBB body; in do_send_end_of_early_data() local 813 CBB body, extensions, extension; in do_send_client_encrypted_extensions() local 935 CBB body; in do_complete_second_flight() local 1075 CBS body = msg.body; in tls13_process_new_session_ticket() local 1091 UniquePtr<SSL_SESSION> tls13_create_session_with_ticket(SSL *ssl, CBS *body) { in tls13_create_session_with_ticket()
|
H A D | tls13_both.cc | 105 CBS body = msg.body; in tls13_process_certificate() local 327 CBS body = msg.body, signature; in tls13_process_certificate_verify() local 398 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local 559 CBB body; in tls13_add_certificate_verify() local 611 CBB body; in tls13_add_finished() local 641 CBS body = msg.body; in tls13_receive_key_update() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_memory_test.cpp | 1661 const std::string body = R"( in TEST_F() local 1689 const std::string body = R"( in TEST_F() local 1722 const std::string body = R"( in TEST_F() local 1755 const std::string body = R"( in TEST_F() local 1784 const std::string body = R"( in TEST_F() local 1818 const std::string body = R"( in TEST_F() local 1850 const std::string body = R"( in TEST_F() local 1886 const std::string body = R"( in TEST_F() local 1922 const std::string body = R"( in TEST_F() local 1958 const std::string body = R"( in TEST_F() local [all …]
|
H A D | val_builtins_test.cpp | 4266 const std::string& body, in GenerateMeshShadingCode() 4316 const std::string body = R"( in TEST_F() local 4335 const std::string body = R"( in TEST_F() local 4357 const std::string body = R"( in TEST_F() local 4377 const std::string body = R"( in TEST_F() local 4399 const std::string body = R"( in TEST_F() local 4418 const std::string body = R"( in TEST_F() local 4440 const std::string body = R"( in TEST_F() local 4462 const std::string body = R"( in TEST_F() local 4481 const std::string body = R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_builtins_test.cpp | 4266 const std::string& body, in GenerateMeshShadingCode() 4316 const std::string body = R"( in TEST_F() local 4335 const std::string body = R"( in TEST_F() local 4357 const std::string body = R"( in TEST_F() local 4377 const std::string body = R"( in TEST_F() local 4399 const std::string body = R"( in TEST_F() local 4418 const std::string body = R"( in TEST_F() local 4440 const std::string body = R"( in TEST_F() local 4462 const std::string body = R"( in TEST_F() local 4481 const std::string body = R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_builtins_test.cpp | 4266 const std::string& body, in GenerateMeshShadingCode() 4316 const std::string body = R"( in TEST_F() local 4335 const std::string body = R"( in TEST_F() local 4357 const std::string body = R"( in TEST_F() local 4377 const std::string body = R"( in TEST_F() local 4399 const std::string body = R"( in TEST_F() local 4418 const std::string body = R"( in TEST_F() local 4440 const std::string body = R"( in TEST_F() local 4462 const std::string body = R"( in TEST_F() local 4481 const std::string body = R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
H A D | MockResponse.java | 41 private byte[] body; field in MockResponse 157 public MockResponse setBody(byte[] body) { in setBody() 174 public MockResponse setBody(String body) { in setBody() 186 public MockResponse setChunkedBody(byte[] body, int maxChunkSize) { in setChunkedBody() 214 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
|
/aosp_15_r20/external/armnn/profiling/server/src/timelineDecoder/ |
H A D | TimelineDecoder.cpp | 191 std::string body; in printLabels() local 217 std::string body; in printEntities() local 241 std::string body; in printEventClasses() local 270 std::string body; in printEvents() local 309 std::string body; in printRelationships() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | while_transformer_test.cc | 86 HloComputation* body, in BuildWhileInstruction() 129 auto body = module_->AddEmbeddedComputation(BuildBodyComputation(0, 1, 1)); in TEST_F() local 140 auto body = module_->AddEmbeddedComputation(BuildBodyComputation(1, 0, 1)); in TEST_F() local 151 auto body = module_->AddEmbeddedComputation(BuildBodyComputation(0, 1, 1)); in TEST_F() local 162 auto body = module_->AddEmbeddedComputation(BuildBodyComputation(0, 1, -1)); in TEST_F() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | quic_spdy_stream_test.cc | 696 std::string body = "this is the body"; in TEST_P() local 780 std::string body = "this is the body"; in TEST_P() local 795 std::string body = "this is the body"; in TEST_P() local 816 std::string body = "this is the body"; in TEST_P() local 843 std::string body = "this is the body"; in TEST_P() local 866 std::string body(12 * 1024, 'a'); in TEST_P() local 890 std::string body = "this is the body"; in TEST_P() local 933 std::string body = "this is the body"; in TEST_P() local 957 std::string body = "this is the body"; in TEST_P() local 995 std::string body(kWindow + kOverflow, 'a'); in TEST_P() local [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | DebugReportApi.java | 361 JSONObject body = new JSONObject(); in scheduleSourceDestinationLimitDebugReport() local 392 JSONObject body = new JSONObject(); in scheduleHeaderErrorReport() local 427 JSONObject body = generateSourceDebugReportBody(source, additionalBodyParams); in scheduleSourceReport() local 481 JSONObject body, in scheduleReport() 600 JSONObject body = new JSONObject(); in generateSourceDebugReportBody() local 647 JSONObject body = new JSONObject(); in generateTriggerDebugReportBody() local 673 JSONObject body = new JSONObject(); in generateTriggerDebugReportBody() local 701 JSONObject body = new JSONObject(); in generateTriggerDebugReportBodyWithAllFields() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
H A D | ConstructorDeclaration.java | 56 private BlockStmt body; field in ConstructorDeclaration 70 …e name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, BlockStmt body) { in ConstructorDeclaration() 75 …ist<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, BlockStmt body, ReceiverParam… in ConstructorDeclaration() 83 …ist<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, BlockStmt body, ReceiverParam… in ConstructorDeclaration() 113 public ConstructorDeclaration setBody(final BlockStmt body) { in setBody()
|