| /third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
| H A D | strsrch.cpp | 75 enum {FLAG, NUM, STRING} type; member
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | package.h | 42 char type; member
|
| H A D | unewdata.cpp | 36 udata_create(const char *dir, const char *type, const char *name, in udata_create() argument 194 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode) { in udata_createDummy() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/platform/ |
| H A D | w32functions.c | 682 DWORD type; // Mus in W32_SetThreadName() member [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
| H A D | test_https_sni.c | 145 unsigned int type; in sni_callback() local
|
| /third_party/skia/src/ports/ |
| H A D | SkImageEncoder_WIC.cpp | 35 GUID type; in SkEncodeImageWithWIC() local
|
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLExpression.cpp | 128 DSLType DSLExpression::type() { in type() function in SkSL::dsl::DSLExpression 296 DSLType DSLPossibleExpression::type() { in type() function in SkSL::dsl::DSLPossibleExpression
|
| H A D | DSLType.cpp | 49 const SkSL::Type* type in find_type() local 18 verify_type(const Context& context, const SkSL::Type* type, bool allowPrivateTypes, PositionInfo pos) verify_type() argument 57 const Type* type = find_type(context, name, pos); find_type() local 175 DSLType(const SkSL::Type* type) DSLType() argument 238 Construct(DSLType type, SkSpan<DSLExpression> argArray) Construct() argument 273 const SkSL::Type& type = field.fType.skslType(); Struct() local [all...] |
| H A D | DSLVar.cpp | 26 DSLVarBase::DSLVarBase(DSLType type, skstd::string_view name, DSLExpression initialValue, in DSLVarBase() argument 30 DSLVarBase::DSLVarBase(DSLType type, DSLExpression initialValue, PositionInfo pos) in DSLVarBase() argument 33 DSLVarBase::DSLVarBase(const DSLModifiers& modifiers, DSLType type, DSLExpression initialValue, in DSLVarBase() argument 37 DSLVarBase::DSLVarBase(const DSLModifiers& modifiers, DSLType type, skstd::string_view name, in DSLVarBase() argument [all...] |
| /third_party/skia/tests/ |
| H A D | PDFJpegEmbedTest.cpp | 115 SkJFIFInfo::Type type; in DEF_TEST() member
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLVariable.h | 45 Variable(int line, const Modifiers* modifiers, skstd::string_view name, const Type* type, in Variable() argument
|
| /third_party/skia/src/sksl/lex/ |
| H A D | TransitionTable.cpp | 39 IndexType type; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | PipelineLayoutD3D12.cpp | 55 D3D12_ROOT_PARAMETER_TYPE RootParameterType(wgpu::BufferBindingType type) { in RootParameterType() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| H A D | MemoryServiceZirconHandle.cpp | 36 SupportsImportMemory(VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) SupportsImportMemory() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
| H A D | Buffer.h | 87 MapRequestType type = MapRequestType::None; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
| H A D | ServerDevice.cpp | 53 void Server::OnUncapturedError(ObjectHandle device, WGPUErrorType type, const char* message) { in OnUncapturedError() argument 73 void Server::OnLogging(ObjectHandle device, WGPULoggingType type, const char* message) { in OnLogging() argument 104 void Server::OnDevicePopErrorScope(WGPUErrorType type, in OnDevicePopErrorScope() argument
|
| H A D | ObjectStorage.h | 73 inline uint64_t PackObjectTypeAndId(ObjectType type, ObjectId id) { in PackObjectTypeAndId() argument 80 ObjectType type = static_cast<ObjectType>(payload >> 32); in UnpackObjectTypeAndId() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Format.cpp | 29 SampleTypeBit ToSampleTypeBit(wgpu::TextureComponentType type) { in ToSampleTypeBit() argument
|
| H A D | ShaderModule.cpp | 132 TintResourceTypeToBindingInfoType( tint::inspector::ResourceBinding::ResourceType type) TintResourceTypeToBindingInfoType() argument 273 TintComponentTypeToTextureComponentType( tint::inspector::ComponentType type) TintComponentTypeToTextureComponentType() argument 289 TintComponentTypeToVertexFormatBaseType( tint::inspector::ComponentType type) TintComponentTypeToVertexFormatBaseType() argument 332 TintComponentTypeToInterStageComponentType( tint::inspector::ComponentType type) TintComponentTypeToInterStageComponentType() argument 348 TintCompositionTypeToInterStageComponentCount( tint::inspector::CompositionType type) TintCompositionTypeToInterStageComponentCount() argument 366 TintInterpolationTypeToInterpolationType( tint::inspector::InterpolationType type) TintInterpolationTypeToInterpolationType() argument 382 TintInterpolationSamplingToInterpolationSamplingType( tint::inspector::InterpolationSampling type) TintInterpolationSamplingToInterpolationSamplingType() argument 400 FromTintOverridableConstantType( tint::inspector::OverridableConstant::Type type) FromTintOverridableConstantType() argument [all...] |
| /third_party/openssl/test/ |
| H A D | evp_pkey_dparams_test.c | 215 int type; member 251 int type = pkey_params[id].type; in params_bio_test() local 278 int type = pkey_params[id].type; in set_enc_pubkey_test() local
|
| H A D | provider_status_test.c | 53 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-meta.hh | 44 template<typename... Ts> struct _hb_void_t { typedef void type; }; typedef 47 template<typename Head, typename... Ts> struct _hb_head_t { typedef Head type; }; typedef 63 template <typename T> struct hb_enable_if<true, T> { typedef T type; }; typedef 85 template <typename T> struct hb_type_identity_t { typedef T type; }; typedef [all...] |
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | shape-format.hh | 154 serialize_message(unsigned int line_no, const char *type, const char *msg, GString *gs) serialize_message() argument
|
| /third_party/skia/third_party/externals/piex/src/tiff_directory/ |
| H A D | tiff_directory.h | 136 Type type; global() member [all...] |
| /third_party/python/Modules/_blake2/clinic/ |
| H A D | blake2s_impl.c.h | 22 py_blake2s_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_blake2s_new() argument
|