Home
last modified time | relevance | path

Searched refs:data (Results 16926 - 16950 of 17044) sorted by relevance

1...<<671672673674675676677678679680>>...682

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCalendar.java91 * (from 1 to 7). These numbers are taken from the locale resource data when a
334 * not directly access data members.</li>
340 * directly access data members.</li>
361 * already computed data.</li>
651 // millis from the fields, and vice versa. The data needed to do this
653 // The data provided by the TimeZone object may also be overridden if the
658 // If the user sets the fields using set(), the data flow is as follows.
672 // UTC millis (in time data member)
674 // If the user sets the UTC millis using setTime(), the data flow is as
678 // UTC millis (in time data membe
4701 createInstance(String key, String data) createInstance() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtzfmt.cpp336 regionLen = uloc_getCountry(loc.data(), fTargetRegion, sizeof(fTargetRegion), &status); in TimeZoneFormat()
2582 // Bad time zone hour pattern data
2609 // Bad time zone hour pattern data
2622 // Bad time zone hour pattern data
/third_party/json/tests/src/
H A Dunit-ubjson.cpp2493 CHECK_NOTHROW(j2 = json::from_ubjson({packed.data(), packed.size()}));
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c3168 * will be handled when the role data frame is sent... in lws_serve_http_file_fragment()
3393 pc = s->replace(s->data, hit); in lws_chunked_html_process()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c1427 opcode.customdata.u.constbuf.data, in Shader_tgsi_translate()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/
H A Dchacha-armv4.S1283 @ harmonize NEON and integer-only stack frames: load data
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/
H A Dchacha-armv4.S1283 @ harmonize NEON and integer-only stack frames: load data
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c9 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout.
141 "* Use the --rescue option to efficiently save as much data as possible! *\n"
193 typedef int (ntfs_walk_op)(ntfs_inode *ni, void *data);
724 Printf("WARNING: Can't read sector at %llu, lost data.\n",
1389 * The resident data and (optionally) the timestamps are wiped.
1496 * Copy and wipe the full MFT or MFTMirr data.
1792 perr_exit("Failed to map data of inode %lld",
1796 perr_exit("Failed to open data of inode %lld",
2145 Printf("Offset to image data : %u (0x%x) bytes\n",
2192 * data, bu
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtzfmt.cpp336 regionLen = uloc_getCountry(loc.data(), fTargetRegion, sizeof(fTargetRegion), &status); in TimeZoneFormat()
2582 // Bad time zone hour pattern data
2609 // Bad time zone hour pattern data
2622 // Bad time zone hour pattern data
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc1935 builder.Store(AccessBuilder::ForJSRegExpData(), boilerplate.data()); in AllocateLiteralRegExp()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc72 MemCopy(table->GetDataStartAddress(), bytes_.data(), bytes_.size()); in ToBytecodeOffsetTable()
247 // Rough upper-bound estimate. Copying the data is most likely more expensive
/third_party/node/deps/v8/src/logging/
H A Dlog.cc17 #include "src/builtins/profile-data-reader.h"
40 #include "src/snapshot/embedded/embedded-data.h"
789 wasm_source_info->line_number_table = mapping_info.data(); in LogRecordedBuffer()
878 // An independent thread removes data and writes it to the log.
887 // Inserts collected profiling data into buffer.
901 // Waits for a signal and removes profiling data.
/third_party/mksh/
H A DBuild.sh143 # start of data block
1617 ac_flags 1 data_abi_align -malign-data=abi
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c242 * data. The only thing allowed now is a ServerHello or a in ossl_statem_client_read_transition()
550 * because we did early data. in ossl_statem_client_write_transition()
705 * attempt to write early data before calling SSL_read() then we press in ossl_statem_client_pre_work()
1768 if (!ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, in tls_process_as_hello_retry_request()
2330 /* still data left over */ in tls_process_key_exchange()
2735 /* should contain no data */ in tls_process_server_done()
2939 /* send off the data */ in tls_construct_cke_dhe()
3077 * data in tls_construct_cke_gost()
3613 /* should contain no data */ in tls_process_hello_req()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs431 pub data: *mut ::c_void,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1183 // Create a host-mappable buffer with the color data to upload in uploadCopy()
1597 // download methods, pixel data will be copied to this buffer from the download in testMutable()
1869 memReservationInfo.pPipelinePoolSizes = poolSizes.data(); in createDeviceWithWsi()
2139 // download methods, pixel data will be copied to this buffer from the download in testSwapchainMutable()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp2025 enabledExtensions.data(), // const char* const* ppEnabledExtensionNames; in createExternalMemoryDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1096 // No per-primitive data in this variant. in checkSupport()
1270 deMemcpy(outputFlags.data(), ssboData, de::dataSize(outputFlags)); in iterate()
1968 // This uses the equation in "Mesh Shader Output" spec section. Note per-vertex data already has gl_Position and gl_PointSize. in getParamsFromContext()
1993 log << tcu::TestLog::Message << "Output data size (bytes): " << actualOuputSize << tcu::TestLog::EndMessage; in getParamsFromContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp329 //! Generate expected data for color, depth, and stencil samples of a given image.
503 //! Generate subpixel triangles containing the sample position, based on compare data.
693 //! Common data used by the test
709 Move<VkBuffer> compareBuffer; //!< Buffer used to verify the images - comparison data
730 std::vector<de::SharedPtr<PerSubpass> > perSubpass; //!< Test may use more than one set of data
766 << " CompareData data[];\n" in addVerificationComputeShader()
787 << " vec4 diff = abs(color - sb_cmp.data[globalIndex].color);\n" in addVerificationComputeShader()
803 << " float diff = abs(depth - sb_cmp.data[globalIndex].depth);\n" in addVerificationComputeShader()
820 << " uint diff = stencil - sb_cmp.data[globalIndex].stencil;\n" in addVerificationComputeShader()
1305 vki.getPhysicalDeviceFragmentShadingRatesKHR(physicalDevice, &supportedFragmentShadingRateCount, supportedFragmentShadingRates.data()); in checkRequirements()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp1183 // Create a host-mappable buffer with the color data to upload in uploadCopy()
1597 // download methods, pixel data will be copied to this buffer from the download in testMutable()
1869 memReservationInfo.pPipelinePoolSizes = poolSizes.data(); in createDeviceWithWsi()
2139 // download methods, pixel data will be copied to this buffer from the download in testSwapchainMutable()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp2057 enabledExtensions.data(), // const char* const* ppEnabledExtensionNames; in createExternalMemoryDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1096 // No per-primitive data in this variant. in checkSupport()
1270 deMemcpy(outputFlags.data(), ssboData, de::dataSize(outputFlags)); in iterate()
1968 // This uses the equation in "Mesh Shader Output" spec section. Note per-vertex data already has gl_Position and gl_PointSize. in getParamsFromContext()
1993 log << tcu::TestLog::Message << "Output data size (bytes): " << actualOuputSize << tcu::TestLog::EndMessage; in getParamsFromContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp426 // Without target data, we can't compare much, but we can check to see in getFoldedAlignOf()
2196 PointeeTy, C, makeArrayRef((Value *const *)Idxs.data(), Idxs.size())); in ConstantFoldGetElementPtr()
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp358 return SkMakeSpan(reinterpret_cast<const GrGlyph**>(fGlyphs.data()), fGlyphs.size()); in glyphs()
772 // TODO: omit generating any vertex data for fully clipped glyphs ? in generalized_direct_2D()
1516 // The difference in alignment from the per-glyph data to the SubRun; in Make()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c242 * data. The only thing allowed now is a ServerHello or a in ossl_statem_client_read_transition()
550 * because we did early data. in ossl_statem_client_write_transition()
705 * attempt to write early data before calling SSL_read() then we press in ossl_statem_client_pre_work()
1760 if (!ssl3_finish_mac(s, (unsigned char *)s->init_buf->data, in tls_process_as_hello_retry_request()
2322 /* still data left over */ in tls_process_key_exchange()
2727 /* should contain no data */ in tls_process_server_done()
2931 /* send off the data */ in tls_construct_cke_dhe()
3069 * data in tls_construct_cke_gost()
3605 /* should contain no data */ in tls_process_hello_req()

Completed in 89 milliseconds

1...<<671672673674675676677678679680>>...682