Home
last modified time | relevance | path

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

123

/external/testng/src/main/java/org/testng/reporters/
DIBuffer.java7 void toWriter(Writer fw); in toWriter()
DFileStringBuffer.java69 public void toWriter(Writer fw) { in toWriter()
120 try (FileWriter fw = new FileWriter(m_file, true /* append */)) { in flushToFile()
DFiles.java39 FileWriter fw = new FileWriter(f); in writeFile() local
/external/webrtc/webrtc/base/
Dwinfirewall_unittest.cc20 WinFirewall fw; in TEST() local
/external/iptables/iptables/
Dnft-arp.h8 struct arpt_entry fw; member
Dnft-arp.c143 struct arpt_entry *fw = &cs->fw; in nft_arp_add() local
264 struct arpt_entry *fw = &cs->fw; in nft_arp_parse_meta() local
298 struct arpt_entry *fw = &cs->fw; in nft_arp_parse_payload() local
439 static void print_fw_details(struct arpt_entry *fw, unsigned int format) in print_fw_details()
Dip6tables.c541 print_firewall(const struct ip6t_entry *fw, in print_firewall()
668 print_firewall_line(const struct ip6t_entry *fw, in print_firewall_line()
679 struct ip6t_entry *fw, in append_entry()
709 struct ip6t_entry *fw, in replace_entry()
728 struct ip6t_entry *fw, in insert_entry()
793 struct ip6t_entry *fw, in delete_entry()
827 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry()
1229 generate_entry(const struct ip6t_entry *fw, in generate_entry()
Diptables.c525 print_firewall(const struct ipt_entry *fw, in print_firewall()
652 print_firewall_line(const struct ipt_entry *fw, in print_firewall_line()
663 struct ipt_entry *fw, in append_entry()
693 struct ipt_entry *fw, in replace_entry()
712 struct ipt_entry *fw, in insert_entry()
777 struct ipt_entry *fw, in delete_entry()
811 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry()
1219 generate_entry(const struct ipt_entry *fw, in generate_entry()
Dnft-bridge.c158 struct ebt_entry *fw = &cs->fw; in nft_bridge_add() local
227 struct ebt_entry *fw = &cs->fw; in nft_bridge_parse_meta() local
281 struct ebt_entry *fw = &cs->fw; in nft_bridge_parse_payload() local
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Dctor_func.pass.cpp24 double fw(double x) in fw() function
Dparam_ctor_func.pass.cpp22 double fw(double x) in fw() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dctor_func.pass.cpp22 double fw(double x) in fw() function
Dparam_ctor_func.pass.cpp22 double fw(double x) in fw() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Dctor_func.pass.cpp22 double fw(double x) in fw() function
Dparam_ctor_func.pass.cpp22 double fw(double x) in fw() function
/external/v8/src/compiler/
Djump-threading.cc77 RpoNumber fw = block->rpo_number(); in ComputeForwarding() local
179 RpoNumber fw = result[rpo.ToInt()]; in ApplyForwarding() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DBrentOptimizer.java112 double fw = fx; in localMin() local
/external/fdlibm/
Dk_rem_pio2.c171 double z,fw,f[20],fq[20],q[20]; local
/external/ltp/testcases/kernel/firmware/fw_load_kernel/
Dltp_fw_load.c41 static int fw; variable
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dfirmware_summary_unittest.py57 def _get_score(self, fw=None, gesture=None, validator=None): argument
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmain.py522 fw = firmware_TouchMTB(options) variable
Dfirmware_log.py427 def __init__(self, test_version, fw=None, round_name=None): argument
695 def get_result(self, fw=None, round=None, gesture=None, variation=None, argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DTestSuiteFactory.java119 FileWriter fw = new FileWriter(testSuite.getTestSuiteFile()); in saveTestSuite() local
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c58 static struct fw_file_info fw[FW_FILES]; variable
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatPackageWriterImpl.java162 FileWriter fw = new FileWriter(new File(outputDirectory, "Manifest")); in write() local

123