Home
last modified time | relevance | path

Searched full:sourcefile (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/external/llvm-project/flang/runtime/
Dio-api.cpp48 const char *sourceFile, int sourceLine) { in BeginInternalArrayListIO() argument
49 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayListIO()
51 descriptor, sourceFile, sourceLine) in BeginInternalArrayListIO()
57 void **scratchArea, std::size_t scratchBytes, const char *sourceFile, in IONAME()
60 descriptor, scratchArea, scratchBytes, sourceFile, sourceLine); in IONAME()
64 void **scratchArea, std::size_t scratchBytes, const char *sourceFile, in IONAME()
67 descriptor, scratchArea, scratchBytes, sourceFile, sourceLine); in IONAME()
73 std::size_t /*scratchBytes*/, const char *sourceFile, int sourceLine) { in BeginInternalArrayFormattedIO() argument
74 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayFormattedIO()
76 descriptor, format, formatLength, sourceFile, sourceLine) in BeginInternalArrayFormattedIO()
[all …]
Dio-api.h77 const char *sourceFile = nullptr, int sourceLine = 0);
80 const char *sourceFile = nullptr, int sourceLine = 0);
83 std::size_t scratchBytes = 0, const char *sourceFile = nullptr,
87 std::size_t scratchBytes = 0, const char *sourceFile = nullptr,
94 std::size_t scratchBytes = 0, const char *sourceFile = nullptr,
98 std::size_t scratchBytes = 0, const char *sourceFile = nullptr,
103 const char *sourceFile = nullptr, int sourceLine = 0);
107 const char *sourceFile = nullptr, int sourceLine = 0);
112 std::size_t scratchBytes = 0, const char *sourceFile = nullptr,
116 std::size_t scratchBytes = 0, const char *sourceFile = nullptr,
[all …]
Dcharacter.h29 const Descriptor &from, const char *sourceFile = nullptr,
45 const char *sourceFile = nullptr, int sourceLine = 0);
81 const char *sourceFile = nullptr, int sourceLine = 0);
83 const char *sourceFile = nullptr, int sourceLine = 0);
88 const char *sourceFile = nullptr, int sourceLine = 0);
90 std::size_t ncopies, const char *sourceFile = nullptr, int sourceLine = 0);
92 const char *sourceFile = nullptr, int sourceLine = 0);
95 const char *sourceFile = nullptr, int sourceLine = 0);
97 const char *sourceFile = nullptr, int sourceLine = 0);
100 const char *sourceFile = nullptr, int sourceLine = 0);
[all …]
Dio-stmt.h193 const char *sourceFile = nullptr, int sourceLine = 0);
195 const Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0);
221 const char *sourceFile = nullptr, int sourceLine = 0);
223 std::size_t formatLength, const char *sourceFile = nullptr,
246 const char *sourceFile = nullptr, int sourceLine = 0);
248 const Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0);
260 ExternalFileUnit &, const char *sourceFile = nullptr, int sourceLine = 0);
295 std::size_t formatLength, const char *sourceFile = nullptr,
331 const char *sourceFile = nullptr, int sourceLine = 0)
332 : ExternalIoStatementBase{unit, sourceFile, sourceLine}, wasExtant_{
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DSettings.StyleCop3 <SourceFile>Empty.cs</SourceFile>
4 <SourceFile>Control.cs</SourceFile>
5 <SourceFile>Messages.cs</SourceFile>
6 <SourceFile>Payloads.cs</SourceFile>
7 <SourceFile>Stats.cs</SourceFile>
/external/cldr/tools/java/org/unicode/cldr/util/
DFileCopier.java111 … * Copy the resource denoted by sourcefile to the target directory, giving it the new name newName.
113 * @param sourceFile
118 …public static void copy(Class<?> cls, String sourceFile, String targetDirectory, String newName) t… in copy() argument
119 try (InputStream is = cls.getResourceAsStream(sourceFile); in copy()
126 …* Writes the resource named sourceFile to the Writer, leaving the writer open, but flushing it. UT…
128 * @param sourceFile
132 public static void copy(Class<?> cls, String sourceFile, Writer out) throws IOException { in copy() argument
133 … copy(new InputStreamReader(cls.getResourceAsStream(sourceFile), Charset.forName("UTF-8")), out); in copy()
137 …* Writes the resource given as sourceFile to the Writer, using the specified CharSet. The Writer w…
139 * @param sourceFile
[all …]
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp19 : SourceFile(DiaSourceFile) {} in DIAInjectedSource()
23 return (S_OK == SourceFile->get_crc(&Crc)) ? Crc : 0; in getCrc32()
28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0; in getCodeByteSize()
32 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_filename); in getFileName()
36 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_objectFilename); in getObjectFileName()
40 return invokeBstrMethod(*SourceFile, in getVirtualFileName()
46 if (S_OK != SourceFile->get_sourceCompression(&Compression)) in getCompression()
53 if (S_OK != SourceFile->get_source(0, &DataSize, nullptr)) in getCode()
57 if (S_OK != SourceFile->get_source(DataSize, &DataSize, Buffer.data())) in getCode()
DDIASourceFile.cpp21 : Session(PDBSession), SourceFile(DiaSourceFile) {} in DIASourceFile()
24 return invokeBstrMethod(*SourceFile, &IDiaSourceFile::get_fileName); in getFileName()
29 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0; in getUniqueId()
34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
38 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
46 HRESULT Result = SourceFile->get_checksumType(&Type); in getChecksumType()
55 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator); in getCompilands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp19 : SourceFile(DiaSourceFile) {} in DIAInjectedSource()
23 return (S_OK == SourceFile->get_crc(&Crc)) ? Crc : 0; in getCrc32()
28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0; in getCodeByteSize()
32 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_filename); in getFileName()
36 return invokeBstrMethod(*SourceFile, &IDiaInjectedSource::get_objectFilename); in getObjectFileName()
40 return invokeBstrMethod(*SourceFile, in getVirtualFileName()
46 if (S_OK != SourceFile->get_sourceCompression(&Compression)) in getCompression()
53 if (S_OK != SourceFile->get_source(0, &DataSize, nullptr)) in getCode()
57 if (S_OK != SourceFile->get_source(DataSize, &DataSize, Buffer.data())) in getCode()
DDIASourceFile.cpp21 : Session(PDBSession), SourceFile(DiaSourceFile) {} in DIASourceFile()
24 return invokeBstrMethod(*SourceFile, &IDiaSourceFile::get_fileName); in getFileName()
29 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0; in getUniqueId()
34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
38 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
46 HRESULT Result = SourceFile->get_checksumType(&Type); in getChecksumType()
55 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator); in getCompilands()
/external/catch2/contrib/
DParseAndAddCatchTests.cmake90 function(ParseAndAddCatchTests_ParseFile SourceFile TestTarget)
91 …# If SourceFile is an object library, do not scan it (as it is not a file). Exit without giving a …
92 if(SourceFile MATCHES "\\\$<TARGET_OBJECTS:.+>")
93 …ParseAndAddCatchTests_PrintDebugMessage("Detected OBJECT library: ${SourceFile} this will not be s…
97 get_filename_component(SourceFile ${SourceFile} ABSOLUTE)
98 if(NOT EXISTS ${SourceFile})
99 message(WARNING "Cannot find source file: ${SourceFile}")
102 ParseAndAddCatchTests_PrintDebugMessage("parsing ${SourceFile}")
103 file(STRINGS ${SourceFile} Contents NEWLINE_CONSUME)
112 …ParseAndAddCatchTests_PrintDebugMessage("Adding ${SourceFile} to CMAKE_CONFIGURE_DEPENDS property")
[all …]
/external/python/cpython3/Tools/msi/bundle/packagegroups/
Dpostinstall.wxs6 SourceFile="path.msi"
15 SourceFile="path.msi"
26 SourceFile="py.exe"
36 SourceFile="py.exe"
46 SourceFile="py.exe"
57 SourceFile="py.exe"
67 SourceFile="py.exe"
77 SourceFile="py.exe"
Dlib.wxs6 SourceFile="lib.msi"
15 SourceFile="lib_pdb.msi"
24 SourceFile="lib_d.msi"
34 SourceFile="lib.msi"
43 SourceFile="lib_pdb.msi"
52 SourceFile="lib_d.msi"
Dtest.wxs6 SourceFile="test.msi"
15 SourceFile="test_pdb.msi"
24 SourceFile="test_d.msi"
34 SourceFile="test.msi"
43 SourceFile="test_pdb.msi"
52 SourceFile="test_d.msi"
Dexe.wxs6 SourceFile="exe.msi"
16 SourceFile="exe_pdb.msi"
25 SourceFile="exe_d.msi"
35 SourceFile="exe.msi"
45 SourceFile="exe_pdb.msi"
54 SourceFile="exe_d.msi"
Dtcltk.wxs6 SourceFile="tcltk.msi"
16 SourceFile="tcltk_pdb.msi"
26 SourceFile="tcltk_d.msi"
37 SourceFile="tcltk.msi"
47 SourceFile="tcltk_pdb.msi"
57 SourceFile="tcltk_d.msi"
Dcore.wxs6 SourceFile="core.msi"
15 SourceFile="core_pdb.msi"
24 SourceFile="core_d.msi"
34 SourceFile="core.msi"
43 SourceFile="core_pdb.msi"
52 SourceFile="core_d.msi"
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
DBuilderSetSourceFile.java43 private final StringReference sourceFile; field in BuilderSetSourceFile
45 public BuilderSetSourceFile(@Nullable StringReference sourceFile) { in BuilderSetSourceFile() argument
46 this.sourceFile = sourceFile; in BuilderSetSourceFile()
52 return sourceFile==null?null:sourceFile.getString(); in getSourceFile()
56 return sourceFile; in getSourceFileReference()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
DImmutableSetSourceFile.java43 @Nullable protected final String sourceFile; field in ImmutableSetSourceFile
46 @Nullable String sourceFile) { in ImmutableSetSourceFile() argument
48 this.sourceFile = sourceFile; in ImmutableSetSourceFile()
61 @Nullable @Override public String getSourceFile() { return sourceFile; } in getSourceFile()
64 return sourceFile==null?null:new BaseStringReference() { in getSourceFileReference()
66 return sourceFile; in getSourceFileReference()
/external/llvm-project/flang/lib/Parser/
Dparsing.cpp23 const SourceFile *Parsing::Prescan(const std::string &path, Options options) { in Prescan()
34 const SourceFile *sourceFile; in Prescan() local
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
38 sourceFile = allSources.Open(path, fileError); in Prescan()
43 return sourceFile; in Prescan()
45 CHECK(sourceFile); in Prescan()
80 *sourceFile, ProvenanceRange{}, options.isModuleFile)}; in Prescan()
91 return sourceFile; in Prescan()
Dsource.cpp22 SourceFile::~SourceFile() { Close(); } in ~SourceFile()
38 void SourceFile::RecordLineStarts() { in RecordLineStarts()
44 void SourceFile::IdentifyPayload() { in IdentifyPayload()
108 bool SourceFile::Open(std::string path, llvm::raw_ostream &error) { in Open()
123 bool SourceFile::ReadStandardInput(llvm::raw_ostream &error) { in ReadStandardInput()
141 void SourceFile::ReadFile() { in ReadFile()
159 void SourceFile::Close() { in Close()
164 SourcePosition SourceFile::FindOffsetLineAndColumn(std::size_t at) const { in FindOffsetLineAndColumn()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableClassDef.java57 @Nullable protected final String sourceFile; field in ImmutableClassDef
68 @Nullable String sourceFile, in ImmutableClassDef() argument
83 this.sourceFile = sourceFile; in ImmutableClassDef()
95 @Nullable String sourceFile, in ImmutableClassDef() argument
105 this.sourceFile = sourceFile; in ImmutableClassDef()
117 @Nullable String sourceFile, in ImmutableClassDef() argument
127 this.sourceFile = sourceFile; in ImmutableClassDef()
156 @Nullable @Override public String getSourceFile() { return sourceFile; } in getSourceFile()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp23 : Session(PDBSession), SourceFile(DiaSourceFile) {} in DIASourceFile()
27 HRESULT Result = SourceFile->get_fileName(&FileName16); in getFileName()
40 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0; in getUniqueId()
45 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
49 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
57 HRESULT Result = SourceFile->get_checksumType(&Type); in getChecksumType()
66 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator); in getCompilands()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSourceFile.java28 * to the source file of this class. At most one SourceFile attribute
35 public final class SourceFile extends Attribute { class
44 public SourceFile(final SourceFile c) { in SourceFile() method in SourceFile
57SourceFile(final int name_index, final int length, final DataInput input, final ConstantPool const… in SourceFile() method in SourceFile
65 * should represent the string "SourceFile".
76 …public SourceFile(final int name_index, final int length, final int sourcefile_index, final Consta… in SourceFile() method in SourceFile
139 return "SourceFile: " + getSourceFileName(); in toString()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCoverageBuilder.java111 final SourceFileCoverageImpl sourceFile = getSourceFile(source, in visitCoverage() local
113 sourceFile.increment(coverage); in visitCoverage()
121 SourceFileCoverageImpl sourcefile = (SourceFileCoverageImpl) sourcefiles in getSourceFile() local
123 if (sourcefile == null) { in getSourceFile()
124 sourcefile = new SourceFileCoverageImpl(filename, packagename); in getSourceFile()
125 sourcefiles.put(key, sourcefile); in getSourceFile()
127 return sourcefile; in getSourceFile()

12345678910>>...20