Home
last modified time | relevance | path

Searched defs:slices (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/node/tools/
Dcompress_json.py28 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/
Dbyte_buffer_test.cc60 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
Dcli_call.cc100 std::vector<grpc::Slice> slices; in Read() local
183 std::vector<grpc::Slice> slices; in ReadAndMaybeNotifyWrite() local
Dbyte_buffer_proto_helper.cc25 std::vector<Slice> slices; in ParseFromByteBuffer() local
/third_party/grpc/test/core/http/
Dparser_test.cc46 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/
Dbm_byte_buffer.cc37 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/
Dbyte_buffer.cc28 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/
Dslice_buffer_test.cc62 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/
Dslice_splitter.cc93 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()
Dmock_endpoint.cc47 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()
Dpassthru_endpoint.cc60 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()
Dtrickle_endpoint.cc49 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/
Dendpoint.cc25 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/
Du_resource.c48 unsigned slices; in util_resource_size() local
/third_party/mesa3d/src/mesa/swrast/
Ds_texture.c94 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/
Drow_tensor_eliminate.h38 auto slices = PPrimitive(prim::kPrimMakeRowTensor, x, y, z).MinExtraNodes(0); in operator() local
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadecoder.h33 GArray *slices; member
/third_party/grpc/test/core/iomgr/
Dendpoint_tests.cc52 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
Dtcp_posix_test.cc158 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/
Dutvideodec.c358 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/
Dbyte_buffer_reader_test.cc198 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/
Dhpack_parser_test.cc54 grpc_slice* slices; in test_vector() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dpooling2d.cc126 int slices = UP_DIV(out_tensors_[0]->shape()[3], C4NUM); in SetGlobalConstArgs() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc94 grpc_slice_buffer* slices, grpc_slice* slice_out, in grpc_deframe_unprocessed_incoming_frames()
/third_party/mesa3d/src/freedreno/fdl/
Dfd_layout_test.h39 } slices[FDL_MAX_MIP_LEVELS]; member

1234