/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-nodefaultlib.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
gyptest-long-command-line.py | 17 test = TestGyp.TestGyp(formats=['ninja', 'msvs'])
|
gyptest-macros-containing-gyp.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
gyptest-midl-excluded.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
gyptest-ml-safeseh.py | 16 test = TestGyp.TestGyp(formats=['ninja'])
|
gyptest-system-include.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
/external/chromium_org/tools/gyp/test/win/precompiled/ |
gyptest-all.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'], workdir='workarea_all')
|
/external/deqp/doc/testspecs/GLES3/ |
functional.texture.specification.txt | 26 - Selected texture formats 29 - All texture formats 32 - All formats 38 + Texture formats are more thoroughly exercised in texture format tests
|
/external/llvm/utils/lit/tests/ |
test-data.py | 1 # Test features related to formats which support reporting additional test data.
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
module.mk | 20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIVER_DONE)
|
/external/pixman/test/ |
glyph-test.c | 15 static const pixman_format_code_t formats[] = variable 104 random_format (const pixman_format_code_t *formats) 108 while (formats[i] != PIXMAN_null) 110 return formats[prng_rand_n (i)]; 114 create_image (int max_size, const pixman_format_code_t *formats, uint32_t flags) 139 format = random_format (formats); 199 create_image (max_size, formats, (flags & ~(ALLOW_ALPHA_MAP | ALLOW_SOLID))); 231 source = create_image (300, formats, 236 dest = create_image (128, formats,
|
/external/speex/ |
AUTHORS | 15 Patch to speexenc.c for supporting more input formats
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 23 """Print all possible values for the 'formats' option (used by 24 the "--help-formats" command-line option). 28 formats = [] 30 formats.append(("formats=" + format, None, 32 formats.sort() 33 FancyGetopt(formats).print_help( 34 "List of available source distribution formats:") 68 ('formats=', None, 69 "formats for source distribution (comma-separated list)") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 23 """Print all possible values for the 'formats' option (used by 24 the "--help-formats" command-line option). 28 formats = [] 30 formats.append(("formats=" + format, None, 32 formats.sort() 33 FancyGetopt(formats).print_help( 34 "List of available source distribution formats:") 68 ('formats=', None, 69 "formats for source distribution (comma-separated list)") [all...] |
/frameworks/base/core/java/android/hardware/camera2/params/ |
StreamConfigurationMap.java | 48 * <p>This is the authoritative list for all <!-- input/ -->output formats (and sizes respectively 142 * Get the image {@code format} output formats in this stream configuration. 144 * <p>All image formats returned by this function will be defined in either {@link ImageFormat} 147 * <p>Formats listed in this array are guaranteed to return true if queried with 160 * Get the image {@code format} input formats in this stream configuration. 162 * <p>All image formats returned by this function will be defined in either {@link ImageFormat} 199 * <p>Formats for which this returns {@code true} are guaranteed to exist in the result 332 // Override RGB formats to IMPLEMENTATION_DEFINED, b/9487482 356 * <p>Since some of the supported classes may support additional formats beyond 361 * formats; in particular {@link #isOutputSupportedFor(Class)} will return {@code true} fo 828 int[] formats = output ? getOutputFormats() : getInputFormats(); local 1064 int[] formats = new int[getPublicFormatCount(output)]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_format.c | 198 /* signed int formats */ 280 /* unsigned int formats */ 327 /* signed normalized formats */ 606 /* unsigned int formats */ 655 /* signed normalized formats */ 703 * Map GL texture formats to Gallium pipe formats. 707 GLenum glFormats[18]; /**< list of GLenum formats, 0-terminated */ 708 enum pipe_format pipeFormats[10]; /**< list of pipe formats, 0-terminated */ 758 /* Basic RGB, RGBA formats */ [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_format.c | 198 /* signed int formats */ 280 /* unsigned int formats */ 327 /* signed normalized formats */ 606 /* unsigned int formats */ 655 /* signed normalized formats */ 703 * Map GL texture formats to Gallium pipe formats. 707 GLenum glFormats[18]; /**< list of GLenum formats, 0-terminated */ 708 enum pipe_format pipeFormats[10]; /**< list of pipe formats, 0-terminated */ 758 /* Basic RGB, RGBA formats */ [all...] |
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.h | 450 /* possible formats for 3D content*/ 508 static const char* formats[MDP_IMGTYPE_LIMIT + 1] = {0}; local 509 formats[MDP_RGB_565] = STR(MDP_RGB_565); 510 formats[MDP_XRGB_8888] = STR(MDP_XRGB_8888); 511 formats[MDP_Y_CBCR_H2V2] = STR(MDP_Y_CBCR_H2V2); 512 formats[MDP_Y_CBCR_H2V2_ADRENO] = STR(MDP_Y_CBCR_H2V2_ADRENO); 513 formats[MDP_ARGB_8888] = STR(MDP_ARGB_8888); 514 formats[MDP_RGB_888] = STR(MDP_RGB_888); 515 formats[MDP_Y_CRCB_H2V2] = STR(MDP_Y_CRCB_H2V2); 516 formats[MDP_YCRYCB_H2V1] = STR(MDP_YCRYCB_H2V1) [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
DateUtils.java | 47 * 3.3.1 as well as some other common non-standard formats. 94 * Parses a date value. The formats used for parsing the date value are retrieved from 102 * supported date formats 109 * Parses the date value using the given date formats. 112 * @param dateFormats the date formats to use 124 * Parses the date value using the given date formats. 127 * @param dateFormats the date formats to use 177 * Formats the given date according to the RFC 1123 pattern. 189 * Formats the given date according to the specified pattern. The pattern 247 Map<String, SimpleDateFormat> formats = ref.get() local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
EncoderTest.java | 46 LinkedList<MediaFormat> formats = new LinkedList<MediaFormat>(); local 57 formats.push(format); 60 testEncoderWithFormats(MediaFormat.MIMETYPE_AUDIO_AMR_NB, formats); 64 LinkedList<MediaFormat> formats = new LinkedList<MediaFormat>(); local 75 formats.push(format); 78 testEncoderWithFormats(MediaFormat.MIMETYPE_AUDIO_AMR_WB, formats); 82 LinkedList<MediaFormat> formats = new LinkedList<MediaFormat>(); local 112 formats.push(format); 118 testEncoderWithFormats(MediaFormat.MIMETYPE_AUDIO_AAC, formats); 122 String mime, List<MediaFormat> formats) { [all...] |
/external/chromium_org/third_party/angle/extensions/ |
EXT_texture_rg.txt | 48 ES using the luminance or luminance-alpha (L/LA) formats. With the advent 50 formats carry some historical artifacts which are no longer useful. 58 rendering to L/LA formats is under-specified (specifically how to map 61 This extension adds new base internal formats for one-component RED and 63 formats for renderbuffers. The RED and RG texture formats can be used for 90 (Add the following to Table 3.3: "TexImage2D and ReadPixels formats") 149 "Color-renderable formats contain red, and possibly green, blue, and alpha 150 components; depth-renderable formats contain depth components; and 151 stencil-renderable formats contain stencil components. [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 43 OpenGL prior to 3.1 does not support any signed texture formats. 45 red_green signed formats but no uncompressed ones, which might 46 still be useful. NV_texture_shader adds signed texture formats, 64 2) Should the full set of signed formats (alpha, luminance, rgb, etc.) 70 implied dependency on ARB_texture_rg for red/red_green formats so 74 3) Should this extension use new enums for the texture formats? 134 etc.) or the OpenGL Shading Language, these signed formats will 156 is unable to make proper use of the signed texture formats added 159 filtering of these signed formats would be still signed, but 164 GLSL for the new signed formats to be useful [all...] |
/external/deqp/doc/testspecs/GLES2/ |
functional.fbo.completeness.txt | 30 + Single attachments with all standard (and many extension) formats 33 + Existence of a supported combination of formats 57 The "renderable.*" test cases iterate through all the texture formats and 63 extensions. Both renderability and non-renderability of unexpected formats are 69 least one combination of attachment formats is supported. 72 renderability of unsized formats that correspond to renderable sized formats. 77 sized formats in table 4.5 are expected to be color-renderable. (Consensus 96 renderbuffers with suitable formats to none, some or all of the framebuffer's 118 standard GLES2 renderable formats and attempts to find at least on [all...] |
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 43 OpenGL prior to 3.1 does not support any signed texture formats. 45 red_green signed formats but no uncompressed ones, which might 46 still be useful. NV_texture_shader adds signed texture formats, 64 2) Should the full set of signed formats (alpha, luminance, rgb, etc.) 70 implied dependency on ARB_texture_rg for red/red_green formats so 74 3) Should this extension use new enums for the texture formats? 134 etc.) or the OpenGL Shading Language, these signed formats will 156 is unable to make proper use of the signed texture formats added 159 filtering of these signed formats would be still signed, but 164 GLSL for the new signed formats to be useful [all...] |
/external/chromium_org/google_apis/drive/ |
time_util.h | 24 // Formats a base::Time as an RFC 3339 date/time (in UTC). 28 // Formats a base::Time as an RFC 3339 date/time (in localtime).
|