Home
last modified time | relevance | path

Searched defs:body (Results 151 – 175 of 3033) sorted by relevance

12345678910>>...122

/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common/javac/anno/com/android/libraries/entitlement/http/
DAutoValue_HttpResponse.java12 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/
Dsource_destination_rate_limiting.json193 "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 Dformat_emb.py49 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/
Dtls13_client.cc545 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()
Dhandshake_client.cc326 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
Dtls13_both.cc110 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/
Dtls13_client.cc545 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()
Dhandshake_client.cc326 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
Dtls13_both.cc110 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/
Dsource_destination_limit_fifo_rate_limits.json146 "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 Dtest_expr.cpp174 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 Dtls13_client.cc548 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 Dtls13_both.cc105 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 Dtls13_client.cc548 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 Dtls13_both.cc105 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 Dval_memory_test.cpp1661 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 Dval_builtins_test.cpp4266 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/
Dval_builtins_test.cpp4266 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 Dval_builtins_test.cpp4266 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 DMockResponse.java41 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 DTimelineDecoder.cpp191 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 Dwhile_transformer_test.cc86 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 Dquic_spdy_stream_test.cc696 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/
DDebugReportApi.java361 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 DConstructorDeclaration.java56 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()

12345678910>>...122