HomeSort by relevance Sort by last modified time
    Searched refs:endOffset (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /dalvik/vm/
Profile.cpp 479 static void markTouchedMethods(int endOffset)
482 u1* end = gDvm.methodTrace.buf + endOffset;
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 88 uint32_t endOffset : 7;
244 void expressionRangeForBytecodeOffset(unsigned bytecodeOffset, int& divot, int& startOffset, int& endOffset);
CodeBlock.cpp     [all...]
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 404 encoder->encode(CoreIPC::In(underline.startOffset, underline.endOffset, underline.thick, underline.color));
409 return decoder->decode(CoreIPC::Out(underline.startOffset, underline.endOffset, underline.thick, underline.color));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 194 int endOffset = Math.max(endRegion.getStartOffset(),
196 IndexedRegion currentIndexedRegion = model.getIndexedRegion(endOffset);
  /external/webkit/Source/WebCore/dom/
InputElement.cpp 206 candidateString.replace(range->startOffset(), range->endOffset(), textEvent->text());
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 449 void CompositeEditCommand::rebalanceWhitespaceOnTextSubstring(RefPtr<Text> textNode, int startOffset, int endOffset)
459 int downstream = endOffset;
613 int endOffset = node == end.deprecatedNode() ? end.deprecatedEditingOffset() : static_cast<int>(textNode->length());
614 deleteInsignificantText(textNode, startOffset, endOffset);
    [all...]
ApplyStyleCommand.cpp     [all...]
Editor.cpp     [all...]
SelectionController.cpp     [all...]
VisiblePosition.cpp 647 return VisiblePosition(Position(r->endContainer(exception), r->endOffset(exception), Position::PositionIsOffsetInAnchor), affinity);
  /dalvik/vm/analysis/
DexPrepare.cpp 656 off_t depsOffset, optOffset, endOffset, adjOffset;
701 endOffset = lseek(fd, 0, SEEK_END);
702 optLength = endOffset - optOffset;
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 468 unsigned endOffset = fragment.characterOffset + fragment.length;
487 endOffset -= textBox->start();
491 ts << " startOffset " << startOffset << " endOffset " << endOffset;
  /dalvik/libdex/
DexSwapVerify.cpp 324 u4 sectionCount, u4* endOffset) {
336 *endOffset = pHeader->headerSize;
527 u4 sectionCount, u4* endOffset) {
541 *endOffset =
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TextPrompt.js 221 fullWordRange.setEnd(selectionRange.endContainer, selectionRange.endOffset);
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 81 .arg(range->endOffset(code)).arg(dumpPath(range->endContainer(code)));
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 260 m_codeEnd = data + source.endOffset();
1075 llocp->endOffset = currentOffset();
    [all...]
JSParser.cpp 104 m_lastTokenEnd = m_token.m_info.endOffset;
139 return m_token.m_info.endOffset;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 420 int endOffset = domRegion.getEndOffset();
421 region = new Region(endOffset, 0);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 592 testRange->setEnd(range->endContainer(), range->endOffset(), ec);
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOM.mm 494 [self startContainer], [self startOffset], [self endContainer], [self endOffset]];
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 131 int endOffset = propertyValueInt(context, rangeObject, "endOffset");
134 out << "range from " << startOffset << " of " << dumpPath(context, startNodeObject) << " to " << endOffset << " of " << dumpPath(context, endNodeObject);
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 871 int endOffset = startOffset + pTry->insnCount;
873 for (offset = startOffset; offset < endOffset; offset++) {
    [all...]

Completed in 467 milliseconds

1 2 34 5