HomeSort by relevance Sort by last modified time
    Searched refs:VENDOR (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /device/google/contexthub/firmware/variant/argonkey/
argonkey_conf.mk 19 VENDOR := google
  /device/google/contexthub/firmware/variant/linux/
linux_conf.mk 19 VENDOR := google
  /device/google/contexthub/firmware/variant/lunchbox/
lunchbox_conf.mk 19 VENDOR := google
  /device/google/contexthub/firmware/variant/neonkey/
neonkey_conf.mk 19 VENDOR := google
  /device/google/contexthub/firmware/variant/nucleo/
nucleo_conf.mk 19 VENDOR := google
  /test/vts/tools/vts-tradefed/etc/
vts-tradefed 21 # # to test a device with system.img = v9.0 and vendor.img = v9.0
24 # # to test a device with system.img = v9.0 and vendor.img = v8.1
161 -v=*|--vendor-image=*)
162 VENDOR="${var#*=}"
163 if [ "${VENDOR}" == "9.0" ]; then
164 VENDOR=""
165 elif [ "${VENDOR}" != "8.1" ]; then
166 echo "Supports only --vendor-image=8.1."
167 echo "By default, 9.0 is the supported vendor.img version."
177 if [ -z "${VENDOR}" ]; the
    [all...]
  /frameworks/native/cmds/lshal/libprocpartition/include/procpartition/
procpartition.h 31 VENDOR,
  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
VhalEventGenerator.java 33 | VehiclePropertyGroup.VENDOR
  /hardware/interfaces/camera/common/1.0/
types.hal 82 * Camera metadata type - duplicated from VNDK libcamera_metadata for vendor tag
101 * A single vendor-unique metadata tag.
105 uint32_t tagId; // Tag identifier, must be >= TagBoundaryId::VENDOR
111 * A set of related vendor tags.
114 string sectionName; // Section name; must be namespaced within vendor's name
120 VENDOR = 0x80000000u // First valid tag id for vendor extension tags
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BatteryServiceTest.java 54 private static final String VENDOR = BatteryService.HealthServiceWrapper.INSTANCE_VENDOR;
123 initForInstances(VENDOR, HEALTHD);
126 verify(mCallback, times(1)).onRegistration(same(null), same(mMockedHal), eq(VENDOR));
128 verify(mCallback, times(1)).onRegistration(same(mMockedHal), same(mMockedHal2), eq(VENDOR));
  /external/objenesis/main/src/main/java/org/objenesis/strategy/
PlatformDescription.java 65 /** VM vendor version */
68 /** VM vendor name */
69 public static final String VENDOR = System.getProperty("java.vm.vendor");
84 * Describes the platform. Outputs Java version and vendor.
90 + "VM vendor name=\"" + VENDOR + "\", "
91 + "VM vendor version=" + VENDOR_VERSION + ", "
  /frameworks/native/cmds/lshal/libprocpartition/
procpartition.cpp 27 case Partition::VENDOR: return os << "vendor";
60 if (s == "vendor") {
61 return Partition::VENDOR;
  /test/vts-testcase/hal/treble/vintf/
utils.cpp 121 // TODO(b/70033981): remove once ODM and Vendor manifests are distinguished
123 partition = Partition::VENDOR;
132 return Partition::VENDOR;
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarVendorExtensionManagerTest.java 61 0x1 | VehiclePropertyGroup.VENDOR | VehiclePropertyType.INT32 | VehicleArea.GLOBAL;
64 0x2 | VehiclePropertyGroup.VENDOR | VehiclePropertyType.FLOAT | VehicleArea.SEAT;
67 0x3 | VehiclePropertyGroup.VENDOR | VehiclePropertyType.BYTES | VehicleArea.SEAT;
70 0x4 | VehiclePropertyGroup.VENDOR | VehiclePropertyType.BYTES | VehicleArea.GLOBAL;
73 0x5 | VehiclePropertyGroup.VENDOR | VehiclePropertyType.STRING | VehicleArea.GLOBAL;
283 return VehiclePropertyGroup.VENDOR == (prop & VehiclePropertyGroup.VENDOR);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
66 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
103 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
110 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
116 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
124 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
175 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
416 /// was first defined. For vendor extensions, if there is a version-related
429 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
432 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
66 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
103 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
110 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
116 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
124 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
175 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
416 /// was first defined. For vendor extensions, if there is a version-related
429 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
432 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
71 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
108 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
115 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
121 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
129 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
180 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
447 /// was first defined. For vendor extensions, if there is a version-related
460 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
463 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
71 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
108 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
115 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
121 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
129 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
180 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
447 /// was first defined. For vendor extensions, if there is a version-related
460 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
463 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
71 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
108 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
115 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
121 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
129 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
180 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
447 /// was first defined. For vendor extensions, if there is a version-related
460 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
463 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
71 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
108 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
115 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
121 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
129 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
180 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
447 /// was first defined. For vendor extensions, if there is a version-related
460 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
463 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
66 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
103 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
110 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
116 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
124 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
175 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
416 /// was first defined. For vendor extensions, if there is a version-related
429 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
432 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
66 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
103 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
110 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
116 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
124 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
175 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
416 /// was first defined. For vendor extensions, if there is a version-related
429 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
432 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
71 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
108 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
115 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
121 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
129 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
180 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
447 /// was first defined. For vendor extensions, if there is a version-related
460 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
463 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
71 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
108 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
115 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
121 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
129 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
180 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
447 /// was first defined. For vendor extensions, if there is a version-related
460 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
463 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
Dwarf.h 50 // Identifiers we use to distinguish vendor extensions.
71 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR) DW_TAG_##NAME = ID,
108 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID,
115 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID,
121 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID,
129 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID,
180 #define HANDLE_DW_LANG(ID, NAME, VERSION, VENDOR) DW_LANG_##NAME = ID,
447 /// was first defined. For vendor extensions, if there is a version-related
460 /// \defgroup DwarfConstantsVendor Dwarf "vendor" for constants
463 /// either the DWARF standard itself or the vendor who defined the extension
    [all...]

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 9