/aosp_15_r20/external/cronet/base/json/ |
H A D | json_file_value_serializer.cc | 21 const base::FilePath& json_file_path) in JSONFileValueSerializer() argument 22 : json_file_path_(json_file_path) { in JSONFileValueSerializer() 51 const base::FilePath& json_file_path, in JSONFileValueDeserializer() argument 53 : json_file_path_(json_file_path), options_(options) {} in JSONFileValueDeserializer()
|
H A D | json_file_value_serializer.h | 25 explicit JSONFileValueSerializer(const base::FilePath& json_file_path); 59 const base::FilePath& json_file_path,
|
/aosp_15_r20/external/libchrome/base/json/ |
H A D | json_file_value_serializer.cc | 20 const base::FilePath& json_file_path) in JSONFileValueSerializer() argument 21 : json_file_path_(json_file_path) { in JSONFileValueSerializer() 55 const base::FilePath& json_file_path, in JSONFileValueDeserializer() argument 57 : json_file_path_(json_file_path), options_(options), last_read_size_(0U) {} in JSONFileValueDeserializer()
|
H A D | json_file_value_serializer.h | 22 explicit JSONFileValueSerializer(const base::FilePath& json_file_path); 52 explicit JSONFileValueDeserializer(const base::FilePath& json_file_path,
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | values_test_util.cc | 280 Value::Dict ParseJsonDictFromFile(const FilePath& json_file_path) { in ParseJsonDictFromFile() argument 282 if (!ReadFileToString(json_file_path, &json)) { in ParseJsonDictFromFile() 284 << json_file_path; in ParseJsonDictFromFile() 290 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path, in WriteJsonFile() argument 296 if (!WriteFile(json_file_path, json)) { in WriteJsonFile()
|
H A D | values_test_util.h | 114 Value::Dict ParseJsonDictFromFile(const FilePath& json_file_path); 128 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path,
|
/aosp_15_r20/external/icu/tools/ |
H A D | icuutil.py | 122 json_file_path = os.path.join(icu_build_dir, "icu4c_data_filters.json") 123 print("json path: %s" % json_file_path) 124 writeFileContent(json_file_path, data_filters_json) 125 cmd.append('ICU_DATA_FILTER_FILE=%s' % json_file_path)
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | fetch_oauth2.cc | 39 static grpc_call_credentials* create_sts_creds(const char* json_file_path) { in create_sts_creds() argument 41 if (strlen(json_file_path) == 0) { in create_sts_creds() 49 grpc_core::testing::GetFileContents(json_file_path); in create_sts_creds()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/json/ |
D | json_file_value_serializer.h | 25 explicit JSONFileValueSerializer(const base::FilePath& json_file_path); 55 explicit JSONFileValueDeserializer(const base::FilePath& json_file_path,
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/json/ |
D | json_file_value_serializer.h | 25 explicit JSONFileValueSerializer(const base::FilePath& json_file_path); 55 explicit JSONFileValueDeserializer(const base::FilePath& json_file_path,
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | atest_utils_unittest.py | 669 json_file_path = Path(unittest_constants.TEST_DATA_DIR).joinpath( 672 self.assertEqual({}, atest_utils.load_json_safely(json_file_path)) 676 json_file_path = Path(unittest_constants.TEST_DATA_DIR).joinpath( 679 content = atest_utils.load_json_safely(json_file_path) 689 json_file_path = Path(unittest_constants.TEST_DATA_DIR).joinpath( 692 self.assertEqual({}, atest_utils.load_json_safely(json_file_path))
|
H A D | module_info_unittest.py | 105 self.json_file_path = Path(PRODUCT_OUT_DIR).joinpath(uc.JSON_FILE)
|
/aosp_15_r20/packages/services/Car/tools/telemetry/lua-interpreter/ |
D | app.py | 60 json_file_path = os.path.join(file_path, file_name + '.json') 61 json_file = open(json_file_path)
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | python_package.py | 303 json_file_path = Path(json_file.strip()).resolve() 304 with json_file_path.open() as json_fp:
|
H A D | python_runner.py | 190 def _load_virtualenv_config(json_file_path: Path) -> tuple[str, str]: 191 with json_file_path.open() as json_fp:
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | bokeh_figure.py | 356 json_file_path = output_file_path.replace( 358 figure._save_figure_json(json_file_path)
|
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/ |
H A D | operator_inp_utils.py | 240 def __init__(self, json_file_path): argument 243 with open(json_file_path) as f:
|
/aosp_15_r20/external/pytorch/test/profiler/ |
H A D | test_profiler.py | 2131 json_file_path = os.path.join( 2190 with open(json_file_path, "w") as f: 2193 assert os.path.exists(json_file_path) 2194 with open(json_file_path) as f:
|