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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
version_profile.h 3 // Licensed under the Apache License, Version 2.0 (the "License");
24 // Returns true if the given version is an accepted GLSL (ES) version.
25 inline bool IsKnownVersion(int version) {
26 switch (version) {
51 // Given a string version_profile containing both version and profile, decodes
52 // it and puts the decoded version in version, decoded profile in profile.
53 // Returns true if decoding is successful and version and profile are accepted.
54 // This does not validate the version number against the profile. For example
    [all...]
  /libcore/luni/src/main/java/android/system/
StructCapUserHeader.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
28 * Version of the header. Note this is not final as capget() may mutate the field when an
29 * invalid version is provided. See
32 public int version; /* __u32 */ field in class:StructCapUserHeader
40 public StructCapUserHeader(int version, int pid) {
41 this.version = version;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
lp.s 1 .version 545lp
  /dalvik/dx/tests/003-magic-version-access/
run 5 # Licensed under the Apache License, Version 2.0 (the "License");
34 check_rejected class-version-44.0.txt
35 check_rejected class-version-44.65535.txt
38 check_accepted class-version-45.0.txt
39 check_accepted class-version-45.65535.txt
40 check_accepted class-version-48.0.txt
41 check_accepted class-version-48.65535.txt
42 check_accepted class-version-49.0.txt
43 check_accepted class-version-49.1.txt
44 check_accepted class-version-49.65535.tx
    [all...]
  /external/autotest/client/bin/
kernel_versions.py 2 # kernel_versions.py -- linux kernel version comparisons
11 # their accompanying version.
23 def version_encode(version):
24 bits = encode_sep.split(version)
45 def version_limit(version, n):
46 bits = encode_sep.split(version)
50 def version_len(version):
51 return len(encode_sep.split(version))
54 # Given a list of versions find the nearest version which is deemed
68 def version_choose_config(version, candidates)
    [all...]
  /external/autotest/client/common_lib/
kernel_versions.py 2 # kernel_versions.py -- linux kernel version comparisons
11 # their accompanying version.
23 def version_encode(version):
24 bits = encode_sep.split(version)
45 def version_limit(version, n):
46 bits = encode_sep.split(version)
50 def version_len(version):
51 return len(encode_sep.split(version))
54 # Given a list of versions find the nearest version which is deemed
68 def version_choose_config(version, candidates)
    [all...]
  /external/python/cpython2/Lib/idlelib/
idlever.py 2 The separate Idle version was eliminated years ago;
5 from sys import version
6 IDLE_VERSION = version[:version.index(' ')]
11 from sys import version
12 IDLE_VERSION = version[:version.index(' ')]
  /system/chre/chre_api/include/chre_api/chre/
version.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
35 * Value for version 0.1 of the Context Hub Runtime Environment API interface.
37 * This is a legacy version. Version 1.0 is considered the first official
38 * version of the API.
45 * Value for version 1.0 of the Context Hub Runtime Environment API interface.
47 * The version of the CHRE API which shipped with the Android Nougat release.
54 * Value for version 1.1 of the Context Hub Runtime Environment API interface.
56 * The version of the CHRE API shipped with the Android O release. It adds
64 * Value for version 1.2 of the Context Hub Runtime Environment API interface
    [all...]
  /system/chre/chre_api/legacy/v1_1/chre/
version.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
35 * Value for version 0.1 of the Context Hub Runtime Environment API interface.
37 * This is a legacy version. Version 1.0 is considered the first official
38 * version of the API.
45 * Value for version 1.0 of the Context Hub Runtime Environment API interface.
47 * The version of the CHRE API which shipped with the Android Nougat release.
54 * Value for version 1.1 of the Context Hub Runtime Environment API interface.
56 * The version of the CHRE API shipped with the Android O release. It adds
64 * Major and Minor Version of this Context Hub Runtime Environment API
    [all...]
  /system/libvintf/include/vintf/
VendorNdk.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 VendorNdk(std::string&& version) : mVersion(std::move(version)) {}
30 VendorNdk(std::string&& version, std::set<std::string>&& libs)
31 : mVersion(std::move(version)), mLibraries(std::move(libs)) {}
32 VendorNdk(const std::string& version) : mVersion(version) {}
33 VendorNdk(const std::string& version, const std::set<std::string>& libs)
34 : mVersion(version), mLibraries(libs) {}
35 bool operator==(const VendorNdk& other) const { return version() == other.version();
36 const std::string& version() const { return mVersion; } function in class:android::vintf::VendorNdk
    [all...]
  /external/elfutils/libelf/
elf_version.c 10 Software Foundation; either version 3 of the License, or (at
11 your option) any later version
16 Software Foundation; either version 2 of the License, or (at
17 your option) any later version
37 /* Is the version initialized? */
40 /* Currently selected version. */
45 elf_version (unsigned int version)
47 if (version == EV_NONE)
50 if (likely (version < EV_NUM))
52 /* Phew, we know this version. *
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 55 likely (version.major == 1 ||
56 (version.major == 0 && version.minor == 0x5000u)));
59 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
61 FixedVersion<>version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/version/
Java11PostProcessor.java 1 package com.github.javaparser.version;
  /external/libunwind/include/
dwarf-eh.h 107 #define DW_EH_VERSION 1 /* The version we're implementing */
111 unsigned char version; member in struct:dwarf_eh_frame_hdr
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
120-undef-builtin.c 0 #version 300 es
147-undef-builtin-allowed.c 0 #version 110
  /external/vulkan-validation-layers/scripts/
determine_vs_version.py 7 # Licensed under the Apache License, Version 2.0 (the "License");
45 def determine_year(version):
46 if version == 8:
48 elif version == 9:
50 elif version == 10:
52 elif version == 11:
54 elif version == 12:
56 elif version == 14:
58 elif version == 15:
63 # Determine if msbuild is in the path, then call it to determine the version and pars
    [all...]
  /system/sepolicy/
treble_sepolicy_tests_for_release.mk 0 version := $(version_under_treble_tests)
6 # compatibility guarantees are upheld between SELinux version bumps.
7 LOCAL_MODULE := treble_sepolicy_tests_$(version)
13 # $(version)_plat - the platform policy shipped as part of the $(version) release. This is
15 # $(version) policy, which will be used in tests to make sure that compatibility has
17 $(version)_PLAT_PUBLIC_POLICY := $(LOCAL_PATH)/prebuilts/api/$(version)/public
18 $(version)_PLAT_PRIVATE_POLICY := $(LOCAL_PATH)/prebuilts/api/$(version)/privat
1 version := $(version_under_treble_tests) macro
103 version := macro
    [all...]
  /external/clang/
clang-version-inc.py 6 import version
8 version_string = '%s.%s.%s' % (version.major, version.minor, version.patch)
11 print sys.stderr, "Usage: %s <Version.inc.in>"
17 '@CLANG_VERSION_MAJOR@': version.major,
18 '@CLANG_VERSION_MINOR@': version.minor,
19 '@CLANG_VERSION_PATCHLEVEL@': version.patch,
  /external/vboot_reference/tests/
rollback_index3_tests.c 21 uint32_t version; local
26 version = 1;
27 TEST_EQ(RollbackFirmwareSetup(0, 0, 0, &is_virt_dev, &version),
30 TEST_EQ(version, 0, "rfs version");
35 version = 1;
36 TEST_EQ(RollbackKernelRead(&version), 0, "RollbackKernelRead()");
37 TEST_EQ(version, 0, "rkr version");
  /external/libdrm/tests/tegra/
openclose.c 39 drmVersionPtr version; local
52 version = drmGetVersion(fd);
53 if (version) {
54 printf("Version: %d.%d.%d\n", version->version_major,
55 version->version_minor, version->version_patchlevel);
56 printf(" Name: %s\n", version->name);
57 printf(" Date: %s\n", version->date);
58 printf(" Description: %s\n", version->desc)
    [all...]
  /external/boringssl/src/ssl/
ssl_versions.cc 28 bool ssl_protocol_version_from_wire(uint16_t *out, uint16_t version) {
29 switch (version) {
34 *out = version;
83 uint16_t version) {
88 if (versions[i] == version) {
100 static const char *ssl_version_to_string(uint16_t version) {
101 switch (version) {
128 static uint16_t wire_version_to_api(uint16_t version) {
129 switch (version) {
134 return version;
195 uint16_t version; member in struct:bssl::__anon14388
277 uint16_t version; local
340 uint16_t version; local
    [all...]
  /device/google/wahoo/
init.qcom.wlan.sh 4 setprop sys.wlan.driver.version "$wlan_driver_version"
5 wlan_fw_version=`cat /sys/kernel/wifi/wlan/fw/0/version`
6 setprop sys.wlan.firmware.version "$wlan_fw_version"
  /external/deqp/external/vulkancts/framework/vulkan/
vkApiVersion.hpp 9 * Licensed under the Apache License, Version 2.0 (the "License");
23 * \brief Vulkan api version.
49 ApiVersion unpackVersion (deUint32 version);
50 deUint32 pack (const ApiVersion& version);
52 inline std::ostream& operator<< (std::ostream& s, const ApiVersion& version)
54 return s << version.majorNum << "." << version.minorNum << "." << version.patchNum;
  /external/libopus/win32/
genversion.bat 5 for /f %%v in ('cd "%~dp0.." ^&^& 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
11 echo Git cannot be found, nor can package_version. Generating unknown version.
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
    [all...]

Completed in 961 milliseconds

1 23 4 5 6 7 8 91011>>