Home
last modified time | relevance | path

Searched refs:setFile (Results 1 – 12 of 12) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DScan.h171 void setFile(const char* filename) in setFile() function
178 void setFile(const char* filename, int i) in setFile() function
DparseVersions.h211 void setCurrentSourceName(const char* name) { currentScanner->setFile(name); } in setCurrentSourceName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileUtilities.h61 void setFile(const Twine& filename, bool deleteIt = true) {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorSet.php54 public function setFile($var) function in Google\\Protobuf\\Internal\\FileDescriptorSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileUtilities.h63 void setFile(const Twine& filename, bool deleteIt = true) {
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h618 scanner.setFile(startLoc.getFilenameStr(), 0); in TokenizableIncludeFile()
619 scanner.setFile(startLoc.getFilenameStr(), 1); in TokenizableIncludeFile()
620 scanner.setFile(startLoc.getFilenameStr(), 2); in TokenizableIncludeFile()
/third_party/node/deps/v8/tools/profview/
Dprofview.js147 setFile(file) { method
184 main.setFile(JSON.parse(event.target.result));
192 main.setFile(null);
/third_party/node/deps/v8/tools/
Dparse-processor.mjs176 setFile(name) { method in Script
960 script.setFile(file);
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h807 inline void setFile(DataFile file, uint8_t fileIndex = 0)
Dnv50_ir_from_tgsi.cpp1799 sym->setFile(FILE_MEMORY_GLOBAL); in makeSym()
1802 sym->setFile(FILE_MEMORY_SHARED); in makeSym()
1808 sym->setFile(FILE_SHADER_INPUT); in makeSym()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java440 fileDialog.setFile("Test_" + id + ".txt"); in actionPerformed()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp101285 bool setFile(JSContext* cx, const char* f);
101378 CompileOptions& setFile(const char* f) { filename_ = f; return *this; } in setFile() function in JS::CompileOptions