/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | SerializerTraceWriter.java | 60 private int buf_length; field in SerializerTraceWriter 82 buf_length = size; in setBufferSize() 184 if (count >= buf_length) in write() 225 if (lengthx3 >= buf_length) in write() 237 if (lengthx3 > buf_length - count) in write() 286 if (lengthx3 >= buf_length) in write() 297 if (lengthx3 > buf_length - count) in write()
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | util.cc | 97 GLint buf_length = 0; in CreateProgram() local 98 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &buf_length); in CreateProgram() 99 if (buf_length) { in CreateProgram() 100 char *buf = reinterpret_cast<char *>(malloc(buf_length)); in CreateProgram() 102 glGetProgramInfoLog(program, buf_length, nullptr, buf); in CreateProgram()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | transport_security_common_api.cc | 79 size_t buf_length; in grpc_gcp_rpc_protocol_versions_encode() local 81 grpc_gcp_RpcProtocolVersions_serialize(versions, arena, &buf_length); in grpc_gcp_rpc_protocol_versions_encode() 85 *slice = grpc_slice_from_copied_buffer(buf, buf_length); in grpc_gcp_rpc_protocol_versions_encode()
|
D | alts_handshaker_client.cc | 471 size_t buf_length; in get_serialized_handshaker_req() local 472 char* buf = grpc_gcp_HandshakerReq_serialize(req, arena, &buf_length); in get_serialized_handshaker_req() 476 grpc_slice slice = grpc_slice_from_copied_buffer(buf, buf_length); in get_serialized_handshaker_req()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | load_balancer_api.cc | 46 size_t buf_length; in grpc_grpclb_request_encode() local 48 grpc_lb_v1_LoadBalanceRequest_serialize(request, arena, &buf_length); in grpc_grpclb_request_encode() 49 return grpc_slice_from_copied_buffer(buf, buf_length); in grpc_grpclb_request_encode()
|
/external/arm-trusted-firmware/include/drivers/st/ |
D | stm32_hash.h | 19 int stm32_hash_final_update(const uint8_t *buffer, uint32_t buf_length,
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/ |
D | health_check_client.cc | 191 size_t buf_length; in EncodeRequest() local 193 request_struct, arena.ptr(), &buf_length); in EncodeRequest() 194 grpc_slice request_slice = GRPC_SLICE_MALLOC(buf_length); in EncodeRequest() 195 memcpy(GRPC_SLICE_START_PTR(request_slice), buf, buf_length); in EncodeRequest()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 250 size_t buf_length; in EncodeResponse() local 252 response_struct, arena.ptr(), &buf_length); in EncodeResponse() 256 grpc_slice response_slice = grpc_slice_from_copied_buffer(buf, buf_length); in EncodeResponse()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | filesystem_interface.h | 94 int buf_length; member
|
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol_test.cc | 79 static size_t alter_random_byte(uint8_t* buf, size_t buf_length) { in alter_random_byte() argument 82 gsec_test_bias_random_uint32(static_cast<uint32_t>(buf_length)); in alter_random_byte()
|
/external/rust/crates/libc/src/ |
D | psp.rs | 4155 pub fn sceNetResolverCreate(rid: *mut i32, buf: *mut c_void, buf_length: u32) -> i32; in sceNetResolverCreate()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 16882 …<parameter type-id='type-id-146' name='buf_length' filepath='../../../gcc/liboffloadmic/runtime/of…
|