Searched defs:fileName (Results 1 - 25 of 213) sorted by last modified time

123456789

/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc763 WebRtc_Word32 Trace::TraceFile(WebRtc_Word8 fileName[FileWrapper::kMaxFileNameSize]) argument
768 int retVal = trace->TraceFileImpl(fileName);
775 WebRtc_Word32 Trace::SetTraceFile(const WebRtc_Word8* fileName, argument
781 int retVal = trace->SetTraceFileImpl(fileName, addFileCounter);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs50 /// <param name="fileName">The name of the compressed file to create</param>
53 public GZipStream(string fileName, CompressLevel level) argument
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
58 throw new ZLibException(-1, "Could not open " + fileName);
64 /// <param name="fileName">The name of the file to open</param>
66 public GZipStream(string fileName) argument
69 _gzFile = gzopen(fileName, "rb");
71 throw new ZLibException(-1, "Could not open " + fileName);
/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.cpp354 String AbstractDatabase::fileName() const function in class:WebCore::AbstractDatabase
H A DDatabaseTracker.cpp230 return quotaForOriginNoLock(origin) - originQuotaManager().diskUsage(origin) + SQLiteFileSystem::getDatabaseFileSize(database->fileName());
313 String fileName = SQLiteFileSystem::getFileNameForNewDatabase(originPath, name, originIdentifier, &m_database); local
314 if (!addDatabase(origin, name, fileName))
319 String fullFilePath = SQLiteFileSystem::appendDatabaseFileNameToPath(originPath, fileName);
542 originQuotaManager().addDatabase(database->securityOrigin(), database->stringIdentifier(), database->fileName());
/external/webkit/Source/WebKit/android/
H A DRenderSkinAndroid.cpp57 bool RenderSkinAndroid::DecodeBitmap(android::AssetManager* am, const char* fileName, SkBitmap* bitmap) argument
59 android::Asset* asset = am->open(fileName, android::Asset::ACCESS_BUFFER);
61 asset = am->openNonAsset(fileName, android::Asset::ACCESS_BUFFER);
63 ALOGD("RenderSkinAndroid: File \"%s\" not found.\n", fileName);
70 ALOGD("RenderSkinAndroid: Failed to decode %s\n", fileName);
/external/webkit/Source/WebKit/android/plugins/
H A DANPTypefaceInterface.cpp61 static int32_t anp_getFontPath(const ANPTypeface* tf, char fileName[], argument
63 size_t size = SkFontHost::GetFileName(SkTypeface::UniqueID(tf), fileName,
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginListBuilderImpl.cpp42 void WebPluginListBuilderImpl::addPlugin(const WebString& name, const WebString& description, const WebString& fileName) argument
47 info.file = fileName;
/external/webkit/Source/WebKit/chromium/tests/
H A DWebFrameTest.cpp62 void registerMockedURLLoad(const std::string& fileName) argument
70 filePath += fileName;
72 webkit_support::RegisterMockedURL(WebURL(GURL(baseURL + fileName)), response, WebString::fromUTF8(filePath));
80 void loadFrame(WebFrame* frame, const std::string& fileName) argument
84 urlRequest.setURL(WebURL(GURL(baseURL + fileName)));
H A DWebPageSerializerTest.cpp76 void registerMockedURLLoad(const WebURL& url, const WebString& fileName) argument
83 filePath.append(fileName.utf8());
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebdatabase.cpp48 file in the local file system is returned by fileName(). You can access the database directly
138 sqldb.setDatabaseName(webdb.fileName());
148 QString QWebDatabase::fileName() const function in class:QWebDatabase
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp597 QString fileName = dbs[i].fileName(); local
598 QVERIFY(QFile::exists(fileName));
600 QVERIFY(!QFile::exists(fileName));
/external/webkit/Source/WebKit/qt/tests/qwebplugindatabase/
H A Dtst_qwebplugindatabase.cpp68 QString fileName = jsPlugin["filename"].toString(); local
72 QCOMPARE(QFileInfo(plugin.path()).fileName(), fileName);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
H A DInjectedBundleWin.cpp58 String fileName = pathGetFileName(path); local
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h109 void setRedirectOutputFileName(const QString& fileName) { m_redirectOutputFileName = fileName; } argument
110 void setRedirectErrorFileName(const QString& fileName) { m_redirectErrorFileName = fileName; } argument
H A Dmain.cpp197 QString fileName = takeOptionValue(args, index); local
198 dumper.setRedirectOutputFileName(fileName);
199 if (fileName.isEmpty() || !freopen(qPrintable(fileName), "w", stdout)) {
206 QString fileName = takeOptionValue(args, index); local
207 dumper.setRedirectErrorFileName(fileName);
208 if (!freopen(qPrintable(fileName), "w", stderr)) {
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp245 QString fileName = QFileDialog::getSaveFileName(label, "Screenshot", QString(), QString("PNG File (.png)")); local
246 if (!fileName.isEmpty()) {
251 if (!rx.exactMatch(fileName))
252 fileName += ".png";
254 pixmap.save(fileName, "png");
256 label->setWindowTitle(QString("Screenshot - Saved at %1").arg(fileName));
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp670 QString fileName = QFileDialog::getSaveFileName(label, "Screenshot"); local
671 if (!fileName.isEmpty()) {
672 pixmap.save(fileName, "png");
674 label->setWindowTitle(QString("Screenshot - Saved at %1").arg(fileName));
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp101 const char* fileName = fileNameStr.c_str(); local
102 FILE* file = fopen(fileName, "r");
105 fprintf(stderr, "can't read %s\n", fileName);
1403 bool Ignore(char* fileName, size_t len) argument
1407 if (fileName[len - 1] =='/')
1409 if (strcmp(fileName, ".DS_Store") == 0)
1411 if (strcmp(fileName, ".ignoreSVN") == 0)
1416 void FixStar(char* fileName, size_t len) argument
1418 if (fileName[len - 1] =='*')
1419 fileName[le
1424 char* fileName = *fileNamePtr; local
[all...]
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dminidom.c36 static char* createStringWithContentsOfFile(const char* fileName);
98 static char* createStringWithContentsOfFile(const char* fileName) argument
106 FILE* f = fopen(fileName, "r");
108 fprintf(stderr, "Could not open file: %s\n", fileName);
H A Dtestapi.c751 static char* createStringWithContentsOfFile(const char* fileName);
1441 static char* createStringWithContentsOfFile(const char* fileName) argument
1449 FILE* f = fopen(fileName, "r");
1451 fprintf(stderr, "Could not open file: %s\n", fileName);
/external/webkit/Source/JavaScriptCore/
H A Djsc.cpp72 static bool fillBufferWithContentsOfFile(const UString& fileName, Vector<char>& buffer);
210 UString fileName = exec->argument(0).toString(exec); local
212 if (!fillBufferWithContentsOfFile(fileName, script))
219 evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(script.data(), fileName));
227 UString fileName = exec->argument(0).toString(exec); local
229 if (!fillBufferWithContentsOfFile(fileName, script))
233 Completion result = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(script.data(), fileName));
241 UString fileName = exec->argument(0).toString(exec); local
243 if (!fillBufferWithContentsOfFile(fileName, script))
250 Completion result = checkSyntax(globalObject->globalExec(), makeSource(script.data(), fileName));
377 UString fileName; local
548 fillBufferWithContentsOfFile(const UString& fileName, Vector<char>& buffer) argument
[all...]
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.cpp86 \a fileName is used for error reporting. For example in error objects
87 the file name is accessible through the "fileName" property if it's
90 QScriptValue QScriptEngine::evaluate(const QString& program, const QString& fileName, int lineNumber) argument
92 return QScriptValuePrivate::get(d_ptr->evaluate(program, fileName, lineNumber));
H A Dqscriptengine_p.cpp68 QScriptValuePrivate* QScriptEnginePrivate::evaluate(const QString& program, const QString& fileName, int lineNumber) argument
71 JSStringRef file = QScriptConverter::toString(fileName);
H A Dqscriptengine_p.h53 QScriptValuePrivate* evaluate(const QString& program, const QString& fileName, int lineNumber);
55 inline JSValueRef evaluate(JSStringRef program, JSStringRef fileName, int lineNumber);
110 JSValueRef QScriptEnginePrivate::evaluate(JSStringRef program, JSStringRef fileName, int lineNumber) argument
113 JSValueRef result = JSEvaluateScript(m_context, program, /* Global Object */ 0, fileName, lineNumber, &exception);
168 JSRetainPtr<JSStringRef> fileName(Adopt, JSValueToStringCopy(m_context, jsFileName, &exception));
171 .arg(QScriptConverter::toString(fileName.get()))
H A Dqscriptprogram.cpp55 fileName and \a firstLineNumber.
58 const QString fileName,
60 : d_ptr(new QScriptProgramPrivate(sourceCode, fileName, firstLineNumber))
106 QString QScriptProgram::fileName() const function in class:QScriptProgram
108 return d_ptr->fileName();
57 QScriptProgram(const QString& sourceCode, const QString fileName, int firstLineNumber) argument

Completed in 362 milliseconds

123456789