| /external/libopus/win32/ |
| D | genversion.bat | 5 …& 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/perfetto/infra/perfetto-site.appspot.com/ |
| D | package-lock.json | 3 "version": "1.0.0", string 8 "version": "1.4.0", string 13 "version": "2.1.1", string 18 "version": "2.2.1", string 23 "version": "6.23.0", string 33 "version": "6.26.0", string 42 "version": "0.11.1", string 49 "version": "1.1.3", string 61 "version": "0.4.2", string 66 "version": "2.1.0", string [all …]
|
| /external/v8/tools/turbolizer/ |
| D | package-lock.json | 3 "version": "0.1.0", string 8 "version": "2.12.2", string 17 "version": "5.0.0", string 55 "version": "1.2.1", string 60 "version": "1.0.10", string 68 "version": "1.0.8", string 76 "version": "1.0.7", string 81 "version": "1.0.7", string 86 "version": "1.2.1", string 91 "version": "1.2.1", string [all …]
|
| /external/autotest/client/common_lib/ |
| D | kernel_versions.py | 23 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/bin/ |
| D | kernel_versions.py | 23 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/ |
| D | ssl_versions.cc | 28 bool ssl_protocol_version_from_wire(uint16_t *out, uint16_t version) { in ssl_protocol_version_from_wire() 78 uint16_t version) { in ssl_method_supports_version() 93 static const char *ssl_version_to_string(uint16_t version) { in ssl_version_to_string() 118 static uint16_t wire_version_to_api(uint16_t version) { in wire_version_to_api() 123 static bool api_version_to_wire(uint16_t *out, uint16_t version) { in api_version_to_wire() 135 uint16_t version) { in set_version_bound() 147 uint16_t version) { in set_min_version() 159 uint16_t version) { in set_max_version() 170 uint16_t version; member 256 uint16_t version; in ssl_protocol_version() local [all …]
|
| /external/perfetto/ui/ |
| D | package-lock.json | 3 "version": "1.0.0", string 8 "version": "7.0.0", string 17 "version": "7.0.0", string 28 "version": "4.0.0", string 36 "version": "1.1.2", string 41 "version": "1.1.2", string 46 "version": "2.0.4", string 51 "version": "1.1.0", string 56 "version": "1.1.0", string 65 "version": "1.0.2", string [all …]
|
| /external/syzkaller/vendor/google.golang.org/appengine/internal/modules/ |
| D | modules_service.proto | 29 repeated string version = 1; field 37 required string version = 1; field 42 optional string version = 2; field 51 optional string version = 2; field 59 required string version = 2; field 66 optional string version = 2; field 73 optional string version = 2; field
|
| /external/grpc-grpc/tools/run_tests/sanity/ |
| D | check_version.py | 45 check_version = lambda version: ( argument 52 check_version = lambda version: True argument 55 check_version = lambda version: version.tag == 'dev' argument 58 check_version = lambda version: True argument
|
| /external/fonttools/Tests/ttLib/tables/ |
| D | _k_e_r_n_test.py | 161 def test_decompile_single_format_0(self, data, font, version): argument 190 def test_compile_single_format_0(self, font, version, expected): argument 214 def test_fromXML_single_format_0(self, xml, font, version): argument 242 def test_toXML_single_format_0(self, font, version, expected): argument 267 self, data, font, version, header_length, st_length): argument 292 def test_compile_format_unknown(self, version, st_length, expected): argument 323 def test_fromXML_format_unknown(self, xml, font, version, st_length): argument 341 def test_toXML_format_unknown(self, font, version): argument
|
| /external/python/cpython2/Tools/pybench/ |
| D | Strings.py | 6 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
|
| D | Unicode.py | 11 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
|
| D | Dict.py | 5 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
|
| D | Lists.py | 5 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
|
| D | Arithmetic.py | 5 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
|
| D | Numbers.py | 5 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/toolchain-utils/cros_utils/ |
| D | manifest_versions.py | 21 def IsCrosVersion(version): argument 26 def IsRFormatCrosVersion(version): argument 31 def RFormatCrosVersion(version): argument 139 def GetManifest(self, version, to_file): argument
|
| /external/deqp/framework/opengl/ |
| D | gluShaderUtil.cpp | 33 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/fonttools/Lib/fontTools/ttLib/tables/ |
| D | S__i_l_f.py | 385 def decompile(self, data, ttFont, version=2.0): argument 426 def compile(self, ttFont, version=2.0): argument 472 def toXML(self, writer, ttFont, version=2.0): argument 525 def fromXML(self, name, attrs, content, ttFont, version=2.0): argument 587 def decompile(self, data, ttFont, version=2.0): argument 604 def compile(self, ttFont, version=2.0): argument 627 def toXML(self, writer, ttFont, version=2.0): argument 655 def fromXML(self, name, attrs, content, ttFont, version=2.0): argument 689 def decompile(self, data, ttFont, version=2.0): argument 735 def compile(self, ttFont, base, version=2.0): argument [all …]
|
| /external/python/cpython3/Lib/ |
| D | platform.py | 156 def _comparable_version(version): argument 176 def libc_ver(executable=sys.executable, lib='', version='', chunksize=16384): argument 234 def _dist_try_harder(distname, version, id): argument 331 def linux_distribution(distname='', version='', id='', argument 341 def _linux_distribution(distname, version, id, supported_dists, argument 395 def dist(distname='', version='', id='', argument 425 def _norm_version(version, build=''): argument 455 def _syscmd_ver(system='', release='', version='', argument 533 def win32_ver(release='', version='', csd='', ptype=''): argument 668 def system_alias(system, release, version): argument [all …]
|
| /external/vboot_reference/firmware/lib/ |
| D | mocked_rollback_index.c | 41 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/libdrm/nouveau/nvif/ |
| D | ioctl.h | 7 __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/catch2/scripts/ |
| D | releaseCommon.py | 79 def updateReadmeFile(version): argument 100 def updateCmakeFile(version): argument 111 def updateVersionDefine(version): argument 126 def performUpdates(version): argument
|
| /external/libchrome/mojo/public/cpp/bindings/ |
| D | interface_ptr_info.h | 25 InterfacePtrInfo(ScopedMessagePipeHandle handle, uint32_t version) in InterfacePtrInfo() 53 uint32_t version() const { return version_; } in version() function 54 void set_version(uint32_t version) { version_ = version; } in set_version()
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkApiVersion.cpp | 29 ApiVersion unpackVersion (deUint32 version) in unpackVersion() 36 deUint32 pack (const ApiVersion& version) in pack()
|