HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 276 - 300 of 12789) sorted by null

<<11121314151617181920>>

  /system/core/libnativebridge/tests/
DummyNativeBridge2.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
48 extern "C" bool native_bridge2_is_compatible_compatible_with(uint32_t version) {
50 return version <= 2;
67 .version = 2,
  /test/vts/drivers/hal/common/include/utils/
InterfaceSpecUtil.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
39 // Get HAL version string to be used to build a relevant dir path.
40 string GetVersionString(float version, bool for_macro=false);
43 string GetHidlHalDriverLibName(const string& package_name, const float version);
46 string GetInterfaceFQName(const string& package_name, const float version,
53 // Extract version from full hidl type name
  /external/autotest/database/
migrate_unittest.py 23 def __init__(self, version):
24 self.version = version
25 self.name = '%03d_test' % version
39 def do_migration(cls, version, direction):
40 cls.migrations_done.append((version, direction))
44 self.do_migration(self.version, 'up')
45 if self.version == 1:
50 self.do_migration(self.version, 'down')
94 for version in xrange(1, NUM_MIGRATIONS + 1)
    [all...]
  /external/robolectric-shadows/scripts/
install-dependencies.rb 15 def concat_maven_file_segments(repo_root_dir, group_id, artifact_id, version, extension)
17 if group_id.to_s == '' || artifact_id.to_s == '' || version.to_s == '' || extension.to_s == ''
18 raise ArgumentError, "Group ID, Artifact ID, Version, and/or Extension arguments are invalid. Please check your inputs."
22 artifact_file_name = "#{artifact_id}-#{version}.#{extension}"
32 # Then add the version ID
33 dep_path_segments << version
35 # Finally, add the version file
42 def install(group_id, artifact_id, version, archive)
43 run("mvn -q install:install-file -DgroupId='#{group_id}' -DartifactId='#{artifact_id}' -Dversion='#{version}' -Dfile='#{archive}' -Dpackaging=jar") || exit(1)
46 def get_dependency(group_id, artifact_id, version, packaging
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
ApiElement.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
37 * @param version an API version for which the API element existed
38 * @param deprecated whether the API element was deprecated in the API version in question
40 public ApiElement(String name, int version, boolean deprecated) {
42 assert version > 0; local
44 mSince = version;
45 mLastPresentIn = version;
47 mDeprecatedIn = version;
53 * @param version an API version for which the API element existe
88 assert version > 0; local
    [all...]
  /external/syslinux/com32/lib/libpng/
CHANGES 4 version 0.2
8 version 0.3
19 version 0.4
30 version 0.5
35 version 0.6
41 version 0.7
47 version 0.71 [June, 1995]
51 version 0.8
61 added version info
68 version 0.81 [August, 1995
    [all...]
  /kernel/tests/net/test/
packets.py 5 # Licensed under the Apache License, Version 2.0 (the "License");
46 def _GetIpLayer(version):
47 return {4: scapy.IP, 5: scapy.IP, 6: scapy.IPv6}[version]
57 def UDP(version, srcaddr, dstaddr, sport=0):
58 ip = _GetIpLayer(version)
62 return ("UDPv%d packet" % version,
66 def UDPWithOptions(version, srcaddr, dstaddr, sport=0, lifetime=39):
67 if version == 4:
76 return ("UDPv%d packet with options" % version, packet)
78 def SYN(dport, version, srcaddr, dstaddr, sport=0, seq=-1)
    [all...]
  /bionic/libc/kernel/android/uapi/linux/
keychord.h 25 __u16 version; member in struct:input_keychord
  /bootable/recovery/updater/include/updater/
updater.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 int version; member in struct:__anon1516
  /external/autotest/client/site_tests/dummy_Pass/
dummy_Pass.py 9 version = 1 variable in class:dummy_Pass
  /external/autotest/client/tests/aborttest/
aborttest.py 5 version = 1 variable in class:aborttest
  /external/autotest/client/tests/error_cleanup/
error_cleanup.py 4 version = 1 variable in class:error_cleanup
  /external/autotest/client/tests/error_initialize/
error_initialize.py 4 version = 1 variable in class:error_initialize
  /external/autotest/client/tests/error_setup/
error_setup.py 4 version = 1 variable in class:error_setup
  /external/autotest/client/tests/error_test_bug/
error_test_bug.py 5 version = 1 variable in class:error_test_bug
  /external/autotest/client/tests/error_test_error/
error_test_error.py 5 version = 1 variable in class:error_test_error
  /external/autotest/client/tests/error_test_fail/
error_test_fail.py 5 version = 1 variable in class:error_test_fail
  /external/autotest/client/tests/error_test_na/
error_test_na.py 5 version = 1 variable in class:error_test_na
  /external/autotest/client/tests/sleeptest/
sleeptest.py 5 version = 1 variable in class:sleeptest
  /external/autotest/server/site_tests/android_DummyTest/
android_DummyTest.py 11 version = 1 variable in class:android_DummyTest
  /external/autotest/server/site_tests/dummy_FailServer/
dummy_FailServer.py 10 version = 1 variable in class:dummy_FailServer
  /external/autotest/server/site_tests/generic_RebootTest/
generic_RebootTest.py 11 version = 1 variable in class:generic_RebootTest
  /external/autotest/server/site_tests/infra_FirmwareAutoupdate/
infra_FirmwareAutoupdate.py 18 inadvertently updating to a new firmware version as a consequence of
29 version = 1 variable in class:infra_FirmwareAutoupdate
  /external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
platform_CryptohomeMigrateChapsToken.py 12 version = 1 variable in class:platform_CryptohomeMigrateChapsToken
23 version = baseline_version
26 version = "%s-release/R37-3773.0.0" % board_name
28 # Downgrade to baseline version and run client side test.
30 value=version)
33 # Upgrade back to latest version and see if the key migration
  /external/autotest/server/site_tests/platform_InstallTestImage/
platform_InstallTestImage.py 9 version = 1 variable in class:platform_InstallTestImage

Completed in 829 milliseconds

<<11121314151617181920>>