Searched refs:Version (Results 201 - 225 of 634) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs60 public static readonly string Version = "3"; field in class:Antlr.Runtime.Debug.Profiler
400 buf.Append(Version);
475 stats.Version = Version;
494 buf.Append("ANTLR Runtime Report; Profile Version ");
495 buf.Append(stats.Version);
665 public string Version; field in class:Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs60 public static readonly string Version = "3"; field in class:Antlr.Runtime.Debug.Profiler
445 buf.Append(Version);
522 stats.Version = Version;
545 buf.Append("ANTLR Runtime Report; Profile Version ");
546 buf.Append(stats.Version);
727 public string Version; field in class:Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java45 public String Version; field in class:Profiler.ProfileStats
116 public static final String Version = "3"; field in class:Profiler
441 buf.append(Version);
514 stats.Version = Version;
531 buf.append("ANTLR Runtime Report; Profile Version ");
532 buf.append(stats.Version);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp23 TotalLength = Version = PrologueLength = 0;
35 << format(" version: %u\n", Version)
38 << format(Version >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
79 Version = debug_line_data.getU16(offset_ptr);
80 if (Version < 2)
87 if (Version >= 4)
H A DDWARFUnit.cpp79 Version = debug_info.getU16(offset_ptr);
95 bool VersionOK = DWARFContext::isSupportedVersion(Version);
133 Version = 0;
/external/mesa3d/src/compiler/glsl/
H A Dlink_interface_blocks.cpp67 if (prog->IsES || prog->data->Version < 440)
86 if (!prog->IsES || prog->data->Version < 310)
117 (!prog->IsES || prog->data->Version != 310 ||
/external/mesa3d/src/egl/main/
H A Deglcontext.c286 if (dpy->Version < 15) {
296 if (dpy->Version < 15) {
306 if (dpy->Version < 15) {
/external/swiftshader/third_party/LLVM/
H A DMakefile148 $(Echo) Building Debug Version
151 $(Echo) Building Optimized Version
155 $(Echo) Building Profiling Version
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugLine.cpp21 << format(" version: %u\n", Version)
138 prologue->Version = debug_line_data.getU16(offset_ptr);
139 if (prologue->Version != 2)
/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeHeader.cpp32 "PNaCl Version", // kPNaClVersion
278 if (NaClBitcodeHeaderField *Version =
280 if (Version->GetType() == NaClBitcodeHeaderField::kUInt32Type) {
281 return Version;
/external/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h118 virtual std::error_code visitVersionRecord(unsigned Version) { argument
/external/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c55 Header->Version != __llvm_profile_get_version() ||
/external/deqp/modules/egl/
H A DteglQueryContextTests.cpp7 * Licensed under the Apache License, Version 2.0 (the "License");
233 const eglu::Version version = eglu::getVersion(egl, display);
251 if (version >= eglu::Version(1, 2))
263 if (version >= eglu::Version(1, 3))
276 if (version >= eglu::Version(1, 2))
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector.h23 template<typename Scalar, typename Index, int StorageOrder, int UpLo, bool ConjugateLhs, bool ConjugateRhs, int Version=Specialized>
26 template<typename Scalar, typename Index, int StorageOrder, int UpLo, bool ConjugateLhs, bool ConjugateRhs, int Version>
38 template<typename Scalar, typename Index, int StorageOrder, int UpLo, bool ConjugateLhs, bool ConjugateRhs, int Version>
39 EIGEN_DONT_INLINE void selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,Version>::run(
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h171 uint64_t Version; member in class:llvm::RawInstrProfReader
197 return (Version & VARIANT_MASK_IR_PROF) != 0;
337 IndexedInstrProf::HashT HashType, uint64_t Version);
374 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h62 char Version[4]; member in struct:llvm::GCOVOptions
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s42 # Version: 3
H A Deh_frame_personality.s40 # Version: 3
/external/mesa3d/docs/specs/
H A DEXT_shader_integer_mix.spec22 Version
76 Modifications to The OpenGL Shading Language Specification, Version 4.40
H A DWL_bind_wayland_display.spec18 Version
20 Version 5, July 16, 2013
184 Version 1, March 1, 2011
186 Version 2, July 5, 2012
189 Version 3, July 10, 2012
192 Version 4, July 19, 2012
196 Version 5, July 16, 2013
200 Version 6, September 16, 2013
/external/mesa3d/src/mesa/main/
H A Dgenmipmap.c64 error = (_mesa_is_gles(ctx) && ctx->Version < 30)
H A Dmultisample.c162 if ((ctx->API == API_OPENGLES2 && ctx->Version == 30) &&
/external/mesa3d/src/mesa/main/tests/
H A Ddispatch_sanity.cpp67 unsigned int Version; member in struct:function
115 ctx.Version = version;
142 const bool cant_be_nop = ctx->Version >= function_table[i].Version;
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py42 if api_implementation.Version() == 2:
456 if api_implementation.Version() == 2:
461 if api_implementation.Version() == 2:
664 if api_implementation.Version() == 2:
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfb139 fb_mainclass=edu.umd.cs.findbugs.Version

Completed in 1167 milliseconds

1234567891011>>