Home
last modified time | relevance | path

Searched defs:as_json (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_arguments.cc50 void AppendDouble(double val, bool as_json, std::string* out) { in AppendDouble()
180 bool as_json, in Append()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_vpd.c1043 bool as_json, json_o_hr, hex0; in svpd_unable_to_decode() local
1135 bool as_json = jsp->pr_as_json; in svpd_decode_t10() local
2287 bool as_json; in main() local
H A Dsg_rep_zones.c426 bool as_json = jsp ? jsp->pr_as_json : false; in decode_rep_zones() local
705 bool as_json = (jsp && (0 == op->do_hex)) ? jsp->pr_as_json : false; in find_report_zones() local
1140 bool as_json; in main() local
H A Dsg_inq.c2272 bool as_json = jsp->pr_as_json; in std_inq_decode() local
2760 bool as_json; in vpd_mainly_hex() local
2844 bool as_json = jsp->pr_as_json; in vpd_decode() local
4153 bool as_json; in main() local
H A Dsg_decode_sense.c337 bool as_json; in main() local
H A Dsg_vpd_vendor.c1055 bool as_json; in svpd_decode_vendor() local
H A Dsg_opcodes.c1113 bool as_json; in main() local
H A Dsg_logs.c8577 bool as_json; in main() local
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
H A Darmnn_profiler.i75 std::string as_json() in as_json() function
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py433 def as_json(self, describer_id): member in MetaStorageDesc
558 def as_json(self, describer_id): member in MetaTensorDesc
/aosp_15_r20/external/armnn/python/pyarmnn/test/
H A Dtest_profiling_utilities.py14 def as_json(self): member in MockIProfiler
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dmain.rs141 let as_json: bool = format == Some(&"json".to_string()); in main() localVariable
/aosp_15_r20/external/sg3_utils/testing/
H A Dtst_sg_lib.c221 bool as_json = false; in main() local
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_pr2serr.c1018 bool as_json = (jsp && jsp->pr_as_json); in sgj_haj_xx() local
1185 bool as_json = (jsp && jsp->pr_as_json); in sgj_haj_subo_r() local
/aosp_15_r20/external/avb/
H A Davbtool.py2611 def print_partition_digests(self, image_filename, output, as_json): argument