Searched defs:openFile (Results 1 - 25 of 41) sorted by relevance

12

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
H A DFileOutput.java49 openFile().close();
53 final OutputStream output = openFile();
66 private OutputStream openFile() throws IOException { method in class:FileOutput
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DMmsFileProvider.java72 public ParcelFileDescriptor openFile(Uri uri, String fileMode) throws FileNotFoundException { method in class:MmsFileProvider
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
H A DTelephonyTestProvider.java81 public ParcelFileDescriptor openFile(Uri uri, String fileMode) throws FileNotFoundException { method in class:TelephonyTestProvider
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DModuleWriter.java36 public void openFile(String outputFileName) { method in class:ModuleWriter
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DEABProvider.java378 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException { method in class:EABProvider
/external/skia/tools/mdbviz/
H A Dmainwindow.cpp23 void MainWindow::openFile() { function in class:MainWindow
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile);
/external/skqp/tools/mdbviz/
H A Dmainwindow.cpp23 void MainWindow::openFile() { function in class:MainWindow
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile);
/external/clang/lib/Basic/
H A DFileManager.cpp212 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, argument
254 if (getStatValue(InterndFileName, Data, true, openFile ? &F : nullptr)) {
262 assert((openFile || !F) && "undesired open file");
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
H A DDetectingViewer.java130 private BufferedInputStream openFile(File file) method in class:DetectingViewer
144 // private void openFile(String directory, String filename)
146 // openFile(new File(directory, filename));
358 BufferedInputStream inputStream = openFile(file);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowContentProviderClient.java85 public ParcelFileDescriptor openFile(Uri url, String mode) method in class:ShadowContentProviderClient
87 return provider.openFile(url, mode);
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXCldrStub.java344 public static BufferedReader openFile(Class<?> class1, String file) { method in class:XCldrStub.FileUtilities
345 return openFile(class1, file, UTF8);
348 public static BufferedReader openFile(Class<?> class1, String file, Charset charset) { method in class:XCldrStub.FileUtilities
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java342 public static BufferedReader openFile(Class<?> class1, String file) { method in class:XCldrStub.FileUtilities
343 return openFile(class1, file, UTF8);
346 public static BufferedReader openFile(Class<?> class1, String file, Charset charset) { method in class:XCldrStub.FileUtilities
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContentResolverTest.java862 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException { method in class:ShadowContentResolverTest.MyContentProvider
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp56 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
303 void SkDebuggerGUI::openFile() { function in class:SkDebuggerGUI
306 openFile(temp);
309 void SkDebuggerGUI::openFile(const QString &filename) { function in class:SkDebuggerGUI
/external/skqp/debugger/QT/
H A DSkDebuggerGUI.cpp56 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
303 void SkDebuggerGUI::openFile() { function in class:SkDebuggerGUI
306 openFile(temp);
309 void SkDebuggerGUI::openFile(const QString &filename) { function in class:SkDebuggerGUI
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py1415 openFile = "" variable
1426 openFile = dlg.fileName
1429 au = JetCreator(None, -1, openFile)
/external/curl/tests/python_dependencies/impacket/
H A Dsmbserver.py152 def openFile(path,fileName, accessMode, fileAttributes, openMode): function
187 LOG.error("openFile: %s,%s" % (pathName, mode) ,e)
2079 openedFile, mode, pathName, errorCode = openFile(path,
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/annotation-tools/asmx/test/lib/
H A Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main.java package ccl ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 542 milliseconds

12