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

1 2 3 4 5 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
ContainsVRegs.java 17 package dexfuzz.rawdex.formats;
ContainsTarget.java 17 package dexfuzz.rawdex.formats;
ContainsConst.java 17 package dexfuzz.rawdex.formats;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
UnknownInstruction.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction10t.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction10x.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction11x.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction12x.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction20t.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction22x.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction23x.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction30t.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction32x.java 32 package org.jf.dexlib2.iface.instruction.formats;
PackedSwitchPayload.java 32 package org.jf.dexlib2.iface.instruction.formats;
SparseSwitchPayload.java 32 package org.jf.dexlib2.iface.instruction.formats;
  /external/llvm/utils/lit/lit/formats/
__init__.py 2 from lit.formats.base import TestFormat, FileBasedTest, OneCommandPerFileTest
3 from lit.formats.googletest import GoogleTest
4 from lit.formats.shtest import ShTest
  /device/asus/fugu/
audio_policy.conf 19 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
28 formats AUDIO_FORMAT_PCM_8_24_BIT
35 formats dynamic
44 formats AUDIO_FORMAT_PCM_16_BIT
54 formats dynamic
62 formats dynamic
72 formats AUDIO_FORMAT_PCM_16_BIT
80 formats AUDIO_FORMAT_PCM_16_BIT
90 formats AUDIO_FORMAT_PCM_16_BIT
  /device/htc/flounder/
audio_policy.conf 24 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
33 formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
52 formats AUDIO_FORMAT_PCM_16_BIT
62 formats AUDIO_FORMAT_PCM_16_BIT
68 formats dynamic
76 formats dynamic
86 formats AUDIO_FORMAT_PCM_16_BIT
94 formats AUDIO_FORMAT_PCM_16_BIT
  /frameworks/av/services/audiopolicy/
audio_policy.conf 36 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
76 # formats AUDIO_FORMAT_PCM_16_BIT
109 formats AUDIO_FORMAT_PCM_16_BIT
118 formats AUDIO_FORMAT_PCM_16_BIT
132 formats AUDIO_FORMAT_PCM_16_BIT
140 formats AUDIO_FORMAT_PCM_16_BIT
  /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
  /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 dynamic
85 formats dynamic
95 formats AUDIO_FORMAT_PCM_16_BI
    [all...]
  /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_LC|AUDIO_FORMAT_AAC_HE_V1|AUDIO_FORMAT_AAC_HE_V2
60 formats AUDIO_FORMAT_PCM_16_BIT
68 formats AUDIO_FORMAT_PCM_16_BIT
74 formats AUDIO_FORMAT_PCM_16_BIT
84 formats AUDIO_FORMAT_PCM_16_BIT
92 formats AUDIO_FORMAT_PCM_16_BI
    [all...]
  /device/moto/shamu/
audio_policy.conf 22 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
31 formats AUDIO_FORMAT_PCM_16_BIT
38 formats AUDIO_FORMAT_PCM_16_BIT
45 formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_AAC_LC|AUDIO_FORMAT_AAC_HE_V1|AUDIO_FORMAT_AAC_HE_V2
52 formats AUDIO_FORMAT_PCM_16_BIT
60 formats AUDIO_FORMAT_PCM_16_BIT
66 formats AUDIO_FORMAT_PCM_16_BIT
76 formats AUDIO_FORMAT_PCM_16_BIT
84 formats AUDIO_FORMAT_PCM_16_BIT
94 formats AUDIO_FORMAT_PCM_16_BI
    [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...]
  /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 565 milliseconds

1 2 3 4 5 6 7 8 91011>>