HomeSort by relevance Sort by last modified time
    Searched refs:dumpfile (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
dwarfreloc.exp 65 set dumpfile "dwarfreloc.rd"
79 if { [regexp_diff "dump.out" "$srcdir/$subdir/$dumpfile"] } then {
  /external/autotest/client/cros/
p2p_utils.py 102 dumpfile = os.path.join(dumpdir, 'dump-%s.pcap' % self.tap.name)
103 self._tcpdump = tcpdump.Tcpdump(self.tap.name, dumpfile)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 88 -d file -- checkpoint filename (default %(DUMPFILE)s)
137 DUMPFILE = "@webchecker.pickle" # Pickled checkpoint
150 dumpfile = DUMPFILE
170 dumpfile = a
192 c = load_pickle(dumpfile=dumpfile, verbose=verbose)
234 if c.save_pickle(dumpfile):
235 if dumpfile == DUMPFILE:
    [all...]
  /external/python/cpython2/Tools/webchecker/
webchecker.py 88 -d file -- checkpoint filename (default %(DUMPFILE)s)
137 DUMPFILE = "@webchecker.pickle" # Pickled checkpoint
150 dumpfile = DUMPFILE
170 dumpfile = a
192 c = load_pickle(dumpfile=dumpfile, verbose=verbose)
234 if c.save_pickle(dumpfile):
235 if dumpfile == DUMPFILE
    [all...]
  /external/autotest/site_utils/
dump_to_cloudsql.py 193 def dump_to_cloudsql(dumpfile, manager, cmd_offset=0):
197 dumpfile: Path to a file from which to read the MySQL dump.
203 total = os.path.getsize(dumpfile)
206 with open(dumpfile, 'r') as dump:
  /external/libmtp/src/
libusb1-glue.c 230 * @param dumpfile set to non-NULL to make the descriptors dump out
234 static int probe_device_descriptor(libusb_device *dev, FILE *dumpfile)
320 if (dumpfile != NULL) {
321 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
322 fprintf(dumpfile, " Found PTP device, check vendor "
349 if (dumpfile != NULL) {
350 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
351 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
352 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
400 if (dumpfile != NULL && ret > 0)
    [all...]
libusb-glue.c 233 * @param dumpfile set to non-NULL to make the descriptors dump out
237 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile)
313 if (dumpfile != NULL) {
314 fprintf(dumpfile, " Found PTP device, check vendor "
339 if (dumpfile != NULL) {
340 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
341 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
342 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
397 if (dumpfile != NULL && ret > 0) {
398 fprintf(dumpfile, "Microsoft device descriptor 0xee:\n")
    [all...]
libopenusb1-glue.c 205 * @param dumpfile set to non-NULL to make the descriptors dump out
209 static int probe_device_descriptor(openusb_dev_handle_t *dev, FILE *dumpfile) {
307 if (dumpfile != NULL) {
308 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
309 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
310 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
344 if (dumpfile != NULL && ret > 0) {
345 fprintf(dumpfile, "Microsoft device descriptor 0xee:\n");
346 data_dump_ascii(dumpfile, buf, ret, 16);
392 if (dumpfile != NULL && ctrl.result.transferred_bytes > 0)
    [all...]
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 53 FILE *dumpfile; local
77 if ((dumpfile = fopen(ctx->dump_path, "w+")) == NULL)
80 if (fwrite(typep, 1, 1, dumpfile) != 1)
84 1, dumpfile) != 1)
90 fclose(dumpfile);
  /system/extras/pagecache/
pagecache.py 256 def get_inode_data(datafile, dumpfile, adb_serial):
270 if dumpfile is not None:
271 print 'Storing inode data in ' + dumpfile
272 f = open(dumpfile, 'w')
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
d10v.exp 113 set dumpfile tmpdir/dump.out
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 300 string dumpfile = temp_dir.path() + kMDWriterUnitTestFileName; local
316 ASSERT_TRUE(WriteMinidump(dumpfile.c_str(), child, &context, sizeof(context),
322 Minidump minidump(dumpfile);
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 632 set dumpfile ${file}.d
634 set dumpfile $srcdir/$subdir/$opts(dump)
767 if { [regexp_diff "dump.out" "${dumpfile}" $regexp_subst] } then {
  /external/curl/tests/server/
sws.c 847 const char *dumpfile=is_proxy?REQUEST_PROXY_DUMP:REQUEST_DUMP; local
855 dump = fopen(dumpfile, "ab");
859 dumpfile, error, strerror(error));
875 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile);
878 dumpfile, error, strerror(error));
880 totalsize-writeleft, totalsize, dumpfile);
890 dumpfile, error, strerror(error));
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 588 set dumpfile tmpdir/dump.out
934 set cmd "$binary $progopts $progopts1 $objfile > $dumpfile"
936 set cmd "$binary $progopts $progopts1 $objfile $dumpfile"
962 if { $verbose > 2 } then { verbose "output is [file_contents $dumpfile]" 3 }
963 if { [regexp_diff $dumpfile "${dfile}"] } then {
965 if { $verbose == 2 } then { verbose "output is [file_contents $dumpfile]" 2 }
    [all...]

Completed in 571 milliseconds