/external/perfetto/src/trace_processor/importers/common/ |
D | slice_tracker_unittest.cc | 46 std::vector<SliceInfo> ToSliceInfo(const tables::SliceTable& slices) { in ToSliceInfo() 67 const auto& slices = context.storage->slice_table(); in TEST() local 94 const auto& slices = context.storage->slice_table(); in TEST() local 119 const auto& slices = context.storage->slice_table(); in TEST() local 155 const auto& slices = context.storage->slice_table(); in TEST() local 204 const auto& slices = context.storage->slice_table(); in TEST() local 241 const auto& slices = context.storage->slice_table(); in TEST() local 279 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local 302 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local 345 auto slices = ToSliceInfo(context.storage->slice_table()); in TEST() local [all …]
|
D | slice_tracker.cc | 121 auto* slices = context_->storage->mutable_slice_table(); in AddArgs() local 166 auto* slices = context_->storage->mutable_slice_table(); in StartSlice() local 229 auto* slices = context_->storage->mutable_slice_table(); in CompleteSlice() local 274 auto* slices = context_->storage->mutable_slice_table(); in MatchingIncompleteSliceIndex() local 357 auto* slices = context_->storage->mutable_slice_table(); in MaybeCloseStack() local 422 const auto& slices = context_->storage->slice_table(); in GetStackHash() local
|
/external/libwebm/webm_parser/tests/ |
D | slices_parser_test.cc | 28 const Slices slices = parser_.value(); in TEST_F() local 41 const Slices slices = parser_.value(); in TEST_F() local 67 const Slices slices = parser_.value(); in TEST_F() local
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | slicing.py | 63 def _sanitize_slices(slices, intended_shape, deficient_shape): argument 106 param, param_ndims_to_matrix_ndims, slices, batch_shape): argument 155 def batch_slice(linop, params_overrides, slices): argument
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | from_sparse_tensor_slices_test.py | 39 def testFromSparseTensorSlices(self, slices): argument 74 def testFromSparseTensorSlicesInReverse(self, slices): argument 165 def _build_sparse_tensor_slice_dataset(self, slices): argument
|
/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/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
|
/external/tensorflow/tensorflow/tools/dockerfiles/ |
D | assembler.py | 285 def build_name_from_slices(format_string, slices, args, is_dockerfile=False): argument 338 def gather_tag_args(slices, cli_input_args, required_args): argument 356 def gather_slice_list_items(slices, key): argument 361 def find_first_slice_value(slices, key): argument
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | network_trace_module_unittest.cc | 112 const auto& slices = storage_->slice_table(); in TEST_F() local 151 const auto& slices = storage_->slice_table(); in TEST_F() local 176 const auto& slices = storage_->slice_table(); in TEST_F() local
|
/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/rust/crates/grpcio-sys/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/crosvm/third_party/vmm_vhost/src/ |
D | connection.rs | 298 let mut slices: Vec<IoSliceMut> = bufs.iter_mut().map(|b| IoSliceMut::new(b)).collect(); in recv_into_bufs_all() localVariable 327 let mut slices = [IoSliceMut::new(buf.as_mut_slice())]; in recv_into_buf() localVariable 372 let mut slices = [hdr.as_mut_slice(), body.as_mut_slice()]; in recv_body() localVariable 403 let mut slices = [hdr.as_mut_slice(), buf]; in recv_body_into_buf() localVariable 430 let mut slices = [hdr.as_mut_slice()]; in recv_payload_into_buf() localVariable 441 let mut slices = [body.as_mut_slice(), buf.as_mut_slice()]; in recv_payload_into_buf() localVariable
|
/external/perfetto/src/trace_processor/prelude/table_functions/ |
D | descendant.cc | 51 const tables::SliceTable& slices, in GetDescendants() 117 const auto& slices = storage_->slice_table(); in ComputeTable() local 198 Descendant::GetDescendantSlices(const tables::SliceTable& slices, in GetDescendantSlices()
|
/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/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_util_test.cc | 29 std::vector<grpc::Slice> slices; in ToString() local 41 std::vector<::grpc::Slice> slices; in MakeBuffer() local 115 int slices; in TEST() member 138 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/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/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()
|
/external/rust/crates/grpcio-sys/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/perfetto/src/tracing/test/ |
D | api_integrationtest.cc | 491 std::vector<std::string> slices; in ReadSlicesFromTrace() local 1668 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3028 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3134 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3145 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3162 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3227 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3267 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3292 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local 3332 auto slices = StopSessionAndReadSlicesFromTrace(tracing_session); in TEST_P() local [all …]
|
/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/core/ |
D | packet_stream_validator_fuzzer.cc | 26 perfetto::Slices slices; in LLVMFuzzerTestOneInput() local
|
/external/perfetto/src/trace_processor/prelude/tables_views/ |
D | views.sql | 25 CREATE VIEW slices AS view
|
/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/mesa3d/src/gallium/auxiliary/util/ |
D | u_resource.c | 48 unsigned slices; in util_resource_size() local
|