Searched defs:createFile (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Djournal.c51 static int createFile(JournalFile *p){ function
112 rc = createFile(p);
228 return createFile((JournalFile *)p);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.cpp165 void DOMFileSystem::createFile(const FileEntry* fileEntry, FileCallback* successCallback, ErrorCallback* errorCallback) function in class:blink::DOMFileSystem
H A DDOMFileSystemBase.cpp192 PassRefPtrWillBeRawPtr<File> DOMFileSystemBase::createFile(const FileMetadata& metadata, const KURL& fileSystemURL, FileSystemType type, const String name) function in class:blink::DOMFileSystemBase
360 fileSystem()->createFile(createFileSystemURL(absolutePath), flags.exclusive, callbacks.release());
H A DDOMFileSystemSync.cpp127 m_result->m_file = DOMFileSystemBase::createFile(metadata, m_url, m_type, m_name);
152 PassRefPtrWillBeRawPtr<File> DOMFileSystemSync::createFile(const FileEntrySync* fileEntry, ExceptionState& exceptionState) function in class:blink::DOMFileSystemSync
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystem.h114 virtual void createFile(const WebURL& path, bool exclusive, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebFileSystem
/external/chromium_org/third_party/libxslt/libxslt/
H A Dsecurity.c67 xsltSecurityCheck createFile; member in struct:_xsltSecurityPrefs
137 sec->createFile = func; return(0);
165 return(sec->createFile);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DIsolatedFileSystem.js162 createFile: function(path, name, callback)
H A DFileSystemWorkspaceBinding.js517 createFile: function(path, name, content, callback)
519 this._fileSystem.createFile(path, name, innerCallback.bind(this));
H A DWorkspace.js155 createFile: function(path, name, content, callback) { },
503 createFile: function(path, name, content, callback)
505 this._projectDelegate.createFile(path, name, content, innerCallback);
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp227 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) { function in class:clang::tooling::FlushRewrittenFilesTest
264 FileID ID = createFile("input.cpp", "line1\nline2\nline3\nline4");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DScenarioData.java76 private File createFile(File outputDir, String subdir, String name, String extension) { method in class:ScenarioData
309 File imgFile = createFile(outputDir, "graphs", imgFileName, "gif");
411 File outputFile = createFile(outputDir, "raw", scenarioFileName, "html");
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc543 void WebFileSystemImpl::createFile( function in class:content::WebFileSystemImpl
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DContentProviderBasedProjectDelegate.js175 createFile: function(path, name, content, callback)
H A DScriptSnippetModel.js685 createFile: function(path, name, content, callback)
/external/llvm/lib/IR/
H A DDIBuilder.cpp214 /// createFile - Create a file descriptor to hold debugging information
216 DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) { function in class:DIBuilder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c68947 static int createFile(JournalFile *p){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c76147 static int createFile(JournalFile *p){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c76167 static int createFile(JournalFile *p){ function
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 637 milliseconds

12