/device/soc/hisilicon/common/platform/mipi_dsi/ |
H A D | mipi_dsi_define.h | 73 struct PlatformDumper *dumper; member
|
/device/soc/hisilicon/common/platform/timer/ |
H A D | timer_hi35xx.h | 46 struct PlatformDumper *dumper; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/ |
H A D | SFLint.java | 47 SFLint dumper = new SFLint(); in main() 68 dumper.lintFontFile(fontFile); in main()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | filters.py | 1255 dumper = policies["json.dumps_function"] 1260 return htmlsafe_json_dumps(value, dumper=dumper, **options)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 1073 dumper = policies['json.dumps_function'] 1078 return htmlsafe_json_dumps(value, dumper=dumper, **options)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | filters.py | 1255 dumper = policies["json.dumps_function"] 1260 return htmlsafe_json_dumps(value, dumper=dumper, **options)
|
/device/soc/hisilicon/common/platform/i2s/ |
H A D | i2s_hi35xx.h | 144 struct PlatformDumper *dumper; member
|
/device/soc/hisilicon/common/platform/uart/ |
H A D | uart_pl011.h | 184 struct PlatformDumper *dumper; member
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_codec_node.cpp | 410 CameraDumper& dumper = CameraDumper::GetInstance(); in DeliverBuffer() local 411 dumper.DumpBuffer("board_RKCodecNode", ENABLE_RKCODEC_NODE_CONVERTED, buffer); in DeliverBuffer()
|
/third_party/ffmpeg/libavformat/ |
H A D | libgme.c | 73 add_meta(s, "dumper", info->dumper); in load_metadata()
|
/third_party/python/Lib/test/ |
H A D | test_xml_etree.py | 171 def pickleRoundTrip(self, obj, name, dumper, loader, proto): 173 with swap_item(sys.modules, name, dumper): 182 human.get(dumper, dumper), 2484 for dumper, loader in product(self.modules, repeat=2): 2485 e = dumper.Element('foo', bar=42) 2488 dumper.SubElement(e, 'child').append(dumper.Element('grandchild')) 2489 e.append(dumper.Element('child')) 2493 dumper, loade [all...] |
H A D | test_decimal.py | 2954 for dumper, loader in combinations: 2956 for fi, _ in enumerate(OrderedSignals[dumper]): 2957 for ti, _ in enumerate(OrderedSignals[dumper]): 2966 sys.modules['decimal'] = dumper 2967 c = dumper.Context( 2971 flags=OrderedSignals[dumper][:fi], 2972 traps=OrderedSignals[dumper][:ti]
|
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.c | 284 struct kmsg_dumper dumper = {.active = true};
in fiq_debugger_dump_kernel_log() local 286 kmsg_dump_rewind_nolock(&dumper);
in fiq_debugger_dump_kernel_log() 287 while (kmsg_dump_get_line_nolock(&dumper, true, buf, sizeof(buf) - 1, &len)) {
in fiq_debugger_dump_kernel_log()
|
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.c | 266 struct kmsg_dumper dumper = { .active = true }; in fiq_debugger_dump_kernel_log() local 269 kmsg_dump_rewind_nolock(&dumper); in fiq_debugger_dump_kernel_log() 270 while (kmsg_dump_get_line_nolock(&dumper, true, buf, in fiq_debugger_dump_kernel_log()
|
/third_party/openssl/test/ |
H A D | endecode_test.c | 144 typedef void (dumper)(const char *label, const void *data, size_t data_len); typedef 156 dumper *dump_cb, int flags) in test_encode_decode()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 5919 struct dxil_dumper *dumper = dxil_dump_create(); in nir_to_dxil() local 5920 dxil_dump_module(dumper, &ctx->mod); in nir_to_dxil() 5922 dxil_dump_buf_to_file(dumper, stderr); in nir_to_dxil() 5924 dxil_dump_free(dumper); in nir_to_dxil()
|