| /external/perfetto/src/trace_processor/importers/common/ |
| D | slice_tracker_unittest.cc | 45 std::vector<SliceInfo> ToSliceInfo(const tables::SliceTable& slices) { in ToSliceInfo() 64 const auto& slices = context.storage->slice_table(); in TEST() local 97 const auto& slices = context.storage->slice_table(); in TEST() local 131 const auto& slices = context.storage->slice_table(); in TEST() local 167 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local 206 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local 228 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local 246 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local 297 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local
|
| D | slice_tracker.cc | 135 auto* slices = context_->storage->mutable_slice_table(); in AddArgs() local 179 auto* slices = context_->storage->mutable_slice_table(); in StartSlice() local 230 auto* slices = context_->storage->mutable_slice_table(); in CompleteSlice() local 261 auto* slices = context_->storage->mutable_slice_table(); in MatchingIncompleteSliceIndex() local 290 auto* slices = context_->storage->mutable_slice_table(); in MaybeCloseStack() local 348 const auto& slices = context_->storage->slice_table(); in GetStackHash() local
|
| /external/grpc-grpc/test/cpp/util/ |
| D | byte_buffer_test.cc | 55 std::vector<Slice> slices; in TEST_F() local 70 std::vector<Slice> slices; in TEST_F() local 92 std::vector<Slice> slices; in TEST_F() local 105 std::vector<Slice> slices; in TEST_F() local
|
| D | cli_call.cc | 100 std::vector<grpc::Slice> slices; in Read() local 184 std::vector<grpc::Slice> slices; in ReadAndMaybeNotifyWrite() local
|
| D | byte_buffer_proto_helper.cc | 25 std::vector<Slice> slices; in ParseFromByteBuffer() local
|
| /external/grpc-grpc/test/core/http/ |
| D | parser_test.cc | 43 grpc_slice* slices; in test_request_succeeds() local 101 grpc_slice* slices; in test_succeeds() local 155 grpc_slice* slices; in test_fails() local 188 grpc_slice* slices; in test_request_fails() local
|
| /external/tensorflow/tensorflow/tools/dockerfiles/ |
| D | assembler.py | 289 def build_name_from_slices(format_string, slices, args, is_dockerfile=False): argument 342 def gather_tag_args(slices, cli_input_args, required_args): argument 360 def gather_slice_list_items(slices, key): argument 365 def find_first_slice_value(slices, key): argument
|
| /external/grpc-grpc/src/core/lib/surface/ |
| D | byte_buffer.cc | 28 grpc_byte_buffer* grpc_raw_byte_buffer_create(grpc_slice* slices, in grpc_raw_byte_buffer_create() 35 grpc_slice* slices, size_t nslices, in grpc_raw_compressed_byte_buffer_create()
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| D | grpc_util_test.cc | 25 std::vector<grpc::Slice> slices; in ToString() local 37 std::vector<::grpc::Slice> slices; in MakeBuffer() local 93 int slices; in TEST() member 116 int slices; in TEST() member
|
| D | grpc_util.cc | 107 std::vector<::grpc::Slice> slices; in GrpcMaybeParseProto() local 121 std::vector<::grpc::Slice> slices; in GrpcMaybeParseProto() local
|
| /external/grpc-grpc/test/core/util/ |
| D | slice_splitter.cc | 93 grpc_slice* slices; in grpc_split_slices_to_buffer() local 109 grpc_slice grpc_slice_merge(grpc_slice* slices, size_t nslices) { in grpc_slice_merge()
|
| D | mock_endpoint.cc | 43 static void me_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_read() 57 static void me_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_write()
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | endpoint.cc | 25 void grpc_endpoint_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_read() 30 void grpc_endpoint_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_write()
|
| /external/mesa3d/src/panfrost/lib/ |
| D | pan_texture.c | 82 struct panfrost_slice *slices, in panfrost_needs_explicit_stride() 267 struct panfrost_slice *slices) in panfrost_emit_texture_payload() 319 struct panfrost_slice *slices) in panfrost_emit_texture_payload_v7() 381 struct panfrost_slice *slices) in panfrost_new_texture() 435 struct panfrost_slice *slices, in panfrost_new_texture_bifrost() 513 panfrost_get_layer_stride(struct panfrost_slice *slices, bool is_3d, unsigned cube_stride, unsigned… in panfrost_get_layer_stride() 522 panfrost_texture_offset(struct panfrost_slice *slices, bool is_3d, unsigned cube_stride, unsigned l… in panfrost_texture_offset()
|
| /external/perfetto/src/tracing/core/ |
| D | packet_stream_validator_fuzzer.cc | 26 perfetto::Slices slices; in LLVMFuzzerTestOneInput() local
|
| D | packet_stream_validator_benchmark.cc | 53 Slices slices; in BM_PacketStreamValidator() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | custom_call_thunk.cc | 57 static Status AppendBuffersFor(const ShapeTree<BufferAllocation::Slice>& slices, in AppendBuffersFor() 134 for (const auto& slices : operand_slices_) { in ExecuteOnStream() local
|
| D | thunk_emitter.cc | 110 ShapeTree<BufferAllocation::Slice> slices(inst->shape()); in BuildInfeedThunk() local 122 ShapeTree<BufferAllocation::Slice> slices(inst->operand(0)->shape()); in BuildOutfeedThunk() local 292 ShapeTree<BufferAllocation::Slice> slices(instr->shape()); in HandleCustomCall() local
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_resource.c | 48 unsigned slices; in util_resource_size() local
|
| /external/perfetto/include/perfetto/ext/tracing/core/ |
| D | trace_packet.h | 54 const Slices& slices() const { return slices_; } in slices() function
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_texture.c | 94 GLuint slices = texture_slices(texImage); in _swrast_alloc_texture_image_buffer() local 274 unsigned int i, slices; in _swrast_map_texture() local 334 unsigned int i, slices; in _swrast_unmap_texture() local
|
| /external/perfetto/src/tracing/test/ |
| D | api_integrationtest.cc | 435 std::vector<std::string> slices; in ReadSlicesFromTrace() local 1658 auto slices = ReadSlicesFromTrace(tracing_session->get()); in TEST_F() local 1675 auto slices = ReadSlicesFromTrace(tracing_session->get()); in TEST_F() local 1703 auto slices = ReadSlicesFromTrace(tracing_session->get()); in TEST_F() local 1729 auto slices = ReadSlicesFromTrace(tracing_session->get()); in TEST_F() local 1772 auto slices = ReadSlicesFromTrace(tracing_session->get()); in TEST_F() local 1802 auto slices = ReadSlicesFromTrace(tracing_session->get()); in TEST_F() local 1857 auto slices = ReadSlicesFromTrace(tracing_session->get()); in TEST_F() local 1865 auto slices = check_config(te_cfg); in TEST_F() local 1879 auto slices = check_config(te_cfg); in TEST_F() local [all …]
|
| /external/grpc-grpc/test/core/slice/ |
| D | slice_buffer_test.cc | 61 grpc_slice slices[3]; in test_slice_buffer_move_first() local
|
| /external/grpc-grpc/test/core/iomgr/ |
| D | endpoint_tests.cc | 52 size_t count_slices(grpc_slice* slices, size_t nslices, int* current_data) { in count_slices() 80 grpc_slice* slices = in allocate_blocks() local 139 grpc_slice* slices = nullptr; in read_and_write_test_write_handler() local
|
| /external/tensorflow/tensorflow/core/protobuf/ |
| D | tensor_bundle.proto | 63 repeated TensorSliceProto slices = 7; field
|