HomeSort by relevance Sort by last modified time
    Searched refs:nextValue (Results 1 - 13 of 13) sorted by null

  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 82 int nextValue = it.next().intValue();
85 + counter + " got: " + nextValue,
86 nextValue == counter);
  /libcore/json/src/main/java/org/json/
JSONTokener.java 25 * and {@link #nextValue} method. Example usage: <pre>
31 * JSONObject object = (JSONObject) new JSONTokener(json).nextValue();
89 public Object nextValue() throws JSONException {
358 Object name = nextValue();
381 result.put((String) name, nextValue());
426 result.put(nextValue());
JSONArray.java 77 * @param readFrom a tokener whose nextValue() method will yield a
87 Object object = readFrom.nextValue();
JSONObject.java 144 * @param readFrom a tokener whose nextValue() method will yield a
154 Object object = readFrom.nextValue();
  /libcore/json/src/test/java/org/json/
ParsingTest.java 31 new JSONTokener("").nextValue();
212 new JSONTokener(malformedJson).nextValue();
233 Object actual = new JSONTokener(json).nextValue();
SelfUseTest.java 117 @Override public Object nextValue() throws JSONException {
119 return super.nextValue();
226 tokener.nextValue();
JSONTokenerTest.java 80 new JSONTokener(null).nextValue();
128 new JSONTokener("").nextValue();
  /external/webkit/WebCore/css/
CSSMutableStyleDeclaration.cpp 335 RefPtr<CSSValue> nextValue = values[j + 1];
336 if (nextValue->isValueList())
337 yValue = static_cast<CSSValueList*>(nextValue.get())->itemWithoutBoundsCheck(i);
339 yValue = nextValue;
    [all...]
CSSParser.cpp     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 282 milliseconds