HomeSort by relevance Sort by last modified time
    Searched full:componentcount (Results 26 - 45 of 45) sorted by null

12

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifTag.java 127 ExifTag(short tagId, short type, int componentCount, int ifd,
131 mComponentCountActual = componentCount;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 741 if obj.componentCount:
742 print '\tComponent-Count:\t%d' % obj.componentCount
    [all...]
boto_translation.py     [all...]
copy_helper.py     [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 463 int componentCount;
  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py 248 ('uint16', 'ComponentCount', None, None, 'Number of ComponentRecords in this ligature'),
249 ('struct', 'ComponentRecord', 'ComponentCount', 0, 'Array of Component records-ordered in writing direction'),
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 443 BYTE ComponentCount;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl     [all...]
d3d11.idl 402 BYTE ComponentCount;
    [all...]
d3d10.h 1086 BYTE ComponentCount;
    [all...]
d3d11.h 510 BYTE ComponentCount;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 425 componentCount: Number of underlying components that make up this object.
498 componentCount = messages.IntegerField(4, variant=messages.Variant.INT32)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 413 componentCount: Number of underlying components that make up this object.
486 componentCount = _messages.IntegerField(4, variant=_messages.Variant.INT32)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 372 final int componentCount = object.getCount();
373 for (int x = 0; x < componentCount; x++) {
    [all...]

Completed in 1402 milliseconds

12