/external/webkit/Source/WebCore/inspector/front-end/ |
D | TextEditorModel.js | 31 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn) argument 33 this.startLine = startLine; 42 return this.startLine === this.endLine && this.startColumn === this.endColumn; 47 return this.endLine - this.startLine; 52 …return new WebInspector.TextRange(this.startLine, this.startColumn, this.endLine, this.endColumn); 118 …return new WebInspector.TextRange(range.startLine, range.startColumn, range.startLine, range.start… 123 var prefix = this._lines[range.startLine].substring(0, range.startColumn); 124 var suffix = this._lines[range.startLine].substring(range.startColumn); 129 this._setLine(range.startLine, prefix + newLines[0] + suffix); 132 this._setLine(range.startLine, prefix + newLines[0]); [all …]
|
D | TextViewer.js | 435 if (lineNumber > oldChunk.startLine) { 436 var prefixChunk = this._createNewChunk(oldChunk.startLine, lineNumber); 447 if (oldChunk.startLine + oldChunk.linesCount > lineNumber + 1) { 448 … var suffixChunk = this._createNewChunk(lineNumber + 1, oldChunk.startLine + oldChunk.linesCount); 514 return value < chunk.startLine ? -1 : 1; 549 return chunk.startLine; 553 lineNumbers.push(chunk.startLine + i); 641 _createNewChunk: function(startLine, endLine) argument 643 return new WebInspector.TextEditorGutterChunk(this, startLine, endLine); 655 if (chunk.startLine + chunk.linesCount <= this._textModel.linesCount) [all …]
|
D | TextEditorHighlighter.js | 70 var startLine = endLine; 71 while (startLine > 0) { 72 var state = this._textModel.getAttribute(startLine - 1, "highlight"); 75 startLine--; 79 this._highlightInChunks(startLine, endLine); 82 updateHighlight: function(startLine, endLine) argument 85 this._clearHighlightState(startLine); 87 if (startLine) { 88 var state = this._textModel.getAttribute(startLine - 1, "highlight"); 95 var restored = this._highlightLines(startLine, endLine); [all …]
|
D | SourceFrame.js | 287 …var shiftOffset = lineNumber <= oldRange.startLine ? 0 : newRange.linesCount - oldRange.linesCount; 290 if (lineNumber === oldRange.startLine) { 301 if (oldRange.startLine < lineNumber && lineNumber < oldRange.endLine) 302 newLineNumber = oldRange.startLine;
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | JavaSourceWriter.java | 58 startLine(); in writePackage() 67 startLine(); in writeImports() 78 startLine(); in writeComment() 84 startLine(); in startClass() 145 startLine(); in startMethod() 152 startLine(); in startMethod() 186 startLine(); in startMethod() 199 startLine(); in startIfBlock() 218 startLine(); in startScopedBlock() 228 startLine(); in startIterableForLoop() [all …]
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebScriptSource.h | 42 int startLine; member 45 : code(code), startLine(1) { } in WebScriptSource() 47 : code(code), url(url), startLine(1) { } in WebScriptSource() 48 WebScriptSource(const WebString& code, const WebURL& url, int startLine) in WebScriptSource() 49 : code(code), url(url), startLine(startLine) { } in WebScriptSource()
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | ASTBuilder.h | 308 StatementNode* createBlockStatement(JSC::SourceElements* elements, int startLine, int endLine) in createBlockStatement() argument 311 block->setLoc(startLine, endLine); in createBlockStatement() 343 … statements, int start, int divot, int end, int initStart, int initEnd, int startLine, int endLine) in createForInLoop() argument 346 result->setLoc(startLine, endLine); in createForInLoop() 372 …createReturnStatement(ExpressionNode* expression, int eStart, int eEnd, int startLine, int endLine) in createReturnStatement() argument 376 result->setLoc(startLine, endLine); in createReturnStatement() 380 StatementNode* createBreakStatement(int eStart, int eEnd, int startLine, int endLine) in createBreakStatement() argument 384 result->setLoc(startLine, endLine); in createBreakStatement() 388 …de* createBreakStatement(const Identifier* ident, int eStart, int eEnd, int startLine, int endLine) in createBreakStatement() argument 392 result->setLoc(startLine, endLine); in createBreakStatement() [all …]
|
D | JSParser.cpp | 742 int startLine = tokenLine(); in parseDoWhileStatement() local 757 return context.createDoWhileStatement(statement, expr, startLine, endLine); in parseDoWhileStatement() 763 int startLine = tokenLine(); in parseWhileStatement() local 775 return context.createWhileStatement(expr, statement, startLine, endLine); in parseWhileStatement() 842 int startLine = tokenLine(); in parseForStatement() local 892 …ializer, expr, statement, declsStart, inLocation, exprEnd, initStart, initEnd, startLine, endLine); in parseForStatement() 928 … context.createForLoop(decls, condition, increment, statement, hasDeclaration, startLine, endLine); in parseForStatement() 945 …return context.createForInLoop(decls, expr, statement, declsStart, declsEnd, exprEnd, startLine, e… in parseForStatement() 953 int startLine = tokenLine(); in parseBreakStatement() local 959 return context.createBreakStatement(startCol, endCol, startLine, endLine); in parseBreakStatement() [all …]
|
/external/aac/libAACenc/src/ |
D | aacenc_tns.cpp | 509 const INT startLine, in FDKaacEnc_ScaleUpSpectrum() argument 518 for (i=startLine; i<stopLine; i++) { in FDKaacEnc_ScaleUpSpectrum() 524 for (i=startLine; i<stopLine; i++) { in FDKaacEnc_ScaleUpSpectrum() 546 const INT startLine, in FDKaacEnc_CalcAutoCorrValue() argument 556 for (i=startLine; i<stopLine; i++) { in FDKaacEnc_CalcAutoCorrValue() 561 for (i=startLine; i<(stopLine-lag); i++) { in FDKaacEnc_CalcAutoCorrValue() 1015 INT i, startLine, stopLine; in FDKaacEnc_TnsEncode() local 1023 startLine = (tnsData->filtersMerged) ? tC->lpcStartLine[LOFILT] : tC->lpcStartLine[HIFILT]; in FDKaacEnc_TnsEncode() 1046 &spectrum[startLine], in FDKaacEnc_TnsEncode() 1047 stopLine - startLine, in FDKaacEnc_TnsEncode() [all …]
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_imelodydata.h | 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */ member
|
D | eas_imelody.c | 393 pData->repeatOffset = pData->startLine + (EAS_I32) pData->index; in IMY_Event() 436 … IMY_ReadLine(pEASData->hwInstData, pData->fileHandle, pData->buffer, &pData->startLine); in IMY_Event() 1461 …eadLine(pEASData->hwInstData, pData->fileHandle, pData->buffer, &pData->startLine)) != EAS_SUCCESS) in IMY_ParseHeader() 1601 … if (IMY_ReadLine(hwInstData, pData->fileHandle, pData->buffer, &pData->startLine) != EAS_SUCCESS) in IMY_GetNextChar()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_imelodydata.h | 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */ member
|
D | eas_imelody.c | 393 pData->repeatOffset = pData->startLine + (EAS_I32) pData->index; in IMY_Event() 436 … IMY_ReadLine(pEASData->hwInstData, pData->fileHandle, pData->buffer, &pData->startLine); in IMY_Event() 1461 …eadLine(pEASData->hwInstData, pData->fileHandle, pData->buffer, &pData->startLine)) != EAS_SUCCESS) in IMY_ParseHeader() 1601 … if (IMY_ReadLine(hwInstData, pData->fileHandle, pData->buffer, &pData->startLine) != EAS_SUCCESS) in IMY_GetNextChar()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_imelodydata.h | 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */ member
|
D | eas_imelody.c | 397 pData->repeatOffset = pData->startLine + (EAS_I32) pData->index; in IMY_Event() 445 … IMY_ReadLine(pEASData->hwInstData, pData->fileHandle, pData->buffer, &pData->startLine); in IMY_Event() 1470 …eadLine(pEASData->hwInstData, pData->fileHandle, pData->buffer, &pData->startLine)) != EAS_SUCCESS) in IMY_ParseHeader() 1610 … if (IMY_ReadLine(hwInstData, pData->fileHandle, pData->buffer, &pData->startLine) != EAS_SUCCESS) in IMY_GetNextChar()
|
/external/webkit/Source/WebCore/inspector/ |
D | TimelineRecordFactory.cpp | 177 …ctorObject> TimelineRecordFactory::createParseHTMLData(unsigned int length, unsigned int startLine) in createParseHTMLData() argument 181 data->setNumber("startLine", startLine); in createParseHTMLData()
|
D | TimelineRecordFactory.h | 79 …tatic PassRefPtr<InspectorObject> createParseHTMLData(unsigned int length, unsigned int startLine);
|
D | InspectorTimelineAgent.cpp | 209 void InspectorTimelineAgent::willWriteHTML(unsigned int length, unsigned int startLine) in willWriteHTML() argument 211 …pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(length, startLine), TimelineRecordTyp… in willWriteHTML()
|
D | InspectorTimelineAgent.h | 94 void willWriteHTML(unsigned int length, unsigned int startLine);
|
D | InspectorInstrumentation.h | 134 …spectorInstrumentationCookie willWriteHTML(Document*, unsigned int length, unsigned int startLine); 254 …trumentationCookie willWriteHTMLImpl(InspectorAgent*, unsigned int length, unsigned int startLine); 776 …ctorInstrumentation::willWriteHTML(Document* document, unsigned int length, unsigned int startLine) in willWriteHTML() argument 780 return willWriteHTMLImpl(inspectorAgent, length, startLine); in willWriteHTML()
|
D | InspectorInstrumentation.cpp | 613 …ion::willWriteHTMLImpl(InspectorAgent* inspectorAgent, unsigned int length, unsigned int startLine) in willWriteHTMLImpl() argument 618 timelineAgent->willWriteHTML(length, startLine); in willWriteHTMLImpl()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptSourceCode.h | 64 int startLine() const { return m_code.firstLine(); } in startLine() function
|
D | ScriptController.cpp | 139 … cookie = InspectorInstrumentation::willEvaluateScript(m_frame, sourceURL, sourceCode.startLine()); in evaluateInWorld()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptSourceCode.h | 72 int startLine() const { return m_startPosition.m_line.oneBasedInt(); } in startLine() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 917 …RootInlineBox* startLine = determineStartPosition(firstLine, fullLayout, previousLineBrokeCleanly,… in layoutInlineChildren() local 942 RootInlineBox* endLine = (fullLayout || !startLine) ? in layoutInlineChildren() 943 …0 : determineEndPosition(startLine, floats, floatIndex, cleanLineStart, cleanLineBidiStatus, endLi… in layoutInlineChildren() 945 if (startLine) { in layoutInlineChildren() 952 RootInlineBox* box = startLine; in layoutInlineChildren() 1409 RootInlineBox* RenderBlock::determineEndPosition(RootInlineBox* startLine, Vector<FloatWithRect>& f… in determineEndPosition() argument 1412 for (RootInlineBox* curr = startLine->nextRootBox(); curr; curr = curr->nextRootBox()) { in determineEndPosition()
|