HomeSort by relevance Sort by last modified time
    Searched full:startoffset (Results 51 - 75 of 273) sorted by null

1 23 4 5 6 7 8 91011

  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 284 public boolean isTraced(int startOffset, int endOffset)
286 for (int index = startOffset; index < endOffset; index++)
500 int startOffset)
504 startOffset));
513 int startOffset)
517 startOffset));
530 int startOffset,
538 startOffset);
543 startOffset,
557 int startOffset)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 53 static PassRefPtr<Range> create(PassRefPtr<Document>, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset);
59 int startOffset() const { return m_start.offset(); }
64 int startOffset(ExceptionState&) const;
154 Range(PassRefPtr<Document>, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset);
166 static PassRefPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtr<DocumentFragment>, Node*, unsigned startOffset, unsigned endOffset, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextFragment.cpp 31 RenderTextFragment::RenderTextFragment(Node* node, StringImpl* str, int startOffset, int length)
32 : RenderText(node, str ? str->substring(startOffset, length) : PassRefPtr<StringImpl>(0))
33 , m_start(startOffset)
  /development/samples/training/AnimationsDemo/res/animator/
card_flip_left_in.xml 53 <!-- Half-way through the rotation (see startOffset), set the alpha to 1. -->
58 android:startOffset="@integer/card_flip_time_half"
card_flip_left_out.xml 45 <!-- Half-way through the rotation (see startOffset), set the alpha to 0. -->
50 android:startOffset="@integer/card_flip_time_half"
card_flip_right_in.xml 53 <!-- Half-way through the rotation (see startOffset), set the alpha to 1. -->
58 android:startOffset="@integer/card_flip_time_half"
card_flip_right_out.xml 45 <!-- Half-way through the rotation (see startOffset), set the alpha to 0. -->
50 android:startOffset="@integer/card_flip_time_half"
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPathElement.h 136 DECLARE_ANIMATED_LENGTH(StartOffset, startOffset)
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 34 // @param startOffset the offset of the glyph within the block
46 // @param startOffset the offset of the glyph within the block
  /frameworks/base/core/java/android/content/res/
AssetFileDescriptor.java 52 * @param startOffset The location within the file that the asset starts.
57 public AssetFileDescriptor(ParcelFileDescriptor fd, long startOffset,
59 this(fd, startOffset, length, null);
66 * @param startOffset The location within the file that the asset starts.
73 public AssetFileDescriptor(ParcelFileDescriptor fd, long startOffset,
78 if (length < 0 && startOffset != 0) {
80 "startOffset must be 0 when using UNKNOWN_LENGTH");
83 mStartOffset = startOffset;
  /dalvik/vm/compiler/
Frontend.cpp 530 bottomBlock->startOffset = codeOffset;
608 if (bb->startOffset == codeOffset) return bb;
610 if ((split == true) && (codeOffset > bb->startOffset) &&
622 bb->startOffset = codeOffset;
634 char startOffset[80];
635 sprintf(startOffset, "_%x", cUnit->entryBlock->fallThrough->startOffset);
641 strlen(startOffset) +
644 method->clazz->descriptor, method->name, signature, startOffset);
688 bb->startOffset);
    [all...]
Utility.cpp 189 bb->startOffset,
190 bb->lastMIRInsn ? bb->lastMIRInsn->offset : bb->startOffset,
194 bb->taken->id, bb->taken->startOffset);
198 bb->fallThrough->id, bb->fallThrough->startOffset);
397 snprintf(name, BLOCK_NAME_LEN, "block%04x", bb->startOffset);
400 snprintf(name, BLOCK_NAME_LEN, "chain%04x", bb->startOffset);
403 snprintf(name, BLOCK_NAME_LEN, "exception%04x", bb->startOffset);
  /development/samples/ApiDemos/res/anim/
wave_scale.xml 31 android:startOffset="200"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.h 33 float startOffset() const;
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 129 public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, InstructionVisitor instructionVisitor)
131 int offset = startOffset;
179 public void exceptionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor)
184 if (exceptionInfo.isApplicable(startOffset, endOffset))
  /frameworks/base/core/res/res/anim/
dock_bottom_exit.xml 23 android:startOffset="100" android:duration="250"/>
dock_left_exit.xml 23 android:startOffset="100" android:duration="250"/>
dock_right_exit.xml 23 android:startOffset="100" android:duration="250"/>
dock_top_exit.xml 23 android:startOffset="100" android:duration="250"/>
lock_screen_behind_enter.xml 26 android:startOffset="@android:integer/config_shortAnimTime"
lock_screen_wallpaper_behind_enter.xml 26 android:startOffset="@android:integer/config_shortAnimTime"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion56.txt 9 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 198 int startOffset = start.offsetInContainerNode();
200 splitTextNode(startText, startOffset);
203 ASSERT(end.offsetInContainerNode() >= startOffset);
204 end = Position(startText, end.offsetInContainerNode() - startOffset);
207 ASSERT(m_endOfLastParagraph.offsetInContainerNode() >= startOffset);
208 m_endOfLastParagraph = Position(startText, m_endOfLastParagraph.offsetInContainerNode() - startOffset);
  /dalvik/vm/
LinearAlloc.cpp 268 int startOffset, nextOffset;
289 startOffset = pHdr->curOffset;
290 assert(((startOffset + HEADER_EXTRA) & (BLOCK_ALIGN-1)) == 0);
304 nextOffset = ((startOffset + HEADER_EXTRA*2 + size + (BLOCK_ALIGN-1))
306 LOGVV("--- old=%d size=%d new=%d", startOffset, size, nextOffset);
326 size = nextOffset - (startOffset + HEADER_EXTRA);
335 * Note that "startOffset" is not the last *allocated* byte, but rather
342 lastGoodOff = (startOffset-1) & ~(SYSTEM_PAGE_SIZE-1);
343 firstWriteOff = startOffset & ~(SYSTEM_PAGE_SIZE-1);
372 start, end, size, pHdr->mapAddr + startOffset + HEADER_EXTRA)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 316 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize;
317 startOffset = 0;
320 while (startOffset < numUniChars)
323 startOffset, &breakOffset);
324 //require_action(status == noErr, EXIT, printf( "**UCFindTextBreak failed: startOffset %d, status %d\n", (int)startOffset, (int)status));
325 //require_action((breakOffset <= numUniChars),EXIT, printf("**UCFindTextBreak breakOffset too big: startOffset %d, breakOffset %d\n", (int)startOffset, (int)breakOffset));
332 startOffset = breakOffset;
336 startOffset = 0
    [all...]

Completed in 343 milliseconds

1 23 4 5 6 7 8 91011