HomeSort by relevance Sort by last modified time
    Searched full:sourcefilename (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/llvm/unittests/Support/
ReplaceFileTest.cpp 62 SmallString<128> SourceFileName(TestDirectory);
63 path::append(SourceFileName, "source");
68 ASSERT_NO_ERROR(CreateFileWithContent(SourceFileName, "!!source!!"));
78 EXPECT_TRUE(!fs::rename(SourceFileName, TargetFileName));
87 EXPECT_FALSE(fs::exists(SourceFileName));
104 EXPECT_TRUE(!fs::rename(TargetFileName, SourceFileName));
106 ASSERT_TRUE(fs::exists(SourceFileName));
109 ASSERT_NO_ERROR(fs::remove(SourceFileName));
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
ClassCoverageImpl.java 31 private String sourceFileName;
103 * @param sourceFileName
106 public void setSourceFileName(final String sourceFileName) {
107 this.sourceFileName = sourceFileName;
138 return sourceFileName;
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/output/
BasicOutputSourceFileGenerator.java 37 String sourceFileName = inputFile.getName();
40 return new File(new File(baseDir, packageSubDir), sourceFileName);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfSoucesObject.py 146 SourceFileName = '', \
151 self.SourceFileName = SourceFileName
160 def SetSourceFileName(self, SourceFilename):
161 self.SourceFileName = SourceFilename
163 return self.SourceFileName
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
UtilsMsgs.h 77 INT8 *SourceFileName,
UtilsMsgs.c 406 INT8 *SourceFileName,
416 SourceFileName - name of the source file being parsed
424 mSourceFileName = SourceFileName;
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 52 sourceFileName(nullptr), emptyExpr(nullptr), abiMetaCU(nullptr),
123 sourceFileName = DebugInfo.createFile(DEBUG_GENERATED_FILE, DEBUG_SOURCE_PATH);
194 sourceFileName, // scope
196 sourceFileName, 1, kernelTypeMD,
216 ExpandedFunc, arg.getName(), argIdx, sourceFileName, 1,
238 ExpandedFunc, bcc::BCC_INDEX_VAR_NAME, sourceFileName, 1,
279 llvm::DIFile *sourceFileName;
  /external/guice/core/test/com/google/inject/
BinderTest.java 110 String sourceFileName = getDeclaringSourcePart(getClass());
113 segment1, atSegment, sourceFileName,
114 segment2, atSegment, sourceFileName,
115 segment3, atSegment, sourceFileName,
116 segment4, atSegment, sourceFileName);
119 segment3, atSegment, sourceFileName,
120 segment1, atSegment, sourceFileName,
121 segment4, atSegment, sourceFileName,
122 segment2, atSegment, sourceFileName);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiUtilityMsgs.h 95 INT8 *SourceFileName,
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 114 std::string SourceFileName;
172 SourceFileName = Lines.front().second.FileName;
174 const_cast<char *>(SourceFileName.c_str());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.h 135 CHAR8 *SourceFileName,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.h 199 IN CHAR8 *SourceFileName,
213 SourceFileName - The source file.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 371 PCSTR SourceFilename;
386 PCWSTR SourceFilename;
    [all...]
  /external/eigen/cmake/
FindComputeCpp.cmake 172 get_filename_component(sourceFileName ${sourceFile} NAME)
175 set(outputSyclFile ${binaryDir}/${sourceFileName}.sycl)
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 344 const string &sourceFileName,
377 std::string source(sourceFileName);
slang_rs_reflect_utils.h 117 const std::string &sourceFileName,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 118 Str SourceFileName;
229 StringRef getSourceFileName() const { return str(header().SourceFileName); }
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 618 char *SourceFileName,
628 SourceFileName - Source file where patch from
641 if (ReadFromFile ((void *)&SourceFatBpb, SourceFileName) == 0) {
    [all...]

Completed in 3041 milliseconds

1 2 3 4