/external/webkit/Source/JavaScriptCore/parser/ |
SourceCode.h | 47 SourceCode(PassRefPtr<SourceProvider> provider, int firstLine = 1) 51 , m_firstLine(std::max(firstLine, 1)) 55 SourceCode(PassRefPtr<SourceProvider> provider, int start, int end, int firstLine) 59 , m_firstLine(std::max(firstLine, 1)) 72 int firstLine() const { return m_firstLine; } 85 inline SourceCode makeSource(const UString& source, const UString& url = UString(), int firstLine = 1) 87 return SourceCode(UStringSourceProvider::create(source, url), firstLine);
|
/external/webkit/Source/WebCore/rendering/ |
RenderBR.cpp | 41 int RenderBR::lineHeight(bool firstLine) const 43 if (firstLine && document()->usesFirstLineRules()) { 44 RenderStyle* s = style(firstLine);
|
RenderSlider.h | 44 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
|
EllipsisBox.h | 33 int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox) 34 : InlineBox(obj, 0, y, width, firstLine, true, false, false, isVertical, 0, 0, parent)
|
RenderListMarker.h | 61 virtual int lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const; 62 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
|
RenderBR.h | 44 virtual float width(unsigned /*from*/, unsigned /*len*/, float /*xpos*/, bool = false /*firstLine*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/, GlyphOverflow* = 0) const { return 0; } 46 int lineHeight(bool firstLine) const;
|
RenderRubyRun.h | 66 void getOverhang(bool firstLine, RenderObject* startRenderer, RenderObject* endRenderer, int& startOverhang, int& endOverhang) const;
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
DefaultMessageLogFactory.java | 17 String firstLine, String tid, String callId, long tsHeaderValue) { 19 isSender, firstLine, tid, callId, tsHeaderValue); 24 String firstLine, String tid, String callId, long timestampVal) { 26 isSender, firstLine, tid, callId, timestampVal);
|
MessageLog.java | 57 private String firstLine; 88 String firstLine, 107 this.firstLine = firstLine; 121 String firstLine, 134 this.firstLine = firstLine; 165 + firstLine.trim() + "\"" +
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLRow.h | 40 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
|
RenderMathMLFraction.h | 41 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
|
RenderMathMLUnderOver.h | 43 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
|
RenderMathMLSubSup.h | 44 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
|
RenderMathMLRow.cpp | 122 int RenderMathMLRow::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const 127 return block->y() + block->baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode); 130 return RenderBlock::baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode);
|
/external/icu4c/tools/genprops/misc/ |
ucdmerge.c | 73 static char line[2000], firstLine[2000], lastLine[2000]; 96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) { 100 puts(firstLine); 108 strchr(firstLine, ';'));/* first line starting from the first ; */ 109 } else if(strchr(firstLine, '#')==NULL) { 113 strchr(firstLine, ';'), /* first line starting from the first ; */ 119 strchr(firstLine, ';'), /* first line starting from the first ; */ 138 strcpy(firstLine, line);
|
/external/icu4c/tools/genprops/ |
ucdmerge.c | 73 static char line[2000], firstLine[2000], lastLine[2000]; 96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) { 100 puts(firstLine); 108 strchr(firstLine, ';'));/* first line starting from the first ; */ 109 } else if(strchr(firstLine, '#')==NULL) { 113 strchr(firstLine, ';'), /* first line starting from the first ; */ 119 strchr(firstLine, ';'), /* first line starting from the first ; */ 138 strcpy(firstLine, line);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
LogRecordFactory.java | 24 * @param firstLine -- the first line of the message to be logged. 35 String firstLine, String tid, String callId, long timestampVal);
|
/external/webkit/Source/WebCore/inspector/ |
ScriptDebugListener.h | 45 virtual void failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage) = 0;
|
/external/webkit/Tools/Scripts/ |
parallelcl | 46 my $firstLine = <COMMAND>; 47 $firstLine =~ s/\r?\n$//; 52 print STDERR "Last character of first line = '" . substr($firstLine, -1, 1) . "'\n" if $debug; 53 if (substr($firstLine, -1, 1) eq '"') { 55 $firstFileIndex = rindex($firstLine, '"', length($firstLine) - 2); 58 $firstFileIndex = rindex($firstLine, ' ') + 1; 61 my $options = substr($firstLine, 0, $firstFileIndex) . join(' ', @ARGV[1 .. $#ARGV]); 62 my $possibleFirstFile = substr($firstLine, $firstFileIndex);
|
/external/icu4c/samples/layout/ |
pflow.h | 29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
/external/webkit/Source/WebCore/bindings/js/ |
StringSourceProvider.h | 63 inline JSC::SourceCode makeSource(const String& source, const String& url = String(), int firstLine = 1) 65 return JSC::SourceCode(StringSourceProvider::create(source, url), firstLine);
|
ScriptSourceCode.h | 64 int startLine() const { return m_code.firstLine(); }
|
/external/emma/core/java12/com/vladium/emma/report/ |
ClassItem.java | 54 int firstLine = Integer.MAX_VALUE; 58 if ((mFirstLine > 0) && (mFirstLine < firstLine)) 59 firstLine = mFirstLine; 62 m_firstLine = firstLine; 63 return firstLine;
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 35 final int [] blockSizes, final int [][] blockMap, final int firstLine) 55 if ($assert.ENABLED) $assert.ASSERT (firstLine > 0, "firstLine must be positive: " + firstLine); 72 m_firstLine = firstLine; 250 int firstLine = 0; 260 // blockMap, lineMap, firstLine must be set: 270 firstLine = in.readInt (); 276 return new MethodDescriptor (name, descriptor, status, blockSizes, blockMap, firstLine); 296 // blockMap, lineMap, firstLine must be set [all...] |
/cts/tools/dx-tests/src/dxconvext/ |
ClassFileAssembler.java | 83 String firstLine = br.readLine(); 93 if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + isDex); 98 String classO = firstLine.substring(hdr.length()).trim();
|