Searched refs:out_f (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/bin/ |
D | update_intel_pci_ids | 86 with open(out_file, 'w') as out_f: 87 json.dump(pci_ids, out_f, sort_keys=True, indent=4,
|
/external/llvm-project/lldb/test/API/commands/process/launch/ |
D | TestProcessLaunch.py | 152 out_f = open(out_file_path) 158 line = out_f.readline() 164 out_f.close()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | reflection.c | 220 const upb_symtab *ext_pool, const upb_fielddef **out_f, in upb_msg_next() argument 251 *out_f = f; in upb_msg_next()
|
/external/perfetto/tools/ |
D | gen_bazel | 587 with open(out_files[-1], 'w') as out_f: 588 out_f.write(contents)
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 789 const __m128i out_f = _mm_unpackhi_epi16(avg2_2, avg3_2); in vpx_highbd_d207_predictor_32x32_ssse3() local 795 d207_store_4x32(&dst, stride, &out_b, &out_c, &out_d, &out_e, &out_f); in vpx_highbd_d207_predictor_32x32_ssse3() 796 d207_store_4x32(&dst, stride, &out_c, &out_d, &out_e, &out_f, &out_g); in vpx_highbd_d207_predictor_32x32_ssse3() 797 d207_store_4x32(&dst, stride, &out_d, &out_e, &out_f, &out_g, &out_h); in vpx_highbd_d207_predictor_32x32_ssse3() 798 d207_store_4x32(&dst, stride, &out_e, &out_f, &out_g, &out_h, &LR); in vpx_highbd_d207_predictor_32x32_ssse3() 799 d207_store_4x32(&dst, stride, &out_f, &out_g, &out_h, &LR, &LR); in vpx_highbd_d207_predictor_32x32_ssse3()
|