Searched refs:openFile (Results 1 - 25 of 59) sorted by relevance

123

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DThaiStateTableBuilder.java22 writer.openFile(args[0]);
H A DScriptTagModuleWriter.java74 openFile(fileName);
108 openFile(fileName);
H A DShapingTypeBuilder.java62 writer.openFile(filename);
H A DBuildMirroringTables.java75 openFile(filename);
H A DScriptIDModuleWriter.java31 openFile(fileName);
118 openFile(fileName);
H A DModuleWriter.java36 public void openFile(String outputFileName) { method in class:ModuleWriter
H A DScriptRunModuleWriter.java28 openFile(fileName);
/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/skia/tools/mdbviz/
H A Dmainwindow.h29 void openFile();
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.h29 void openFile();
H A Dmainwindow.cpp23 void MainWindow::openFile() { function in class:MainWindow
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile);
/external/skia/debugger/
H A Ddebuggermain.cpp58 w.openFile(input.c_str());
/external/skqp/debugger/
H A Ddebuggermain.cpp58 w.openFile(input.c_str());
/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/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/skia/debugger/QT/
H A DSkDebuggerGUI.h65 void openFile(const QString& filename);
183 void openFile();
/external/skqp/debugger/QT/
H A DSkDebuggerGUI.h65 void openFile(const QString& filename);
183 void openFile();
/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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContentProviderClientTest.java101 client.openFile(URI, "rw");
102 verify(provider).openFile(URI, "rw");
/external/curl/tests/python_dependencies/impacket/
H A Dsmb3.py934 openFile = copy.deepcopy(OPEN)
935 openFile['FileID'] = createResponse['FileID']
936 openFile['TreeConnect'] = treeId
937 openFile['Oplocklevel'] = oplockLevel
938 openFile['Durable'] = False
939 openFile['ResilientHandle'] = False
940 openFile['LastDisconnectTime'] = 0
941 openFile['FileName'] = pathName
945 openFile['DesiredAccess'] = oplockLevel
946 openFile['ShareMod
[all...]
H A Dsmb.py2767 openFile = SMBCommand(SMB.SMB_COM_OPEN)
2768 openFile['Parameters'] = SMBOpen_Parameters()
2769 openFile['Parameters']['DesiredAccess'] = desired_access
2770 openFile['Parameters']['OpenMode'] = open_mode
2771 openFile['Parameters']['SearchAttributes'] = ATTR_READONLY | ATTR_HIDDEN | ATTR_ARCHIVE
2772 openFile['Data'] = SMBOpen_Data(flags=self.__flags2)
2773 openFile['Data']['FileName'] = filename
2776 openFile['Data']['Pad'] = 0x0
2778 smb.addCommand(openFile)
2803 openFile
[all...]
/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/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

Completed in 702 milliseconds

123