Searched refs:formats (Results 1 - 25 of 650) sorted by relevance

1234567891011>>

/external/llvm/utils/lit/lit/formats/
H A D__init__.py2 from lit.formats.base import TestFormat, FileBasedTest, OneCommandPerFileTest
3 from lit.formats.googletest import GoogleTest
4 from lit.formats.shtest import ShTest
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-xcode-ninja.py17 test = TestGyp.TestGyp(formats=['xcode'])
20 test.formats = ['ninja', 'xcode-ninja']
/external/chromium_org/tools/gyp/test/configurations/x64/
H A Dgyptest-x86.py15 formats = ['msvs'] variable
17 formats += ['ninja']
18 test = TestGyp.TestGyp(formats=formats)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
H A DUnknownInstruction.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction10t.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction10x.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction11x.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction12x.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction20t.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction22x.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction23x.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction30t.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DInstruction32x.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DPackedSwitchPayload.java32 package org.jf.dexlib2.iface.instruction.formats;
H A DSparseSwitchPayload.java32 package org.jf.dexlib2.iface.instruction.formats;
/external/chromium_org/tools/gyp/test/android/
H A Dgyptest-space-filenames.py13 test = TestGyp.TestGyp(formats=['android'])
H A Dgyptest-host-multilib.py14 test = TestGyp.TestGyp(formats=['android'])
H A Dgyptest-make-functions.py14 test = TestGyp.TestGyp(formats=['android'])
/external/chromium_org/tools/gyp/test/link-dependency/
H A Dgyptest-link-dependency.py17 test = TestGyp.TestGyp(formats=['!cmake'])
/external/chromium_org/tools/gyp/test/msvs/props/
H A Dgyptest-props.py14 test = TestGyp.TestGyp(workdir='workarea_all', formats=['msvs'])
/external/chromium_org/tools/gyp/test/msvs/uldi2010/
H A Dgyptest-all.py13 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all')
/external/chromium_org/tools/gyp/test/ninja/empty-and-non-empty-duplicate-name/
H A Dgyptest-empty-and-non-empty-duplicate-name.py14 test = TestGyp.TestGyp(formats=['ninja'])
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeperiodicvideocapturer.h42 std::vector<cricket::VideoFormat> formats; local
43 formats.push_back(cricket::VideoFormat(1280, 720,
45 formats.push_back(cricket::VideoFormat(640, 480,
47 formats.push_back(cricket::VideoFormat(640, 360,
49 formats.push_back(cricket::VideoFormat(320, 240,
51 formats.push_back(cricket::VideoFormat(160, 120,
53 ResetSupportedFormats(formats);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress.c36 #include "formats.h"
138 * formats that are supported.
140 * Some formats are \b not returned by this function. The
141 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are
148 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats?
154 * corresponding to formats suitable for general-purpose usage.
155 * The renderer will not enumerate formats with restrictions that
162 * Applications that seek to use the RGTC formats should do so
173 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an
176 * RESOLVED: No. Section 3.8.1 says formats liste
234 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c36 #include "formats.h"
138 * formats that are supported.
140 * Some formats are \b not returned by this function. The
141 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are
148 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats?
154 * corresponding to formats suitable for general-purpose usage.
155 * The renderer will not enumerate formats with restrictions that
162 * Applications that seek to use the RGTC formats should do so
173 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an
176 * RESOLVED: No. Section 3.8.1 says formats liste
234 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats) argument
[all...]

Completed in 406 milliseconds

1234567891011>>