Home
last modified time | relevance | path

Searched defs:BuildInfo (Results 1 – 13 of 13) sorted by relevance

/external/syzkaller/syz-ci/
Dmanager.go221 type BuildInfo struct { struct
222 Time time.Time // when the build was done
223 Tag string // unique tag combined from compiler id, kernel commit and config tag
224 CompilerID string // compiler identity string (e.g. "gcc 7.1.1")
225 KernelRepo string
226 KernelBranch string
227 KernelCommit string // git hash of kernel checkout
228 KernelCommitTitle string
229 KernelCommitDate time.Time
230 KernelConfigTag string // SHA1 hash of .config contents
/external/libchrome/base/android/java/src/org/chromium/base/
DBuildInfo.java21 public class BuildInfo { class
87 private BuildInfo() { in BuildInfo() method in BuildInfo
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DBuildInfo.java16 public final class BuildInfo { class
/external/webrtc/webrtc/modules/audio_device/android/
Dbuild_info.cc17 BuildInfo::BuildInfo() in BuildInfo() function in webrtc::BuildInfo
/external/libchrome/base/android/
Dbuild_info.cc56 BuildInfo::BuildInfo(const std::vector<std::string>& params) in BuildInfo() function in base::android::BuildInfo
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp467 struct BuildInfo struct in deqp::gles2::Performance::ShaderCompilerCase
469 bool vertCompileSuccess;
470 bool fragCompileSuccess;
471 bool linkSuccess;
473 Logs logs;
642 struct BuildInfo struct in deqp::gles2::Performance::InvalidShaderCompilerCase
644 bool vertCompileSuccess;
645 bool fragCompileSuccess;
647 Logs logs;
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp467 struct BuildInfo struct in deqp::gles3::Performance::ShaderCompilerCase
469 bool vertCompileSuccess;
470 bool fragCompileSuccess;
471 bool linkSuccess;
473 Logs logs;
642 struct BuildInfo struct in deqp::gles3::Performance::InvalidShaderCompilerCase
644 bool vertCompileSuccess;
645 bool fragCompileSuccess;
647 Logs logs;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp184 } BuildInfo; variable
313 TEST_F(TypeIndexIteratorTest, BuildInfo) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp126 BuildInfoSym &BuildInfo) { in visitKnownRecord()
DSymbolDumper.cpp188 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp162 BuildInfoSym &BuildInfo) { in visitBuildInfoSym()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp430 BuildInfoSym &BuildInfo) { in visitKnownRecord()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp1143 void AsmMatcherInfo::BuildInfo() { in BuildInfo() function in AsmMatcherInfo