/external/python/pybind11/include/pybind11/ |
D | eval.h | 116 int closeFile = 1; variable 130 closeFile = 0; 140 (void) closeFile; 143 local.ptr(), closeFile);
|
/external/sonic/ |
D | wave.c | 227 static void closeFile( in closeFile() function 256 closeFile(file); in openInputWaveFile() 283 closeFile(file); in openOutputWaveFile() 320 closeFile(file); in closeWaveFile()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | FileEntry.h | 70 inline void closeFile() const; 376 void closeFile() const; 393 void FileEntryRef::closeFile() const { getFileEntry().closeFile(); }
|
/external/llvm-project/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 114 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F() 124 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F() 174 auto ReadCloser = make_scope_exit([&] { sys::fs::closeFile(pipes[0]); }); in TEST_F() 176 auto WriteCloser = make_scope_exit([&] { sys::fs::closeFile(pipes[1]); }); in TEST_F() 401 make_scope_exit([&] { ASSERT_NO_ERROR(sys::fs::closeFile(*File)); }); in TEST_F()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ScriptTagModuleWriter.java | 84 closeFile(); in writeHeaderFile() 121 closeFile(); in writeCPPFile()
|
D | ThaiStateTableBuilder.java | 24 writer.closeFile(); in main()
|
D | ShapingTypeBuilder.java | 66 writer.closeFile(); in buildShapingTypes()
|
D | ScriptIDModuleWriter.java | 109 closeFile(); in writeScriptHeader() 195 closeFile(); in writeLanguageHeader()
|
D | BuildMirroringTables.java | 88 closeFile(); in writeMirroredDataFile()
|
D | ScriptRunModuleWriter.java | 106 closeFile(); in writeScriptRuns()
|
D | ModuleWriter.java | 99 public void closeFile() { in closeFile() method in ModuleWriter
|
/external/llvm-project/clang/lib/Basic/ |
D | FileEntry.cpp | 23 void FileEntry::closeFile() const { File.reset(); } in closeFile() function in FileEntry
|
D | FileManager.cpp | 391 UFE->closeFile(); in getVirtualFileRef() 500 Entry->closeFile(); in getBufferForFile()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ModuleManager.cpp | 193 Entry->closeFile(); in addModule() 198 Entry->closeFile(); in addModule() 202 Entry->closeFile(); in addModule()
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-fdr-dump.cpp | 51 sys::fs::closeFile(*FDOrErr); in __anon236ebeec0102()
|
/external/llvm-project/llvm/lib/LTO/ |
D | Caching.cpp | 50 sys::fs::closeFile(*FDOrErr); in localCache()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | Caching.cpp | 50 sys::fs::closeFile(*FDOrErr); in localCache()
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 103 void closeFile() const { in closeFile() function
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 364 UFE->closeFile(); in getVirtualFile() 432 Entry->closeFile(); in getBufferForFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 254 sys::fs::closeFile(FD); in getFileAux() 515 sys::fs::closeFile(FD); in getFileAsStream()
|
/external/llvm-project/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 268 sys::fs::closeFile(FD); in getFileAux() 529 sys::fs::closeFile(FD); in getFileAsStream()
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRFileStream.m | 105 [fh closeFile];
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 597 UBool closeFile = false; in convertFile() local 633 closeFile = true; in convertFile() 1057 if (closeFile) { in convertFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 195 sys::fs::closeFile(Fd); in loadYAML()
|
/external/llvm-project/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 230 sys::fs::closeFile(Fd); in loadYAML()
|