HomeSort by relevance Sort by last modified time
    Searched full:formats (Results 601 - 625 of 4480) sorted by null

<<21222324252627282930>>

  /external/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-env-toolchain.py 37 test = TestGyp.TestGyp(formats=['ninja'])
47 test.formats = ['ninja-some_flavor']
  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.h 68 // Enables the controller to append to the accepted drop formats.
70 int* formats,
  /external/compiler-rt/test/
lit.common.cfg 9 import lit.formats
15 config.test_format = lit.formats.ShTest(execute_external)
  /external/deqp/doc/testspecs/GLES2/
functional.texture.teximage.txt 33 + All supported pixel formats
37 + Compressed texture formats
  /external/deqp/doc/testspecs/GLES3/
functional.texture.shadow.txt 26 + Texture formats with depth and depth_stencil internal formats
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 290 vector<GLint> formats (numFormats);
294 gl.getIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, &formats[0]);
298 // Log formats.
300 for (vector<GLint>::const_iterator fmt = formats.begin(); fmt != formats.end(); fmt++)
303 // Check that all required formats are in list.
305 set<GLint> formatSet(formats.begin(), formats.end());
  /external/kernel-headers/original/uapi/drm/
omap_drm.h 52 uint32_t bytes; /* (for non-tiled formats) */
56 } tiled; /* (for tiled formats) */
  /external/llvm/test/Unit/
lit.cfg 7 import lit.formats
24 config.test_format = lit.formats.GoogleTest(llvm_build_mode, 'Tests')
  /external/mesa3d/src/mesa/main/
texformat.c 29 * Texture formats.
71 /* shallow RGBA formats */
98 /* deep RGBA formats */
111 /* shallow RGB formats */
135 /* deep RGB formats */
144 /* Alpha formats */
157 /* Luminance formats */
171 /* Luminance/Alpha formats */
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPixelFormats.h 7 * Gdiplus pixel formats
32 * In-memory pixel data formats:
  /external/zlib/src/contrib/delphi/
readme.txt 39 missing. Handling compressed file formats like ZIP/GZIP or PNG
41 Applications that handle these formats are either using their own,
  /frameworks/base/docs/html/guide/topics/media/
jetplayer.jd 28 <li><a href="{@docRoot}guide/appendix/media-formats.html">Android Supported Media Formats</a></li>
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 142 * <p>In particular, {@code @hide} formats will return {@code false}.</p>
144 * <p>Any other indirect formats (such as {@code TRANSPARENT} or {@code TRANSLUCENT})
  /frameworks/base/libs/hwui/
RenderBuffer.h 33 * The format must be one of the formats allowed by glRenderbufferStorage().
125 * The format must be one of the formats allowed by glRenderbufferStorage().
  /frameworks/base/media/java/android/media/
AudioDevicePort.java 40 int[] formats, AudioGain[] gains, int type, String address) {
44 samplingRates, channelMasks, formats, gains);
  /frameworks/compile/slang/lit-tests/
lit.cfg 12 config.test_format = lit.formats.ShTest()
25 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
VPPsocket_ti.h 70 /*** Output YUV formats definitions */
78 /*** OutputRGB formats definitions */
  /libcore/dex/src/main/java/com/android/dex/
DexFormat.java 60 * The largest addressable member is 0xffff, in the "instruction formats" spec as field@CCCC or
67 * The largest addressable type is 0xffff, in the "instruction formats" spec as type@CCCC.
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmUtils.java 105 String[] formats = context.getResources().getStringArray(R.array.alarm_set); local
106 return String.format(formats[index], daySeq, hourSeq, minSeq);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiColorValueNode.java 40 /** Accepted RGBA formats are one of #RGB, #ARGB, #RRGGBB or #AARRGGBB. */
63 "Accepted color formats are one of #RGB, #ARGB, #RRGGBB or #AARRGGBB.",
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_lnaof.c 38 * number formats.
  /cts/tests/tests/media/src/android/media/cts/
CodecImage.java 58 * formats and the planes is as follows:
98 * The width of the image in pixels. For formats where some color channels
104 * The height of the image in pixels. For formats where some color channels
192 * account for interleaved image data or padded formats.
  /external/apache-http/src/org/apache/http/message/
LineFormatter.java 82 * Formats a protocol version.
104 * Formats a request line.
119 * Formats a status line.
136 * Formats a header.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attributes.java 46 * <li> {@link org.bouncycastle.asn1.ASN1Set#getInstance(java.lang.Object) ASN1Set} input formats with Attributes structure inside
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_toolbar_button.h 38 virtual bool GetDropFormats(int* formats,

Completed in 660 milliseconds

<<21222324252627282930>>