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

<<11121314151617181920>>

  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 170 /// to fill in the field offsets, base offsets, virtual base offsets, and
180 /// expressed in bits. All of the fields must be provided with offsets.
183 /// classes. If any bases are not given offsets, the bases will be laid
187 /// (either direct or not). If any bases are not given offsets, the bases will
  /external/freetype/src/base/
ftrfork.c 156 FT_Long **offsets,
245 *offsets = offsets_internal;
380 FT_Long *offsets,
400 &(offsets[i]) );
845 FT_Long *offsets,
858 offsets[i] = 0;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftrfork.c 154 FT_Long **offsets,
227 *offsets = offsets_internal;
362 FT_Long *offsets,
382 &(offsets[i]) );
827 FT_Long *offsets,
840 offsets[i] = 0;
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 72 // offsets.
100 // offsets: An array of ints giving the byte offsets, relative to
124 const int offsets[],
352 // which the offsets of the direct fields of a class are non-constant.
353 // Fields inherited from superclasses *can* have non-constant offsets,
  /art/compiler/
oat_writer.cc 470 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_];
471 offsets->code_offset_ = quick_code_offset;
536 OatMethodOffsets offsets(0u, 0u);
539 offsets = oat_class->method_offsets_[method_offsets_index_];
554 // Portable code offsets are set by ElfWriterMclinker::FixupCompiledCodeOffset after linking.
555 method->SetQuickOatCodeOffset(offsets.code_offset_);
556 method->SetOatNativeGcMapOffset(offsets.gc_map_offset_);
757 // calculate the offsets within OatDexFiles to the DexFiles
774 // calculate the offsets within OatDexFiles to OatClasses
814 // calculate the offsets within OatHeader to executable cod
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
step.js 86 * |right|, |bottom|, |left| holding corresponding offsets.
254 * Sets position of bubble. Overrides Step.setPosition to adjust offsets
257 * |right|, |bottom|, |left| holding corresponding offsets.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.cpp 73 Vector<unsigned> offsets(markers.size());
76 offsets[i] = markers[i]->startOffset();
79 return adoptRef(new SpellCheckRequest(checkingRange, paragraphRange, text, textCheckingOptions, processType, hashes, offsets, requestNumber));
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-shaper.h 261 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */
267 HB_FixedPoint *offsets; /* output: <num_glyphs> offsets */ member in struct:HB_ShaperItem_
  /external/chromium_org/third_party/sqlite/src/test/
corruptD.test 68 # sqlite3BtreeInitPage(). Offsets 5 and 6 cannot be tested as part of
119 # The following tests, corruptD-1.2.*, focus on the offsets contained
134 # The following tests, corruptD-1.5.*, focus on the offsets contained
  /external/chromium_org/tools/cygprofile/
mergetraces.py 94 """Converts the call addresses to static offsets and removes invalid calls.
190 Merges the two traces and coverts the virtual addresses to the offsets in the
193 addresses have already been converted to static offsets.
  /external/fonttools/Lib/fontTools/
inspect.py 95 # Discard offsets as should not be needed anymore
96 if hasattr(value, 'offsets'):
97 del value.offsets
  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 33 /* Offsets, in 16-bit ints, into the FPU environment (env) area. */
167 /* Bitfield offsets for exceptions in the FPU status and control words. */
175 /* More bitfield offsets, but for the status word only. */
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 67 * @param outOverscanInsets Rect in which is placed the offsets from
70 * @param outContentInsets Rect in which is placed the offsets from
75 * @param outVisibleInsets Rect in which is placed the offsets from
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 109 // Find the latest daylight and standard offsets (if any).
133 // Use the latest transition's pair of offsets to compute the DST savings.
152 // Rather than keep offsets from UTC, we use offsets from local time, so the raw offset
153 // can be changed and automatically affect all the offsets.
340 * <p>All offsets are considered to be safe for addition / subtraction / multiplication without
553 * Return an array of offsets that have the requested {@code isDst} value.
559 int[] offsets = new int[zoneInfo.mOffsets.length + 1];
586 offsets[numFound++] = 0; // offset of 0 from raw offset
593 offsets[numFound++] = zoneInfo.mOffsets[type]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
types.h 141 __STD_TYPE __OFF_T_TYPE __off_t; /* Type of file sizes and offsets. */
142 __STD_TYPE __OFF64_T_TYPE __off64_t; /* Type of file sizes and offsets (LFS). */
184 typedef __off64_t __loff_t; /* Type of file sizes and offsets (LFS). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
types.h 141 __STD_TYPE __OFF_T_TYPE __off_t; /* Type of file sizes and offsets. */
142 __STD_TYPE __OFF64_T_TYPE __off64_t; /* Type of file sizes and offsets (LFS). */
184 typedef __off64_t __loff_t; /* Type of file sizes and offsets (LFS). */
  /art/compiler/dex/quick/mips/
call_mips.cc 39 * target offsets stored in the table. We'll use a special pseudo-instruction
41 * switch table offsets (which will happen after final assembly and all
102 // Remember base label so offsets can be computed later
190 // Remember base label so offsets can be computed later
  /art/runtime/arch/x86_64/
thread_x86_64.cc 59 // Sanity check other offsets.
  /art/runtime/mirror/
art_field.cc 64 // TODO: we could speed up the search if fields are ordered by offsets.
  /bionic/libc/arch-arm64/include/machine/
setjmp.h 50 * below computes the offsets in words(32bit).
  /development/ndk/platforms/android-L/arch-arm64/include/machine/
setjmp.h 50 * below computes the offsets in words(32bit).
  /device/asus/fugu/original-kernel-headers/drm/
psb_ttm_fence_user.h 133 * Ioctl offsets frome extenstion start.
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_assert.h 66 C_ASSERT() can be used to perform many compile-time assertions: type sizes, field offsets, etc.
  /external/chromium_org/courgette/
disassembler.h 91 const uint8* start_; // In current memory, base for 'file offsets'.
  /external/chromium_org/media/formats/webm/chromeos/
webm_encoder.h 90 // Stack with start offsets of currently open sub-elements.

Completed in 744 milliseconds

<<11121314151617181920>>