| /third_party/typescript/tests/baselines/reference/ |
| D | library_StringSlice.js | 3 String.prototype.slice(); method in String 4 String.prototype.slice(0); method in String 5 String.prototype.slice(0,1); method in String 10 String.prototype.slice(); method in String 11 String.prototype.slice(0); method in String 12 String.prototype.slice(0, 1); method in String
|
| D | library_ArraySlice.js | 3 Array.prototype.slice(); method in Array 4 Array.prototype.slice(0); method in Array 5 Array.prototype.slice(0, 1); method in Array 9 Array.prototype.slice(); method in Array 10 Array.prototype.slice(0); method in Array 11 Array.prototype.slice(0, 1); method in Array
|
| /third_party/grpc/src/core/lib/surface/ |
| D | validate_metadata.cc | 33 static grpc_error* conforms_to(const grpc_slice& slice, in conforms_to() 61 grpc_error* grpc_validate_header_key_is_legal(const grpc_slice& slice) { in grpc_validate_header_key_is_legal() 74 if (GRPC_SLICE_START_PTR(slice)[0] == ':') { in grpc_validate_header_key_is_legal() local 81 int grpc_header_key_is_legal(grpc_slice slice) { in grpc_header_key_is_legal() 86 const grpc_slice& slice) { in grpc_validate_header_nonbin_value_is_legal() 94 int grpc_header_nonbin_value_is_legal(grpc_slice slice) { in grpc_header_nonbin_value_is_legal() 98 int grpc_is_binary_header_internal(const grpc_slice& slice) { in grpc_is_binary_header_internal() 103 int grpc_is_binary_header(grpc_slice slice) { in grpc_is_binary_header()
|
| /third_party/boost/boost/python/ |
| D | object_slices.hpp | 41 object_operators<U>::slice(object_cref start, object_cref finish) in slice() function in boost::python::api::object_operators 49 object_operators<U>::slice(object_cref start, object_cref finish) const in slice() function in boost::python::api::object_operators 57 object_operators<U>::slice(slice_nil, object_cref finish) in slice() function in boost::python::api::object_operators 65 object_operators<U>::slice(slice_nil, object_cref finish) const in slice() function in boost::python::api::object_operators 73 object_operators<U>::slice(slice_nil, slice_nil) in slice() function in boost::python::api::object_operators 81 object_operators<U>::slice(slice_nil, slice_nil) const in slice() function in boost::python::api::object_operators 89 object_operators<U>::slice(object_cref start, slice_nil) in slice() function in boost::python::api::object_operators 97 object_operators<U>::slice(object_cref start, slice_nil) const in slice() function in boost::python::api::object_operators 106 object_operators<U>::slice(T const& start, V const& end) const in slice() function in boost::python::api::object_operators 116 object_operators<U>::slice(T const& start, V const& end) in slice() function in boost::python::api::object_operators
|
| D | slice.hpp | 45 class slice : public detail::slice_base class 50 slice() : base(0,0,0) {} in slice() function in boost::python::slice 55 slice( Integer1 start, Integer2 stop) in slice() function in boost::python::slice 60 slice( Integer1 start, Integer2 stop, Integer3 stride) in slice() function in boost::python::slice
|
| /third_party/grpc/include/grpc/impl/codegen/ |
| D | slice.h | 96 #define GRPC_SLICE_START_PTR(slice) \ argument 99 #define GRPC_SLICE_LENGTH(slice) \ argument 102 #define GRPC_SLICE_SET_LENGTH(slice, newlen) \ argument 105 #define GRPC_SLICE_END_PTR(slice) \ argument 107 #define GRPC_SLICE_IS_EMPTY(slice) (GRPC_SLICE_LENGTH(slice) == 0) argument 112 #define GPR_SLICE_START_PTR(slice) \ argument 115 #define GPR_SLICE_LENGTH(slice) \ argument 118 #define GPR_SLICE_SET_LENGTH(slice, newlen) \ argument 121 #define GPR_SLICE_END_PTR(slice) \ argument 123 #define GPR_SLICE_IS_EMPTY(slice) (GRPC_SLICE_LENGTH(slice) == 0) argument
|
| /third_party/grpc/test/core/slice/ |
| D | slice_test.cc | 42 grpc_slice slice; in test_slice_malloc_returns_something_sensible() local 57 GRPC_SLICE_START_PTR(slice)[i] = static_cast<uint8_t>(i); in test_slice_malloc_returns_something_sensible() local 69 grpc_slice slice = grpc_slice_new(&x, 1, do_nothing); in test_slice_new_returns_something_sensible() local 82 grpc_slice slice; in test_slice_new_with_user_data() local 109 grpc_slice slice = grpc_slice_new_with_len(&x, 1, do_nothing_with_len_1); in test_slice_new_with_len_returns_something_sensible() local 132 grpc_slice slice; in test_slice_sub_works() local 143 GRPC_SLICE_START_PTR(slice)[i] = static_cast<uint8_t>(i); in test_slice_sub_works() local 161 static void check_head_tail(grpc_slice slice, grpc_slice head, in check_head_tail() 172 grpc_slice slice; in test_slice_split_head_works() local 183 GRPC_SLICE_START_PTR(slice)[i] = static_cast<uint8_t>(i); in test_slice_split_head_works() local [all …]
|
| /third_party/grpc/test/core/http/ |
| D | format_request_test.cc | 29 grpc_slice slice; in test_format_get_request() local 54 grpc_slice slice; in test_format_post_request() local 84 grpc_slice slice; in test_format_post_request_no_body() local 109 grpc_slice slice; in test_format_post_request_content_type_override() local
|
| /third_party/grpc/test/core/surface/ |
| D | byte_buffer_reader_test.cc | 37 grpc_slice slice; in test_read_one_slice() local 59 grpc_slice slice; in test_read_one_slice_malloc() local 82 grpc_slice slice; in test_read_none_compressed_slice() local 104 grpc_slice slice; in test_peek_one_slice() local 126 grpc_slice slice; in test_peek_one_slice_malloc() local 149 grpc_slice slice; in test_peek_none_compressed_slice() local 171 grpc_slice slice; in test_byte_buffer_from_reader() local
|
| /third_party/jerryscript/tests/jerry/ |
| D | array-prototype-slice.js | 91 var obj = { slice : Array.prototype.slice }; property 103 var obj = { length : 1, slice : Array.prototype.slice }; property 118 var obj = { slice : Array.prototype.slice }; property 132 var obj = { slice : Array.prototype.slice }; property 144 var obj = { length : 3, slice : Array.prototype.slice }; property
|
| /third_party/grpc/test/core/iomgr/ |
| D | load_file_test.cc | 38 grpc_slice slice; in test_load_empty_file() local 67 grpc_slice slice; in test_load_failure() local 89 grpc_slice slice; in test_load_small_file() local 122 grpc_slice slice; in test_load_big_file() local
|
| /third_party/boost/libs/fusion/test/sequence/ |
| D | segmented_iterator_range.cpp | 59 slice_t slice(si, fi); in process_tree() local 88 slice_t slice(i1, i3); in main() local 102 slice_t slice(i1, i3); in main() local 120 slice_t slice(f, l); in main() local
|
| D | iterator_range.cpp | 50 slice_t slice(i1, i3); in main() local 64 slice_t slice(i1, i3); in main() local 82 slice_t slice(f, l); in main() local
|
| /third_party/grpc/test/cpp/microbenchmarks/ |
| D | bm_byte_buffer.cc | 66 grpc_slice* slice; in BM_ByteBufferReader_Next() local 78 for (auto& slice : slices) { in BM_ByteBufferReader_Next() local 99 grpc_slice* slice; in BM_ByteBufferReader_Peek() local 111 for (auto& slice : slices) { in BM_ByteBufferReader_Peek() local
|
| /third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
| D | records.pxd.pxi | 16 cdef bytes _slice_bytes(grpc_slice slice) 17 cdef grpc_slice _copy_slice(grpc_slice slice) nogil
|
| /third_party/flatbuffers/include/flatbuffers/ |
| D | grpc.h | 37 Message(grpc_slice slice, bool add_ref) in Message() 224 uint8_t *ReleaseRaw(size_t &size, size_t &offset, grpc_slice &slice) { in ReleaseRaw() 250 grpc_slice slice = slice_allocator_.get_slice(buf_data, buf_size); in GetMessage() local 281 grpc_slice *slice = const_cast<grpc_slice *>(&msg.BorrowSlice()); in Serialize() local 301 grpc_slice slice = buffer->data.raw.slice_buffer.slices[0]; in Deserialize() local 310 grpc_slice slice = grpc_byte_buffer_reader_readall(&reader); in Deserialize() local
|
| /third_party/grpc/src/ruby/ext/grpc/ |
| D | rb_byte_buffer.c | 30 grpc_slice slice = grpc_slice_from_copied_buffer(string, length); in grpc_rb_s_to_byte_buffer() local 57 VALUE grpc_rb_slice_to_ruby_string(grpc_slice slice) { in grpc_rb_slice_to_ruby_string()
|
| /third_party/grpc/src/csharp/Grpc.Core/Internal/ |
| D | SliceMemoryManager.cs | 34 private Slice slice; field in Grpc.Core.Internal.SliceMemoryManager 36 public void Reset(Slice slice) in Reset()
|
| /third_party/grpc/src/core/lib/slice/ |
| D | slice_internal.h | 216 inline size_t grpc_refcounted_slice_length(const grpc_slice& slice) { in grpc_refcounted_slice_length() 221 inline const uint8_t* grpc_refcounted_slice_data(const grpc_slice& slice) { in grpc_refcounted_slice_data() 246 inline uint32_t grpc_slice_refcount::Hash(const grpc_slice& slice) { in Hash() 265 inline const grpc_slice& grpc_slice_ref_internal(const grpc_slice& slice) { in grpc_slice_ref_internal() 272 inline void grpc_slice_unref_internal(const grpc_slice& slice) { in grpc_slice_unref_internal() 299 inline bool grpc_slice_is_interned(const grpc_slice& slice) { in grpc_slice_is_interned()
|
| /third_party/grpc/test/core/compression/ |
| D | stream_compression_test.cc | 70 grpc_slice slice = grpc_slice_from_static_string(test_str); in test_stream_compression_simple_compress_decompress() local 103 grpc_slice slice = grpc_slice_from_static_string(test_str); in test_stream_compression_simple_compress_decompress_with_output_size_constraint() local 153 grpc_slice slice = grpc_slice_from_static_string(test_str); in test_stream_compression_simple_compress_decompress_with_large_data() local 184 grpc_slice slice = grpc_slice_from_static_string(test_str); in test_stream_compression_drop_context() local 253 grpc_slice slice = grpc_slice_from_static_string(test_str); in test_stream_compression_sync_flush() local
|
| /third_party/grpc/include/grpcpp/impl/codegen/ |
| D | slice.h | 44 Slice(grpc_slice slice, AddRef) in Slice() 49 Slice(grpc_slice slice, StealRef) : slice_(slice) {} in Slice() 121 inline grpc::string_ref StringRefFromSlice(const grpc_slice* slice) { in StringRefFromSlice() 127 inline std::string StringFromCopiedSlice(grpc_slice slice) { in StringFromCopiedSlice()
|
| /third_party/mesa3d/src/mesa/drivers/dri/i915/ |
| D | intel_mipmap_tree.c | 494 GLuint level, GLuint slice, in intel_miptree_get_image_offset() 515 GLuint level, GLuint slice, in intel_miptree_get_tile_offsets() 537 int slice, in intel_miptree_copy_slice_sw() 594 int slice; in intel_miptree_copy_slice() local 654 for (int slice = 0; slice < depth; slice++) { in intel_miptree_copy_teximage() local 694 unsigned int level, unsigned int slice) in intel_miptree_map_gtt() 742 unsigned int level, unsigned int slice) in intel_miptree_map_blit() 786 unsigned int slice) in intel_miptree_unmap_blit() 812 unsigned int slice, in intel_miptree_attach_map() 842 unsigned int slice) in intel_miptree_release_map() [all …]
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
| D | FontDataTests.java | 136 ReadableFontData slice = rfd.slice(trim, length); in slicingReadTest() local 146 WritableFontData slice = null; in slicingWriteTest() local 150 writeFontDataWithSingleByte(rfd.slice(trim, length), slice); in slicingWriteTest() local 157 writeFontDataWithBuffer(rfd.slice(trim, length), slice, bufferSize); in slicingWriteTest() local 164 writeFontDataWithSlidingWindow(rfd.slice(trim, length), slice, windowSize); in slicingWriteTest() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
| D | FontDataTests.java | 136 ReadableFontData slice = rfd.slice(trim, length); in slicingReadTest() local 146 WritableFontData slice = null; in slicingWriteTest() local 150 writeFontDataWithSingleByte(rfd.slice(trim, length), slice); in slicingWriteTest() local 157 writeFontDataWithBuffer(rfd.slice(trim, length), slice, bufferSize); in slicingWriteTest() local 164 writeFontDataWithSlidingWindow(rfd.slice(trim, length), slice, windowSize); in slicingWriteTest() local
|
| /third_party/grpc/test/cpp/util/ |
| D | byte_buffer_proto_helper.cc | 39 Slice slice(buf); in SerializeToByteBuffer() local 50 Slice slice(buf); in SerializeToByteBufferInPlace() local
|