OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMoreData
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
ProcFileReaderTest.java
33
assertFalse(reader.
hasMoreData
());
40
assertFalse(reader.
hasMoreData
());
48
assertTrue(reader.
hasMoreData
());
52
assertTrue(reader.
hasMoreData
());
56
assertFalse(reader.
hasMoreData
());
66
assertTrue(reader.
hasMoreData
());
72
assertTrue(reader.
hasMoreData
());
76
assertFalse(reader.
hasMoreData
());
94
assertFalse(reader.
hasMoreData
());
102
assertTrue(reader.
hasMoreData
());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSource.h
35
virtual bool
hasMoreData
() const = 0;
SVGPathBlender.cpp
107
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseMoveToSegment(fromTargetPoint))
121
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseLineToSegment(fromTargetPoint))
135
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseLineToHorizontalSegment(fromX))
149
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseLineToVerticalSegment(fromY))
167
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseCurveToCubicSegment(fromPoint1, fromPoint2, fromTargetPoint))
186
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseCurveToCubicSmoothSegment(fromPoint2, fromTargetPoint))
204
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseCurveToQuadraticSegment(fromPoint1, fromTargetPoint))
220
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseCurveToQuadraticSmoothSegment(fromTargetPoint))
244
if ((m_fromSource->
hasMoreData
() && !m_fromSource->parseArcToSegment(fromRx, fromRy, fromAngle, fromLargeArc, fromSweep, fromTargetPoint))
316
bool fromSourceHadData = m_fromSource->
hasMoreData
();
[
all
...]
SVGPathSegListSource.h
37
virtual bool
hasMoreData
() const OVERRIDE;
SVGPathStringSource.h
40
virtual bool
hasMoreData
() const OVERRIDE;
SVGPathByteStreamSource.cpp
33
bool SVGPathByteStreamSource::
hasMoreData
() const
SVGPathByteStreamSource.h
35
virtual bool
hasMoreData
() const OVERRIDE;
SVGPathSegListSource.cpp
39
bool SVGPathSegListSource::
hasMoreData
() const
SVGPathStringSource.cpp
45
bool SVGPathStringSource::
hasMoreData
() const
SVGPathParser.cpp
378
if (!m_source->
hasMoreData
())
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
HeapSnapshotLoader.js
164
var
hasMoreData
= this._parseUintArray();
166
if (
hasMoreData
)
190
var
hasMoreData
= this._parseUintArray();
192
if (
hasMoreData
)
/frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java
102
while (reader.
hasMoreData
()) {
160
while (reader.
hasMoreData
()) {
283
while (reader.
hasMoreData
()) {
/frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java
51
// read enough to answer
hasMoreData
118
public boolean
hasMoreData
() {
Completed in 301 milliseconds