HomeSort by relevance Sort by last modified time
    Searched full:offsets (Results 876 - 900 of 3672) sorted by null

<<31323334353637383940>>

  /packages/apps/Camera2/src/com/android/camera/exif/
ExifOutputStream.java 469 long[] offsets = new long[stripCount]; local
471 offsets[i] = offset;
475 offsets);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 469 long[] offsets = new long[stripCount]; local
471 offsets[i] = offset;
475 offsets);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifOutputStream.java 469 long[] offsets = new long[stripCount]; local
471 offsets[i] = offset;
475 offsets);
  /packages/apps/Mms/src/com/android/mms/exif/
ExifOutputStream.java 471 long[] offsets = new long[stripCount]; local
473 offsets[i] = offset;
477 offsets);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 858 int[] offsets = transformCatchHandlers(indexMap, catchHandlers); local
869 int[] offsets = new int[catchHandlers.length]; local
    [all...]
  /art/compiler/
oat_writer.h 37 // OatDexFile[0] one variable sized OatDexFile with offsets to Dex and OatClasses
48 // OatClass[1] contains OatClass entries with class status, offsets to code, etc.
  /bionic/libc/bionic/
pthread_create.cpp 192 // At offsets >= 0, we have the TLS slots.
193 // At offsets < 0, we have the child stack.
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 143 * The structre contains all the offsets
177 * horizontal and vertical offsets.
  /external/aac/libAACdec/src/
block.h 173 * \param pSamplingRateInfo sampling rate info (sfb offsets).
191 * \param pSamplingRateInfo sampling rate info (sfb offsets).
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 6 * to specific offsets into their input streams.
70 * taken as offsets from here and in original input format encoding.
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder_unittest.cc 212 uint8_t* src_y = mem_byte_ptr + image->offsets[0];
213 uint8_t* src_uv = mem_byte_ptr + image->offsets[1];
  /external/chromium_org/ppapi/api/private/
pp_content_decryptor.idl 188 * accessing plane offsets stored in <code>PP_DecryptedFrameInfo</code>.
215 * Offsets into the buffer resource for accessing video planes.
  /external/chromium_org/ppapi/c/private/
pp_content_decryptor.h 215 * accessing plane offsets stored in <code>PP_DecryptedFrameInfo</code>.
246 * Offsets into the buffer resource for accessing video planes.
  /external/chromium_org/ppapi/cpp/
file_io.h 150 /// callback to queue up parallel reads from the file at different offsets.
191 /// callback to queue up parallel writes to the file at different offsets.
  /external/chromium_org/third_party/expat/files/
Changes 24 #3446384: Report byte offsets for attr names and values.
31 offsets for attribute names and values (patch #3446384).
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 95 * if desired. On output: the offsets of the alignment field.
112 * On output: the offsets of the alignment field.
zrule.h 101 * Returns if this rule represents the same rule and offsets as another.
188 * Returns if this rule represents the same rule and offsets as another.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h 95 * offsets from the GMT must be saved in the 'tm_params' field so that
187 * - Add the PRTimeParameters offsets to GMT to get the local time
  /external/chromium_org/third_party/sqlite/src/test/
e_fts3.test 412 SELECT offsets(mail) FROM mail WHERE mail MATCH 'world';
415 SELECT offsets(mail) FROM mail WHERE mail MATCH 'message'
418 SELECT offsets(mail) FROM mail WHERE mail MATCH '"serious mail"'
477 # Test that errors in the arguments passed to the snippet and offsets
487 SELECT offsets(a) FROM t1 WHERE a MATCH 'one'
488 } {illegal first argument to offsets}
490 SELECT offsets(b) FROM t1 WHERE a MATCH 'one'
491 } {illegal first argument to offsets}
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 59 /// offsets while laying out a C++ class.
67 /// EmptyClassOffsets - A map from offsets to empty record decls.
278 // subobjects with offsets less than the size of the largest empty
443 // subobjects with offsets less than the size of the largest empty
511 // subobjects with offsets less than the size of the largest empty
594 /// Bases - base classes and their offsets in the record.
597 // VBases - virtual base classes and their offsets in the record.
618 /// \brief Externally-provided field offsets.
621 /// \brief Externally-provided direct, non-virtual base offsets.
624 /// \brief Externally-provided virtual base offsets
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 152 // Okay, both tokens are from the same file. Get their offsets from the
157 // If the offsets are the same and the token kind is the same, ignore them.
  /external/elfutils/0.153/libelf/
gelf.h 78 /* Type of file offsets. */
338 /* Get note header at the given offset into the data, and the offsets of
  /external/elfutils/0.153/src/
arlib.c 143 /* Fill in the number of offsets now. */
158 /* Determine correction for the offsets in the symbol table. */
  /external/expat/
Changes 24 #3446384: Report byte offsets for attr names and values.
31 offsets for attribute names and values (patch #3446384).
  /external/freetype/src/autofit/
afblue.dat 17 // offsets into the arrays.
41 // hold byte offsets to the start of the corresponding strings.

Completed in 365 milliseconds

<<31323334353637383940>>