/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-set.cc | 118 * @key: The user-data key to set 119 * @data: A pointer to the user data to set 120 * @destroy: (nullable): A callback to call when @data is not needed anymore 121 * @replace: Whether to replace an existing data with the same key 123 * Attaches a user-data key/data pair to the specified set. 132 void * data, in hb_set_set_user_data() 136 return hb_object_set_user_data (set, key, data, destroy, replace); in hb_set_set_user_data() 142 * @key: The user-data ke 130 hb_set_set_user_data(hb_set_t *set, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_set_set_user_data() argument [all...] |
H A D | hb-shaper.hh | 99 static Type* create (hb_##object##_t *data) \ 100 { return HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (data); } \
|
H A D | hb-subset-input.cc | 325 * @key: The user-data key to set 326 * @data: A pointer to the user data 327 * @destroy: (nullable): A callback to call when @data is not needed anymore 328 * @replace: Whether to replace an existing data with the same key 330 * Attaches a user-data key/data pair to the given subset input object. 339 void * data, in hb_subset_input_set_user_data() 343 return hb_object_set_user_data (input, key, data, destroy, replace); in hb_subset_input_set_user_data() 349 * @key: The user-data ke 337 hb_subset_input_set_user_data(hb_subset_input_t *input, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_subset_input_set_user_data() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-multithread.c | 77 thread_func (void *data) in thread_func() argument 79 hb_buffer_t *buffer = (hb_buffer_t *) data; in thread_func()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | readable_font_data.h | 20 #include "sfntly/data/font_data.h" 28 // Writable font data wrapper. Supports reading of data primitives in the 30 // The data types used are as listed: 62 // Gets a computed checksum for the data. This checksum uses the OpenType spec 63 // calculation. Every ULong value (32 bit unsigned) in the data is summed and 64 // the resulting value is truncated to 32 bits. If the data length in bytes is 72 // assumed to extend to the end of the data. The lengths of each range must be 78 // @param index index into the font data 79 // @return the UBYTE; -1 if outside the bounds of the font data [all...] |
H A D | writable_font_data.h | 20 #include "sfntly/data/readable_font_data.h" 24 // Writable font data wrapper. Supports writing of data primitives in the 31 // Constructs a writable font data object. If the length is specified as 32 // positive then a fixed size font data object will be created. If the length 33 // is zero or less then a growable font data object will be created and the 35 // @param length if length > 0 create a fixed length font data; otherwise 36 // create a growable font data 37 // @return a new writable font data 40 // Constructs a writable font data objec [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 82 : ContentPtr(Content.data()), Size(Content.size()), in MemoryRegionInfo() 98 ContentPtr = Content.data(); in setContent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Signals.cpp | 103 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.h | 130 inline void setExternalData(void *data) { externalData = data; } in setExternalData() argument 151 /// External data can be set by an optimizer to compute and retain any
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | tint_ast_clone_fuzzer.cc | 51 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument 52 std::string str(reinterpret_cast<const char*>(data), size); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_qualifier_test.cc | 27 inline std::ostream& operator<<(std::ostream& out, VariableStorageData data) { in operator <<() argument 28 out << std::string(data.input); in operator <<()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_format_conversion_test.cc | 28 inline std::ostream& operator<<(std::ostream& out, TestData data) { in operator <<() argument 29 out << data.ast_format; in operator <<()
|
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.h | 57 SkSpan<const SkSVGTestTypefaceGlyphData> data, 128 void* data) const override {
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucasemap_titlecase_brkiter.cpp | 42 utext_openUTF8(&utext, src.data(), src.length(), &errorCode); in utf8ToTitle() 52 src.data(), src.length(), in utf8ToTitle()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | bytestream.h | 21 // For example, data types are ICU-ified (size_t,int->int32_t), 290 * @param data the pointer to the bytes 294 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } in Append() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectTypeWithRecursiveWrappedPropertyCheckedNominally.js | 5 data: T; 10 data: T;
|
H A D | tsxSpreadAttributesResolution4.js | 34 let e4 = <EmptyProp data-prop /> 35 let e5 = <EmptyProp {...{ "data-prop": true}} />
88 var e4 = <EmptyProp data-prop/>;
89 var e5 = <EmptyProp {...{ "data-prop": true }}/>;
|
H A D | tsxStatelessFunctionComponentOverload4.js | 22 declare function TestingOneThing(j: {"extra-data": string}): JSX.Element; 26 const d1 = <TestingOneThing extra-data /> 59 var d1 = <TestingOneThing extra-data/>;
|
H A D | tsxStatelessFunctionComponentOverload5.js | 18 "data-format": string; 57 const b8 = <MainButton data-format />; // incorrect type for specified hyphanated name
92 var b8 = <MainButton data-format/>; // incorrect type for specified hyphanated name
|
H A D | tsxStatelessFunctionComponents1.js | 52 let j2 = <EmptyPropSFC data-prop /> 54 let j4 = <EmptyPropSFC {...{ "data-info": "hi"}} /> 102 var j2 = <EmptyPropSFC data-prop/>;
104 var j4 = <EmptyPropSFC {...{ "data-info": "hi" }}/>;
|
H A D | tsxUnionElementType3.js | 35 let a2 = <EmptyRCComp data-prop="hello" />; 37 let c = <PartRCComp data-extra="hello" />
105 var a2 = React.createElement(EmptyRCComp, { "data-prop": "hello" });
107 var c = React.createElement(PartRCComp, { "data-extra": "hello" });
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_auto_ptr.h | 234 return vector_->data(); in Get() 241 return vector_->data(); in Get()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedAdapterTest.java | 1 // Protocol Buffers - Google's data interchange format 97 public static <T> T fromByteArray(byte[] data, Class<T> messageType) { in fromByteArray() argument 103 CodedInputStreamReader.forCodedInput(CodedInputStream.newInstance(data)), in fromByteArray()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | DescriptorPool.php | 3 // Protocol Buffers - Google's data interchange format 58 public function internalAddGeneratedFile($data, $use_nested = false) 61 $files->mergeFromString($data);
|
H A D | CodedOutputStream.php | 3 // Protocol Buffers - Google's data interchange format 89 public function writeRaw($data, $size) 97 $this->buffer[$this->current] = $data[$i];
|