HomeSort by relevance Sort by last modified time
    Searched refs:vendor (Results 151 - 175 of 1281) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/google/taimen/self-extractors/root/proprietary/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
  /device/huawei/angler/self-extractors/huawei/staging/
BoardConfigPartial.mk 15 BOARD_PREBUILT_VENDORIMAGE := vendor/huawei/angler/proprietary/vendor.img
  /device/huawei/angler/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/huawei/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
  /device/lge/bullhead/self-extractors/lge/staging/
BoardConfigPartial.mk 15 BOARD_PREBUILT_VENDORIMAGE := vendor/lge/bullhead/proprietary/vendor.img
  /device/lge/bullhead/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/lge/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
  /device/linaro/hikey/hikey/
device-hikey.mk 41 # Include vendor binaries
42 $(call inherit-product-if-exists, vendor/linaro/hikey/device-vendor.mk)
  /external/autotest/client/profilers/powertop/src/
urbnum.c 67 char name[4096], vendor[4096]; local
109 memset(vendor, 0, 4096);
111 fgets(vendor, 4096, file);
117 if (strlen(vendor)>0 && vendor[strlen(vendor)-1]=='\n')
118 vendor[strlen(vendor)-1]=0;
123 sprintf(ptr->human_name, _("USB device %4s : %s (%s)"), shortname, name, vendor);
  /external/syslinux/gpxe/src/include/gpxe/
device.h 28 /** Vendor ID */
29 unsigned int vendor; member in struct:device_description
isa_ids.h 8 * vendor byte 0 bit 7 must be zero
9 * bits 6-2 first vendor char in compressed ASCII
10 * bits 1-0 second vendor char in compressed ASCII (bits 4-3)
11 * byte 1 bits 7-5 second vendor char in compressed ASCII (bits 2-0)
12 * bits 4-0 third vendor char in compressed ASCII
27 * Construct a vendor ID from three ASCII characters
49 extern char * isa_id_string ( unsigned int vendor, unsigned int product );
  /external/tpm2/
VendorString.h 28 // TPM2_GetCapability(). The following line should be un-commented and a vendor specific string should
29 // be provided here. The vendor strings 2-4 may also be defined as appropriately.
45 // the more significant 32-bits of a vendor-specific value indicating the
52 // the optional less significant 32-bits of a vendor-specific value
61 Please modify include\VendorString.h to provide a vendor specific firmware \
  /frameworks/av/drm/mediacas/plugins/clearkey/tests/
Android.mk 30 -Wl,--rpath,\$${ORIGIN}/../../../system/vendor/lib/mediacas -Wl,--enable-new-dtags
  /hardware/qcom/bt/msm8960/libbt-vendor/
Android.mk 39 LOCAL_MODULE := libbt-vendor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hidraw.h 28 __s16 vendor; member in struct:hidraw_devinfo
  /system/chre/platform/shared/include/chre/platform/shared/
nanoapp_support_lib_dso.h 48 //! Maximum length of vendor and name strings
83 //! A human-friendly name of the nanoapp vendor (null-terminated string,
85 const char *vendor; member in struct:chreNslNanoappInfo
91 //! Identifies the vendor (most significant 5 bytes) and application
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 20 * @vendor: CSuite/Vendor
24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier)
26 if (vendor == EAP_GPSK_VENDOR_IETF &&
30 if (vendor == EAP_GPSK_VENDOR_IETF &&
149 WPA_PUT_BE32(pos, EAP_GPSK_VENDOR_IETF); /* CSuite/Vendor = IETF */
263 * @vendor: CSuite/Vendor
279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
291 vendor, specifier)
    [all...]
  /build/make/target/board/generic_x86/
BoardConfig.mk 34 # Build partitioned system.img and vendor.img (if applicable)
45 TARGET_COPY_OUT_VENDOR := vendor
47 # ~100 MB vendor image. Please adjust system image / vendor image sizes
  /external/elfutils/backends/
arm_attrs.c 48 const char *vendor, int tag, uint64_t value,
51 if (!strcmp (vendor, "aeabi"))
  /external/llvm/test/MC/ARM/
directive-cpu.s 13 @ <vendor-name> "aeabi\0"
directive-fpu.s 13 @ <vendor-name> "aeabi\0"
  /external/wpa_supplicant_8/hostapd/
hostapd.android.rc 12 service hostapd /vendor/bin/hostapd \
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceRecommendationPlugin.java 83 public boolean matchesCriteria(String vendor, NsdServiceInfo nsdServiceInfo) {
84 return TextUtils.equals(vendor, mVendorInfo.mVendorID);
  /frameworks/base/telephony/java/android/telephony/mbms/vendor/
IMbmsStreamingService.aidl 17 package android.telephony.mbms.vendor;
  /hardware/qcom/display/msm8084/
Android.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /hardware/qcom/display/msm8226/
Android.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /hardware/qcom/display/msm8909/
Android.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)

Completed in 1126 milliseconds

1 2 3 4 5 67 8 91011>>