Home
last modified time | relevance | path

Searched defs:clazz (Results 1 - 25 of 65) sorted by relevance

123

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageInfoFactory.java37 boolean isSupported(Class<?> clazz); in isSupported() argument
40 MessageInfo messageInfoFor(Class<?> clazz); in messageInfoFor() argument
H A DManifestSchemaFactory.java130 public boolean isSupported(Class<?> clazz) { in isSupported() argument
140 public MessageInfo messageInfoFor(Class<?> clazz) { in messageInfoFor() argument
[all...]
H A DByteBufferWriter.java170 private static long getChannelFieldOffset(Class<?> clazz) { in getChannelFieldOffset() argument
/third_party/skia/modules/androidkit/src/
H A DShader.cpp24 const auto clazz = env->FindClass("org/skia/androidkit/Shader"); in register_androidkit_Shader() local
H A DPath.cpp24 const auto clazz = env->FindClass("org/skia/androidkit/Path"); in register_androidkit_Path() local
H A DColorFilters.cpp49 const auto clazz = env->FindClass("org/skia/androidkit/ColorFilter"); in register_androidkit_ColorFilter() local
60 const auto clazz = env->FindClass("org/skia/androidkit/MatrixColorFilter"); in register_androidkit_MatrixColorFilter() local
71 const auto clazz = env->FindClass("org/skia/androidkit/HSLAMatrixColorFilter"); in register_androidkit_HSLAMatrixColorFilter() local
82 const auto clazz in register_androidkit_ComposeColorFilter() local
[all...]
H A DFont.cpp36 const auto clazz = env->FindClass("org/skia/androidkit/Font"); in register_androidkit_Font() local
H A DText.cpp47 const auto clazz = env->FindClass("org/skia/androidkit/Text"); in register_androidkit_Text() local
H A DFontChainAdapter.cpp70 const auto clazz = env->FindClass("org/skia/androidkit/FontChain"); in register_androidkit_FontChain() local
H A DSkottieAnimation.cpp87 const auto clazz = env->FindClass("org/skia/androidkit/SkottieAnimation"); in register_androidkit_SkottieAnimation() local
H A DRuntimeShaderBuilder.cpp79 const auto clazz = env->FindClass("org/skia/androidkit/RuntimeShaderBuilder"); in register_androidkit_RuntimeShaderBuilder() local
H A DPaint.cpp123 const auto clazz = env->FindClass("org/skia/androidkit/Paint"); in register_androidkit_Paint() local
H A DImage.cpp73 const auto clazz = env->FindClass("org/skia/androidkit/Image"); in register_androidkit_Image() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DAssertUtil.java7 public static <T extends Throwable> T assertThrows(Class<T> clazz, Runnable fn) { in assertThrows() argument
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/testing/testUtils/
H A DAssertUtil.java7 public static <T extends Throwable> T assertThrows(Class<T> clazz, Runnable fn) { in assertThrows() argument
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcglyph.c108 FTC_GCacheClass clazz = FTC_CACHE_GCACHE_CLASS( cache ); in FTC_Family_Init() local
127 FTC_GCacheClass clazz = (FTC_GCacheClass)FTC_CACHE( cache )->org_class; in FT_LOCAL_DEF() local
H A Dftcimage.c72 FTC_IFamilyClass clazz = FTC_CACHE_IFAMILY_CLASS( cache ); in FT_LOCAL_DEF() local
H A Dftcimage.h65 FTC_MruListClassRec clazz; member
H A Dftcmru.c168 FTC_MruList_Init( FTC_MruList list, FTC_MruListClass clazz, FT_UInt max_nodes, FT_Pointer data, FT_Memory memory ) FTC_MruList_Init() argument
[all...]
H A Dftcsbits.h56 FTC_MruListClassRec clazz; member
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto3MessageInfoFactory.java55 public boolean isSupported(Class<?> clazz) { in isSupported() argument
60 public MessageInfo messageInfoFor(Class<?> clazz) { in messageInfoFor() argument
487 private static Field field(Class<?> clazz, String name) { in field() argument
495 private static FieldInfo mapFieldInfo(Class<?> clazz, String fieldName, int fieldNumber) { in mapFieldInfo() argument
[all...]
H A DFieldPresenceTest.java49 private static boolean hasMethod(Class<?> clazz, String name) { in hasMethod() argument
H A DProto3MessageLiteInfoFactory.java65 public boolean isSupported(Class<?> clazz) { in isSupported() argument
70 public MessageInfo messageInfoFor(Class<?> clazz) { in messageInfoFor() argument
74 private MessageInfo rawMessageInfoFor(Class<?> clazz) { in rawMessageInfoFor() argument
151 private MessageInfo structuralMessageInfoFor(Class<?> clazz) { in structuralMessageInfoFor() argument
797 field(Class<?> clazz, String name) field() argument
805 mapFieldInfo(Class<?> clazz, String fieldName, int fieldNumber) mapFieldInfo() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftglyph.c321 const FT_Glyph_Class* clazz; in FT_EXPORT_DEF() local
289 ft_new_glyph( FT_Library library, const FT_Glyph_Class* clazz, FT_Glyph* aglyph ) ft_new_glyph() argument
367 const FT_Glyph_Class* clazz = NULL; FT_EXPORT() local
467 const FT_Glyph_Class* clazz = glyph->clazz; FT_EXPORT_DEF() local
493 const FT_Glyph_Class* clazz; FT_Glyph_Get_CBox() local
546 const FT_Glyph_Class* clazz; FT_EXPORT_DEF() local
646 const FT_Glyph_Class* clazz = glyph->clazz; FT_Done_Glyph() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.h50 FT_CMap_ClassRec clazz; member

Completed in 14 milliseconds

123