Home
last modified time | relevance | path

Searched defs:fw (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/coreboot/util/amdfwtool/
H A Damdfwread.c60 static int read_header(FILE *fw, uint32_t offset, void *header, size_t header_size) in read_header()
75 static int read_fw_header(FILE *fw, uint32_t offset, embedded_firmware *fw_header) in read_fw_header()
85 static int read_psp_directory(FILE *fw, uint32_t offset, uint32_t expected_cookie, in read_psp_directory()
115 static int read_ish_directory(FILE *fw, uint32_t offset, ish_directory_table *table) in read_ish_directory()
120 static int read_bios_directory(FILE *fw, uint32_t offset, uint32_t expected_cookie, in read_bios_directory()
150 static int read_soft_fuse(FILE *fw, const embedded_firmware *fw_header) in read_soft_fuse()
247 static int amdfw_bios_dir_walk(FILE *fw, uint32_t bios_offset, uint32_t cookie, uint8_t level) in amdfw_bios_dir_walk()
299 static int amdfw_psp_dir_walk(FILE *fw, uint32_t psp_offset, uint32_t cookie, uint8_t level) in amdfw_psp_dir_walk()
381 static int list_amdfw_psp_dir(FILE *fw, const embedded_firmware *fw_header) in list_amdfw_psp_dir()
396 static int list_amdfw_bios_dir(FILE *fw, const embedded_firmware *fw_header) in list_amdfw_bios_dir()
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DArtRunTestTest.java113 try (FileWriter fw = new FileWriter(mTmpExpectedStdoutFile)) { in createExpectedStdoutFile()
121 try (FileWriter fw = new FileWriter(mTmpExpectedStderrFile)) { in createExpectedStderrFile()
207 try (FileWriter fw = new FileWriter(localStdoutFile)) { in doTestRunSingleTest()
225 try (FileWriter fw = new FileWriter(localStderrFile)) { in doTestRunSingleTest()
330 try (FileWriter fw = new FileWriter(localStdoutFile)) { in testRunSingleTest_nonZeroExitCode()
348 try (FileWriter fw = new FileWriter(localStderrFile)) { in testRunSingleTest_nonZeroExitCode()
433 try (FileWriter fw = new FileWriter(localStdoutFile)) { in testRunSingleTest_failedStandardOutputTransfer_sizesMismatch()
535 try (FileWriter fw = new FileWriter(localStdoutFile)) { in testRunSingleTest_failedStandardOutputTransfer_md5DigestsMismatch()
637 try (FileWriter fw = new FileWriter(localStdoutFile)) { in testRunSingleTest_unexpectedStandardOutput()
655 try (FileWriter fw = new FileWriter(localStderrFile)) { in testRunSingleTest_unexpectedStandardOutput()
[all …]
/aosp_15_r20/external/iptables/iptables/
H A Diptables.c138 print_firewall(const struct ipt_entry *fw, in print_firewall()
196 print_firewall_line(const struct ipt_entry *fw, in print_firewall_line()
207 struct ipt_entry *fw, in append_entry()
237 struct ipt_entry *fw, in replace_entry()
256 struct ipt_entry *fw, in insert_entry()
287 struct ipt_entry *fw, in delete_entry()
321 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry()
633 generate_entry(const struct ipt_entry *fw, in generate_entry()
H A Dip6tables.c138 print_firewall(const struct ip6t_entry *fw, in print_firewall()
197 print_firewall_line(const struct ip6t_entry *fw, in print_firewall_line()
208 struct ip6t_entry *fw, in append_entry()
238 struct ip6t_entry *fw, in replace_entry()
257 struct ip6t_entry *fw, in insert_entry()
288 struct ip6t_entry *fw, in delete_entry()
322 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry()
639 generate_entry(const struct ip6t_entry *fw, in generate_entry()
H A Dnft-ruleparse-arp.c34 struct arpt_entry *fw = &cs->arp; in nft_arp_parse_meta() local
80 struct arpt_entry *fw = &cs->arp; in nft_arp_parse_payload() local
H A Dnft-ruleparse-bridge.c37 struct ebt_entry *fw = &cs->eb; in nft_bridge_parse_meta() local
83 struct ebt_entry *fw = &cs->eb; in nft_bridge_parse_payload() local
H A Dnft-arp.c46 struct arpt_entry *fw = &cs->arp; in nft_arp_add() local
187 const struct arpt_entry *fw = &cs->arp; in nft_arp_print_rule_details() local
H A Dnft-bridge.c110 nft_bridge_add_match(struct nft_handle *h, const struct ebt_entry *fw, in nft_bridge_add_match()
134 struct ebt_entry *fw = &cs->eb; in nft_bridge_add() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldFileWriterTest.java32 FileWriter fw; field in OldFileWriterTest
94 FileWriter fw = null; in test_handleEarlyEOFChar_1() local
154 FileWriter fw = null; in test_handleExternalFileDescriptor() local
/aosp_15_r20/development/tools/mkstubs/src/com/android/mkstubs/
H A DSourceGenerator.java61 try (FileWriter fw = createWriter(baseDir, name)) { in generateSource()
88 void visitClassSource(Writer fw, ClassReader cr, Filter filter) { in visitClassSource()
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DFileStringBuffer.java69 public void toWriter(Writer fw) { in toWriter()
120 try (FileWriter fw = new FileWriter(m_file, true /* append */)) { in flushToFile()
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Ddocument.cc97 FileWriter fw(std::move(fd)); in SaveAs() local
186 FileWriter fw(std::move(dest)); in SaveAsCopyWithoutSecurity() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution.h74 UnaryOperation fw) { in param_type()
124 UnaryOperation fw) in discrete_distribution()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h76 UnaryOperation fw) { in param_type()
126 UnaryOperation fw) in discrete_distribution()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h74 UnaryOperation fw) { in param_type()
124 UnaryOperation fw) in discrete_distribution()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/
H A Ddiscrete_distribution.h74 UnaryOperation fw) { in param_type()
124 UnaryOperation fw) in discrete_distribution()
/aosp_15_r20/external/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h74 UnaryOperation fw) { in param_type()
124 UnaryOperation fw) in discrete_distribution()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/
H A Ddiscrete_distribution.h74 UnaryOperation fw) { in param_type()
124 UnaryOperation fw) in discrete_distribution()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h74 UnaryOperation fw) { in param_type()
124 UnaryOperation fw) in discrete_distribution()
/aosp_15_r20/external/python/bumble/rust/src/internal/drivers/
Drtk.rs193 let fw = Firmware::parse(&firmware_contents("rtl8723b_fw_structure.bin")?) in parse_firmware_rtl8723b() localVariable
209 let fw = Firmware::parse(&firmware_contents("rtl8761bu_fw_structure.bin")?) in parse_firmware_rtl8761bu() localVariable
/aosp_15_r20/external/libaom/av1/encoder/
H A Doptical_flow.c553 const int fw = src_frame->y_crop_width; in warp_back_frame() local
592 const int fw = src_frame->y_crop_width; in warp_back_frame_intp() local
644 const int fw = from_frame->y_crop_width; in get_frame_gradients() local
875 const int fw = from_frame->y_crop_width; in horn_schunck() local
982 int fw = frame_width; in pyramid_optical_flow() local
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DSdkFileWriter.kt196 var fw: FileWriter? = null in writeValues() variable
236 var fw: FileWriter? = null in writeClasses() variable
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DGetPrerequisites.cmake410 set(fw "fw-NOTFOUND") variable
420 set(fw "fw-NOTFOUND") variable
/aosp_15_r20/external/javassist/src/test/javassist/
H A DJvstTest4.java185 ClassFileWriter.FieldWriter fw = cfw.getFieldWriter(); in testClassFileWriter() local
243 ClassFileWriter.FieldWriter fw = cfw.getFieldWriter(); in testClassFileWriter2() local
304 ClassFileWriter.FieldWriter fw = cfw.getFieldWriter(); in testClassFileWriter3() local
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/
H A DTool.java734 Writer fw = getOutputFile(g, name + ".dot"); in writeDOTFile() local
889 FileWriter fw = new FileWriter(outputFile); in getOutputFile() local

12345678910>>...22