Home
last modified time | relevance | path

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

12345678910>>...99

/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/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/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/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/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/python/cpython2/Tools/pybench/
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
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
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
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/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
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
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
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
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/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/libmojo/mojo/public/cpp/bindings/
Dinterface_ptr_info.h23 InterfacePtrInfo(ScopedMessagePipeHandle handle, uint32_t version) in InterfacePtrInfo()
51 uint32_t version() const { return version_; } in version() function
52 void set_version(uint32_t version) { version_ = version; } in set_version()
/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/deqp/external/vulkancts/framework/vulkan/
DvkApiVersion.cpp29 ApiVersion unpackVersion (deUint32 version) in unpackVersion()
36 deUint32 pack (const ApiVersion& version) in pack()
/external/vboot_reference/firmware/lib/
Dmocked_rollback_index.c41 int *is_virt_dev, uint32_t *version) { in RollbackFirmwareSetup()
47 uint32_t RollbackFirmwareWrite(uint32_t version) { in RollbackFirmwareWrite()
57 uint32_t RollbackKernelRead(uint32_t* version) { in RollbackKernelRead()
63 uint32_t RollbackKernelWrite(uint32_t version) { in RollbackKernelWrite()
/external/smali/smali/src/main/java/org/jf/smali/
DMain.java60 public boolean version; field in Main
102 protected static void version() { in version() method in Main
111 String version = "[unknown version]"; in loadVersion() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DMain.java60 public boolean version; field in Main
105 protected static void version() { in version() method in Main
114 String version = "[unknown version]"; in loadVersion() local

12345678910>>...99