/external/r8/tools/ |
D | run-jdwp-tests.py | 55 def get_art_dir(version): argument 59 def get_lib_dir(version): argument 62 def get_fw_dir(version): argument 65 def get_vm(version): argument 68 def setup_environment(version): argument 80 def get_boot_libs(version): argument 83 def get_common_flags(version): argument 91 def get_debuggee_flags(version): argument 94 def get_debugger_flags(version): argument 97 def runDebuggee(version, args): argument [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/libopus/win32/ |
D | genversion.bat | 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v variable 13 set version=unknown variable 19 for /f "delims== tokens=2" %%v in (%~dps0..\version.mk) do set version=%%v variable 21 set version=!version:^"=! variable 22 set version=!version: =! variable
|
/external/boringssl/src/ssl/ |
D | ssl_versions.cc | 26 int ssl_protocol_version_from_wire(uint16_t *out, uint16_t version) { in ssl_protocol_version_from_wire() 85 uint16_t version) { in method_supports_version() 98 uint16_t version) { in set_version_bound() 122 uint16_t version) { in set_min_version() 134 uint16_t version) { in set_max_version() 144 int SSL_CTX_set_min_proto_version(SSL_CTX *ctx, uint16_t version) { in SSL_CTX_set_min_proto_version() 148 int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, uint16_t version) { in SSL_CTX_set_max_proto_version() 152 int SSL_set_min_proto_version(SSL *ssl, uint16_t version) { in SSL_set_min_proto_version() 156 int SSL_set_max_proto_version(SSL *ssl, uint16_t version) { in SSL_set_max_proto_version() 161 uint16_t version; member [all …]
|
/external/vulkan-validation-layers/ |
D | determine_vs_version.py | 44 def determine_year(version): argument 78 version = None variable 104 version = int (splitAroundPeriod[0]) variable 109 version = 00 variable
|
/external/toolchain-utils/cros_utils/ |
D | manifest_versions.py | 20 def IsCrosVersion(version): argument 25 def IsRFormatCrosVersion(version): argument 30 def RFormatCrosVersion(version): argument 84 def GetManifest(self, version, to_file): 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 | 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 | 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 | 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
|
D | Lookups.py | 5 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/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 33 const char* getGLSLVersionName (GLSLVersion version) in getGLSLVersionName() 56 const char* getGLSLVersionDeclaration (GLSLVersion version) in getGLSLVersionDeclaration() 79 bool glslVersionUsesInOutQualifiers (GLSLVersion version) in glslVersionUsesInOutQualifiers() 84 bool glslVersionIsES (GLSLVersion version) in glslVersionIsES() 99 static ApiType getMinAPIForGLSLVersion (GLSLVersion version) in getMinAPIForGLSLVersion() 122 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported() 130 for (int version = GLSL_VERSION_LAST-1; version >= 0; version--) in getContextTypeGLSLVersion() local
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | interface_ptr_info.h | 23 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()
|
D | associated_interface_ptr_info.h | 30 uint32_t version) in AssociatedInterfacePtrInfo() 55 uint32_t version() const { return version_; } in version() function 56 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()
|
/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/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | Main.java | 60 public boolean version; field in Main 105 protected static void version() { in version() method in Main 114 String version = "[unknown version]"; in loadVersion() local
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | Main.java | 60 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/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/python/cpython2/Tools/versioncheck/ |
D | pyversioncheck.py | 17 def versioncheck(package, url, version, verbose=0): argument 35 def checkonly(package, url, version, verbose=0): argument 47 def _check1version(package, url, version, verbose=0): argument
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ez_setup.py | 60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 147 def main(argv, version=DEFAULT_VERSION): argument
|
/external/libdrm/include/drm/ |
D | nouveau_ioctl.h | 5 __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 …]
|