Home
last modified time | relevance | path

Searched refs:FormatType (Results 1 – 12 of 12) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DDateOrder.java173 FormatType firstType = FormatType.getType(first);
175 FormatType otherType = FormatType.getType(otherPath);
212 private enum FormatType {
218 private FormatType(int importance) {
226 public static FormatType getType(String path) {
229 return FormatType.valueOf(matcher.group(1).toUpperCase());
237 public boolean isLessImportantThan(FormatType otherType) {
/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp44 enum FormatType enum in deqp::gles31::Functional::__anon8b1a977d0111::FormatSamplesCase
51 … char* name, const char* desc, glw::GLenum texTarget, glw::GLenum internalFormat, FormatType type);
58 const FormatType m_type;
61 …onst char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type) in FormatSamplesCase()
376 FormatSamplesCase::FormatType type; in init()
/external/freetype/src/sfnt/
Dttpost.c401 format = face->postscript.FormatType; in load_post_names()
432 format = face->postscript.FormatType; in tt_face_free_ps_names()
518 format = face->postscript.FormatType; in tt_face_get_ps_name()
Dttload.c1287 FT_FRAME_LONG ( FormatType ), in tt_face_load_post()
1310 FT_TRACE3(( "FormatType: 0x%x\n", post->FormatType )); in tt_face_load_post()
Dsfobjs.c1420 face->postscript.FormatType != 0x00030000L ) in sfnt_load_face()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp151 static Format FormatType = Default; variable
673 switch (FormatType) { in performWriteOperation()
910 FormatType = StringSwitch<Format>(match) in ar_main()
916 if (FormatType == Unknown) in ar_main()
/external/skqp/src/gpu/gl/
DGrGLCaps.h524 enum FormatType { enum
562 FormatType fFormatType;
/external/skia/src/gpu/gl/
DGrGLCaps.h524 enum FormatType { enum
562 FormatType fFormatType;
/external/freetype/include/freetype/
Dtttables.h489 FT_Fixed FormatType; member
/external/curl/lib/
Dmprintf.c121 } FormatType; typedef
149 FormatType type;
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc174 const GUID *formatType = pMediaType->FormatType(); in CheckMediaType()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1467 enum FormatType in init() enum
1481 FormatType type; in init()