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

1 2 3 4 5 6 7 8 91011>>

  /hardware/broadcom/libbt/conf/samsung/crespo/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /hardware/broadcom/libbt/conf/samsung/crespo4g/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /hardware/broadcom/libbt/conf/samsung/maguro/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTInfo.properties 24 vendor=Apache Software Foundation
25 vendor-url=http://xml.apache.org/xalan-j
  /external/elfutils/libebl/
eblcheckobjattr.c 59 ebl_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name)
61 const char *vendor;
67 if (ebl->check_object_attribute (ebl, vendor, tag, value,
71 if (strcmp (vendor, "gnu"))
  /external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c 21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor)
50 *vendor = m->vendor;
    [all...]
eap_methods.h 14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
  /device/lge/mako/self-extractors/qcom/staging/
device-partial.mk 17 vendor/qcom/mako/proprietary/ATFWD-daemon:system/bin/ATFWD-daemon:qcom \
18 vendor/qcom/mako/proprietary/bridgemgrd:system/bin/bridgemgrd:qcom \
19 vendor/qcom/mako/proprietary/btnvtool:system/bin/btnvtool:qcom \
20 vendor/qcom/mako/proprietary/diag_klog:system/bin/diag_klog:qcom \
21 vendor/qcom/mako/proprietary/diag_mdlog:system/bin/diag_mdlog:qcom \
22 vendor/qcom/mako/proprietary/ds_fmc_appd:system/bin/ds_fmc_appd:qcom \
23 vendor/qcom/mako/proprietary/efsks:system/bin/efsks:qcom \
24 vendor/qcom/mako/proprietary/hci_qcomm_init:system/bin/hci_qcomm_init:qcom \
25 vendor/qcom/mako/proprietary/ks:system/bin/ks:qcom \
26 vendor/qcom/mako/proprietary/mm-audio-send-cal:system/bin/mm-audio-send-cal:qcom
    [all...]
  /device/lge/mako/self-extractors/lge/staging/
device-partial.mk 17 vendor/lge/mako/proprietary/DxHDCP.cfg:system/etc/DxHDCP.cfg:lge \
18 vendor/lge/mako/proprietary/libAKM.so:system/lib/libAKM.so:lge \
19 vendor/lge/mako/proprietary/libDxHdcp.so:system/lib/libDxHdcp.so:lge \
20 vendor/lge/mako/proprietary/libcamera_fast_af.so:system/lib/libcamera_fast_af.so:lge \
21 vendor/lge/mako/proprietary/libmorpho_noise_reduction.so:system/lib/libmorpho_noise_reduction.so:lge \
22 vendor/lge/mako/proprietary/dxhdcp2.b00:system/vendor/firmware/discretix/dxhdcp2.b00:lge \
23 vendor/lge/mako/proprietary/dxhdcp2.b01:system/vendor/firmware/discretix/dxhdcp2.b01:lge \
24 vendor/lge/mako/proprietary/dxhdcp2.b02:system/vendor/firmware/discretix/dxhdcp2.b02:lge
    [all...]
  /device/samsung_slsi/arndale/
device.mk 26 $(call inherit-product-if-exists, vendor/samsung_slsi/arndale/device-vendor.mk)
BoardConfig.mk 18 -include vendor/samsung_slsi/arndale/BoardConfigVendor.mk
  /device/ti/panda/self-extractors/imgtec/staging/
device-panda.mk 15 LOCAL_PATH := vendor/imgtec/panda
19 $(LOCAL_PATH)/proprietary/pvrsrvctl:system/vendor/bin/pvrsrvctl \
20 $(LOCAL_PATH)/proprietary/libEGL_POWERVR_SGX540_120.so:system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so \
21 $(LOCAL_PATH)/proprietary/libGLESv1_CM_POWERVR_SGX540_120.so:system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so \
22 $(LOCAL_PATH)/proprietary/libGLESv2_POWERVR_SGX540_120.so:system/vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so \
23 $(LOCAL_PATH)/proprietary/gralloc.omap4.so:system/vendor/lib/hw/gralloc.omap4.so \
24 $(LOCAL_PATH)/proprietary/libglslcompiler.so:system/vendor/lib/libglslcompiler.so \
25 $(LOCAL_PATH)/proprietary/libIMGegl.so:system/vendor/lib/libIMGegl.so \
26 $(LOCAL_PATH)/proprietary/libpvr2d.so:system/vendor/lib/libpvr2d.so \
27 $(LOCAL_PATH)/proprietary/libpvrANDROID_WSEGL.so:system/vendor/lib/libpvrANDROID_WSEGL.so
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor)
35 *vendor = EAP_VENDOR_IETF;
39 static inline const char * eap_get_name(int vendor, EapType type)
  /external/elfutils/backends/
ppc_attrs.c 37 ppc_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name)
39 const char *vendor;
45 if (!strcmp (vendor, "gnu"))
  /device/samsung/maguro/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/broadcom/$(LOCAL_STEM)
18 -include vendor/csr/$(LOCAL_STEM)
19 -include vendor/imgtec/$(LOCAL_STEM)
20 -include vendor/invensense/$(LOCAL_STEM)
21 -include vendor/nxp/$(LOCAL_STEM)
22 -include vendor/samsung/$(LOCAL_STEM)
23 -include vendor/ti/$(LOCAL_STEM)
24 -include vendor/widevine/$(LOCAL_STEM)
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/samsung/toro/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/broadcom/$(LOCAL_STEM)
18 -include vendor/csr/$(LOCAL_STEM)
19 -include vendor/imgtec/$(LOCAL_STEM)
20 -include vendor/invensense/$(LOCAL_STEM)
21 -include vendor/nxp/$(LOCAL_STEM)
22 -include vendor/samsung/$(LOCAL_STEM)
23 -include vendor/ti/$(LOCAL_STEM)
24 -include vendor/widevine/$(LOCAL_STEM)
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/samsung/toroplus/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/broadcom/$(LOCAL_STEM)
18 -include vendor/csr/$(LOCAL_STEM)
19 -include vendor/imgtec/$(LOCAL_STEM)
20 -include vendor/invensense/$(LOCAL_STEM)
21 -include vendor/nxp/$(LOCAL_STEM)
22 -include vendor/samsung/$(LOCAL_STEM)
23 -include vendor/ti/$(LOCAL_STEM)
24 -include vendor/widevine/$(LOCAL_STEM)
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/asus/flo/
aosp_flo.mk 33 $(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk)
34 #$(call inherit-product-if-exists, vendor/qcom/proprietary/common/config/device-vendor.mk)
  /external/wpa_supplicant_8/src/eap_common/
eap_common.h 15 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4324/
device-bcm.mk 24 hardware/broadcom/wlan/bcmdhd/firmware/bcm4324/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
25 hardware/broadcom/wlan/bcmdhd/firmware/bcm4324/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_apsta.bin
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/
device-bcm.mk 27 hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
28 hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_apsta.bin
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 53 // Get vendor string (issue CPUID with eax = 0)
55 char vendor[13]; local
56 memcpy(vendor, &ebx, 4);
57 memcpy(vendor + 4, &edx, 4);
58 memcpy(vendor + 8, &ecx, 4);
59 vendor[12] = 0;
76 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD

Completed in 2193 milliseconds

1 2 3 4 5 6 7 8 91011>>