Home
last modified time | relevance | path

Searched refs:data (Results 9976 - 10000 of 16035) sorted by relevance

1...<<391392393394395396397398399400>>...642

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dalphaindex.h300 * data does not include index characters, a set of them will be
362 * Builds an immutable, thread-safe version of this instance, without data records.
484 * @param data An optional pointer to user data associated with this
486 * data pointer the name will be available for each Record.
491 virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status);
516 * of <name, data> pairs added.
520 * of (name, data) items added with addRecord().
584 * Get the number of <name, data> Records in the current Bucket.
629 * Return the data pointe
[all...]
H A Duspoof.h611 * The memory containing the serialized data must remain valid and unchanged
615 * serialized data.
617 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data
618 * @param length the number of bytes available at data;
620 * @param pActualLength receives the actual number of bytes at data taken up by the data;
630 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
634 * Open a Spoof Checker from the source form of the spoof data.
635 * The input corresponds to the Unicode data fil
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_parse_cookies.c207 if (msg->data.result != CURLE_OK) in testExternalGet()
211 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
H A Dtest_process_arguments.c206 if (msg->data.result != CURLE_OK) in testExternalGet()
210 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec.hpp16 uint8 data[size]; member
24 uint8 data[x]; \
58 unsigned __int8 data[16];
/third_party/skia/src/shaders/
H A DSkShaderBase.h187 static sk_sp<SkShaderBase> Deserialize(const void* data, size_t size, in Deserialize() argument
190 SkFlattenable::Deserialize(GetFlattenableType(), data, size, procs).release())); in Deserialize()
/third_party/skia/src/xps/
H A DSkXPSDevice.h104 TypefaceUse(SkFontID id, int index, std::unique_ptr<SkStream> data, in TypefaceUse() argument
106 : typefaceId(id), ttcIndex(index), fontData(std::move(data)) in TypefaceUse()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.cpp72 source, buffer.data()); in InitializeBase()
125 return DAWN_FORMAT_VALIDATION_ERROR("Program link failed:\n%s", buffer.data()); in InitializeBase()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DRenderPassBuilderD3D12.cpp134 return {mRenderPassRenderTargetDescriptors.data(), mColorAttachmentCount};
147 return mRenderTargetViews.data();
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DPrimitiveStateTests.cpp102 TriangleData data = { in DoTest() local
107 // Upload a buffer for each triangle's depth and color data in DoTest()
108 wgpu::Buffer buffer = utils::CreateBufferFromData(device, &data, sizeof(TriangleData), in DoTest()
124 // Create a bind group for the data in DoTest()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DShaderRobustnessPerf.cpp419 utils::CreateBufferFromData(device, dataA.data(), byteASize, wgpu::BufferUsage::Storage); in SetUp()
425 utils::CreateBufferFromData(device, dataB.data(), byteBSize, wgpu::BufferUsage::Storage); in SetUp()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DITypVectorTests.cpp170 // Test that begin/end/front/back/data return pointers/references to the correct elements.
177 ASSERT_EQ(vec.data(), &vec[Key(0)]); in TEST_F()
183 ASSERT_EQ(constVec.data(), &constVec[Key(0)]); in TEST_F()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdebug.c456 void* data ) in ft_log_handler()
461 FT_UNUSED( data ); in ft_log_handler()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-ucd-table.py26 logging.info('Preparing data tables...')
151 for name,data,default,mapping in datasets:
152 sol = packTab.pack_table(data, default, mapping=mapping, compression=compression)
H A Dhb-unicode.cc277 * @key: The user-data key
278 * @data: A pointer to the user data
279 * @destroy: (nullable): A callback to call when @data is not needed anymore
280 * @replace: Whether to replace an existing data with the same key
282 * Attaches a user-data key/data pair to the specified Unicode-functions structure.
291 void * data, in hb_unicode_funcs_set_user_data()
295 return hb_object_set_user_data (ufuncs, key, data, destroy, replace); in hb_unicode_funcs_set_user_data()
301 * @key: The user-data ke
289 hb_unicode_funcs_set_user_data(hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_unicode_funcs_set_user_data() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDataExtractor.h80 /// This constructor allows us to use data that is owned by the
81 /// caller. The data must stay around as long as this object is
87 : Data(StringRef(reinterpret_cast<const char *>(Data.data()), in DataExtractor()
91 /// Get the data pointed to by this extractor.
102 /// Returns a pointer to a C String from the data at the offset
109 /// A pointer to an offset within the data that will be advanced
116 /// A pointer to the C string value in the data. If the offset
124 /// Returns a StringRef for the C String from the data at the offset
131 /// A pointer to an offset within the data that will be advanced
138 /// A StringRef for the C string value in the data
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h50 return std::make_pair(Bytes.data() + Pos, BytesUsed.data() + Pos); in getPtrToData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp140 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_binary_test.cc26 inline std::ostream& operator<<(std::ostream& out, BinaryData data) { in operator <<() argument
27 out << data.op; in operator <<()
/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp225 void* data) const { in onGetTableData()
226 return fProxy->getTableData(tag, offset, length, data); in onGetTableData()
/third_party/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp152 memcpy(&value, words.data(), sizeof(float)); in FloatingPointValueIsSuitable()
158 memcpy(&value, words.data(), sizeof(double)); in FloatingPointValueIsSuitable()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp120 const char *p = s.data(); in LocalePriorityList()
134 Locale locale = Locale(tag.data()); in LocalePriorityList()
/third_party/toybox/toys/pending/
H A Dlast.c44 static void llist_add_node(struct arg_list **old, void *data) in llist_add_node() argument
48 new->arg = (char*)data; in llist_add_node()
/third_party/vixl/src/aarch64/
H A Dpointer-auth-aarch64.cc115 uint64_t Simulator::ComputePAC(uint64_t data, uint64_t context, PACKey key) { in ComputePAC() argument
116 uint64_t working_value = data ^ key.high; in ComputePAC()

Completed in 23 milliseconds

1...<<391392393394395396397398399400>>...642