/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifiedcache.cpp | 197 char buffer[256]; in _dumpContents() local 209 key->writeDescription(buffer, 256), in _dumpContents()
|
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.h | 276 // sure to have the correct buffer alignment for the instruction set we are 281 // buffer could be unaligned. 399 // Data address before it's moved into the code buffer. 405 // moved into the code buffer: kDeletedOnPlacementByPool 438 void UpdateValue(const T& value, CodeBuffer* buffer) { in UpdateValue() argument 441 buffer->UpdateData(GetLocation(), GetDataAddress(), GetSize()); in UpdateValue()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | EGLImageWrappingTests.cpp | 138 EGLClientBuffer buffer = reinterpret_cast<EGLClientBuffer>(tex); in CreateEGLImage() local 141 EGLImage eglImage = egl.CreateImage(dpy, ctx, EGL_GL_TEXTURE_2D, buffer, attribs); in CreateEGLImage()
|
/third_party/protobuf/js/binary/ |
H A D | encoder.js | 71 var buffer = this.buffer_; 73 return buffer; 79 * varint representation and stores it in the buffer. 104 * fixed representation and stores it in the buffer. 122 * and stores it in the buffer. 141 * and stores it in the buffer. 169 * and stores it in the buffer. Integers that are not representable in 64 bits 185 * and stores it in the buffer. Integers that are not representable in 64 bits 201 * representation and stores it in the buffer. 214 * representation and stores it in the buffer [all...] |
H A D | writer_test.js | 32 * @fileoverview Test cases for jspb's binary protocol buffer writer. In 110 * Basic test of retrieving the result as a Uint8Array buffer 121 var buffer = writer.getResultBuffer(); 122 assertEquals(expected, goog.crypt.byteArrayToHex(buffer));
|
/third_party/python/Lib/unittest/test/ |
H A D | test_program.py | 224 for arg, attr in (('buffer', 'buffer'), ('failfast', 'failfast'), 287 program.buffer = 'buffer' 294 'buffer': 'buffer', 321 self.assertEqual(FakeRunner.initArgs, {'buffer': False, 331 # runners - one to fail tb_locals, one to fail buffer etc. 336 program.buffer = 'buffer' [all...] |
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | reader_test.js | 68 expect(ByteString.fromArrayBuffer(new Uint8Array([1, 2, 3]).buffer)) 259 const bufferDecoder = BufferDecoder.fromArrayBuffer(encodedArray.buffer);
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnknownFieldSetLite.java | 378 * @param buffer the buffer to write to 381 final void printWithIndent(StringBuilder buffer, int indent) { in printWithIndent() argument 384 MessageLiteToString.printField(buffer, indent, String.valueOf(fieldNumber), objects[i]); in printWithIndent()
|
/third_party/skia/gm/ |
H A D | imagefiltersbase.cpp | 57 sk_sp<SkFlattenable> FailImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument 92 sk_sp<SkFlattenable> IdentityImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
H A D | exoticformats.cpp | 33 * Get an int from a buffer 36 static inline uint32_t get_uint(uint8_t* buffer, uint32_t i) { in get_uint() argument 38 memcpy(&result, &(buffer[i]), 4); in get_uint()
|
/third_party/skia/bench/ |
H A D | TessellateBench.cpp | 234 sk_sp<const GrBuffer> buffer; in DEF_PATH_TESS_BENCH() local 237 sizeof(SkPoint), kNumCubicsInChalkboard, &buffer, &baseVertex)); in DEF_PATH_TESS_BENCH()
|
/third_party/selinux/libselinux/src/ |
H A D | sha1.c | 70 const uint8_t buffer[64] in TransformFunction() 81 memcpy(block, buffer, 64); in TransformFunction() 191 // Performs the final calculation of the hash and returns the digest (20 byte buffer containing 160bit hash). After
|
/third_party/spirv-tools/source/util/ |
H A D | small_vector.h | 51 small_data_(reinterpret_cast<T*>(buffer)), in SmallVector() 473 PodType buffer[small_size]; member in spvtools::utils::SmallVector
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 75 Buffer (vk::Move<vk::VkBuffer> buffer, in Buffer() argument 77 : m_buffer (buffer) in Buffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extFFmpegDemuxer.h | 75 typedef AVIOContext* (*pFFMpeg_avio_alloc_context) (unsigned char *buffer, 311 api->av_freep(&avioc->buffer); in ~FFmpegDemuxer()
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | unix_shim.cpp | 323 [[maybe_unused]] Boolean resolveAgainstBase, UInt8* buffer, in my_CFURLGetFileSystemRepresentation() 330 strncpy(reinterpret_cast<char*>(buffer), platform_shim.bundle_contents.c_str(), copy_len); in my_CFURLGetFileSystemRepresentation() 322 my_CFURLGetFileSystemRepresentation([[maybe_unused]] CFURLRef url, [[maybe_unused]] Boolean resolveAgainstBase, UInt8* buffer, CFIndex maxBufLen) my_CFURLGetFileSystemRepresentation() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ResourceManager11.cpp | 26 // A hard limit on buffer size. This works around a problem in the NVIDIA drivers where buffer sizes 115 ID3D11Buffer **buffer) in CreateResource() 123 return device->CreateBuffer(desc, initData, buffer); in CreateResource() 112 CreateResource(ID3D11Device *device, const D3D11_BUFFER_DESC *desc, const D3D11_SUBRESOURCE_DATA *initData, ID3D11Buffer **buffer) CreateResource() argument
|
H A D | Renderer11.cpp | 1456 return egl::EglBadParameter() << "client buffer is not a ID3D11Texture2D"; in getD3DTextureInfo() 1516 return egl::EglBadParameter() << "Invalid client buffer texture plane: " << plane; in getD3DTextureInfo() 1543 << "Invalid client buffer texture format: " << desc.Format; in getD3DTextureInfo() 1568 << "Invalid client buffer texture internal format: " << std::hex in getD3DTextureInfo() 1578 << "Invalid client buffer texture internal format: " << std::hex in getD3DTextureInfo() 1591 << "Invalid client buffer texture array slice: " << textureArraySlice; in getD3DTextureInfo() 1799 // a loop to draw each batch of points. An offset into the instanced data buffer is in drawArrays() 1893 // rendered. Each instance is referenced by the bound index buffer from the the caller. in drawElements() 1896 // buffer. This is not an efficent rendering mechanism and is only used on downlevel renderers in drawElements() 1906 // batch of points. An offset into the instanced data buffer i in drawElements() 1942 ID3D11Buffer *buffer = nullptr; drawArraysIndirect() local 1963 ID3D11Buffer *buffer = nullptr; drawElementsIndirect() local 3251 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument 4090 ID3D11Buffer *buffer = nullptr; dispatchComputeIndirect() local 4292 const auto &buffer = glState.getIndexedAtomicCounterBuffer(binding); markRawBufferUsage() local [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2696 VkBuffer buffer; member 3119 VkBuffer buffer; member 3222 VkBuffer buffer; member 3533 VkBuffer buffer; member 3803 typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory)(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset); 3805 typedef void (VKAPI_PTR *PFN_vkGetBufferMemoryRequirements)(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements); 3826 typedef void (VKAPI_PTR *PFN_vkDestroyBuffer)(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator); 3879 typedef void (VKAPI_PTR *PFN_vkCmdBindIndexBuffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 3883 typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); 3884 typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexedIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSiz 4925 VkBuffer buffer; global() member 4958 VkBuffer buffer; global() member 5034 VkBuffer buffer; global() member 6222 VkBuffer buffer; global() member 6762 VkBuffer buffer; global() member 9896 VkBuffer buffer; global() member 10375 VkBuffer buffer; global() member 13060 VkBuffer buffer; global() member 14637 VkBuffer buffer; global() member [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 2432 VkBuffer buffer; member 2855 VkBuffer buffer; member 2958 VkBuffer buffer; member 3269 VkBuffer buffer; member 3539 typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory)(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset); 3541 typedef void (VKAPI_PTR *PFN_vkGetBufferMemoryRequirements)(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements); 3562 typedef void (VKAPI_PTR *PFN_vkDestroyBuffer)(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator); 3615 typedef void (VKAPI_PTR *PFN_vkCmdBindIndexBuffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 3619 typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); 3620 typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexedIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSiz 4661 VkBuffer buffer; global() member 4694 VkBuffer buffer; global() member 4770 VkBuffer buffer; global() member 5955 VkBuffer buffer; global() member 8143 VkBuffer buffer; global() member 8802 VkBuffer buffer; global() member 9240 VkBuffer buffer; global() member 12010 VkBuffer buffer; global() member 13074 VkBuffer buffer; global() member [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2481 VkBuffer buffer; member 2904 VkBuffer buffer; member 3007 VkBuffer buffer; member 3318 VkBuffer buffer; member 3588 typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory)(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset); 3590 typedef void (VKAPI_PTR *PFN_vkGetBufferMemoryRequirements)(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements); 3611 typedef void (VKAPI_PTR *PFN_vkDestroyBuffer)(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator); 3664 typedef void (VKAPI_PTR *PFN_vkCmdBindIndexBuffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 3668 typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); 3669 typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexedIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSiz 4710 VkBuffer buffer; global() member 4743 VkBuffer buffer; global() member 4819 VkBuffer buffer; global() member 6005 VkBuffer buffer; global() member 8303 VkBuffer buffer; global() member 8962 VkBuffer buffer; global() member 9400 VkBuffer buffer; global() member 12170 VkBuffer buffer; global() member 13281 VkBuffer buffer; global() member [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 410 os << "\n 0-" << length << ": <mocked array buffer bytes>"; in PrintTypedArrayElements() 1477 os << "\n - buffer: " << Brief(buffer()); in JSTypedArrayPrint() 1487 if (!buffer().IsJSArrayBuffer()) { in JSTypedArrayPrint() 1488 os << "\n <invalid buffer>\n"; in JSTypedArrayPrint() 1507 os << "\n - buffer =" << Brief(buffer()); in JSDataViewPrint() 1510 if (!buffer().IsJSArrayBuffer()) { in JSDataViewPrint() 1511 os << "\n <invalid buffer>"; in JSDataViewPrint() 2688 static char* buffer in ToAsciiArray() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.cpp | 152 GLenum buffer, in CaptureClearBufferfi() 159 paramBuffer.addEnumParam("buffer", GLenumGroup::Buffer, ParamType::TGLenum, buffer); in CaptureClearBufferfi() 169 GLenum buffer, in CaptureClearBufferfv() 175 paramBuffer.addEnumParam("buffer", GLenumGroup::Buffer, ParamType::TGLenum, buffer); in CaptureClearBufferfv() 182 CaptureClearBufferfv_value(glState, isCallValid, buffer, drawbuffer, value, &valueParam); in CaptureClearBufferfv() 198 GLenum buffer, in CaptureClearBufferiv() 204 paramBuffer.addEnumParam("buffer", GLenumGroup::Buffer, ParamType::TGLenum, buffer); in CaptureClearBufferiv() 150 CaptureClearBufferfi(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) CaptureClearBufferfi() argument 167 CaptureClearBufferfv(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLfloat *value) CaptureClearBufferfv() argument 196 CaptureClearBufferiv(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLint *value) CaptureClearBufferiv() argument 225 CaptureClearBufferuiv(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLuint *value) CaptureClearBufferuiv() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 950 src << "buffer " << block.getBlockName(); in generateDeclaration() 1356 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get number of buffer variables and buffer blocks"); in getGLBufferLayout() 1919 deUint32 buffer; member 1922 Buffer (deUint32 buffer_, int size_) : buffer(buffer_), size(size_) {} in Buffer() 1923 Buffer (void) : buffer(0), size(0) {} in Buffer() 1997 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, buffers[ndx].buffer); in mapBuffers() 1999 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to map buffer"); in mapBuffers() 2014 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, buffers[ndx].buffer); in mapBuffers() 2029 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, buffers[ndx].buffer); in unmapBuffers() 2218 const deUint32 buffer = bufferManager.allocBuffer(); iterate() local [all...] |
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | 65 if (!ret.buffer) { 80 onload(data.buffer); 163 onload(data.buffer); 208 if (endPtr - idx > 16 && heapOrArray.buffer && UTF8Decoder) { 301 var buffer, HEAP8, HEAPU8, HEAP16, HEAPU16, HEAP32, HEAPU32, HEAPF32, HEAPF64; 303 buffer = buf; [all...] |