Home
last modified time | relevance | path

Searched refs:data_file (Results 1 - 14 of 14) sorted by relevance

/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c115 int process_sub(FILE *data_file, FILE *struct_file);
116 int process_file(FILE *data_file, FILE *struct_file, const char *filename);
117 int file_write_http_header(FILE *data_file, const char *filename, int file_size, u16_t *http_hdr_len,
183 FILE *data_file; in main() local
297 data_file = fopen("fsdata.tmp", "wb"); in main()
298 if (data_file == NULL) { in main()
305 fclose(data_file); in main()
311 fprintf(data_file, "#include \"lwip/apps/fs.h\"" NEWLINE); in main()
312 fprintf(data_file, "#include \"lwip/def.h\"" NEWLINE NEWLINE NEWLINE); in main()
314 fprintf(data_file, "#defin in main()
435 process_sub(FILE *data_file, FILE *struct_file) process_sub() argument
630 process_file_data(FILE *data_file, u8_t *file_data, size_t file_size) process_file_data() argument
905 process_file(FILE *data_file, FILE *struct_file, const char *filename) process_file() argument
1023 file_write_http_header(FILE *data_file, const char *filename, int file_size, u16_t *http_hdr_len, u16_t *http_hdr_chksum, u8_t provide_content_len, int is_compressed) file_write_http_header() argument
[all...]
/third_party/backends/backend/
H A Dpieusb_buffer.c155 if (buffer->data_file != 0) /* might still be open from previous invocation */ in sanei_pieusb_buffer_create()
156 close(buffer->data_file); in sanei_pieusb_buffer_create()
157 buffer->data_file = mkstemp(buffer->buffer_name); in sanei_pieusb_buffer_create()
158 if (buffer->data_file == -1) { in sanei_pieusb_buffer_create()
159 buffer->data_file = 0; in sanei_pieusb_buffer_create()
167 close(buffer->data_file); in sanei_pieusb_buffer_create()
168 buffer->data_file = 0; in sanei_pieusb_buffer_create()
172 result = lseek(buffer->data_file, buffer_size_bytes-1, SEEK_SET); in sanei_pieusb_buffer_create()
174 close(buffer->data_file); in sanei_pieusb_buffer_create()
175 buffer->data_file in sanei_pieusb_buffer_create()
[all...]
H A Dpieusb_buffer.h57 SANE_Int data_file; /* associated file if memory mapped */ member
H A Dgphoto2.c327 static CameraFile *data_file; variable
1424 CHECK_RET (gp_file_new (&data_file)); in sane_start()
1441 : GP_FILE_TYPE_NORMAL, data_file, NULL)); in sane_start()
1443 CHECK_RET (gp_file_get_mime_type (data_file, &mime_type)); in sane_start()
1453 (data_file, (const char **)&data_ptr, &data_file_total_size)); in sane_start()
1820 gp_file_unref (data_file); in converter_do_scan_complete_cleanup()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py1042 def add_input_info(funcs_file, data_file, template_file,
1048 :param data_file: Data file object
1058 snippets['test_case_data_file'] = data_file
1134 def generate_intermediate_data_file(data_file, out_data_file,
1140 :param data_file: Data file name
1148 with FileWrapper(data_file) as data_f, \
1163 data_file: Data file object
1173 data_file = input_info['data_file']
1181 ('Data file', data_file),
[all...]
H A Drun-test-suites.pl55 for my $data_file (glob 'test_suite_*.datax') {
56 (my $base = $data_file) =~ s/\.datax$//;
H A Dcheck_test_cases.py92 with open(data_file_name, 'rb') as data_file:
93 for line_number, line in enumerate(data_file, 1):
/third_party/node/deps/v8/tools/
H A Dstats-viewer.py120 data_file = open(self.data_name, "r")
121 size = os.fstat(data_file.fileno()).st_size
122 fileno = data_file.fileno()
454 def Main(data_file, name_filter):
458 data_file: The counters file to monitor.
461 StatsViewer(data_file, name_filter).Run()
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py40 def data_file(filename): function
51 ONLYCERT = data_file('ssl_cert.pem')
52 ONLYKEY = data_file('ssl_key.pem')
53 SIGNED_CERTFILE = data_file('keycert3.pem')
54 SIGNING_CA = data_file('pycacert.pem')
/third_party/gn/src/gn/
H A Dfunction_exec_script.cc115 [ rebase_path("data_file.txt", root_build_dir) ])
/third_party/python/Lib/test/
H A Dtest_ssl.py65 def data_file(*name): function
73 CERTFILE = data_file("keycert.pem")
75 ONLYCERT = data_file("ssl_cert.pem")
76 ONLYKEY = data_file("ssl_key.pem")
79 CERTFILE_PROTECTED = data_file("keycert.passwd.pem")
80 ONLYKEY_PROTECTED = data_file("ssl_key.passwd.pem")
82 CAPATH = data_file("capath")
84 CAFILE_NEURONIO = data_file("capath", "4e1295a3.0")
85 CAFILE_CACERT = data_file("capath", "5ed36f99.0")
104 CRLFILE = data_file("revocatio
[all...]
H A Dtest_compileall.py197 data_file = os.path.join(data_dir, 'file')
200 with open(data_file, 'wb'):
202 compileall.compile_file(data_file)
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm23 data_file data_dir
638 =item B<data_file LIST, FILENAME>
642 of a file located in that directory path. C<data_file> returns the resulting
649 sub data_file { subroutine
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm23 data_file data_dir
638 =item B<data_file LIST, FILENAME>
642 of a file located in that directory path. C<data_file> returns the resulting
649 sub data_file { subroutine

Completed in 14 milliseconds