Searched defs:filename (Results 101 - 125 of 1319) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc47 RawFD RawOpenForWriting(const char* filename) { argument
52 RawFD fd = CreateFileA(filename, GENERIC_WRITE, 0, NULL,
89 RawFD RawOpenForWriting(const char* filename) { argument
90 return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiler_unittest.cc83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]);
88 fprintf(stderr, " filename: The name of the output profile.\n");
96 const char* filename = NULL; local
101 filename = argv[3];
104 if (filename) {
105 ProfilerStart(filename);
119 if (filename) {
120 printf("FORK test only makes sense when no filename is specified.\n");
137 if (filename) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc47 RawFD RawOpenForWriting(const char* filename) { argument
52 RawFD fd = CreateFileA(filename, GENERIC_WRITE, 0, NULL,
89 RawFD RawOpenForWriting(const char* filename) { argument
90 return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiler_unittest.cc83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]);
88 fprintf(stderr, " filename: The name of the output profile.\n");
96 const char* filename = NULL; local
101 filename = argv[3];
104 if (filename) {
105 ProfilerStart(filename);
119 if (filename) {
120 printf("FORK test only makes sense when no filename is specified.\n");
137 if (filename) {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Drtp_file_reader_unittest.cc23 void Init(const std::string& filename) { argument
25 test::ResourcePath("video_coding/" + filename, "rtp");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-dbgfmt.h31 char *pathname; /* full pathname (drive+basepath+filename) */
32 char *filename; /* filename as yasm knows it internally */ member in struct:__anon15607
/external/chromium_org/tools/gn/
H A Dfunction_write_file_unittest.cc16 const std::string& filename,
21 args.push_back(Value(NULL, filename));
15 CallWriteFile(Scope* scope, const std::string& filename, const Value& data) argument
/external/compiler-rt/lib/asan/
H A Dasan_interface_internal.h28 const char *filename; member in struct:__asan_global_source_location
/external/deqp/execserver/
H A DxsPosixFileReader.cpp44 void FileReader::start (const char* filename) argument
48 m_file = deFile_create(filename, DE_FILEMODE_OPEN|DE_FILEMODE_READ);
/external/doclava/src/com/google/doclava/
H A DDocFile.java30 public static String readFile(String filename) { argument
32 File f = new File(filename);
57 public static String getPathRoot(String filename) { argument
61 int langStart = filename.indexOf("/" + t + "/");
63 int langEnd = filename.indexOf("/", langStart + 1);
64 filename = filename.substring(langEnd + 1);
68 return filename;
182 String filename = outfile;
185 filename
[all...]
/external/e2fsprogs/e2fsck/
H A Dextend.c21 fprintf(stderr, _("%s: %s filename nblocks blocksize\n"),
29 char *filename; local
38 filename = argv[1];
55 fd = open(filename, O_RDWR);
57 perror(filename);
/external/eigen/bench/btl/data/
H A Dregularize.cxx30 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, argument
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){ argument
111 ifstream input_file (filename
[all...]
/external/eigen/bench/btl/generic_bench/utils/
H A Dxy_file.hh28 bool read_xy_file(const std::string & filename, std::vector<int> & tab_sizes, argument
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){ argument
66 ofstream outfile (filename.c_str(),ios::out) ;
/external/javassist/src/main/javassist/
H A DURLClassPath.java162 String filename)
167 url = new URL("http", host, port, filename);
161 fetchClass0(String host, int port, String filename) argument
/external/javassist/src/main/javassist/bytecode/
H A DSourceFileAttribute.java41 * @param filename the name of the source file.
43 public SourceFileAttribute(ConstPool cp, String filename) { argument
45 int index = cp.addUtf8Info(filename);
/external/jemalloc/test/unit/
H A Dprof_gdump.c10 prof_dump_open_intercept(bool propagate_err, const char *filename) argument
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DBaseResourceLoader.java37 * Default implementation returns the filename as the ResourceLoaders that subclass this class
38 * tend to assume they are the only ResourceLoader in use. Or at least that the filename is the
42 public Object getKey(String filename) { argument
43 return filename;
50 public Object getResourceVersionId(String filename) { argument
51 return filename;
H A DFileSystemResourceLoader.java72 public Object getResourceVersionId(String filename) { argument
73 File file = new File(rootDir, filename);
H A DResourceLoader.java75 * file name in the context of this ResourceLoader. (e.g. ordered list of directories + filename,
78 * @param filename the name we want to identify
81 Object getKey(String filename); argument
/external/jsilver/src/org/clearsilver/
H A DCS.java42 * @param filename the name of file to read in and parse.
47 void parseFile(String filename) throws IOException; argument
/external/kernel-headers/original/uapi/linux/
H A Dbcm933xx_hcs.h18 char filename[64]; member in struct:bcm_hcs
/external/libmtp/examples/
H A Dsendfile.c46 fprintf(stderr, "usage: sendfile <local filename> <remote filename>\n");
52 char *filename; local
66 filename = basename(from_path);
75 genfile->filename = strdup(filename);
76 genfile->filetype = find_filetype (filename);
/external/libnfc-nci/src/adaptation/
H A DCrcChecksum.cpp93 ** filename: file name.
98 BOOLEAN crcChecksumVerifyIntegrity (const char* filename) argument
100 ALOGD ("%s: filename=%s", __FUNCTION__, filename);
102 int fileStream = open (filename, O_RDONLY);
/external/libsepol/tests/
H A Dhelpers.c37 char filename[PATH_MAX]; local
40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) {
44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) {
57 if (read_source_policy(p, filename, test_name)) {
58 fprintf(stderr, "failed to read policy %s\n", filename);
/external/libvorbis/test/
H A Dtest.c50 char filename [64] ; local
51 snprintf (filename, sizeof (filename), "vorbis_%dch_q%.1f_%u.ogg", ch,q*10,sample_rates [k]);
53 printf (" %-20s : ", filename);
59 write_vorbis_data_or_die (filename, sample_rates [k], q, data_out, ARRAY_LEN (data_out),ch);
60 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in));
66 remove (filename);

Completed in 600 milliseconds

1234567891011>>