OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json
(Results
651 - 675
of
1526
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py
5
import
json
45
status =
json
.loads(out.strip())
/external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py
5
import
json
, logging, threading, time, traceback
142
status =
json
.loads(out)
/external/autotest/site_utils/
assign_stable_images.py
31
import
json
41
# _OMAHA_STATUS - URI of a file in GoogleStorage with a
JSON
object
52
_OMAHA_STATUS = 'gs://chromeos-build-release-console/omaha_status.
json
'
84
@param json_entry Deserialized
JSON
object for one entry of the
94
@param json_entry Deserialized
JSON
object for one entry of the
121
omaha_status =
json
.load(sp.stdout)
job_directories.py
4
import
json
206
gs_off_instructions =
json
.load(f)
/external/autotest/tko/
site_parse.py
7
# Site extension of the default parser. Generate
JSON
reports and stack traces.
9
# This site parser is used to generate a
JSON
report of test failures, crashes,
30
import errno, os,
json
, shutil, sys, tempfile, time
40
_JSON_REPORT_FILE = 'results.
json
'
244
# Generate
JSON
dump of results. Store in results dir.
246
json
.dump(filtered_results, json_file)
/external/chromium-trace/catapult/catapult_base/catapult_base/
binary_manager_unittest.py
5
import
json
149
'example_config.
json
')
150
self.fs.CreateFile(base_config_path, contents=
json
.dumps(fake_config))
/external/chromium-trace/catapult/devil/devil/
devil_env.py
6
import
json
36
os.path.dirname(__file__), 'devil_dependencies.
json
'))
109
next_config_file.write(
json
.dumps(configs[0]))
/external/chromium-trace/catapult/experimental/statistical_analysis/
compare_benchmark_results.py
8
Evaluate two benchmark results given as Chart
JSON
files to determine how
10
using Chart
JSON
files created by one of the available benchmarks in
19
import
json
33
"""Returns a
JSON
from specified location."""
35
return
json
.load(data_file)
111
tests on two given Chart
JSON
benchmark
115
parser.add_argument(dest='json_paths', nargs=2, help='
JSON
file location')
163
# (If only one
JSON
contains a pageset, results_stats raises an error.)
/external/chromium-trace/catapult/firefighter/base/
bigquery.py
6
import
json
61
# Format rows as newline-delimited
JSON
.
64
json
.dump(row, media_buffer, separators=(',', ':'))
84
rows_chunk = [{'insertId': str(uuid.uuid4()), '
json
': row}
/external/chromium-trace/catapult/perf_insights/perf_insights/
gce_instance_map_job.py
5
import
json
42
file_urls =
json
.loads(f.read())
/external/chromium-trace/catapult/systrace/profile_chrome/
chrome_controller.py
5
import
json
53
json_data =
json
.loads(json_category_list)['traceCategoriesList']
/external/chromium-trace/catapult/telemetry/telemetry/util/
perf_tests_results_helper.py
8
import
json
39
histogram =
json
.loads(histogram_json)
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
rules_parser.py
29
import
json
132
entries =
json
.load(file_obj)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py
6
import
json
225
cached_creds =
json
.loads(cached_creds_str)
256
json
.dumps(creds, encoding='ascii'))
327
credential_info =
json
.loads(content)
330
'Could not parse response as
JSON
: %s' % content)
346
data =
json
.loads(json_data)
391
data =
json
.loads(json_data)
491
return
json
.loads(content or '{}') # Save ourselves from an empty reply.
506
service_account_info =
json
.load(keyfile)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
optionstatus.py
25
from boto.compat import
json
33
merged from a
JSON
object that is stored as the Option part of
91
Return the
JSON
representation of the options as a string.
93
return
json
.dumps(self)
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
make.bat
21
echo.
json
to make
JSON
files
67
if "%1" == "
json
" (
68
%SPHINXBUILD% -b
json
%ALLSPHINXOPTS% %BUILDDIR%/
json
70
echo.Build finished; now you can process the
JSON
files.
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_helper.py
19
import
json
83
json_key =
json
.loads(private_key)
90
raise Exception('The
JSON
private key file at %s '
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
service_account.py
21
import
json
127
json
.dumps(data, separators=(',', ':')).encode('UTF-8')).rstrip(b'=')
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
make.bat
23
echo.
json
to make
JSON
files
75
if "%1" == "
json
" (
76
%SPHINXBUILD% -b
json
%ALLSPHINXOPTS% %BUILDDIR%/
json
79
echo.Build finished; now you can process the
JSON
files.
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
parameters.py
159
def from_json(cls,
json
):
160
return pickle.loads(
json
["config"])
/external/chromium-trace/catapult/third_party/vinn/bin/
update_v8
18
import
json
28
OMAHAPROXY_VERSION_MAP_URL = 'https://omahaproxy.appspot.com/all.
json
'
89
versions =
json
.loads(response.read())
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/
named_entity_trie_generator.js
4
var fileData = fs.readFileSync(path.join(__dirname, 'entities.
json
')).toString(),
5
entitiesData =
JSON
.parse(fileData);
44
'module.exports = ' +
JSON
.stringify(trie).replace(/"/g, '') + ';\n';
/external/chromium-trace/catapult/third_party/webapp2/docs/
make.bat
23
echo.
json
to make
JSON
files
71
if "%1" == "
json
" (
72
%SPHINXBUILD% -b
json
%ALLSPHINXOPTS% %BUILDDIR%/
json
74
echo.Build finished; now you can process the
JSON
files.
/external/clang/docs/analyzer/
make.bat
25
echo.
json
to make
JSON
files
79
if "%1" == "
json
" (
80
%SPHINXBUILD% -b
json
%ALLSPHINXOPTS% %BUILDDIR%/
json
83
echo.Build finished; now you can process the
JSON
files.
/external/clang/docs/
make.bat
25
echo.
json
to make
JSON
files
79
if "%1" == "
json
" (
80
%SPHINXBUILD% -b
json
%ALLSPHINXOPTS% %BUILDDIR%/
json
83
echo.Build finished; now you can process the
JSON
files.
Completed in 1680 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>