HomeSort by relevance Sort by last modified time
    Searched refs:filename (Results 226 - 250 of 8141) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/
input-file.h 64 void input_file_open (const char *filename, int pre);
  /prebuilts/go/darwin-x86/src/mime/
mediatype_test.go 152 {`attachment; filename="foo.html"`,
154 m("filename", "foo.html")},
156 {`attachment; filename="0000000000111111111122222"`,
158 m("filename", "0000000000111111111122222")},
160 {`attachment; filename="00000000001111111111222222222233333"`,
162 m("filename", "00000000001111111111222222222233333")},
164 {`attachment; filename="f\oo.html"`,
166 m("filename", "f\\oo.html")},
168 {`attachment; filename="\"quoting\" tested.html"`,
170 m("filename", `"quoting" tested.html`)}
    [all...]
  /prebuilts/go/linux-x86/src/mime/
mediatype_test.go 152 {`attachment; filename="foo.html"`,
154 m("filename", "foo.html")},
156 {`attachment; filename="0000000000111111111122222"`,
158 m("filename", "0000000000111111111122222")},
160 {`attachment; filename="00000000001111111111222222222233333"`,
162 m("filename", "00000000001111111111222222222233333")},
164 {`attachment; filename="f\oo.html"`,
166 m("filename", "f\\oo.html")},
168 {`attachment; filename="\"quoting\" tested.html"`,
170 m("filename", `"quoting" tested.html`)}
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdbm.py 7 filename = TESTFN variable
17 unlink(filename)
20 self.g = gdbm.open(filename, 'c')
36 unlink(filename)
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
51 self.g = gdbm.open(filename, mode)
58 self.g = gdbm.open(filename, mode + flag)
62 self.g = gdbm.open(filename, 'c')
    [all...]
  /external/python/cpython2/Lib/test/
