Searched refs:Version (Results 176 - 200 of 634) sorted by relevance

1234567891011>>

/external/vulkan-validation-layers/demos/android/jni/
H A DAndroid.mk4 # Licensed under the Apache License, Version 2.0 (the "License");
H A DApplication.mk4 # Licensed under the Apache License, Version 2.0 (the "License");
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsio0.c476 Icc ->Version = 0x02100000;
592 LocalTypeHandler.ICCVersion = Icc ->Version;
675 Icc -> Version = _cmsAdjustEndianess32(Header.version);
746 Header.version = _cmsAdjustEndianess32(Icc ->Version);
940 return Icc -> Version;
943 void CMSEXPORT cmsSetEncodedICCversion(cmsHPROFILE hProfile, cmsUInt32Number Version) argument
946 Icc -> Version = Version;
970 void CMSEXPORT cmsSetProfileVersion(cmsHPROFILE hProfile, cmsFloat64Number Version) argument
976 Icc -> Version
1146 cmsFloat64Number Version = cmsGetProfileVersion((cmsHPROFILE) Icc); local
1599 cmsFloat64Number Version; local
[all...]
/external/clang/include/clang/Lex/
H A DPTHManager.h114 enum { Version = 10 }; enumerator in enum:clang::PTHManager::__anon977
/external/clang/unittests/Lex/
H A DHeaderMapTest.cpp33 Header.Version = HMAP_HeaderVersion;
41 Header.Version = getSwappedBytes(Header.Version);
120 ++File.Header.Version;
/external/deqp/framework/randomshaders/
H A DrsgVariable.cpp7 * Licensed under the Apache License, Version 2.0 (the "License");
45 Version targetVersion = state.getProgramParameters().version;
/external/eigen/Eigen/src/Core/
H A DSelfAdjointView.h276 template<int UpLo, int SetOpposite, typename DstEvaluatorTypeT, typename SrcEvaluatorTypeT, typename Functor, int Version>
277 class triangular_dense_assignment_kernel<UpLo,SelfAdjoint,SetOpposite,DstEvaluatorTypeT,SrcEvaluatorTypeT,Functor,Version>
278 : public generic_dense_assignment_kernel<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version>
281 typedef generic_dense_assignment_kernel<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version> Base;
/external/llvm/tools/llvm-pdbdump/
H A DPdbYaml.h42 PdbRaw_ImplVer Version; member in struct:llvm::pdb::yaml::PdbInfoStream
/external/pdfium/xfa/fxfa/parser/
H A Dcscript_hostpseudomodel.h34 void Version(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debsc_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
26 int32_t EbscTable::Version() { function in class:sfntly::EbscTable
H A Debsc_table.h4 * Licensed under the Apache License, Version 2.0 (the "License");
87 int32_t Version();
/external/sfntly/cpp/src/test/
H A Dhdmx_test.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
43 EXPECT_EQ(hdmx_table->Version(), HDMX_VERSION);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DYamlParseTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
51 assertEquals(DumperOptions.Version.V1_1, documentStartEvent.getVersion());
/external/webrtc/webrtc/
H A Dcall.h28 const char* Version();
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
H A Dmock_video_codec_interface.h35 MOCK_CONST_METHOD2(Version, int32_t(int8_t* version, int32_t length));
/external/webrtc/webrtc/modules/video_coding/include/mock/
H A Dmock_video_codec_interface.h33 MOCK_CONST_METHOD2(Version, int32_t(int8_t* version, int32_t length));
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDeflater.cs4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
H A DDotZLib.cs4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
283 public static string Version { get { return zlibVersion(); } } property in class:DotZLib.Info
/external/freetype/include/freetype/
H A Dtttables.h123 /* Version :: The table version. */
201 FT_Fixed Version; member in struct:TT_HoriHeader_
241 /* Version :: The table version. */
323 FT_Fixed Version; member in struct:TT_VertHeader_
484 FT_Fixed Version; member in struct:TT_PCLT_
/external/llvm/include/llvm/CodeGen/
H A DFaultMaps.h194 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E);
195 assert(Version == 1 && "only version 1 supported!");
196 return Version;
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp21 Version = IndexData.getU32(OffsetPtr);
25 return Version <= 2;
29 OS << format("version = %u slots = %u\n\n", Version, NumBuckets);
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DTpiStream.cpp44 ulittle32_t Version; member in struct:TpiStream::HeaderInfo
166 if (Header->Version != PdbTpiV80)
168 "Unsupported TPI Version.");
230 uint32_t Value = Header->Version;
/external/pdfium/third_party/freetype/include/freetype/
H A Dtttables.h122 /* Version :: The table version. */
201 FT_Fixed Version; member in struct:TT_HoriHeader_
241 /* Version :: The table version. */
327 FT_Fixed Version; member in struct:TT_VertHeader_
466 FT_Fixed Version; member in struct:TT_PCLT_
/external/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp365 get(coverage::CovMapVersion Version, InstrProfSymtab &P,
371 template <coverage::CovMapVersion Version, class IntPtrT,
375 Version, IntPtrT>::CovMapFuncRecordType FuncRecordType;
376 typedef typename coverage::CovMapTraits<Version, IntPtrT>::NameRefType
402 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin,
446 assert((CovMapVersion)CovHeader->getVersion<Endian>() == Version);
497 coverage::CovMapVersion Version, InstrProfSymtab &P,
501 switch (Version) {
524 CovMapVersion Version = (CovMapVersion)CovHeader->getVersion<Endian>(); local
525 if (Version > coverag
496 get( coverage::CovMapVersion Version, InstrProfSymtab &P, std::vector<BinaryCoverageReader::ProfileMappingRecord> &R, std::vector<StringRef> &F) argument
[all...]
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp318 Version = swap(Header.Version);
319 if (GET_VERSION(Version) != RawInstrProf::Version)
558 uint64_t Version) {
559 FormatVersion = Version;
562 typename HashTableImpl::InfoType(HashType, Version)));
577 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version,
581 if (Version >= IndexedInstrProf::Version4) {
643 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version);
[all...]

Completed in 822 milliseconds

1234567891011>>