HomeSort by relevance Sort by last modified time
    Searched refs:fw (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/infra/bots/
zip_utils_test.py 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
26 fw.mkdir('mydir')
27 fw.mkdir('anotherdir', 0666)
28 fw.mkdir('dir3', 0600)
29 fw.mkdir('subdir')
30 fw.write('a.txt', 0777)
31 fw.write('b.txt', 0751)
32 fw.write('c.txt', 0640)
33 fw.write(os.path.join('subdir', 'd.txt'), 0640)
45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')
    [all...]
  /device/google/marlin/dataservices/datatop/src/
datatop_fileops.h 44 int dtop_check_writefile_access(char *fw);
45 int dtop_open_writing_file(char *fw, FILE **to_file);
46 void dtop_close_file(FILE *fw);
datatop_fileops.c 97 * @param fw File to check access of.
101 int dtop_check_writefile_access(char *fw)
103 if (!access(fw, F_OK)) {
108 if (!access(fw, W_OK)) {
119 * @param fw File path to be opened.
124 int dtop_open_writing_file(char *fw, FILE **to_file)
126 *to_file = fopen(fw, "w");
141 * @param fw File to be closed.
143 void dtop_close_file(FILE *fw)
145 if (fw != stdout && fw != stderr && fw != stdin
    [all...]
datatop_helpers.c 55 * @param fw File to print the information to.
60 *prefix, FILE *fw)
63 if (fprintf(fw, "\"%s:%s:%s\",", prefix, dp->prefix,
67 if (fprintf(fw, "\"%s::%s\",", prefix, dp->name) < 0)
80 * @param fw File to print the information to.
84 static int dtop_format_dp_values(struct dtop_data_point *dp, FILE *fw)
88 if (fprintf(fw, "%"PRIu64, dp->data.d_ulong) < 0)
92 if (fprintf(fw, "%"PRId64, dp->data.d_long) < 0)
96 if (fprintf(fw, "%d", dp->data.d_uint) < 0)
100 if (fprintf(fw, "%u", dp->data.d_uint) < 0
    [all...]
  /external/webrtc/webrtc/base/
winfirewall_unittest.cc 20 WinFirewall fw; local
24 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
25 EXPECT_TRUE(fw.Initialize(&hr));
28 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized));
34 fw.Shutdown();
35 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
  /external/iptables/iptables/
nft-ipv4.c 36 if (cs->fw.ip.iniface[0] != '\0') {
37 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_IN);
38 add_iniface(r, cs->fw.ip.iniface, op);
41 if (cs->fw.ip.outiface[0] != '\0') {
42 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_OUT);
43 add_outiface(r, cs->fw.ip.outiface, op);
46 if (cs->fw.ip.proto != 0) {
47 op = nft_invflags2cmp(cs->fw.ip.invflags, XT_INV_PROTO);
49 cs->fw.ip.proto, op);
52 if (cs->fw.ip.src.s_addr != 0)
    [all...]
nft-arp.c 143 struct arpt_entry *fw = &cs->fw; local
147 if (fw->arp.iniface[0] != '\0') {
148 op = nft_invflags2cmp(fw->arp.invflags, ARPT_INV_VIA_IN);
149 add_iniface(r, fw->arp.iniface, op);
152 if (fw->arp.outiface[0] != '\0') {
153 op = nft_invflags2cmp(fw->arp.invflags, ARPT_INV_VIA_OUT);
154 add_outiface(r, fw->arp.outiface, op);
157 if (fw->arp.arhrd != 0) {
158 op = nft_invflags2cmp(fw->arp.invflags, ARPT_INV_ARPHRD)
264 struct arpt_entry *fw = &cs->fw; local
298 struct arpt_entry *fw = &cs->fw; local
    [all...]
nft-bridge.c 158 struct ebt_entry *fw = &cs->fw; local
162 if (fw->in[0] != '\0') {
163 op = nft_invflags2cmp(fw->invflags, EBT_IIN);
164 add_iniface(r, fw->in, op);
167 if (fw->out[0] != '\0') {
168 op = nft_invflags2cmp(fw->invflags, EBT_IOUT);
169 add_outiface(r, fw->out, op);
172 if (fw->logical_in[0] != '\0') {
173 op = nft_invflags2cmp(fw->invflags, EBT_ILOGICALIN)
227 struct ebt_entry *fw = &cs->fw; local
281 struct ebt_entry *fw = &cs->fw; local
    [all...]
nft-arp.h 8 struct arpt_entry fw; member in struct:arptables_command_state
  /device/google/contexthub/firmware/lib/libm/
kf_rem_pio2.c 63 float z,fw,f[20],fq[20],q[20]; local
80 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j];
81 q[i] = fw;
88 fw = (float)((__int32_t)(twon8* z));
89 iq[i] = (__int32_t)(z-two8*fw);
90 z = q[j-1]+fw;
140 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j];
141 q[i] = fw;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
k_rem_pio2.c 160 double z,fw,f[20],fq[20],q[20]; local
177 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
184 fw = (double)((int32_t)(twon24* z));
185 iq[i] = (int32_t)(z-two24*fw);
186 z = q[j-1]+fw;
236 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j];
237 q[i] = fw;
    [all...]
  /external/fdlibm/
k_rem_pio2.c 171 double z,fw,f[20],fq[20],q[20]; local
188 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
195 fw = (double)((int)(twon24* z));
196 iq[i] = (int)(z-two24*fw);
197 z = q[j-1]+fw;
247 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j];
248 q[i] = fw;
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterWriterTest.java 28 private FilterWriter fw; field in class:OldFilterWriterTest
81 fw.close();
86 fw.flush();
91 fw.write(0);
97 fw.write(buffer, 0, 5);
104 fw = new MyFilterWriter(new OutputStreamWriter(
108 fw.write(buffer, 0, -1);
115 fw.write(buffer, -1, 1);
122 fw.write(buffer, 10, 1);
130 fw.write("Hello world", 0, 5)
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
IBuffer.java 7 void toWriter(Writer fw);
  /hardware/intel/img/psb_video/fw/topazhp/
fwinfo.c 123 struct msvdx_fw fw; local
150 /* read fw table into the topz_fw_table */
204 /*read and print fw*/
205 fread(&fw, sizeof(fw), 1, fp);
207 printf("msvdx slice switch firmware: ver : 0x%04x\n", fw.ver);
208 printf("msvdx slice switch firmware: text_size : %d\n", fw.text_size);
209 printf("msvdx slice switch firmware: data_size : %d\n", fw.data_size);
210 printf("msvdx slice switch firmware: data_location : 0x%08x\n\n", fw.data_location);
212 lseek = ((sizeof(fw) + (fw.text_size + fw.data_size) * 4 + 0xfff) & ~0xfff)
    [all...]
  /hardware/intel/img/psb_video/fw/topazsc/
fwinfo.c 123 struct msvdx_fw fw; local
150 /* read fw table into the topz_fw_table */
204 /*read and print fw*/
205 fread(&fw, sizeof(fw), 1, fp);
207 printf("msvdx slice switch firmware: ver : 0x%04x\n", fw.ver);
208 printf("msvdx slice switch firmware: text_size : %d\n", fw.text_size);
209 printf("msvdx slice switch firmware: data_size : %d\n", fw.data_size);
210 printf("msvdx slice switch firmware: data_location : 0x%08x\n\n", fw.data_location);
212 lseek = ((sizeof(fw) + (fw.text_size + fw.data_size) * 4 + 0xfff) & ~0xfff)
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_func.pass.cpp 17 // UnaryOperation fw);
22 double fw(double x) function
31 D d(0, 0, 1, fw);
38 D d(1, 0, 1, fw);
45 D d(2, 0.5, 1.5, fw);
53 D d(4, 0, 2, fw);
param_ctor_func.pass.cpp 17 // UnaryOperation fw);
22 double fw(double x) function
32 P pa(0, 0, 1, fw);
40 P pa(1, 0, 1, fw);
48 P pa(2, 0.5, 1.5, fw);
57 P pa(4, 0, 2, fw);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_func.pass.cpp 17 // UnaryOperation fw);
22 double fw(double x) function
31 D d(0, 0, 1, fw);
38 D d(1, 0, 1, fw);
45 D d(2, 0.5, 1.5, fw);
53 D d(4, 0, 2, fw);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_func.pass.cpp 17 // UnaryOperation fw);
22 double fw(double x) function
31 D d(0, 0, 1, fw);
38 D d(1, 0, 1, fw);
45 D d(2, 0.5, 1.5, fw);
53 D d(4, 0, 2, fw);
  /hardware/intel/img/psb_video/fw/msvdx/
msvdx_bin.c 58 struct msvdx_fw fw; local
72 fw.ver = 0x0496;
73 fw.text_size = fw_DE3.uiTextSize / 4;
74 fw.data_size = fw_DE3.uiDataSize / 4;;
75 fw.data_location = fw_DE3.DataOffset + 0x82880000;
82 fwrite(&fw, sizeof(fw), 1, ptr);
84 for (i = 0; i < fw.text_size; i++) {
87 for (i = 0; i < fw.data_size; i++) {
92 /* Create stitch image of msvdx fw */
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingSupport.java 74 FileWriter fw = new FileWriter(getFilesDir() + "/foo.txt"); local
75 fw.write("This is a file share");
76 fw.close();
93 FileWriter fw = new FileWriter(getFilesDir() + "/foo.txt"); local
94 fw.write("This is a file share");
95 fw.close();
97 fw = new FileWriter(getFilesDir() + "/bar.txt");
98 fw.write("This is another file share");
99 fw.close();
  /external/ltp/testcases/kernel/firmware/fw_load_user/
fw_load.c 43 static const char fw_name[] = "load_tst.fw";
58 static struct fw_file_info fw[FW_FILES]; variable in typeref:struct:fw_file_info
145 SAFE_ASPRINTF(cleanup, &fw[fw_num].file, "/n%d_%s", fw_num, fw_name);
146 fw[fw_num].fake = 1;
161 fail = (result & (1 << i)) == 0 && !fw[i].fake;
162 offset = (fw[i].dir) ? strlen(fw[i].dir) : 0;
165 (fw[i].fake) ? "can't" : "can",
166 fw[i].file + offset);
178 if (fw[i].remove_file && remove(fw[i].file) == -1
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
group-6.d 4 #objdump: -fw
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_summary_unittest.py 57 def _get_score(self, fw=None, gesture=None, validator=None):
59 result= self.slog.get_result(fw=fw, gesture=gesture,
68 Tests were conducted with both fw 11.23 and 11.26, and in combination of
78 for fw, fw_expected_scores in expected_scores.items():
80 actual_score = self._get_score(fw=fw,
204 for fw, fw_expected_scores in expected_scores.items():
206 actual_score = self._get_score(fw=fw, validator=validator
    [all...]

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>