/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-nxcompat.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
gyptest-link-opt-icf.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
gyptest-link-opt-ref.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
gyptest-link-pdb-output.py | 17 test = TestGyp.TestGyp(formats=['ninja'])
|
gyptest-link-profile.py | 18 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
gyptest-link-safeseh.py | 16 test = TestGyp.TestGyp(formats=['ninja'])
|
gyptest-link-subsystem.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
/external/clang/test/Sema/ |
implicit-decl.c | 29 int formats = 0; local
|
/external/clang/test/SemaObjC/ |
format-arg-attribute.m | 19 /* format_arg formats must take and return a string. */
|
/external/deqp/doc/testspecs/GLES3/ |
functional.fbo.completeness.txt | 31 + Single attachments with all standard (and many extension) formats 58 The "renderable.*" test cases iterate through all the texture formats and 64 extensions. Both renderability and non-renderability of unexpected formats are 69 renderbuffers with suitable formats to none, some or all of the framebuffer's
|
/external/deqp/doc/testspecs/GLES31/ |
functional.texture.gather.txt | 31 + rgba8 unorm, uint and int color formats 39 + Texture swizzle (for color formats) 48 + Rest of texture formats 62 texture (except for depth formats, for which rgba8 is used). The resulting image
|
/external/fonttools/ |
README.md | 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/ |
WireFormat.java | 25 * Represents the various wire formats available.
|
/external/icu/icu4c/source/i18n/ |
choicfmt.cpp | 88 const UnicodeString* formats, 93 setChoices(limits, NULL, formats, cnt, constructorErrorCode); 100 const UnicodeString* formats, 105 setChoices(limits, closures, formats, cnt, constructorErrorCode); 254 const UnicodeString* formats, 258 setChoices(limits, NULL, formats, cnt, errorCode); 266 const UnicodeString* formats, 270 setChoices(limits, closures, formats, cnt, errorCode); 276 const UnicodeString* formats, 282 if (limits == NULL || formats == NULL) [all...] |
/external/icu/icu4c/source/samples/msgfmt/answers/ |
main_2.cpp | 15 // and formats it as "no", "one", or a number, using a NumberFormat.
|
main_3.cpp | 15 // and formats it as "no", "one", or a number, using a NumberFormat.
|
/external/icu/icu4c/source/samples/msgfmt/ |
main.cpp | 15 // and formats it as "no", "one", or a number, using a NumberFormat.
|
/external/icu/icu4c/source/test/intltest/ |
dtifmtts.h | 46 * Tests different year formats.
|
/external/libpng/contrib/conftest/ |
write.dfa | 40 # does not need to deal with arbitrary formats, so only add support for things
|
/external/lzma/CPP/7zip/UI/Common/ |
ZipRegistry.h | 58 CObjectVector<CFormatOptions> Formats;
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
memory.cpp | 179 auto formats = supported_formats(ctx, type); local 182 std::copy_n(formats.begin(), std::min((cl_uint)formats.size(), count), 185 *count_ret = formats.size();
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
native_shm.c | 124 shmdpy->base.formats |= HAS_ARGB8888; 127 shmdpy->base.formats |= HAS_XRGB8888; 166 if (shmdpy->base.formats == 0) 168 if (shmdpy->base.formats == 0)
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_span.h | 31 #include "main/formats.h"
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tile.h | 28 #include <main/formats.h>
|
/external/mesa3d/src/mesa/main/ |
texcompress_cpal.c | 52 } formats[] = { variable in typeref:struct:cpal_format_info 124 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES]; 156 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES]; 182 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
|