Home
last modified time | relevance | path

Searched refs:data (Results 16476 - 16500 of 17044) sorted by relevance

1...<<651652653654655656657658659660>>...682

/third_party/typescript/lib/
H A Dtsserverlibrary.js2044 * ordered data for UI presentation. Characters with multiple unicode representations may
6140 function generateDjb2Hash(data) {
6142 for (var i = 0; i < data.length; i++) {
6143 acc = ((acc << 5) + acc) + data.charCodeAt(i);
7056 sys.writeFile = function (path, data, writeBom) {
7057 return ts.writeFileEnsuringDirectories(path, data, !!writeBom, function (path, data, writeByteOrderMark) { return originalWriteFile.call(sys, path, data, writeByteOrderMark); }, function (path) { return sys.createDirectory(path); }, function (path) { return sys.directoryExists(path); });
7421 function writeFile(fileName, data, writeByteOrderMark) {
7425 data
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc270 TNode<Object> data = in HandleLoadAccessor() local
285 exit_point->Return(CallApiCallback(context, callback, argc, data, in HandleLoadAccessor()
1281 // Check that the property is a writable data property (no accessor). in HandleStoreICHandlerCase()
1312 Label data(this), accessor(this), shared_struct_field(this), in HandleStoreICHandlerCase()
1318 &shared_struct_field, &data); in HandleStoreICHandlerCase() local
1330 BIND(&data); in HandleStoreICHandlerCase()
1835 // Check that the property is a writable data property (no accessor). in HandleStoreICProtoHandler()
1949 TNode<Object> data = in HandleStoreICProtoHandler() local
1966 Return(CallApiCallback(context, callback, argc, data, in HandleStoreICProtoHandler()
4892 // Just copy the fields as raw data (pretendin in GenerateCloneObjectIC()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp153 const void* data) in writeHostMemory()
157 deMemcpy(ptr, data, size); in writeHostMemory()
168 const void* data) in checkHostMemory()
174 if (deMemCmp(ptr, data, size) != 0) in checkHostMemory()
183 std::vector<deUint8> data (size); in genTestData()
187 data[ndx] = rng.getUint8(); in genTestData()
190 return data; in genTestData()
149 writeHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, const void* data) writeHostMemory() argument
164 checkHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, const void* data) checkHostMemory() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp258 //! Common data used by the test
602 pipelineRenderingCreateInfoWithGarbage.pColorAttachmentFormats = garbageFormats.data(); in makeGraphicsPipeline()
709 // For the D32 depth formats, we specify the texture format directly as tcu::getEffectiveDepthStencilAccess assumes stencil data is interleaved. in logTestImages()
1312 0u, DE_NULL, 0u, DE_NULL, static_cast<uint32_t>(barriers.size()), barriers.data()); in initResolveImageLayouts()
1411 0u, DE_NULL, 0u, DE_NULL, static_cast<uint32_t>(barriers.size()), barriers.data()); in postRenderingResolveImageLayoutTransition()
1749 // Initialize the verification data with 0. in createWorkingData()
2043 colorAttachmentInfos.data(), // const VkRenderingAttachmentInfo* pColorAttachments in startRendering()
3021 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats in drawBasic()
3346 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats in drawClearAttachments()
3824 colorAttachmentFormats.data(), // cons in drawMultiRenderPass()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp153 const void* data) in writeHostMemory()
157 deMemcpy(ptr, data, size); in writeHostMemory()
168 const void* data) in checkHostMemory()
174 if (deMemCmp(ptr, data, size) != 0) in checkHostMemory()
183 std::vector<deUint8> data (size); in genTestData()
187 data[ndx] = rng.getUint8(); in genTestData()
190 return data; in genTestData()
149 writeHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, const void* data) writeHostMemory() argument
164 checkHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, const void* data) checkHostMemory() argument
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h4906 "readv will transfer data into each buffer until it is full\n"
4908 "the rest of the data.\n"
5011 "transfer data into each buffer until it is full and then move on to the next\n"
5012 "buffer in the sequence to hold the rest of the data. Its fourth argument,\n"
5073 "write($module, fd, data, /)\n"
5082 os_write_impl(PyObject *module, int fd, Py_buffer *data);
5089 Py_buffer data = {NULL, NULL}; in os_write() local
5099 if (PyObject_GetBuffer(args[1], &data, PyBUF_SIMPLE) != 0) { in os_write()
5102 if (!PyBuffer_IsContiguous(&data, 'C')) { in os_write()
5106 _return_value = os_write_impl(module, fd, &data); in os_write()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp256 //! Common data used by the test
598 pipelineRenderingCreateInfoWithGarbage.pColorAttachmentFormats = garbageFormats.data(); in makeGraphicsPipeline()
705 // For the D32 depth formats, we specify the texture format directly as tcu::getEffectiveDepthStencilAccess assumes stencil data is interleaved. in logTestImages()
1300 0u, DE_NULL, 0u, DE_NULL, static_cast<uint32_t>(barriers.size()), barriers.data()); in initResolveImageLayouts()
1399 0u, DE_NULL, 0u, DE_NULL, static_cast<uint32_t>(barriers.size()), barriers.data()); in postRenderingResolveImageLayoutTransition()
1728 // Initialize the verification data with 0. in createWorkingData()
2033 colorAttachmentInfos.data(), // const VkRenderingAttachmentInfo* pColorAttachments in startRendering()
3008 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats in drawBasic()
3327 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats in drawClearAttachments()
3789 colorAttachmentFormats.data(), // cons in drawMultiRenderPass()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp48 // also uses second array (counted from one) to store the data-set information.
198 // Tells how many bits and what type is used for data representation
244 // Union that allows to access the data representation
263 // Alpha channel data descriptor
265 // Blue channel data descriptor
267 // Green channel data descriptor
269 // Red channel data descriptor
274 // operation in order to retrieve result data
279 // operation in order to retrieve result data
284 // To confirm contents of data store
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure1475 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1476 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1477 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1481 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1482 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1484 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1559 pkg-config data for GnuTLS headers (PFX/include) and
6313 # Some systems (esp. on ia64) link data and code symbols differently,
6404 /* This system does not cope well with relocations in const data. */
9351 archive_cmds='$RM $output_objdir/a2ixlibrary.data~
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashenc.c2053 // No encoder generated or user provided capture time AVProducerReferenceTime side data. Instead in dash_parse_prft()
2155 uint8_t *data; in dash_write_packet() local
2158 &data, &size, pkt->data, pkt->size, in dash_write_packet()
2281 //write out the data immediately in streaming mode in dash_write_packet()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c972 unreachable("Invalid data type"); in select_color_channel()
1001 /* The destination image is bound as R32_UINT but the data needs to be in convert_color()
1002 * in R24_UNORM_X8_TYPELESS. The bottom 24 are the actual data and the in convert_color()
1222 /* The address that data will be written to is determined by the in brw_blorp_build_nir_shader()
1263 * the data that the WM thread should output. in brw_blorp_build_nir_shader()
1343 * the texturing unit, will cause data to be read from the correct in brw_blorp_build_nir_shader()
1484 color_out->data.location = FRAG_RESULT_COLOR; in brw_blorp_build_nir_shader()
1490 depth_out->data.location = FRAG_RESULT_DEPTH; in brw_blorp_build_nir_shader()
1496 stencil_out->data.location = FRAG_RESULT_STENCIL; in brw_blorp_build_nir_shader()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c2090 rule->constraint = op->constraint ? op->constraint->string->data : ""; in add_asm_rule()
2143 insn->string = expr->string->data; in linearize_asm_statement()
2167 if (!strcmp(clob->string->data, "memory")) in linearize_asm_statement()
H A Devaluate.c1449 * actually fine to assign a pointer to const data to in check_assignment_types()
1450 * it, as a function pointer points to const data in check_assignment_types()
3630 const char *str = constraint->string->data; in parse_asm_constraint()
3703 const char *constraint = expr->string->data; in verify_output_constraint()
3712 const char *constraint = expr->string->data; in verify_input_constraint()
/third_party/musl/ldso/
H A Ddynlink.c603 * data, we reclaim the gaps at the beginning and end of writable maps
1747 * and access string literals and static data, but cannot use extern
1855 * global data that may be needed before we can make syscalls. */
2464 int dl_iterate_phdr(int(*callback)(struct dl_phdr_info *info, size_t size, void *data), void *data) argument
2480 ret = (callback)(&info, sizeof (info), data);
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3269 data: *const ::c_void, in mount()
3486 data: *mut ::c_void, in dl_iterate_phdr()
3489 data: *mut ::c_void, in dl_iterate_phdr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp899 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in submitDynamicRendering()
1792 attachmentFormats.data(), in createRenderPipeline()
1836 formats.data(), // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp58 function->name().data()); in UndefinedConstantFoldingError()
790 return mFunction->name().data(); in functionName()
794 return mFunction->name().data(); in functionName()
2156 // data by folding the indexing. Also fold the node in case it's generally beneficial to in fold()
2158 // data. in fold()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp1061 const gl::VertexAttribCurrentValueData &data) in setAttributeCurrentData()
1063 if (mVertexAttribCurrentValues[index] != data) in setAttributeCurrentData()
1065 mVertexAttribCurrentValues[index] = data; in setAttributeCurrentData()
1060 setAttributeCurrentData(size_t index, const gl::VertexAttribCurrentValueData &data) setAttributeCurrentData() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultisampledRenderToTextureTest.cpp1253 // Draw again into the framebuffer, this time blending. This tests that the framebuffer's data, in drawCopyThenBlendCommon()
1279 // following draw should retain the data written by the first draw command.
1286 // following draw should retain the data written by the first draw command. Uses renderbuffer.
1340 // Draw again into the framebuffer, this time blending. This tests that the framebuffer's data, in clearDrawCopyThenBlendSameProgramCommon()
1374 // happens. The second draw should retain the data written by the first draw command ("unresolve"
1448 // depth/stencil data. Again, this makes sure that the draw call after the resolve doesn't have in TEST_P()
1472 // Additionally, make sure the depth/stencil data are retained. in TEST_P()
1547 // ensures that previous resolved data is unresolved, and mid-render-pass clears work correctly. in drawCopyDrawThenMaskedClearCommon()
1573 // happens. The second draw should retain the data written by the first draw command ("unresolve"
1799 // initial draw will need to unresolve color as the color attachment is preinitilized with data
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1625 *pixels = static_cast<const unsigned char*>(mState.pixelUnpackBuffer->data()) + offset; in getPixels()
3086 const void *buffer = (char*)resource->data() + attributes[i].offset; in applyVertexBuffer()
3380 pixels = getPixelPackBuffer() ? (unsigned char*)getPixelPackBuffer()->data() + (ptrdiff_t)pixels : (unsigned char*)pixels; in readPixels()
4207 // Cannot filter integer data in blitFramebuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1203 if (!isValidRecordSizeAtLeast(1, "data")) in ProcessRecord()
2465 // provide it as a separate field. There are also unnecessary data fields in ProcessRecord()
2951 std::string Nm(Name.data(), Name.size()); in setValueName()
2967 std::string Nm(Name.data(), Name.size()); in setBbName()
3082 StringRef(Name.data(), Name.size())); in setValueName()
3163 // buffer reading from the data streamer is not thread safe. in ParseBlock()
/third_party/python/Objects/
H A Dexceptions.c2418 const void *data; in my_basename() local
2423 data = PyUnicode_DATA(name); in my_basename()
2427 if (PyUnicode_READ(kind, data, i) == SEP) { in my_basename()
3759 * those correctly without losing data and without losing backwards
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp193 fOwner->getUnicode()->reorderVisual(runLevels.data(), numRuns, logicalOrder.data());
1389 SkSpan<const size_t> runs(fRunsInVisualOrder.data(), fRunsInVisualOrder.size());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp888 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in submitDynamicRendering()
1779 attachmentFormats.data(), in createRenderPipeline()
1823 formats.data(), // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js130 function getEntry(data, key) {
133 for (var entry = data.tail; entry !== data.head; entry = getPrev(entry)) {
139 function addOrUpdateEntry(data, key, value) {
140 var existing = getEntry(data, key);
146 entry.prev = data.tail;
147 data.tail.next = entry;
148 data.tail = entry;
149 data.size++;
152 function deleteEntry(data, ke
[all...]

Completed in 172 milliseconds

1...<<651652653654655656657658659660>>...682