Searched refs:filename (Results 276 - 300 of 2845) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dfiles.py18 def abs_file(self, filename):
19 """Return the absolute normalized form of `filename`."""
20 return os.path.normcase(os.path.abspath(os.path.realpath(filename)))
22 def relative_filename(self, filename):
23 """Return the relative form of `filename`.
25 The filename will be relative to the current directory when the
29 if filename.startswith(self.relative_dir):
30 filename = filename.replace(self.relative_dir, "")
31 return filename
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Derroroutput.py25 def GetUnixErrorOutput(filename, error, new_error=False):
36 return '%s:%s:(%s) %s' % (filename, line, error_code, error.message)
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dfixjsstyle.py53 for filename in files:
54 runner.Run(filename, fixer)
/external/chromium_org/third_party/libxml/src/
H A DDOCBparser.c132 * @filename: an optional file name or URI
137 * The value of @filename is used for fetching external entities
147 const char *filename ATTRIBUTE_UNUSED,
158 return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename));
221 * @filename: the filename
231 docbCreateFileParserCtxt(const char *filename ATTRIBUTE_UNUSED,
242 return (xmlCreateFileParserCtxt(filename));
247 * @filename: the filename
[all...]
/external/chromium_org/third_party/npapi/npspy/common/
H A Dlogfile.cpp55 BOOL CLogFile::create(char * filename, BOOL delete_existing) argument
57 strcpy(szFileName, filename);
/external/chromium_org/third_party/skia/dm/
H A DDMSKPTask.cpp16 SkString filename)
19 , fName(FileToTaskName(filename)) {}
13 SKPTask(Reporter* r, TaskRunner* tr, const SkPicture* pic, SkString filename) argument
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DResourceBundle.java22 static boolean assetContainedInApk(Context ctx, String filename) { argument
25 AssetFileDescriptor afd = am.openFd(filename);
/external/chromium_org/ui/base/resource/
H A Dresource_bundle_android.cc35 bool AssetContainedInApk(const std::string& filename) { argument
40 base::android::ConvertUTF8ToJavaString(env, filename).obj());
/external/fio/examples/
H A De4defrag2.fio46 filename=file
57 filename=file3
68 filename=file3
82 filename=file3
/external/libxml2/
H A DDOCBparser.c132 * @filename: an optional file name or URI
137 * The value of @filename is used for fetching external entities
147 const char *filename ATTRIBUTE_UNUSED,
158 return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename));
221 * @filename: the filename
231 docbCreateFileParserCtxt(const char *filename ATTRIBUTE_UNUSED,
242 return (xmlCreateFileParserCtxt(filename));
247 * @filename: the filename
[all...]
/external/opencv/cxcore/src/
H A Dcximage.cpp58 icvIsXmlOrYaml( const char* filename )
60 const char* suffix = strrchr( filename, '.' );
107 bool CvImage::load( const char* filename, const char* imgname, int color ) argument
115 if( icvIsXmlOrYaml(filename) )
117 img = icvRetrieveImage(cvLoad(filename,0,imgname));
132 img = load_image( filename, color );
182 void CvImage::save( const char* filename, const char* imgname ) argument
189 if( icvIsXmlOrYaml( filename ) )
190 cvSave( filename, image, imgname );
194 save_image( filename, imag
258 load( const char* filename, const char* matname, int color ) argument
335 save( const char* filename, const char* matname ) argument
[all...]
/external/opencv/otherlibs/highgui/
H A D_highgui.h81 CVAPI(int) cvHaveImageReader(const char* filename);
82 CVAPI(int) cvHaveImageWriter(const char* filename);
H A Dgrfmt_jpeg.h56 GrFmtJpegReader( const char* filename );
75 GrFmtJpegWriter( const char* filename );
94 virtual bool Open( const char* filename );
112 GrFmtJpegReader( const char* filename );
173 virtual bool Open( const char* filename );
187 GrFmtJpegWriter( const char* filename );
209 GrFmtReader* NewReader( const char* filename );
210 GrFmtWriter* NewWriter( const char* filename );
/external/oprofile/libpp/
H A Dparse_filename.h3 * Split a sample filename into its constituent parts
39 * the original sample filename from which the
42 std::string filename; member in struct:parsed_filename
52 * parse a sample filename
53 * @param filename in: a sample filename
56 * filename is split into constituent parts, the lib_image is optional
62 parsed_filename parse_filename(std::string const & filename,
H A Dprofile.cpp41 count_type profile_t::sample_count(string const & filename) argument
45 open_sample_file(filename, samples_db);
60 enum profile_type profile_t::is_spu_sample_file(string const & filename) argument
64 open_sample_file(filename, samples_db);
73 void profile_t::open_sample_file(string const & filename, odb_t & db) argument
77 opd_header head = read_header(filename);
87 int rc = odb_open(&db, filename.c_str(), ODB_RDONLY,
91 throw op_fatal_error(filename + ": " + strerror(rc));
94 void profile_t::add_sample_file(string const & filename) argument
98 open_sample_file(filename, samples_d
[all...]
/external/pixman/demos/
H A Dgtk-utils.h10 pixman_image_from_file (const char *filename, pixman_format_code_t format);
/external/skia/dm/
H A DDMSKPTask.cpp8 SKPTask::SKPTask(Reporter* r, TaskRunner* tr, SkPicture* pic, SkString filename) argument
9 : CpuTask(r, tr), fPicture(SkRef(pic)), fName(FileToTaskName(filename)) {}
/external/chromium_org/tools/grit/grit/format/
H A Dhtml_inline.py43 '<link rel="stylesheet"[^>]+?href="(?P<filename>[^"]*)".*?>(\s*</link>)?',
46 '<include[^>]+?src="(?P<filename>[^"\']*)".*?>(\s*</include>)?',
49 r'<(?!script)(?:[^>]+?\s)src=(?P<quote>")(?P<filename>[^"\']*)\1',
53 'href=(?P<quote>")(?P<filename>[^"\']*)\1',
76 Takes a regex match for src="filename", attempts to read the file
77 at 'filename' and returns the src attribute with the file inlined
82 src_match: regex match object with 'filename' and 'quote' named capturing
88 It will still add the filename to |inlined_files|.
93 filename = src_match.group('filename')
[all...]
/external/qemu/block/
H A Draw-win32.c76 static int raw_open(BlockDriverState *bs, const char *filename, int flags) argument
95 s->hfile = CreateFile(filename, access_flags,
209 static int raw_create(const char *filename, QEMUOptionParameter *options) argument
222 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY,
280 static int find_device_type(BlockDriverState *bs, const char *filename) argument
286 if (strstart(filename, "\\\\.\\", &p) ||
287 strstart(filename, "//./", &p)) {
306 static int hdev_probe_device(const char *filename) argument
308 if (strstart(filename, "/dev/cdrom", NULL))
310 if (is_windows_drive(filename))
315 hdev_open(BlockDriverState *bs, const char *filename, int flags) argument
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dast_unittest.py50 node1 = ast.NodeBase(filename="hello.mojom", lineno=123)
59 # Check that |filename| and |lineno| are set properly (and are None by
61 self.assertEquals(node1.filename, "hello.mojom")
63 self.assertIsNone(node2.filename)
75 node4 = _TestNode(123, filename="world.mojom", lineno=123)
81 node1 = _TestNode(1, filename="foo.mojom", lineno=1)
83 node1b = _TestNode(1, filename="foo.mojom", lineno=1)
84 node2 = _TestNode(2, filename="foo.mojom", lineno=2)
89 self.assertIsNone(nodelist1.filename)
96 self.assertEquals(nodelist2.filename, "fo
[all...]
/external/deqp/scripts/log/
H A Dlog_parser.py47 def __init__ (self, filename, line, message):
48 self.filename = filename
53 return "%s:%d: %s" % (self.filename, self.line, self.message)
69 def parseFile (self, filename):
70 self.init(filename)
72 f = open(filename, 'rb')
80 def init (self, filename):
91 self.filename = filename
[all...]
/external/e2fsprogs/lib/blkid/
H A Dcache.c83 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) argument
98 filename ? filename : "default cache"));
106 if (filename && !strlen(filename))
107 filename = 0;
108 if (!filename)
109 filename = safe_getenv("BLKID_FILE");
110 if (!filename)
111 filename
[all...]
/external/llvm/utils/lit/lit/formats/
H A Dbase.py17 for filename in os.listdir(source_path):
19 if (filename.startswith('.') or
20 filename in localConfig.excludes):
23 filepath = os.path.join(source_path, filename)
25 base,ext = os.path.splitext(filename)
27 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
66 for filename in filenames:
67 if (filename.startswith('.') or
68 not self.pattern.match(filename) or
69 filename i
[all...]
/external/zopfli/src/zopfli/
H A Dzopfli_bin.c39 static void LoadFile(const char* filename, argument
45 file = fopen(filename, "rb");
71 static void SaveFile(const char* filename, argument
73 FILE* file = fopen(filename, "wb" );
80 outfilename: filename to write output to, or 0 to write to stdout instead
92 fprintf(stderr, "Invalid filename: %s\n", infilename);
131 const char* filename = 0; local
156 " filename + '.gz'\n"
178 filename = argv[i];
182 outfilename = AddStrings(filename, "
[all...]
/external/chromium_org/third_party/boringssl/
H A Dupdate_gypi_and_asm.py47 for filename in filenames:
48 if filename == 'CMakeLists.txt':
49 cmakefiles.append(os.path.join(path, filename))
76 for filename in filenames:
77 if filename.endswith('.c') and filter_func(filename, False):
78 cfiles.append(os.path.join(path, filename))
135 def ArchForAsmFilename(filename):
137 based on substrings in the filename."""
139 if 'x86_64' in filename o
[all...]

Completed in 540 milliseconds

<<11121314151617181920>>