HomeSort by relevance Sort by last modified time
    Searched full:formats (Results 1 - 25 of 3622) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/smali-integration-tests/src/assemble/
junit-tests.xml 3 <formats>
5 </formats>
jumbo-string-tests.xml 3 <formats>
5 </formats>
jumbo-type-tests.xml 3 <formats>
5 </formats>
  /external/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
lit.local.cfg 1 config.test_format = lit.formats.ShTest(execute_external=True)
  /external/llvm/utils/lit/lit/ExampleTests/ShExternal/
lit.local.cfg 3 config.test_format = lit.formats.ShTest(execute_external = True)
  /external/llvm/utils/lit/lit/ExampleTests/ShInternal/
lit.local.cfg 3 config.test_format = lit.formats.ShTest(execute_external = False)
  /device/asus/flo/
audio_policy.conf 19 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
28 formats AUDIO_FORMAT_PCM_16_BIT
35 formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
61 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
77 formats AUDIO_FORMAT_PCM_16_BIT
87 formats AUDIO_FORMAT_PCM_16_BIT
95 formats AUDIO_FORMAT_PCM_16_BI
    [all...]
  /device/lge/mako/
audio_policy.conf 19 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
28 formats AUDIO_FORMAT_PCM_16_BIT
35 formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
61 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
77 formats AUDIO_FORMAT_PCM_16_BIT
87 formats AUDIO_FORMAT_PCM_16_BIT
95 formats AUDIO_FORMAT_PCM_16_BI
    [all...]
  /device/samsung/manta/
audio_policy.conf 19 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
28 formats AUDIO_FORMAT_PCM_16_BIT
35 # formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
61 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
77 formats AUDIO_FORMAT_PCM_16_BIT
87 formats AUDIO_FORMAT_PCM_16_BIT
95 formats AUDIO_FORMAT_PCM_16_BI
    [all...]
  /external/chromium_org/tools/gyp/test/configurations/x64/
gyptest-x86.py 15 formats = ['msvs'] variable
17 formats += ['ninja']
18 test = TestGyp.TestGyp(formats=formats)
  /external/llvm/utils/lit/tests/Inputs/discovery/subsuite/
lit.cfg 3 config.test_format = lit.formats.ShTest()
  /external/llvm/utils/lit/tests/Inputs/progress-bar/
lit.cfg 3 config.test_format = lit.formats.ShTest()
  /external/llvm/utils/lit/tests/Inputs/shtest-shell/
lit.cfg 3 config.test_format = lit.formats.ShTest()
  /external/llvm/utils/lit/tests/Inputs/unittest-adaptor/
lit.cfg 3 config.test_format = lit.formats.ShTest()
  /device/lge/hammerhead/
audio_policy.conf 23 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
32 formats AUDIO_FORMAT_PCM_16_BIT
39 formats AUDIO_FORMAT_PCM_16_BIT
46 formats AUDIO_FORMAT_PCM_16_BIT
53 formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_AAC
62 formats AUDIO_FORMAT_PCM_16_BIT
72 formats AUDIO_FORMAT_PCM_16_BIT
82 formats AUDIO_FORMAT_PCM_16_BIT
88 formats AUDIO_FORMAT_PCM_16_BIT
98 formats AUDIO_FORMAT_PCM_16_BI
    [all...]
  /device/asus/grouper/
audio_policy.conf 19 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
28 formats AUDIO_FORMAT_PCM_16_BIT
37 formats AUDIO_FORMAT_PCM_16_BIT
47 formats AUDIO_FORMAT_PCM_16_BIT
57 formats AUDIO_FORMAT_PCM_16_BIT
63 formats AUDIO_FORMAT_PCM_16_BIT
73 formats AUDIO_FORMAT_PCM_16_BIT
81 formats AUDIO_FORMAT_PCM_16_BIT
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress.c 36 #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 listed b
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress.c 36 #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 listed b
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 23 int getCompressedFormats(int* formats){
24 if(formats){
26 formats[0] = GL_PALETTE4_RGBA8_OES;
27 formats[1] = GL_PALETTE4_RGBA4_OES;
28 formats[2] = GL_PALETTE8_RGBA8_OES;
29 formats[3] = GL_PALETTE8_RGBA4_OES;
30 formats[4] = GL_PALETTE4_RGB8_OES;
31 formats[5] = GL_PALETTE8_RGB8_OES;
32 formats[6] = GL_PALETTE4_RGB5_A1_OES;
33 formats[7] = GL_PALETTE8_RGB5_A1_OES
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testiconv.c 18 const char * formats[] = { local
53 for ( i = 0; i < SDL_arraysize(formats); ++i ) {
54 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len);
55 test[1] = SDL_iconv_string("UCS-4", formats[i], test[0], len);
57 fprintf(stderr, "FAIL: %s\n", formats[i]);
  /hardware/libhardware_legacy/audio/
audio_policy.conf 23 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
32 formats AUDIO_FORMAT_PCM_16_BIT
41 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
59 formats AUDIO_FORMAT_PCM_16_BIT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 19 cmd.formats = ['msi']
21 self.assertEqual(cmd.formats, ['msi'])
23 # what formats does bdist offer?
24 formats = ['bztar', 'gztar', 'msi', 'rpm', 'tar',
27 self.assertEqual(found, formats)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 19 cmd.formats = ['msi']
21 self.assertEqual(cmd.formats, ['msi'])
23 # what formats does bdist offer?
24 formats = ['bztar', 'gztar', 'msi', 'rpm', 'tar',
27 self.assertEqual(found, formats)
  /external/qemu/android/protocol/
core-commands.h 48 /* Formats AUICMD_SET_COARSE_ORIENTATION UI control command parameters. */
53 /* Formats AUICMD_TRACE_CONTROL UI control command parameters. */
58 /* Formats AUICMD_GET_NETSPEED UI control command parameters. */
63 /* Formats AUICMD_GET_NETSPEED UI control command response.
75 /* Formats AUICMD_GET_NETDELAY UI control command parameters. */
80 /* Formats AUICMD_GET_NETDELAY UI control command response.
92 /* Formats AUICMD_GET_QEMU_PATH UI control command parameters. */
98 /* Formats AUICMD_GET_QEMU_PATH UI control command response. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 16 """Print list of available formats (arguments to "--format" option).
19 formats = []
21 formats.append(("formats=" + format, None,
23 pretty_printer = FancyGetopt(formats)
24 pretty_printer.print_help("List of available distribution formats:")
36 ('formats=', None,
37 "formats for distribution (comma-separated list)"),
54 ('help-formats', None,
55 "lists available distribution formats", show_formats)
    [all...]

Completed in 2190 milliseconds

1 2 3 4 5 6 7 8 91011>>