HomeSort by relevance Sort by last modified time
    Searched full:beginoffset (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 17 const uint32_t beginOffset = *offset_ptr;
18 Offset = beginOffset;
32 return beginOffset != *offset_ptr;
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 122 uint64_t BeginOffset;
132 Slice() : BeginOffset(), EndOffset() {}
133 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable)
134 : BeginOffset(BeginOffset), EndOffset(EndOffset),
137 uint64_t beginOffset() const { return BeginOffset; }
155 if (beginOffset() < RHS.beginOffset()) return true;
156 if (beginOffset() > RHS.beginOffset()) return false
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 99 double beginOffset = begin.getResolvedOffset() + offset;
100 if (beginOffset > maxOffset) {
104 TimelineEntry myBegin = new TimelineEntry(beginOffset, par, TimelineEntry.ACTION_BEGIN);
157 double beginOffset = begin.getResolvedOffset() + offset;
158 if (beginOffset > maxOffset) {
162 TimelineEntry myBegin = new TimelineEntry(beginOffset, seq, TimelineEntry.ACTION_BEGIN);
219 double beginOffset = begin.getResolvedOffset() + offset;
220 if (beginOffset <= maxOffset) {
221 TimelineEntry entry = new TimelineEntry(beginOffset,
  /external/clang/lib/AST/
RawCommentList.cpp 116 unsigned BeginOffset;
119 llvm::tie(BeginFileID, BeginOffset) =
124 const unsigned Length = EndOffset - BeginOffset;
137 return StringRef(BufferStart + BeginOffset, Length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 161 int beginOffset = getCaretOffset(file, beginCaretLocation);
174 ITextSelection selection = new TextSelection(beginOffset, endOffset - beginOffset);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c 616 GLuint BeginOffset = _glapi_get_proc_offset("glBegin");
619 assert(BeginOffset == offset);
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 616 GLuint BeginOffset = _glapi_get_proc_offset("glBegin");
619 assert(BeginOffset == offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 179 u_int beginoffset; member in struct:writeargs
nfs_prot.x 222 unsigned beginoffset; /* beginning byte offset in file */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 179 u_int beginoffset; member in struct:writeargs
nfs_prot.x 222 unsigned beginoffset; /* beginning byte offset in file */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 179 u_int beginoffset; member in struct:writeargs
nfs_prot.x 222 unsigned beginoffset; /* beginning byte offset in file */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 386 * @param beginOffset the beginning offset of the range
392 int beginOffset, int endOffset) {
395 Node beginNode = getNode(document, beginOffset, true);
397 if (endOffset > beginOffset) {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 517 uint64_t BeginOffset;
525 BeginOffset = Value;
545 if (Entry.SectionIndex == SectionIndex && Value > BeginOffset)
557 Result = EndOffset - BeginOffset;
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 354 milliseconds