test_gdbm.py 7 filename = TESTFN variable
17 unlink(filename)
20 self.g = gdbm.open(filename, 'c')
36 unlink(filename)
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
51 self.g = gdbm.open(filename, mode)
58 self.g = gdbm.open(filename, mode + flag)
62 self.g = gdbm.open(filename, 'c'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdbm.py 7 filename = TESTFN variable
17 unlink(filename)
20 self.g = gdbm.open(filename, 'c')
36 unlink(filename)
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
51 self.g = gdbm.open(filename, mode)
58 self.g = gdbm.open(filename, mode + flag)
62 self.g = gdbm.open(filename, 'c'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdbm.py 7 filename = TESTFN variable
17 unlink(filename)
20 self.g = gdbm.open(filename, 'c')
36 unlink(filename)
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
51 self.g = gdbm.open(filename, mode)
58 self.g = gdbm.open(filename, mode + flag)
62 self.g = gdbm.open(filename, 'c'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 7 filename = TESTFN variable
17 unlink(filename)
20 self.g = gdbm.open(filename, 'c')
36 unlink(filename)
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
51 self.g = gdbm.open(filename, mode)
58 self.g = gdbm.open(filename, mode + flag)
62 self.g = gdbm.open(filename, 'c'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 7 filename = TESTFN variable
17 unlink(filename)
20 self.g = gdbm.open(filename, 'c')
36 unlink(filename)
37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
39 self.g = gdbm.open(filename, 'c')
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
51 self.g = gdbm.open(filename, mode)
58 self.g = gdbm.open(filename, mode + flag)
62 self.g = gdbm.open(filename, 'c'
    [all...]
  /external/ImageMagick/coders/
url.c 138 filename[MagickPathExtent];
156 (void) CopyMagickString(read_info->filename,image_info->filename+2,
164 unique_file=AcquireUniqueFileResource(read_info->filename);
170 read_info->filename);
174 (void) CopyMagickString(filename,image_info->magick,MagickPathExtent);
175 (void) ConcatenateMagickString(filename,":",MagickPathExtent);
176 LocaleLower(filename);
177 (void) ConcatenateMagickString(filename,image_info->filename,
136 filename[MagickPathExtent]; local
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
ClassReaderFactory.java 37 String filename = rewriter.unprefix(internalClassName) + ".class"; local
38 InputFileProvider inputFileProvider = indexedInputs.getInputFileProvider(filename);
41 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) {
58 String filename = rewriter.unprefix(internalClassName) + ".class"; local
59 return indexedInputs.getInputFileProvider(filename) != null;
ZipOutputFileProvider.java 38 public void copyFrom(String filename, InputFileProvider inputFileProvider) throws IOException {
40 out.putNextEntry(inputFileProvider.getZipEntry(filename));
41 try (InputStream is = inputFileProvider.getInputStream(filename)) {
48 public void write(String filename, byte[] content) throws IOException {
49 checkArgument(filename.equals(DESUGAR_DEPS_FILENAME) || filename.endsWith(".class"),
50 "Expect file to be copied: %s", filename);
51 writeStoredEntry(out, filename, content);
59 private static void writeStoredEntry(ZipOutputStream out, String filename, byte[] content)
65 ZipEntry result = new ZipEntry(filename);
    [all...]
  /external/dtc/tests/
dumptrees.c 34 const char *filename; member in struct:__anon19008
50 const char *filename = trees[i].filename; local
57 printf("Tree \"%s\", %d bytes\n", filename, size);
59 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
  /external/eigen/bench/btl/generic_bench/utils/
xy_file.hh 28 bool read_xy_file(const std::string & filename, std::vector<int> & tab_sizes,
32 std::ifstream input_file (filename.c_str(),std::ios::in);
36 INFOS("!!! Error opening "<<filename);
64 void dump_xy_file(const Vector_A & X, const Vector_B & Y, const std::string & filename){
66 ofstream outfile (filename.c_str(),ios::out) ;
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/
error.py 8 def __init__(self, filename, message, lineno=None, addenda=None, **kwargs):
9 """|filename| is the (primary) file which caused the error, |message| is the
14 self.filename = filename
21 s = "%s:%d: Error: %s" % (self.filename, self.lineno, self.message)
23 s = "%s: Error: %s" % (self.filename, self.message)
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
run_translate.py 21 print "usage: %s filename" % sys.argv[0]
24 for filename in argv[1:]:
25 with open(filename) as f:
26 print "%s:" % filename
27 print Translate(Parse(f.read(), filename),
28 os.path.splitext(os.path.basename(filename))[0])
  /external/ltp/testcases/kernel/io/ltp-aiodio/
read_checkzero.c 38 int read_eof(char *filename)
45 if ((fd = open(filename, O_RDWR)) < 0) {
46 fprintf(stderr, "can't open file %s \n", filename);
75 printf("You must pass a filename to the test \n");
79 char *filename = argv[1]; local
81 read_eof(filename);
  /external/ltp/testcases/kernel/syscalls/fdatasync/
fdatasync01.c 41 * Initialize filename and open it in write mode for each child process.
75 static char filename[30]; variable
128 /* Initialize unique filename for each child process */
129 if (sprintf(filename, "fdatasync_%d", getpid()) <= 0) {
130 tst_brkm(TBROK, cleanup, "Failed to initialize filename");
132 if ((fd = open(filename, O_CREAT | O_WRONLY, 0777)) == -1) { //mode must be specified when O_CREATE is in the flag
135 if ((write(fd, filename, strlen(filename) + 1)) == -1) {
  /external/skia/src/utils/
SkOSPath.cpp 23 const char* filename = strrchr(fullPath, SEPARATOR); local
24 if (nullptr == filename) {
25 filename = fullPath;
27 ++filename;
29 return SkString(filename);
  /external/skqp/src/utils/
SkOSPath.cpp 23 const char* filename = strrchr(fullPath, SEPARATOR); local
24 if (nullptr == filename) {
25 filename = fullPath;
27 ++filename;
29 return SkString(filename);
  /external/tensorflow/tensorflow/contrib/ffmpeg/
ffmpeg_lib.h 30 explicit FileDeleter(const string& filename) : filename_(filename) {}
38 Status WriteFile(const string& filename, tensorflow::StringPiece contents);
43 Status ReadAudioFile(const string& filename, const string& audio_format_id,
58 Status ReadVideoFile(const string& filename, std::vector<uint8>* output_data,
  /external/ImageMagick/PerlMagick/t/
ping.t 27 my (@blob, $filename, $format, $height, $image, $size, $status, $width);
29 $filename='input_p6.ppm';
30 print "Ping \"$filename\" ...\n";
32 ($width, $height, $size, $format)=$image->Ping("$filename");
46 $status=$image->Read($filename);
  /external/autotest/client/site_tests/logging_UdevCrash/
logging_UdevCrash.py 21 for filename in os.listdir(self._SYSTEM_CRASH_DIR):
22 if not filename.startswith('change__i2c_atmel_mxt_ts'):
24 filename)
25 if filename.endswith('meta'):
28 filepath = os.path.join(self._SYSTEM_CRASH_DIR, filename)
29 if filename.endswith('.log.gz'):
31 elif filename.endswith('.log'):
35 filename)
59 for filename in os.listdir(DRIVER_DIR):
60 if os.path.isdir(os.path.join(DRIVER_DIR, filename))
    [all...]
  /external/eigen/bench/btl/data/
regularize.cxx 30 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops);
31 void regularize_curve(const string & filename,
43 INFOS("!!! Error ... usage : main filename start_cut_size stop_cut_size regularize_filename");
51 string filename=argv[1]; local
54 INFOS(filename);
60 read_xy_file(filename,tab_sizes,tab_mflops);
71 void regularize_curve(const string & filename,
77 ofstream output_file (filename.c_str(),ios::out) ;
109 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){
111 ifstream input_file (filename.c_str(),ios::in)
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.h 19 void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename,
30 return comparePaths(reporter, filename, one, two, bitmap);
45 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
47 const char* filename, bool checkFail);
49 const char* filename);
54 void (*firstTest)(skiatest::Reporter* , const char* filename),
55 void (*skipTest)(skiatest::Reporter* , const char* filename),
56 void (*stopTest)(skiatest::Reporter* , const char* filename), bool reverse)
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011>>