Searched refs:nextTo (Results 1 - 16 of 16) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DCookie.java86 o.put("name", x.nextTo('='));
88 o.put("value", x.nextTo(';'));
91 n = unescape(x.nextTo("=;"));
99 v = unescape(x.nextTo(';'));
H A DCookieList.java53 String name = Cookie.unescape(x.nextTo('='));
55 o.put(name, Cookie.unescape(x.nextTo(';')));
H A DHTTP.java83 o.put("Reason-Phrase", x.nextTo('\0'));
98 String name = x.nextTo(':');
100 o.put(name, x.nextTo('\0'));
H A DJSONTokener.java289 public String nextTo(char d) throws JSONException { method in class:JSONTokener
310 public String nextTo(String delimiters) throws JSONException { method in class:JSONTokener
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.h67 Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); } function in class:blink::InsertionPoint
H A DContentDistribution.cpp58 Node* ContentDistribution::nextTo(const Node* node) const function in class:blink::ContentDistribution
H A DContentDistribution.h58 Node* nextTo(const Node*) const;
H A DComposedTreeWalker.cpp81 for (const Node* next = node; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionPoint->previousTo(next))) {
99 if (Node* found = traverseDistributedNodes(direction == TraversalDirectionForward ? insertionPoint->nextTo(node) : insertionPoint->previousTo(node), insertionPoint, direction))
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp3368 SkOpAngle* nextTo = fTs[index].fToAngle;
3369 if (from != nextFrom || to != nextTo) {
4150 SkOpAngle* nextFrom, * nextTo;
4186 nextTo = fTs[index].fToAngle;
4187 } while (fromAngle == nextFrom && toAngle == nextTo);
4197 nextTo = fTs[index].fToAngle;
4198 } while (fromAngle == nextFrom && toAngle == nextTo);
/external/skia/src/pathops/
H A DSkOpSegment.cpp3284 SkOpAngle* nextTo = fTs[index].fToAngle;
3285 if (from != nextFrom || to != nextTo) {
4041 SkOpAngle* nextFrom, * nextTo;
4077 nextTo = fTs[index].fToAngle;
4078 } while (fromAngle == nextFrom && toAngle == nextTo);
4088 nextTo = fTs[index].fToAngle;
4089 } while (fromAngle == nextFrom && toAngle == nextTo);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 693 milliseconds