/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | alphaindex.h | 300 * 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 D | uspoof.h | 611 * 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 D | test_parse_cookies.c | 207 if (msg->data.result != CURLE_OK) in testExternalGet() 211 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_process_arguments.c | 206 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 D | type_vec.hpp | 16 uint8 data[size]; member 24 uint8 data[x]; \ 58 unsigned __int8 data[16];
|
/third_party/skia/src/shaders/ |
H A D | SkShaderBase.h | 187 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 D | SkXPSDevice.h | 104 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 D | PipelineGL.cpp | 72 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 D | RenderPassBuilderD3D12.cpp | 134 return {mRenderPassRenderTargetDescriptors.data(), mColorAttachmentCount}; 147 return mRenderTargetViews.data();
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | PrimitiveStateTests.cpp | 102 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 D | ShaderRobustnessPerf.cpp | 419 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 D | ITypVectorTests.cpp | 170 // 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 D | ftdebug.c | 456 void* data ) in ft_log_handler() 461 FT_UNUSED( data ); in ft_log_handler()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-ucd-table.py | 26 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 D | hb-unicode.cc | 277 * @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 D | DataExtractor.h | 80 /// 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 D | WholeProgramDevirt.h | 50 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 D | Signals.cpp | 140 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_binary_test.cc | 26 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 D | RandomScalerContext.cpp | 225 void* data) const { in onGetTableData() 226 return fProxy->getTableData(tag, offset, length, data); in onGetTableData()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | added_function_reducer.cpp | 129 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 D | constant_uniform_facts.cpp | 152 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 D | localeprioritylist.cpp | 120 const char *p = s.data(); in LocalePriorityList() 134 Locale locale = Locale(tag.data()); in LocalePriorityList()
|
/third_party/toybox/toys/pending/ |
H A D | last.c | 44 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 D | pointer-auth-aarch64.cc | 115 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()
|