HomeSort by relevance Sort by last modified time
    Searched full:offsets (Results 151 - 175 of 1544) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/common/
triedict.cpp 360 uint16_t nodeCount; // Number of entries in offsets[]
362 uint32_t offsets[1]; // Offsets to nodes from start of data member in struct:CompactTrieHeader
461 return (const CompactTrieNode *)((const uint8_t *)header + header->offsets[node]);
    [all...]
  /external/icu4c/i18n/
ucol_cnt.h 52 int32_t *offsets; member in struct:CntTable
  /external/icu4c/i18n/unicode/
unirepl.h 61 * the characters at offsets start..(limit-1) in text
  /external/icu4c/test/intltest/
trnserr.cpp 134 errln("FAIL: The input string was modified though the offsets were out of bounds.");
265 virtual void handleTransliterate(Replaceable& ,UTransPosition& offsets,UBool) const {
266 offsets.start = offsets.limit;
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 442 * update any offsets.
475 * Modifies the given code without updating any offsets.
624 * Moves the given code block to the new offsets.
788 // Adjust the jump offsets.
809 // Adjust the jump offsets.
828 // Remap the code offsets. Note that the instruction offset map also has
873 // Remap the verification type offsets.
883 // Remap the verification type offsets.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
3dfx_regs.h 29 /* mapped_io register offsets */
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.h 37 /* offsets in to the XMF file */
  /external/tremolo/Tremolo/
codebook.h 50 2 = packed vector of column offsets, maptype 1
  /external/webkit/Source/WebCore/platform/audio/
ReverbAccumulationBuffer.h 37 // writing/accumulating to it at different delay offsets from the read position. The read operation will zero the memory
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.h 58 const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err);
  /external/webkit/Source/WebCore/rendering/
RenderTextFragment.h 32 // We cache offsets so that text transformations can be applied in such a way that we can recover
  /frameworks/base/core/java/android/text/
TextWatcher.java 51 * and invalidated the offsets. But if you need to know here,
  /frameworks/base/core/java/android/view/
IWindow.aidl 62 * Called for wallpaper windows when their offsets change.
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 80 * field offsets.
  /frameworks/base/media/libeffects/testlibs/
AudioCoefInterpolator.cpp 34 // Initialize offsets array
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
text_test.rs 32 // Offsets for multiple layer of text
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 97 public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException { return os.readv(fd, buffers, offsets, byteCounts); }
127 public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException { return os.writev(fd, buffers, offsets, byteCounts); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h 45 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
filter.h 112 /* RATIONALE. Negative offsets are invalid in BPF.
sdla.h 67 /* some offsets in the Z80's memory space */
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 41 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 41 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 41 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 41 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 41 // NB: Offsets into ctype<char>::_M_table force a particular size

Completed in 1175 milliseconds

1 2 3 4 5 67 8 91011>>