Home
last modified time | relevance | path

Searched refs:openFile (Results 1 – 25 of 45) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DflowAfterFinally1.symbols2 declare function openFile(): void
3 >openFile : Symbol(openFile, Decl(flowAfterFinally1.ts, 0, 0))
14 openFile()
15 >openFile : Symbol(openFile, Decl(flowAfterFinally1.ts, 0, 0))
DflowAfterFinally1.types2 declare function openFile(): void
3 >openFile : () => void
14 openFile()
15 >openFile() : void
16 >openFile : () => void
DflowAfterFinally1.js2 declare function openFile(): void
7 openFile()
18 openFile();
/third_party/typescript/src/testRunner/unittests/tsserver/
DsyntaxOperations.ts10 function openFile(session: TestSession, file: File) { function
45 openFile(session, app);
57 openFile(session, unitTest1);
89 openFile(session, unitTest1WithChangedContent);
DtypeOnlyImportChains.ts152 …function assertUsageError(files: readonly TestFSWithWatch.File[], openFile: TestFSWithWatch.File, …
155 openFilesForSession([openFile], session);
158 { file: openFile.path }
/third_party/typescript/tests/cases/compiler/
DflowAfterFinally1.ts2 declare function openFile(): void function
7 openFile()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptTagModuleWriter.java74 openFile(fileName); in writeHeaderFile()
108 openFile(fileName); in writeCPPFile()
DThaiStateTableBuilder.java22 writer.openFile(args[0]); in main()
DScriptIDModuleWriter.java31 openFile(fileName); in writeScriptHeader()
118 openFile(fileName); in writeLanguageHeader()
DShapingTypeBuilder.java62 writer.openFile(filename); in buildShapingTypes()
DBuildMirroringTables.java75 openFile(filename); in writeMirroredDataFile()
DScriptRunModuleWriter.java28 openFile(fileName); in writeScriptRuns()
DModuleWriter.java36 public void openFile(String outputFileName) { in openFile() method in ModuleWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp57 static std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
113 openFile(Args.getLastArg(OPT_d)->getValue()); in dlltoolDriverMain()
/third_party/flutter/skia/tools/mdbviz/
Dmainwindow.cpp23 void MainWindow::openFile() { in openFile() function in MainWindow
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile); in createActions()
Dmainwindow.h29 void openFile();
/third_party/skia/tools/mdbviz/
Dmainwindow.cpp23 void MainWindow::openFile() { in openFile() function in MainWindow
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile); in createActions()
Dmainwindow.h29 void openFile();
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXCldrStub.java344 public static BufferedReader openFile(Class<?> class1, String file) { in openFile() method in XCldrStub.FileUtilities
345 return openFile(class1, file, UTF8); in openFile()
348 public static BufferedReader openFile(Class<?> class1, String file, Charset charset) { in openFile() method in XCldrStub.FileUtilities
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DXCldrStub.java382 public static BufferedReader openFile(Class<?> class1, String file) { in openFile() method in XCldrStub.FileUtilities
383 return openFile(class1, file, UTF8); in openFile()
386 public static BufferedReader openFile(Class<?> class1, String file, Charset charset) { in openFile() method in XCldrStub.FileUtilities
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java130 private BufferedInputStream openFile(File file) in openFile() method in DetectingViewer
358 BufferedInputStream inputStream = openFile(file); in doOpenFile()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_DataShareExtensionAbility.js41 this.openFile = function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymReader.h80 static llvm::Expected<GsymReader> openFile(StringRef Path);
/third_party/typescript/src/harness/
DharnessLanguageService.ts207 …public openFile(_fileName: string, _content?: string, _scriptKindName?: string): void { /*overridd… method in Harness.LanguageService.LanguageServiceAdapterHost
708openFile(fileName: string, content?: string, scriptKindName?: "TS" | "JS" | "TSX" | "JSX"): void {
709 super.openFile(fileName, content, scriptKindName);
710 this.client.openFile(fileName, content, scriptKindName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h951 std::error_code openFile(const Twine &Name, int &ResultFD,
1035 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode);
1077 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);

12