Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 2704) sorted by relevance

12345678910>>...109

/external/libopus/win32/
Dgenversion.bat5 …& git status ^>NUL 2^>NUL ^&^& git describe --tags --match "v*" --dirty 2^>NUL') do set version=%%v variable
7 if not "%version%"=="" set version=!version:~1! && goto :gotversion variable
13 set version=unknown variable
19 for /f "delims== tokens=2" %%v in (%~dps0..\package_version) do set version=%%v variable
20 set version=!version:"=! variable
24 set version=!version: =! variable
/external/boringssl/src/ssl/
Dssl_versions.cc28 bool ssl_protocol_version_from_wire(uint16_t *out, uint16_t version) { in ssl_protocol_version_from_wire()
83 uint16_t version) { in method_supports_version()
100 static const char *ssl_version_to_string(uint16_t version) { in ssl_version_to_string()
128 static uint16_t wire_version_to_api(uint16_t version) { in wire_version_to_api()
141 static bool api_version_to_wire(uint16_t *out, uint16_t version) { in api_version_to_wire()
160 uint16_t version) { in set_version_bound()
172 uint16_t version) { in set_min_version()
184 uint16_t version) { in set_max_version()
195 uint16_t version; member
277 uint16_t version; in ssl_protocol_version() local
[all …]
/external/autotest/client/bin/
Dkernel_versions.py23 def version_encode(version): argument
45 def version_limit(version, n): argument
50 def version_len(version): argument
68 def version_choose_config(version, candidates): argument
100 def is_released_kernel(version): argument
108 def is_release_candidate(version): argument
/external/autotest/client/common_lib/
Dkernel_versions.py23 def version_encode(version): argument
45 def version_limit(version, n): argument
50 def version_len(version): argument
68 def version_choose_config(version, candidates): argument
100 def is_released_kernel(version): argument
108 def is_release_candidate(version): argument
/external/python/cpython3/Tools/pybench/
DStrings.py12 version = 2.0 variable in ConcatStrings
94 version = 2.0 variable in CompareStrings
176 version = 2.0 variable in CompareInternedStrings
258 version = 2.0 variable in CreateStringsWithConcat
333 version = 2.0 variable in StringSlicing
396 version = 2.0 variable in StringMappings
469 version = 2.0 variable in StringPredicates
DUnicode.py10 version = 2.0 variable in ConcatUnicode
92 version = 2.0 variable in CompareUnicode
174 version = 2.0 variable in CreateUnicodeWithConcat
249 version = 2.0 variable in UnicodeSlicing
310 version = 2.0 variable in UnicodeMappings
383 version = 2.0 variable in UnicodePredicates
460 version = 2.0 variable in UnicodeProperties
DLists.py5 version = 2.0 variable in SimpleListManipulation
135 version = 2.0 variable in ListSlicing
169 version = 2.0 variable in SmallLists
299 version = 2.0 variable in SimpleListComprehensions
325 version = 2.0 variable in NestedListComprehensions
DArithmetic.py5 version = 2.0 variable in SimpleIntegerArithmetic
160 version = 2.0 variable in SimpleFloatArithmetic
315 version = 2.0 variable in SimpleIntFloatArithmetic
471 version = 2.0 variable in SimpleLongArithmetic
626 version = 2.0 variable in SimpleComplexArithmetic
DDict.py5 version = 2.0 variable in DictCreation
80 version = 2.0 variable in DictWithStringKeys
169 version = 2.0 variable in DictWithFloatKeys
258 version = 2.0 variable in DictWithIntegerKeys
347 version = 2.0 variable in SimpleDictManipulation
DLookups.py5 version = 2.0 variable in SpecialClassAttribute
186 version = 2.0 variable in NormalClassAttribute
372 version = 2.0 variable in SpecialInstanceAttribute
560 version = 2.0 variable in NormalInstanceAttribute
748 version = 2.0 variable in BuiltinMethodLookup
DNumbers.py5 version = 2.0 variable in CompareIntegers
201 version = 2.0 variable in CompareFloats
397 version = 2.0 variable in CompareFloatsIntegers
593 version = 2.0 variable in CompareLongs
/external/python/cpython2/Tools/pybench/
DStrings.py6 version = 2.0 variable in ConcatStrings
88 version = 2.0 variable in CompareStrings
170 version = 2.0 variable in CompareInternedStrings
252 version = 2.0 variable in CreateStringsWithConcat
327 version = 2.0 variable in StringSlicing
390 version = 2.0 variable in StringMappings
463 version = 2.0 variable in StringPredicates
DUnicode.py11 version = 2.0 variable in ConcatUnicode
93 version = 2.0 variable in CompareUnicode
175 version = 2.0 variable in CreateUnicodeWithConcat
250 version = 2.0 variable in UnicodeSlicing
311 version = 2.0 variable in UnicodeMappings
384 version = 2.0 variable in UnicodePredicates
461 version = 2.0 variable in UnicodeProperties
DArithmetic.py5 version = 2.0 variable in SimpleIntegerArithmetic
160 version = 2.0 variable in SimpleFloatArithmetic
315 version = 2.0 variable in SimpleIntFloatArithmetic
471 version = 2.0 variable in SimpleLongArithmetic
626 version = 2.0 variable in SimpleComplexArithmetic
DDict.py5 version = 2.0 variable in DictCreation
80 version = 2.0 variable in DictWithStringKeys
169 version = 2.0 variable in DictWithFloatKeys
258 version = 2.0 variable in DictWithIntegerKeys
347 version = 2.0 variable in SimpleDictManipulation
DLists.py5 version = 2.0 variable in SimpleListManipulation
135 version = 2.0 variable in ListSlicing
169 version = 2.0 variable in SmallLists
299 version = 2.0 variable in SimpleListComprehensions
325 version = 2.0 variable in NestedListComprehensions
DLookups.py5 version = 2.0 variable in SpecialClassAttribute
186 version = 2.0 variable in NormalClassAttribute
372 version = 2.0 variable in SpecialInstanceAttribute
560 version = 2.0 variable in NormalInstanceAttribute
748 version = 2.0 variable in BuiltinMethodLookup
/external/vulkan-validation-layers/scripts/
Ddetermine_vs_version.py45 def determine_year(version): argument
82 version = None variable
108 version = int (splitAroundPeriod[0]) variable
113 version = 00 variable
/external/autotest/utils/
Dexternal_packages.py96 version = None variable in ExternalPackage
595 version = '18.0.1' variable in SetuptoolsPackage
648 version = '1.2.3' variable in MySQLdbPackage
673 version = '1.5.1' variable in DjangoPackage
693 version = '1.7.0' variable in NumpyPackage
706 version = '0.1.3' variable in JsonRPCLib
724 version = '2.3.0' variable in GwtPackage
771 version = '0.16.1' variable in PyudevPackage
789 version = '0.5.3' variable in PyMoxPackage
813 version = '2.37.2' variable in PySeleniumPackage
[all …]
/external/deqp/framework/opengl/
DgluShaderUtil.cpp33 const char* getGLSLVersionName (GLSLVersion version) in getGLSLVersionName()
57 const char* getGLSLVersionDeclaration (GLSLVersion version) in getGLSLVersionDeclaration()
81 bool glslVersionUsesInOutQualifiers (GLSLVersion version) in glslVersionUsesInOutQualifiers()
86 bool glslVersionIsES (GLSLVersion version) in glslVersionIsES()
101 static ApiType getMinAPIForGLSLVersion (GLSLVersion version) in getMinAPIForGLSLVersion()
125 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported()
133 for (int version = GLSL_VERSION_LAST-1; version >= 0; version--) in getContextTypeGLSLVersion() local
/external/toolchain-utils/cros_utils/
Dmanifest_versions.py21 def IsCrosVersion(version): argument
26 def IsRFormatCrosVersion(version): argument
31 def RFormatCrosVersion(version): argument
139 def GetManifest(self, version, to_file): argument
/external/robolectric-shadows/scripts/
Dinstall-dependencies.rb15 def concat_maven_file_segments(repo_root_dir, group_id, artifact_id, version, extension) argument
42 def install(group_id, artifact_id, version, archive) argument
46 def get_dependency(group_id, artifact_id, version, packaging) argument
55 def install_jar(group_id, artifact_id, version, archive, &block) argument
67 def install_aar(repo_root_dir, group_id, artifact_id, version, &block) argument
87 def already_have?(group_id, artifact_id, version, extension) argument
112 def install_from_gmaven(group_id, artifact_id, version) argument
/external/libdrm/nouveau/nvif/
Dioctl.h7 __u8 version; member
35 __u64 version; member
40 __u8 version; member
52 __u8 version; member
67 __u8 version; member
76 __u8 version; member
85 __u8 version; member
96 __u8 version; member
105 __u8 version; member
112 __u8 version; member
[all …]
/external/python/cpython3/Lib/
Dplatform.py147 def libc_ver(executable=sys.executable, lib='', version='', argument
204 def _dist_try_harder(distname, version, id): argument
299 def linux_distribution(distname='', version='', id='', argument
309 def _linux_distribution(distname, version, id, supported_dists, argument
363 def dist(distname='', version='', id='', argument
392 def _norm_version(version, build=''): argument
422 def _syscmd_ver(system='', release='', version='', argument
500 def win32_ver(release='', version='', csd='', ptype=''): argument
635 def system_alias(system, release, version): argument
1056 def version(): function
/external/libdrm/include/drm/
Dnouveau_ioctl.h5 __u8 version; member
38 __u8 version; member
46 __u8 version; member
63 __u8 version; member
72 __u8 version; member
81 __u8 version; member
92 __u8 version; member
101 __u8 version; member
108 __u8 version; member
115 __u8 version; member
[all …]

12345678910>>...109