HomeSort by relevance Sort by last modified time
    Searched refs:formats (Results 1 - 25 of 1080) 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;
  /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
  /external/ImageMagick/tests/
validate-formats-disk.tap 23 ${VALIDATE} -validate formats-disk && echo "ok" || echo "not ok"
validate-formats-map.tap 23 ${VALIDATE} -validate formats-map && echo "ok" || echo "not ok"
validate-formats-memory.tap 23 ${VALIDATE} -validate formats-memory && echo "ok" || echo "not ok"
  /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/mesa3d/src/mesa/main/
texcompress.c 36 #include "formats.h"
162 * formats that are supported.
164 * Some formats are \b not returned by this function. The
165 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are
172 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats?
178 * corresponding to formats suitable for general-purpose usage.
179 * The renderer will not enumerate formats with restrictions that
186 * Applications that seek to use the RGTC formats should do so
197 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an
200 * RESOLVED: No. Section 3.8.1 says formats listed b
    [all...]
  /device/generic/goldfish/
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
  /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/google/marlin/
audio_output_policy.conf 3 # "formats" as specified in the profile is routed to a device at
8 # the flags and formats are specified using the strings corresponding to
11 # the flags and formats should match the ones in "audio_policy.conf"
16 formats AUDIO_FORMAT_PCM_16_BIT|AUDIO_FORMAT_PCM_8_24_BIT
23 formats AUDIO_FORMAT_PCM_16_BIT
30 formats AUDIO_FORMAT_PCM_16_BIT
37 formats AUDIO_FORMAT_PCM_16_BIT
44 formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_PCM_16_BIT_OFFLOAD|AUDIO_FORMAT_PCM_24_BIT_OFFLOAD|AUDIO_FORMAT_FLAC|AUDIO_FORMAT_ALAC|AUDIO_FORMAT_APE|AUDIO_FORMAT_AAC_LC|AUDIO_FORMAT_AAC_HE_V1|AUDIO_FORMAT_AAC_HE_V2|AUDIO_FORMAT_WMA|AUDIO_FORMAT_WMA_PRO|AUDIO_FORMAT_VORBIS
51 formats AUDIO_FORMAT_PCM_24_BIT_OFFLOAD|AUDIO_FORMAT_FLAC|AUDIO_FORMAT_ALAC|AUDIO_FORMAT_APE|AUDIO_FORMAT_VORBIS|AUDIO_FORMAT_WMA|AUDIO_FORMAT_WMA_PRO
59 formats AUDIO_FORMAT_PCM_24_BIT_OFFLOAD|AUDIO_FORMAT_FLAC|AUDIO_FORMAT_ALAC|AUDIO_FORMAT_APE|AUDIO_FORMAT_ (…)
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 42 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/strace/tests/
sprintrc.c 42 * (for extended POSIX regex-based pattern matching) formats are
51 static const char *formats[] = { local
57 if (fmt >= ARRAY_SIZE(formats))
64 ? snprintf(buf, sizeof(buf), formats[fmt], errno2name())

Completed in 159 milliseconds

1 2 3 4 5 6 7 8 91011>>