Searched refs:imagename (Results 1 - 5 of 5) sorted by relevance

/external/liblzf/
H A Dlzf.c60 static const char *imagename; variable
148 fprintf (stderr, "%s: write error: ", imagename);
234 fprintf (stderr, "%s: read error: ", imagename);
246 fprintf (stderr, "%s: invalid data stream - magic not found or short header\n", imagename);
267 fprintf (stderr, "%s: unknown blocktype\n", imagename);
298 fprintf (stderr, "%s: decompress: invalid stream - data corrupted\n", imagename);
310 fprintf (stderr, "%s: short data\n", imagename);
339 fprintf (stderr, "%s: %s.lzf: name too long", imagename, fname);
350 fprintf (stderr, "%s: %s: name too long\n", imagename, fname);
358 fprintf (stderr, "%s: %s: unknown suffix\n", imagename, fnam
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dsvndiff.py120 def _CreateGSUrl(imagename, hash_type, hash_digest):
122 the actually-generated GM image with this imagename.
124 imagename: name of the test image, e.g. 'perlinnoise_msaa4.png'
130 test_name=IMAGE_FILENAME_RE.match(imagename).group(1),
148 for (imagename, results) in diff_dict.iteritems():
155 imagename=imagename,
161 filename_prefix + imagename))
166 imagename=imagename,
[all...]
/external/skia/tools/
H A Dsvndiff.py120 def _CreateGSUrl(imagename, hash_type, hash_digest):
122 the actually-generated GM image with this imagename.
124 imagename: name of the test image, e.g. 'perlinnoise_msaa4.png'
130 test_name=IMAGE_FILENAME_RE.match(imagename).group(1),
148 for (imagename, results) in diff_dict.iteritems():
155 imagename=imagename,
161 filename_prefix + imagename))
166 imagename=imagename,
[all...]
/external/srec/srec/ca/
H A Dsyn_srec.c181 int CA_DumpSyntaxAsImage(CA_Syntax* hSyntax, const char* imagename, int version_number) argument
190 fp = pfopen ( imagename, L("wb") );
191 /* CHKLOG(rc, PFileSystemCreatePFile(imagename, isLittleEndian, &fp));
/external/srec/srec/include/
H A Dsimapi.h1609 int CA_DumpSyntaxAsImage(CA_Syntax *hSyntax, const char *imagename, int version_number);

Completed in 773 milliseconds