Searched refs:json (Results 1 - 25 of 995) sorted by last modified time

1234567891011>>

/external/skia/tools/bug_chomper/
H A Drun_server.sh18 if [[ ! -f oauth_client_secret.json ]]; then
19 gsutil cp gs://chromium-skia-gm/bugchomper/oauth_client_secret.json .
/external/skia/tools/
H A Dbuildbot_globals.py8 Provides read access to buildbot's global_variables.json .
13 import json namespace
24 _GLOBAL_VARS_PATH = 'site_config/global_variables.json'
28 """Exception which is raised when the global_variables.json file cannot be
34 """Exception which is raised when the global_variables.json file cannot be
43 global_variables.json file."""
48 """Return the value associated with this name in global_variables.json.
66 _global_vars = json.loads(global_vars_text)
H A Djsondiff.py20 import json namespace
28 # that directory. That script allows us to parse the actual-results.json file
197 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)
H A Dsubmit_try17 import json namespace
/external/skia/tools/skpdiff/
H A Dskpdiff_server.py7 import json namespace
45 'json': 'application/json'
133 expected-results.json. Note that this only work with bitmap-64bitMD5 hash
205 are in the format of expected-results.json.
245 'skpdiff_output.json')
320 self.skpdiff_records = json.load(skpdiff_output_file)['records']
459 # Handle skpdiff_output.json manually because it is was processed by the
461 if file_path == 'skpdiff_output.json':
463 self.send_header('Content-type', MIME_TYPE_MAP['json'])
[all...]
/external/skia/tools/tests/
H A Drender_pictures_test.py14 import json namespace
181 output_json_path = os.path.join(self._output_dir, 'actuals.json')
214 output_json_path = os.path.join(self._output_dir, 'actuals.json')
257 output_json_path = os.path.join(self._output_dir, 'actuals.json')
315 output_json_path = os.path.join(self._output_dir, 'actuals.json')
361 output_json_path = os.path.join(self._output_dir, 'actuals.json')
383 output_json_path = os.path.join(self._output_dir, 'actuals.json')
417 output_json_path = os.path.join(self._output_dir, 'actuals.json')
449 output_json_path = os.path.join(self._output_dir, 'actuals.json')
563 rel_path='expectations.json')
[all...]
/external/skia/bench/
H A Dcheck_bench_regressions.py10 import json namespace
H A Dgen_bench_expectations.py10 import json namespace
109 'https://skia.googlesource.com/skia/+log/%s?format=json&n=%d' %
112 # so json can be read successfully
114 json_data = json.loads(trunc_list)
/external/skia/gm/
H A Dgm_json.py16 import json namespace
22 # Key strings used in GM results JSON files (both expected-results.json and
23 # actual-results.json).
101 # Root directory where buildbots store skimage actual results json files.
171 json_dict = json.loads(file_contents)
189 outfile.write(unicode(json.dumps(json_dict, outfile, sort_keys=True,
/external/skia/gm/rebaseline_server/
H A Dcompare_configs.py15 import json namespace
43 actuals_root: root directory containing all actual-results.json files
H A Dcompare_to_expectations.py15 import json namespace
60 actuals_root: root directory containing all actual-results.json files
61 expected_root: root directory containing all expected-results.json files
150 def _write_dicts_to_root(meta_dict, root, pattern='*.json'):
H A Dserver.py15 import json namespace
54 'json': 'application/json'
79 GENERATED_JSON_SUBDIR = 'generated-json'
173 'resultsToLoad=/%s/%s/%s-vs-%s_%s.json">%s</a>' % (
366 json_dir, '%s-vs-%s_%s.json' % (
542 if content_type != 'application/json;charset=UTF-8':
548 data = json.loads(json_data)
617 self.send_header('Content-type', 'application/json')
619 json
[all...]
/external/skia/gm/tests/
H A Drun.sh73 # - writing json summary into $2/$OUTPUT_ACTUAL_SUBDIR/json-summary.txt
84 JSON_SUMMARY_FILE="$ACTUAL_OUTPUT_DIR/json-summary.txt"
124 # Create input dir (at path $1) with expectations (both image and json)
138 JSON_DIR=$INPUTS_DIR/json
147 --writeJsonSummaryPath $JSON_DIR/identical-bytes.json
157 --writeJsonSummaryPath $JSON_DIR/identical-pixels.json
165 --writeJsonSummaryPath $JSON_DIR/different-pixels.json
168 # different-pixels.json, but in which the *first* ignore-failure is changed
172 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py47 # We require Python 2.6 for the json package.
53 import json namespace
2330 d = fix_json(json.loads(data))
2336 # Clean up json parser output to match our expectations:
/external/robolectric/
H A DAndroid.mk31 robolectric-json \
58 robolectric-json:lib/main/json-20080701.jar \
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djson-20080701.jar ... JSONArray rowToJSONArray (org.json.JSONTokener) throws org.json.JSONException char c String value org.json. ...
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DIncludedDependenciesTest.java3 import org.json.JSONObject;
/external/qemu/
H A Dandroid-configure.sh738 # Generate the QAPI headers and sources from qapi-schema.json
744 python scripts/qapi-types.py qapi.types --output-dir=$AUTOGENERATED_DIR -b < qapi-schema.json
745 python scripts/qapi-visit.py --output-dir=$AUTOGENERATED_DIR -b < qapi-schema.json
746 python scripts/qapi-commands.py --output-dir=$AUTOGENERATED_DIR -m < qapi-schema.json
/external/mesa3d/src/gallium/docs/
H A DMakefile15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
22 @echo " json to make JSON files"
48 json:
49 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
H A Dmake.bat20 echo. json to make JSON files
57 if "%1" == "json" (
58 %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
/external/llvm/utils/lit/lit/
H A Dmain.py78 import json namespace
110 json.dump(data, f, indent=2, sort_keys=True)
/external/llvm/docs/
H A Dmake.bat25 echo. json to make JSON files
79 if "%1" == "json" (
80 %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
/external/libvpx/libvpx/test/android/
H A Dscrape_gtest_log.py9 """Standalone script which parses a gtest log for json.
12 waterfall to gather json results mixed in with gtest logs. This is
17 import json namespace
25 print "Expects a file to write json to!"
31 'o:', ['output-json='])
38 if opt in ('-o', '--output-json'):
46 output = json.dumps(json.loads(json_string), indent=4, sort_keys=True)
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp7 # include <json/assertions.h>
8 # include <json/value.h>
9 # include <json/writer.h>

Completed in 7178 milliseconds

1234567891011>>