HomeSort by relevance Sort by last modified time
    Searched refs:lineOffset (Results 1 - 25 of 44) sorted by null

1 2

  /art/jdwpspy/
Main.cpp 55 unsigned int lineOffset = offset & ~0x0f;
60 *hex++ = gHexDigit[lineOffset >> 28];
61 lineOffset <<= 4;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextRange.js 154 * @param {number} lineOffset
157 shift: function(lineOffset)
159 return new WebInspector.TextRange(this.startLine + lineOffset, this.startColumn, this.endLine + lineOffset, this.endColumn);
ContentProviders.js 57 scripts.sort(function(x, y) { return x.lineOffset - y.lineOffset || x.columnOffset - y.columnOffset; });
69 if (lineNumber < scripts[i].lineOffset || (lineNumber === scripts[i].lineOffset && columnNumber <= scripts[i].columnOffset))
139 var searchMatch = new WebInspector.ContentProvider.SearchMatch(searchMatches[i].lineNumber + script.lineOffset, searchMatches[i].lineContent);
164 for (var newLinesCount = scripts[i].lineOffset - lineNumber; newLinesCount > 0; --newLinesCount) {
Script.js 44 this.lineOffset = startLine;
173 var startsAtZero = !this.lineOffset && !this.columnOffset;
DebuggerModel.js 196 if (lineNumber === script.lineOffset)
442 if (script.lineOffset > lineNumber || (script.lineOffset === lineNumber && script.columnOffset > columnNumber))
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 223 final float lineOffset = mLineWidth+.5f;
224 mEdgePath.moveTo(-xoff+lineOffset, 0);
225 mEdgePath.cubicTo(-xoff+lineOffset, midTopY,
226 indicatorLeft+lineOffset, midBottomY,
227 indicatorLeft+lineOffset, mRect.top);
228 mEdgePath.moveTo(width+xoff-1-lineOffset, 0);
229 mEdgePath.cubicTo(width+xoff-1-lineOffset, midTopY,
230 indicatorRight-lineOffset, midBottomY,
231 indicatorRight-lineOffset, mRect.top);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
coffeescript.js 45 var lineOffset = stream.indentation();
46 if (lineOffset > scopeOffset) {
48 } else if (lineOffset < scopeOffset) {
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
grp_data.c 171 Word16 lineOffset = FRAME_LEN_SHORT * (wnd + j);
172 for (line = lineOffset + sfbOffset[sfb]; line < lineOffset + sfbOffset[sfb+1]; line++) {
  /external/opencv/cvaux/src/
cvtexture.cpp 146 int lookupTableLoop, imageColLoop, imageRowLoop, lineOffset = 0;
152 imageRowLoop++, lineOffset += srcImageStep )
156 newGLCM->forwardLookupTable[srcImageData[lineOffset+imageColLoop]]=1;
282 int colLoop, rowLoop, lineOffset = 0;
308 for( rowLoop=0; rowLoop<srcImageSize.height; rowLoop++, lineOffset+=srcImageStep )
312 int pixelValue1 = destGLCM->forwardLookupTable[srcImageData[lineOffset + colLoop]];
323 int pixelValue2 = destGLCM->forwardLookupTable[ srcImageData[ lineOffset + colLoop + memoryStep ] ];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 323 LayoutUnit lineOffset = 0;
326 lineOffset += o->logicalLeft();
341 markerLogicalLeft = leftLineOffset - lineOffset - paddingStart() - borderStart() + m_marker->marginStart();
364 markerLogicalLeft = rightLineOffset - lineOffset + paddingStart() + borderStart() + m_marker->marginEnd();
387 LayoutRect markerRect(markerLogicalLeft + lineOffset, blockOffset, m_marker->width(), m_marker->height());
RenderFlexibleBox.cpp     [all...]
InlineTextBox.cpp     [all...]
  /dalvik/vm/
Misc.cpp 71 unsigned int lineOffset = offset & ~0x0f;
78 *hex++ = gHexDigit[lineOffset >> 28];
79 lineOffset <<= 4;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 58 void operator()(size_t lineOffset, size_t lineLength, bool isLastLine) const
61 if (!lineOffset || lineLength > 0)
62 m_typingCommand->insertTextRunWithoutNewlines(m_text.substring(lineOffset, lineLength), m_selectInsertedText);
65 m_typingCommand->insertTextRunWithoutNewlines(m_text.substring(lineOffset, lineLength), false);
  /external/chromium_org/v8/test/mjsunit/
mirror-script.js 52 assertEquals(0, mirror.lineOffset());
75 assertEquals(0, fromJSON.lineOffset);
  /external/v8/test/mjsunit/
mirror-script.js 52 assertEquals(0, mirror.lineOffset());
75 assertEquals(0, fromJSON.lineOffset);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 58 SmallVector<unsigned, 32> lineOffset;
  /external/chromium_org/v8/src/
mirror-debugger.js     [all...]
  /external/v8/src/
mirror-debugger.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
lint.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 1640 milliseconds

1 2