HomeSort by relevance Sort by last modified time
    Searched refs:FromFile (Results 1 - 25 of 34) sorted by null

1 2

  /external/deqp-deps/glslang/gtests/
BuiltInResource.FromFile.cpp 47 TEST_F(DefaultResourceTest, FromFile)
Pp.FromFile.cpp 44 TEST_P(PreprocessingTest, FromFile)
AST.FromFile.cpp 48 TEST_P(CompileToAstTest, FromFile)
57 TEST_P(CompileToAstTestNV, FromFile)
Spv.FromFile.cpp 84 TEST_P(CompileVulkanToSpirvTest, FromFile)
93 TEST_P(CompileVulkanToDebugSpirvTest, FromFile)
102 TEST_P(CompileVulkan1_1ToSpirvTest, FromFile)
111 TEST_P(CompileOpenGLToSpirvTest, FromFile)
120 TEST_P(VulkanSemantics, FromFile)
129 TEST_P(OpenGLSemantics, FromFile)
137 TEST_P(VulkanAstSemantics, FromFile)
145 TEST_P(HlslIoMap, FromFile)
160 TEST_P(GlslIoMap, FromFile)
177 TEST_P(CompileVulkanToSpirvTestAMD, FromFile)
    [all...]
Hlsl.FromFile.cpp 70 TEST_P(HlslCompileTest, FromFile)
77 TEST_P(HlslVulkan1_1CompileTest, FromFile)
84 TEST_P(HlslCompileAndFlattenTest, FromFile)
93 TEST_P(HlslLegalizeTest, FromFile)
103 TEST_P(HlslDebugTest, FromFile)
111 TEST_P(HlslDX9CompatibleTest, FromFile)
122 TEST_P(HlslLegalDebugTest, FromFile)
Config.FromFile.cpp 50 TEST_P(ConfigTest, FromFile)
Link.FromFile.cpp 47 TEST_P(LinkTest, FromFile)
Link.FromFile.Vk.cpp 47 TEST_P(LinkTestVulkan, FromFile)
Remap.FromFile.cpp 64 TEST_P(RemapTest, FromFile)
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 75 void OutputContentUpTo(const MemoryBuffer &FromFile,
80 const MemoryBuffer &FromFile, StringRef EOL,
214 /// Detect the likely line ending style of \p FromFile by examining the first
216 static StringRef DetectEOL(const MemoryBuffer &FromFile) {
220 const char *Pos = strchr(FromFile.getBufferStart(), '\n');
223 if (Pos - 1 >= FromFile.getBufferStart() && Pos[-1] == '\r')
225 if (Pos + 1 < FromFile.getBufferEnd() && Pos[1] == '\r')
232 const MemoryBuffer &FromFile = *SM.getBuffer(SM.getMainFileID(), &Invalid);
236 MainEOL = DetectEOL(FromFile);
239 /// Writes out bytes from \p FromFile, starting at \p NextToWrite and ending a
    [all...]
RewriteMacros.cpp 68 const llvm::MemoryBuffer *FromFile = SM.getBuffer(SM.getMainFileID());
69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
  /external/toolchain-utils/automation/clients/report/dejagnu/
main.py 51 test_run = DejaGnuTestRun.FromFile(filename)
99 manifests.append(Manifest.FromFile(filename))
101 test_runs = [DejaGnuTestRun.FromFile(filename)
manifest.py 50 def FromFile(cls, filename):
summary.py 130 def FromFile(cls, filename):
  /external/clang/lib/Frontend/
DependencyGraph.cpp 81 const FileEntry *FromFile
83 if (!FromFile)
86 Dependencies[FromFile].push_back(File);
89 AllFiles.insert(FromFile);
CompilerInstance.cpp 255 const FileEntry *FromFile =
257 if (!FromFile) {
266 SourceMgr.overrideFileContents(FromFile, RB.second,
280 const FileEntry *FromFile =
282 if (!FromFile) {
289 SourceMgr.overrideFileContents(FromFile, ToFile);
    [all...]
CacheTokens.cpp 519 const llvm::MemoryBuffer *FromFile = SM.getBuffer(FID);
520 Lexer L(FID, FromFile, SM, LOpts);
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 26 const llvm::MemoryBuffer *FromFile = SM.getBuffer(FID);
27 Lexer RawLex(FID, FromFile, SM, LangOpts);
HTMLRewrite.cpp 361 const llvm::MemoryBuffer *FromFile = SM.getBuffer(FID);
362 Lexer L(FID, FromFile, SM, PP.getLangOpts());
451 const llvm::MemoryBuffer *FromFile = SM.getBuffer(FID);
452 Lexer L(FID, FromFile, SM, PP.getLangOpts());
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InstallPkg.py 499 FromFile = os.path.join(FileObject.GetURI())
500 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, DistPkg.Header.ReadOnly, FileObject.GetExecutable())
668 FromFile = os.path.join(FromPath, ModulePath, File)
671 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly, Executable)
686 FromFile = os.path.join(FromPath, ModulePath, File)
688 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly)
705 FromFile = os.path.join(FromPath, ModulePath, File)
707 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly)
738 FromFile = FileName
748 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly)
    [all...]
MkPkg.py 139 FromFile = os.path.normpath(FileObject.GetURI()).encode('utf_8')
140 FileFullPath = mws.join(WorkspaceDir, FromFile)
152 ContentFile.PackFile(FromFile)
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 141 manifest = set(Manifest.FromFile(manifest_path))
151 test_run = DejaGnuTestRun.FromFile(summary)
188 testruns = map(DejaGnuTestRun.FromFile, GetSumFiles(build_dir))
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
Converter.java 64 return new FromFile();
205 private static class FromFile extends Converter<Object> {
  /external/libchrome/build/android/gyp/util/
md5_check.py 72 old_metadata = _Metadata.FromFile(jsonfile)
253 def FromFile(cls, fileobj):
  /external/tensorflow/tensorflow/core/kernels/
immutable_constant_op_test.cc 159 TEST(ImmutableConstantOpTest, FromFile) {

Completed in 855 milliseconds

1 2