/third_party/node/tools/ |
D | compress_json.py | 28 slices = (data[i:i+step] for i in xrange(0, len(data), step)) variable 29 slices = [','.join(str(ord(c) if PY2 else c) for c in s) for s in slices] variable
|
/third_party/grpc/test/cpp/util/ |
D | byte_buffer_test.cc | 60 std::vector<Slice> slices; in TEST_F() local 75 std::vector<Slice> slices; in TEST_F() local 97 std::vector<Slice> slices; in TEST_F() local 110 std::vector<Slice> slices; in TEST_F() local
|
D | cli_call.cc | 100 std::vector<grpc::Slice> slices; in Read() local 183 std::vector<grpc::Slice> slices; in ReadAndMaybeNotifyWrite() local
|
D | byte_buffer_proto_helper.cc | 25 std::vector<Slice> slices; in ParseFromByteBuffer() local
|
/third_party/grpc/test/core/http/ |
D | parser_test.cc | 46 grpc_slice* slices; in test_request_succeeds() local 104 grpc_slice* slices; in test_succeeds() local 158 grpc_slice* slices; in test_fails() local 191 grpc_slice* slices; in test_request_fails() local
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_byte_buffer.cc | 37 std::vector<grpc::Slice> slices; in BM_ByteBuffer_Copy() local 54 std::vector<grpc_slice> slices; in BM_ByteBufferReader_Next() local 87 std::vector<grpc_slice> slices; in BM_ByteBufferReader_Peek() local
|
/third_party/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()
|
/third_party/grpc/test/core/slice/ |
D | slice_buffer_test.cc | 62 grpc_slice slices[3]; in test_slice_buffer_move_first() local 110 grpc_slice slices[3]; in test_slice_buffer_first() local
|
/third_party/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 | 47 static void me_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_read() 61 static void me_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_write()
|
D | passthru_endpoint.cc | 60 static void me_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_read() 83 static void me_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_write()
|
D | trickle_endpoint.cc | 49 static void te_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in te_read() 65 static void te_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in te_write()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_resource.c | 48 unsigned slices; in util_resource_size() local
|
/third_party/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
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | row_tensor_eliminate.h | 38 auto slices = PPrimitive(prim::kPrimMakeRowTensor, x, y, z).MinExtraNodes(0); in operator() local
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadecoder.h | 33 GArray *slices; member
|
/third_party/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 159 grpc_slice* slices = nullptr; in read_and_write_test_write_handler() local
|
D | tcp_posix_test.cc | 158 static size_t count_slices(grpc_slice* slices, size_t nslices, in count_slices() 310 grpc_slice* slices = in allocate_blocks() local 405 grpc_slice* slices; in write_test() local
|
/third_party/ffmpeg/libavcodec/ |
D | utvideodec.c | 358 int width, int height, int slices, int rmode) in restore_median_planar() 410 int width, int height, int slices, int rmode) in restore_median_planar_il() 465 int width, int height, int slices, int rmode) in restore_gradient_planar() 506 int width, int height, int slices, int rmode) in restore_gradient_planar_il()
|
/third_party/grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 198 grpc_slice slices[2]; in test_readall() local 232 grpc_slice slices[2]; in test_byte_buffer_copy() local
|
/third_party/grpc/test/core/transport/chttp2/ |
D | hpack_parser_test.cc | 54 grpc_slice* slices; in test_vector() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | pooling2d.cc | 126 int slices = UP_DIV(out_tensors_[0]->shape()[3], C4NUM); in SetGlobalConstArgs() local
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.cc | 94 grpc_slice_buffer* slices, grpc_slice* slice_out, in grpc_deframe_unprocessed_incoming_frames()
|
/third_party/mesa3d/src/freedreno/fdl/ |
D | fd_layout_test.h | 39 } slices[FDL_MAX_MIP_LEVELS]; member
|