HomeSort by relevance Sort by last modified time
    Searched refs:JSONArray (Results 51 - 71 of 71) sorted by null

1 23

  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/
SyncTestUtil.java 27 import org.json.JSONArray;
98 JSONArray detailsArray = aboutInfo.getJSONArray("details");
102 JSONArray dataArray = dataObj.getJSONArray("data");
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 139 virtual void pushNodesByBackendIdsToFrontend(ErrorString*, const RefPtr<JSONArray>& nodeIds, RefPtr<TypeBuilder::Array<int> >&) OVERRIDE;
142 virtual void highlightQuad(ErrorString*, const RefPtr<JSONArray>& quad, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
152 virtual void setFileInputFiles(ErrorString*, int nodeId, const RefPtr<JSONArray>& files) OVERRIDE;
TimelineRecordFactory.cpp 236 static PassRefPtr<JSONArray> createQuad(const FloatQuad& quad)
238 RefPtr<JSONArray> array = JSONArray::create();
JSONParser.cpp 379 RefPtr<JSONArray> array = JSONArray::create();
InspectorOverlay.cpp 194 , m_highlightPaths(JSONArray::create())
241 RefPtr<JSONArray> m_highlightPaths;
780 RefPtr<JSONArray> command = JSONArray::create();
789 RefPtr<JSONArray> command = JSONArray::create();
InjectedScriptBase.cpp 63 RefPtr<JSONArray> stackTrace = object->getArray("stackTrace");
InspectorCSSAgent.h 140 virtual void forcePseudoState(ErrorString*, int nodeId, const RefPtr<JSONArray>& forcedPseudoClasses) OVERRIDE;
InspectorInputAgent.cpp 184 void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp)
InspectorRuntimeAgent.cpp 97 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
InspectorDOMAgent.cpp 131 static bool parseQuad(const RefPtr<JSONArray>& quadArray, FloatQuad* quad)
    [all...]
InspectorCSSAgent.cpp 93 static unsigned computePseudoClassMask(JSONArray* pseudoClassArray)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.cpp 145 PassRefPtr<JSONArray> GraphicsContextSnapshot::snapshotCommandLog() const
  /cts/tests/tests/media/src/android/media/cts/
ClearKeySystemTest.java 48 import org.json.JSONArray;
131 final JSONArray ids = license.getJSONArray("kids");
  /external/chromium_org/third_party/simplejson/
decoder.py 276 def JSONArray((s, end), scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
396 self.parse_array = JSONArray
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 66 import org.json.JSONArray;
229 JSONArray answersJsonArray = questionObject.getJSONArray(JsonUtils.JSON_FIELD_ANSWERS);
261 JSONArray jsonArray = jsonObject.getJSONArray(JsonUtils.JSON_FIELD_QUESTIONS);
262 for (int i = 0; i < jsonArray.length(); i++) {
263 JSONObject questionObject = jsonArray.getJSONObject(i);
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 66 import org.json.JSONArray;
229 JSONArray answersJsonArray = questionObject.getJSONArray(JsonUtils.JSON_FIELD_ANSWERS);
261 JSONArray jsonArray = jsonObject.getJSONArray(JsonUtils.JSON_FIELD_QUESTIONS);
262 for (int i = 0; i < jsonArray.length(); i++) {
263 JSONObject questionObject = jsonArray.getJSONObject(i);
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java 66 import org.json.JSONArray;
229 JSONArray answersJsonArray = questionObject.getJSONArray(JsonUtils.JSON_FIELD_ANSWERS);
261 JSONArray jsonArray = jsonObject.getJSONArray(JsonUtils.JSON_FIELD_QUESTIONS);
262 for (int i = 0; i < jsonArray.length(); i++) {
263 JSONObject questionObject = jsonArray.getJSONObject(i);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 155 RefPtr<JSONArray> jsonArray = JSONArray::create();
157 jsonArray->pushString(value[i]);
158 destination->setArray(property, jsonArray.release());
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
json-20090211.jar 
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 905 RefPtr<JSONArray> inspectorArray = JSONArray::create();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
InspectorIndexedDBAgent.cpp 346 RefPtr<JSONArray> array = key->getArray("array");

Completed in 1508 milliseconds

1 23