HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 1 - 25 of 5706) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
hash_in_var.mk 2 file = $(shell echo tmp/test\#.ext) macro
6 test1: $(file)
9 $(file):
10 touch $(file)
  /external/curl/tests/
nroff-scan.pl 11 # This software is licensed as described in the file COPYING, which
17 # furnished to do so, under the terms of the COPYING file.
55 sub file { subroutine
58 die "no file";
101 file($f);
  /external/python/cpython2/PC/
testpy.py 24 file = os.path.join(dir, "os.py") variable
25 if os.path.isfile(file):
  /external/python/cpython3/PC/
testpy.py 22 file = os.path.join(dir, "os.py") variable
23 if os.path.isfile(file):
  /prebuilts/go/darwin-x86/misc/swig/stdio/
file.go 3 // license that can be found in the LICENSE file.
5 // This file is here just to cause problems.
6 // file.swig turns into a file also named file.go.
10 package file package
file_test.go 3 // license that can be found in the LICENSE file.
5 package file package
9 // Open this file itself and verify that the first few characters are
  /prebuilts/go/darwin-x86/src/go/build/testdata/other/file/
file.go 3 package file package
  /prebuilts/go/linux-x86/misc/swig/stdio/
file.go 3 // license that can be found in the LICENSE file.
5 // This file is here just to cause problems.
6 // file.swig turns into a file also named file.go.
10 package file package
file_test.go 3 // license that can be found in the LICENSE file.
5 package file package
9 // Open this file itself and verify that the first few characters are
  /prebuilts/go/linux-x86/src/go/build/testdata/other/file/
file.go 3 package file package
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
23 * Checks creation and deletion of a file.
28 File file = File.createTempFile(String.valueOf(System.currentTimeMillis()), null, null); local
30 assertTrue(file.exists());
31 assertTrue(file.delete());
32 assertFalse(file.exists());
  /art/tools/ahat/src/test-dump/
Main.java 5 * you may not use this file except in compliance with the License.
31 System.err.println("no output file specified");
34 String file = args[0]; local
37 // baseline hprof file suitable for using in testing diff.
53 System.err.println("Dumping hprof data to " + file);
54 VMDebug.dumpHprofData(file);
  /build/make/core/combo/
HOST_linux-x86.mk 5 # you may not use this file except in compliance with the License.
27 # $(1): The file to check
28 define get-file-size
  /external/elfutils/libdwfl/
dwfl_lineinfo.c 3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
49 if (unlikely (info->file >= info->files->nfiles))
55 struct Dwarf_Fileinfo_s *file = &info->files->info[info->file]; local
57 *mtime = file->mtime;
59 *length = file->length;
60 return file->name;
  /external/swiftshader/src/Common/
Debug.cpp 4 // you may not use this file except in compliance with the License.
24 FILE *file = fopen("debug.txt", "a"); local
26 if(file)
30 vfprintf(file, format, vararg);
33 fclose(file);
  /frameworks/base/tools/aapt/
SourcePos.h 12 String8 file; member in class:SourcePos
27 static void printErrors(FILE* to);
  /libcore/ojluni/src/main/java/java/nio/file/
CopyOption.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
29 * An object that configures how to copy or move a file.
35 * Files.move(Path,Path,CopyOption...)} methods to configure how a file is
OpenOption.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
29 * An object that configures how to open or create a file.
36 * when opening or creating a file.
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
FileType.java 41 import java.nio.file.*;
47 System.err.println("usage: java FileType file...");
51 Path file = Paths.get(arg); local
53 if (Files.isDirectory(file)) {
56 type = Files.probeContentType(file);
60 System.out.format("%s\t%s%n", file, type);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
FileType.java 41 import java.nio.file.*;
47 System.err.println("usage: java FileType file...");
51 Path file = Paths.get(arg); local
53 if (Files.isDirectory(file)) {
56 type = Files.probeContentType(file);
60 System.out.format("%s\t%s%n", file, type);
  /external/jcommander/src/test/java/com/beust/jcommander/
ArgsRequiredWrongMain.java 5 public String[] file; field in class:ArgsRequiredWrongMain
  /external/llvm/utils/
clang-parse-diagnostics-file 67 file = file_diags.get('main-file') variable
69 # Ignore diagnostics for 'conftest.c', which is the file autoconf uses
71 if os.path.basename(file) == 'conftest.c':
79 to_report.append((file, selected_diags))
88 for file,selected_diags in to_report:
89 print "*** %s ***" % file
  /external/ltp/lib/
tst_dir_is_empty.c 35 const char *file = entry->d_name; local
37 if (!strcmp(file, "..") || !strcmp(file, "."))
41 tst_resm(TINFO, "found a file: %s", file);
  /external/nanopb-c/tests/basic_stream/
encode_stream.c 12 FILE *file = (FILE*) stream->state; local
13 return fwrite(buf, 1, count, file) == count;
  /external/vogar/src/vogar/commands/
Rm.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
32 public void file(File file) { method in class:Rm
33 new Command(log, "rm", "-rf", file.getPath()).execute();

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>