Home
last modified time | relevance | path

Searched refs:buffer (Results 1126 - 1150 of 7438) sorted by relevance

1...<<41424344454647484950>>...298

/third_party/skia/src/gpu/mtl/
H A DGrMtlRenderCommandEncoder.h68 void setVertexBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setVertexBuffer() argument
70 if (fCurrentVertexBuffer[index] == buffer) { in setVertexBuffer()
75 if (fCurrentVertexBuffer[index] != buffer || fCurrentVertexOffset[index] != offset) { in setVertexBuffer()
76 [fCommandEncoder setVertexBuffer:buffer in setVertexBuffer()
79 fCurrentVertexBuffer[index] = buffer; in setVertexBuffer()
92 void setFragmentBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setFragmentBuffer() argument
94 if (fCurrentFragmentBuffer[index] == buffer) { in setFragmentBuffer()
99 if (fCurrentFragmentBuffer[index] != buffer || fCurrentFragmentOffset[index] != offset) { in setFragmentBuffer()
100 [fCommandEncoder setFragmentBuffer:buffer in setFragmentBuffer()
103 fCurrentFragmentBuffer[index] = buffer; in setFragmentBuffer()
[all...]
/third_party/skia/tests/
H A DGrQuadBufferTest.cpp87 // Odd indexed quads will be ignored and not stored in the buffer in TEST()
98 // Fill in the buffer with the device quads, and a local quad if the index is even in TEST()
99 GrQuadBuffer<TestData> buffer; in TEST() local
101 buffer.append(expectedDeviceQuads[i], // device quad in TEST()
106 // Confirm the state of the buffer in TEST()
107 ASSERT(kQuadCount == buffer.count()); in TEST()
108 ASSERT(GrQuad::Type::kPerspective == buffer.deviceQuadType()); in TEST()
109 ASSERT(GrQuad::Type::kGeneral == buffer.localQuadType()); in TEST()
112 auto iter = buffer.iterator(); in TEST()
200 GrQuadBuffer<TestData> buffer; in TEST() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shape-plan.cc31 #include "hb-buffer.hh"
390 hb_buffer_t *buffer, in _hb_shape_plan_execute_internal()
400 if (unlikely (!buffer->len)) in _hb_shape_plan_execute_internal()
403 assert (!hb_object_is_immutable (buffer)); in _hb_shape_plan_execute_internal()
405 buffer->assert_unicode (); in _hb_shape_plan_execute_internal()
411 assert (hb_segment_properties_equal (&shape_plan->key.props, &buffer->props)); in _hb_shape_plan_execute_internal()
416 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \ in _hb_shape_plan_execute_internal()
435 * @buffer: The #hb_buffer_t to work upon
439 * Executes the given shaping plan on the specified buffer, using
449 hb_buffer_t *buffer, in hb_shape_plan_execute()
388 _hb_shape_plan_execute_internal(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_shape_plan_execute_internal() argument
447 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape_plan_execute() argument
[all...]
/third_party/python/Lib/unittest/
H A Dmain.py63 failfast = catchbreak = buffer = progName = warnings = testNamePatterns = None
69 buffer=None, warnings=None, *, tb_locals=False):
83 self.buffer = buffer
191 if self.buffer is None:
192 parser.add_argument('-b', '--buffer', dest='buffer',
195 self.buffer = False
259 buffer=self.buffer,
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp281 auto buffer = handler->runBuffer(info); local
287 CTRunGetGlyphs(run, {0, runGlyphs}, buffer.glyphs);
292 if (buffer.clusters) {
298 buffer.positions[k] = {
299 buffer.point.fX + SkScalarFromCGFloat(positions[k].x) - lineAdvance,
300 buffer.point.fY,
302 if (buffer.offsets) {
303 buffer.offsets[k] = {0, 0}; // offset relative to the origin for this glyph
305 if (buffer.clusters) {
306 buffer
[all...]
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlRenderCommandEncoder.h67 void setVertexBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setVertexBuffer() argument
70 if (fCurrentVertexBuffer[index] == buffer) { in setVertexBuffer()
75 if (fCurrentVertexBuffer[index] != buffer || fCurrentVertexOffset[index] != offset) { in setVertexBuffer()
76 [(*fCommandEncoder) setVertexBuffer:buffer in setVertexBuffer()
79 fCurrentVertexBuffer[index] = buffer; in setVertexBuffer()
93 void setFragmentBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) {
96 if (fCurrentFragmentBuffer[index] == buffer) {
101 if (fCurrentFragmentBuffer[index] != buffer || fCurrentFragmentOffset[index] != offset) {
102 [(*fCommandEncoder) setFragmentBuffer:buffer
105 fCurrentFragmentBuffer[index] = buffer;
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp835 es2::Buffer *buffer = nullptr; in UnmapBuffer() local
836 if(!context->getBuffer(target, &buffer)) in UnmapBuffer()
841 if(!buffer) in UnmapBuffer()
843 // A null buffer means that "0" is bound to the requested buffer target in UnmapBuffer()
847 if(!buffer->isMapped()) in UnmapBuffer()
853 return buffer->unmap() ? GL_TRUE : GL_FALSE; in UnmapBuffer()
873 es2::Buffer *buffer = nullptr; in GetBufferPointerv() local
874 if(!context->getBuffer(target, &buffer)) in GetBufferPointerv()
879 if(!buffer) in GetBufferPointerv()
1356 es2::Buffer *buffer = nullptr; MapBufferRange() local
1410 es2::Buffer *buffer = nullptr; FlushMappedBufferRange() local
1668 BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) BindBufferRange() argument
1714 BindBufferBase(GLenum target, GLuint index, GLuint buffer) BindBufferBase() argument
2264 ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value) ClearBufferiv() argument
2301 ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) ClearBufferuiv() argument
2328 ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) ClearBufferfv() argument
2365 ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) ClearBufferfi() argument
3059 es2::Buffer *buffer = nullptr; GetBufferParameteri64v() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c73 pipe_resource_reference(&hwtnl->index_cache[i][j].buffer, NULL); in svga_hwtnl_destroy()
146 /* release old buffer references */ in svga_hwtnl_vertex_buffers()
157 * Determine whether the specified buffer is referred in the primitive queue,
162 struct pipe_resource *buffer) in svga_hwtnl_is_buffer_referred()
166 if (svga_buffer_is_user_buffer(buffer)) { in svga_hwtnl_is_buffer_referred()
175 if (hwtnl->cmd.vbufs[i].buffer.resource == buffer) { in svga_hwtnl_is_buffer_referred()
181 if (hwtnl->cmd.prim_ib[i] == buffer) { in svga_hwtnl_is_buffer_referred()
223 handle = svga_buffer_handle(svga, hwtnl->cmd.vbufs[j].buffer.resource, in draw_vgpu9()
454 struct svga_buffer *buffer; in svga_validate_constant_buffers() local
161 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtnl, struct pipe_resource *buffer) svga_hwtnl_is_buffer_referred() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp216 layout(binding = 0) buffer Input1 { double values[]; } input1;
217 layout(binding = 1) buffer Input2 { double values[]; } input2;
218 layout(binding = 2) buffer Output1 { int values[]; } output1;
328 layout(binding = 0) buffer Input1 { dvec4 values[]; } input1;
329 layout(binding = 1) buffer Input2 { dvec4 values[]; } input2;
330 layout(binding = 2) buffer Output1 { ivec4 values[]; } output1;
444 layout(binding = 0) buffer Input1 { double values[]; } input1;
445 layout(binding = 1) buffer Input2 { double values[]; } input2;
446 layout(binding = 2) buffer Output1 { int values[]; } output1;
584 layout(binding = 0) buffer Input
1027 vk::Move<vk::VkBuffer> buffer; global() member
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.cpp808 void dng_opcode_FixBadPixelsList::FixIsolatedPixel (dng_pixel_buffer &buffer, in FixIsolatedPixel() argument
812 uint16 *p0 = buffer.DirtyPixel_uint16 (badPoint.v - 2, badPoint.h - 2, 0); in FixIsolatedPixel()
813 uint16 *p1 = buffer.DirtyPixel_uint16 (badPoint.v - 1, badPoint.h - 2, 0); in FixIsolatedPixel()
814 uint16 *p2 = buffer.DirtyPixel_uint16 (badPoint.v , badPoint.h - 2, 0); in FixIsolatedPixel()
815 uint16 *p3 = buffer.DirtyPixel_uint16 (badPoint.v + 1, badPoint.h - 2, 0); in FixIsolatedPixel()
816 uint16 *p4 = buffer.DirtyPixel_uint16 (badPoint.v + 2, badPoint.h - 2, 0); in FixIsolatedPixel()
1030 void dng_opcode_FixBadPixelsList::FixClusteredPixel (dng_pixel_buffer &buffer, in FixClusteredPixel() argument
1064 uint16 *p = buffer.DirtyPixel_uint16 (badPoint.v, badPoint.h, 0); in FixClusteredPixel()
1088 total += p [offset.v * buffer.fRowStep + in FixClusteredPixel()
1089 offset.h * buffer in FixClusteredPixel()
1128 FixSingleColumn(dng_pixel_buffer &buffer, const dng_rect &badRect) FixSingleColumn() argument
1520 FixSingleRow(dng_pixel_buffer &buffer, const dng_rect &badRect) FixSingleRow() argument
1539 FixClusteredRect(dng_pixel_buffer &buffer, const dng_rect &badRect, const dng_rect &imageBounds) FixClusteredRect() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp216 layout(binding = 0) buffer Input1 { double values[]; } input1;
217 layout(binding = 1) buffer Input2 { double values[]; } input2;
218 layout(binding = 2) buffer Output1 { int values[]; } output1;
328 layout(binding = 0) buffer Input1 { dvec4 values[]; } input1;
329 layout(binding = 1) buffer Input2 { dvec4 values[]; } input2;
330 layout(binding = 2) buffer Output1 { ivec4 values[]; } output1;
444 layout(binding = 0) buffer Input1 { double values[]; } input1;
445 layout(binding = 1) buffer Input2 { double values[]; } input2;
446 layout(binding = 2) buffer Output1 { int values[]; } output1;
584 layout(binding = 0) buffer Input
1027 vk::Move<vk::VkBuffer> buffer; global() member
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp203 UChar buffer[10]={ 0x61, 0x62, 0x20ac, 0xd900, 0xdc05, 0, 0x62, 0xffff, 0xdbff, 0xdfff }; in TestBasicManipulation() local
204 UnicodeString s, t(buffer, -1, UPRV_LENGTHOF(buffer)); in TestBasicManipulation()
206 if(s.setTo(buffer, -1, UPRV_LENGTHOF(buffer)).length()!=u_strlen(buffer)) { in TestBasicManipulation()
207 errln("UnicodeString.setTo(buffer, length, capacity) does not work with length==-1"); in TestBasicManipulation()
209 if(t.length()!=u_strlen(buffer)) { in TestBasicManipulation()
210 errln("UnicodeString(buffer, length, capacity) does not work with length==-1"); in TestBasicManipulation()
213 if(0!=s.caseCompare(buffer, in TestBasicManipulation()
252 char buffer[16]; TestBasicManipulation() local
584 char buffer[32]; TestExtract() local
1283 UChar buffer[]={0x0061, 0x0062, 0x20ac, 0x0043, 0x0042, 0x0000}; TestStackAllocation() local
1392 const UChar *buffer=s.getTerminatedBuffer(); TestCountChar32() local
1930 char buffer[64]; TestUTF8() local
2070 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); doTestAppendable() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c213 static size_t safecat(char *buffer, size_t bufsize, size_t pos, in safecat() argument
217 buffer[pos++] = *cat++; in safecat()
222 buffer[pos] = 0; in safecat()
226 static size_t safecatn(char *buffer, size_t bufsize, size_t pos, int n) in safecatn() argument
230 return safecat(buffer, bufsize, pos, number); in safecatn()
234 static size_t safecatd(char *buffer, size_t bufsize, size_t pos, double d, in safecatd() argument
239 return safecat(buffer, bufsize, pos, number); in safecatd()
380 standard_name(char *buffer, size_t bufsize, size_t pos, png_byte colour_type, in standard_name() argument
384 pos = safecat(buffer, bufsize, pos, colour_types[colour_type]); in standard_name()
387 pos = safecat(buffer, bufsiz in standard_name()
420 standard_name_from_id(char *buffer, size_t bufsize, size_t pos, png_uint_32 id) standard_name_from_id() argument
695 png_byte buffer[STORE_BUFFER_SIZE]; global() member
1007 store_message(png_store *ps, png_const_structp pp, char *buffer, size_t bufsize, size_t pos, const char *msg) store_message() argument
1050 char buffer[512]; store_verbose() local
1479 png_byte buffer[8]; store_read_chunk() local
1539 png_byte buffer[4]; store_read_chunk() local
1613 png_byte buffer[4]; store_read_chunk() local
1728 png_byte buffer[512]; store_progressive_read() local
2311 safecat_color_encoding(char *buffer, size_t bufsize, size_t pos, const color_encoding *e, double encoding_gamma) safecat_color_encoding() argument
2494 png_byte buffer[1024]; global() member
2808 safecat_current_encoding(char *buffer, size_t bufsize, size_t pos, const png_modifier *pm) safecat_current_encoding() argument
2969 modifier_crc(png_bytep buffer) modifier_crc() argument
3230 png_byte buffer[512]; modifier_progressive_read() local
3859 transform_row(png_const_structp pp, png_byte buffer[TRANSFORM_ROWMAX], png_byte colour_type, png_byte bit_depth, png_uint_32 y) transform_row() argument
4031 interlace_row(png_bytep buffer, png_const_bytep imageRow, unsigned int pixel_size, png_uint_32 w, int pass, int littleendian) interlace_row() argument
4055 deinterlace_row(png_bytep buffer, png_const_bytep row, unsigned int pixel_size, png_uint_32 w, int pass, int littleendian) deinterlace_row() argument
4196 png_byte buffer[TRANSFORM_ROWMAX]; make_transform_image() local
4303 size_row(png_byte buffer[SIZE_ROWMAX], png_uint_32 bit_width, png_uint_32 y) size_row() argument
4731 png_byte buffer[TRANSFORM_ROWMAX]; make_error() local
7868 char buffer[256]; image_transform_png_set_rgb_to_gray_set() local
8065 char buffer[128]; image_transform_png_set_rgb_to_gray_mod() local
8193 char buffer[128]; image_transform_png_set_rgb_to_gray_mod() local
[all...]
/third_party/backends/backend/
H A Dma1509.c135 print_data_buffer (const SANE_Byte * buffer, size_t len) in print_data_buffer() argument
142 for (pp = buffer; pp < (buffer + len); pp++) in print_data_buffer()
146 if (((pp - buffer) % 0x10 == 0x0f) || (pp >= (buffer + len - 1))) in print_data_buffer()
148 DBG (5, "buffer: %s\n", buffer_byte_list); in print_data_buffer()
255 SANE_Byte buffer[0x04]; in test_unit_ready() local
256 size_t size = sizeof (buffer); in test_unit_ready()
258 status = ma1509_cmd (s, scsi_test_unit_ready, buffer, &size); in test_unit_ready()
265 if (buffer[ in test_unit_ready()
699 SANE_Byte buffer[0x30], *cp; set_window() local
814 SANE_Byte cmd[0x08], *buffer, *calibration_buffer; calibration() local
910 SANE_Byte cmd[0x08], *buffer; send_gamma() local
996 SANE_Byte buffer[0x30]; turn_lamp() local
1073 read_data(Ma1509_Scanner * s, SANE_Byte * buffer, SANE_Int * size) read_data() argument
[all...]
/third_party/libsnd/src/
H A Dwavlike.c282 { char buffer [128] ; in wavlike_read_fmt_chunk() local
286 snprintf (buffer, sizeof (buffer), " %2d %7d %7d\n", k, wav_fmt->msadpcm.coeffs [k].coeff1, wav_fmt->msadpcm.coeffs [k].coeff2) ; in wavlike_read_fmt_chunk()
287 psf_log_printf (psf, buffer) ; in wavlike_read_fmt_chunk()
343 { char buffer [512] ; in wavlike_read_fmt_chunk() local
354 /* Terminate the buffer we're going to append_snprintf into. */ in wavlike_read_fmt_chunk()
355 buffer [0] = 0 ; in wavlike_read_fmt_chunk()
366 append_snprintf (buffer, sizeof (buffer), "%s, ", channel_mask_bits [bit].name) ; in wavlike_read_fmt_chunk()
371 bit = strlen (buffer) ; in wavlike_read_fmt_chunk()
524 { unsigned char buffer [4096] ; wavlike_analyze() local
957 char buffer [2048] ; wavlike_subchunk_parse() local
1208 { char buffer [256] ; wavlike_read_peak_chunk() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp170 struct buffer struct in gl4cts::GLSL420Pack::Utils
172 buffer(deqp::Context& context);
173 ~buffer();
532 virtual void prepareVertexBuffer(const Utils::program& program, Utils::buffer& buffer, Utils::vertexArray& vao);
591 void prepareBuffer(Utils::buffer& buffer, glw::GLuint color);
593 void prepareTexture(Utils::texture& texture, const Utils::buffer& buffer, Utils::TEXTURE_TYPES texture_type,
596 bool verifyBuffer(const Utils::buffer
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp748 Pointer<Byte> buffer[4]; in sampleQuad2D() local
750 selectMipmap(texture, buffer, mipmap, lod, face, secondLOD); in sampleQuad2D()
760 c = sampleTexel(uuuu, vvvv, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
769 Vector4s c0 = sampleTexel(uuuu0, vvvv0, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
770 Vector4s c1 = sampleTexel(uuuu1, vvvv0, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
771 Vector4s c2 = sampleTexel(uuuu0, vvvv1, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
772 Vector4s c3 = sampleTexel(uuuu1, vvvv1, wwww, offset, mipmap, buffer, function); in sampleQuad2D()
942 Pointer<Byte> buffer[4]; in sample3D() local
945 selectMipmap(texture, buffer, mipmap, lod, face, secondLOD); in sample3D()
955 c_ = sampleTexel(uuuu, vvvv, wwww, offset, mipmap, buffer, functio in sample3D()
1218 Pointer<Byte> buffer[4]; sampleFloat2D() local
1286 Pointer<Byte> buffer[4]; sampleFloat3D() local
1745 sampleTexel(UInt index[4], Pointer<Byte> buffer[4]) sampleTexel() argument
2006 sampleTexel(Short4 &uuuu, Short4 &vvvv, Short4 &wwww, Vector4f &offset, Pointer<Byte> &mipmap, Pointer<Byte> buffer[4], SamplerFunction function) sampleTexel() argument
2115 sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &z, Pointer<Byte> &mipmap, Pointer<Byte> buffer[4], SamplerFunction function) sampleTexel() argument
2235 selectMipmap(Pointer<Byte> &texture, Pointer<Byte> buffer[4], Pointer<Byte> &mipmap, Float &lod, Int face[4], bool secondLOD) selectMipmap() argument
[all...]
/third_party/python/Objects/
H A Dbytesobject.c199 char buffer[21]; in PyBytes_FromFormatV() local
276 sprintf(buffer, "%ld", va_arg(vargs, long)); in PyBytes_FromFormatV()
279 sprintf(buffer, "%zd", va_arg(vargs, Py_ssize_t)); in PyBytes_FromFormatV()
282 sprintf(buffer, "%d", va_arg(vargs, int)); in PyBytes_FromFormatV()
284 assert(strlen(buffer) < sizeof(buffer)); in PyBytes_FromFormatV()
285 WRITE_BYTES(buffer); in PyBytes_FromFormatV()
290 sprintf(buffer, "%lu", va_arg(vargs, unsigned long)); in PyBytes_FromFormatV()
293 sprintf(buffer, "%zu", va_arg(vargs, size_t)); in PyBytes_FromFormatV()
296 sprintf(buffer, " in PyBytes_FromFormatV()
[all...]
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A Dnative_child_demo.cpp46 std::vector<char> buffer(bufferLen); in Main()
47 ssize_t bytesRead = read(fd, buffer.data(), buffer.size()); in Main()
48 OH_LOG_INFO(LOG_APP, "read Result:%{public}s", buffer.data()); in Main()
/test/xts/device_attest_lite/services/core/include/adapter/
H A Dattest_adapter_oem.h45 int32_t OEMReadAuthStatus(char* buffer, uint32_t bufferLen);
53 int32_t OEMWriteNetworkConfig(const char* buffer, uint32_t bufferLen);
55 int32_t OEMReadNetworkConfig(char* buffer, uint32_t bufferLen);
59 int32_t OEMReadAuthResultCode(char* buffer, uint32_t bufferLen);
/third_party/eudev/test/
H A Drule-syntax-check.py34 buffer = '' variable
42 buffer += line[:-2]
45 line = buffer + line
46 buffer = '' variable
/third_party/lame/frontend/
H A Dget_audio.h51 int get_audio(lame_t gfp, int buffer[2][1152]);
52 int get_audio16(lame_t gfp, short buffer[2][1152]);
53 int get_audio_float(lame_t gfp, float buffer[2][1152]);
54 int get_audio_double(lame_t gfp, double buffer[2][1152]);
69 int ar_readInt(AudioReader ar, lame_t gfp, int buffer[2][1152]);
70 int ar_readShort(AudioReader ar, lame_t gfp, short buffer[2][1152]);
71 int ar_readFloat(AudioReader ar, lame_t gfp, float buffer[2][1152]);
78 int aw_write(AudioWriter aw, short buffer[2][1152], int n);
79 int aw_write(AudioWriter aw, float buffer[2][1152], int n);
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dsequence.py29 self.buffer = deque()
44 self.buffer.append(test)
51 # A heavy test finished computing. Try to send one from the buffer.
53 while self.buffer:
54 next_test = self.buffer.popleft()
/third_party/icu/icu4c/source/samples/props/
H A Dprops.cpp36 char buffer[100]; in printProps() local
41 u_charName(codePoint, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode); in printProps()
44 printf("U+%04" PRId32 "\t%s\n", codePoint, buffer); in printProps()
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
H A Dvmsplice03.c18 static char buffer[TEST_BLOCK_SIZE]; variable
30 SAFE_WRITE(SAFE_WRITE_ALL, pipes[1], buffer, TEST_BLOCK_SIZE); in vmsplice_test()
40 if (arr_write[i] != buffer[i]) { in vmsplice_test()
59 buffer[i] = i & 0xff; in setup()

Completed in 30 milliseconds

1...<<41424344454647484950>>...298