HomeSort by relevance Sort by last modified time
    Searched refs:formats (Results 151 - 175 of 963) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction22x.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction22x;
DexBackedInstruction23x.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction23x;
DexBackedInstruction30t.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction30t;
DexBackedInstruction31i.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction31i;
DexBackedInstruction31t.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;
DexBackedInstruction32x.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction32x;
DexBackedInstruction3rmi.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction3rmi;
DexBackedInstruction3rms.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction3rms;
DexBackedInstruction51l.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction51l;
DexBackedUnknownInstruction.java 36 import org.jf.dexlib2.iface.instruction.formats.UnknownInstruction;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction10x.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction10x;
ImmutableUnknownInstruction.java 36 import org.jf.dexlib2.iface.instruction.formats.UnknownInstruction;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
SmalideaInstruction35c.java 34 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 503 EnumSet<Format> formats = null; local
517 if (formats == null) {
518 formats = format.asSet();
520 if (formats.size() == 1) {
521 formats = EnumSet.copyOf(formats);
523 formats.add(format);
532 if (formats == null) {
533 formats = Format.ENUM_SET;
535 if (formats.size() == 1)
    [all...]
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraDeviceReport.java 162 int[] formats = map.getOutputFormats(); local
163 Log.v(TAG, "number of output formats: " + formats.length);
164 for (int i = 0; i < formats.length; i++) {
165 Log.v(TAG, "output sizes for format " + formats[i] +
166 " = ImageFormat." + getFormatName(formats[i]) + " = " +
167 ImageFormat.getBitsPerPixel(formats[i]) + " bits per pixel.");
168 Size[] sizes = map.getOutputSizes(formats[i]);
174 map.getOutputStallDuration(formats[i], sizes[j]) / 1000000,
175 map.getOutputMinFrameDuration(formats[i], sizes[j]) / 100000
183 int[] formats = map.getInputFormats(); local
    [all...]
  /frameworks/base/media/java/android/media/
AudioDevicePort.java 41 int[] formats, AudioGain[] gains, int type, String address) {
45 deviceName, samplingRates, channelMasks, channelIndexMasks, formats, gains);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
Android.mk 16 formats.cpp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-device-restore.h 42 uint8_t n_formats; /**< How many formats do we have? */
43 pa_format_info **formats; /**< An array of formats (may be NULL if n_formats == 0) */ member in struct:pa_ext_device_restore_info
86 /** Read the formats for all present devices from the device database. \since 1.0 */
106 pa_format_info **formats,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestAttributeInfo.java 36 public TestAttributeInfo(String name, EnumSet<Format> formats, String definedBy,
40 this.mFormats = formats;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
fp.s 2 # These three formats are 8 bytes each.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
sdist.py 23 """Print all possible values for the 'formats' option (used by
24 the "--help-formats" command-line option).
28 formats = []
30 formats.append(("formats=" + format, None,
32 formats.sort()
33 FancyGetopt(formats).print_help(
34 "List of available source distribution formats:")
68 ('formats=', None,
69 "formats for source distribution (comma-separated list)"),
    [all...]
  /external/python/cpython2/Lib/distutils/command/
sdist.py 23 """Print all possible values for the 'formats' option (used by
24 the "--help-formats" command-line option).
28 formats = []
30 formats.append(("formats=" + format, None,
32 formats.sort()
33 FancyGetopt(formats).print_help(
34 "List of available source distribution formats:")
68 ('formats=', None,
69 "formats for source distribution (comma-separated list)")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 23 """Print all possible values for the 'formats' option (used by
24 the "--help-formats" command-line option).
28 formats = []
30 formats.append(("formats=" + format, None,
32 formats.sort()
33 FancyGetopt(formats).print_help(
34 "List of available source distribution formats:")
68 ('formats=', None,
69 "formats for source distribution (comma-separated list)")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 23 """Print all possible values for the 'formats' option (used by
24 the "--help-formats" command-line option).
28 formats = []
30 formats.append(("formats=" + format, None,
32 formats.sort()
33 FancyGetopt(formats).print_help(
34 "List of available source distribution formats:")
68 ('formats=', None,
69 "formats for source distribution (comma-separated list)")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 23 """Print all possible values for the 'formats' option (used by
24 the "--help-formats" command-line option).
28 formats = []
30 formats.append(("formats=" + format, None,
32 formats.sort()
33 FancyGetopt(formats).print_help(
34 "List of available source distribution formats:")
68 ('formats=', None,
69 "formats for source distribution (comma-separated list)")
    [all...]

Completed in 4057 milliseconds

1 2 3 4 5 67 8 91011>>