Home
last modified time | relevance | path

Searched refs:nextTo (Results 1 – 11 of 11) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DCookie.java86 o.put("name", x.nextTo('=')); in toJSONObject()
88 o.put("value", x.nextTo(';')); in toJSONObject()
91 n = unescape(x.nextTo("=;")); in toJSONObject()
99 v = unescape(x.nextTo(';')); in toJSONObject()
DHTTP.java83 o.put("Reason-Phrase", x.nextTo('\0')); in toJSONObject()
98 String name = x.nextTo(':'); in toJSONObject()
100 o.put(name, x.nextTo('\0')); in toJSONObject()
DCookieList.java53 String name = Cookie.unescape(x.nextTo('=')); in toJSONObject()
55 o.put(name, Cookie.unescape(x.nextTo(';'))); in toJSONObject()
DJSONTokener.java289 public String nextTo(char d) throws JSONException { in nextTo() method in JSONTokener
310 public String nextTo(String delimiters) throws JSONException { in nextTo() method in JSONTokener
DCDL.java71 return x.nextTo(','); in getValue()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DInsertionPoint.h67 Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); } in nextTo() function
DComposedTreeWalker.cpp81 …; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionP… in traverseDistributedNodes()
99 …istributedNodes(direction == TraversalDirectionForward ? insertionPoint->nextTo(node) : insertionP… in traverseSiblingOrBackToInsertionPoint()
DContentDistribution.h58 Node* nextTo(const Node*) const;
DContentDistribution.cpp58 Node* ContentDistribution::nextTo(const Node* node) const in nextTo() function in blink::ContentDistribution
/external/skia/src/pathops/
DSkOpSegment.cpp3284 SkOpAngle* nextTo = fTs[index].fToAngle; in inLoop() local
3285 if (from != nextFrom || to != nextTo) { in inLoop()
4041 SkOpAngle* nextFrom, * nextTo; in sortAngles() local
4077 nextTo = fTs[index].fToAngle; in sortAngles()
4078 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()
4088 nextTo = fTs[index].fToAngle; in sortAngles()
4089 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()
/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.cpp3368 SkOpAngle* nextTo = fTs[index].fToAngle; in inLoop() local
3369 if (from != nextFrom || to != nextTo) { in inLoop()
4150 SkOpAngle* nextFrom, * nextTo; in sortAngles() local
4186 nextTo = fTs[index].fToAngle; in sortAngles()
4187 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()
4197 nextTo = fTs[index].fToAngle; in sortAngles()
4198 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()