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

1 2 3 4 5 6 7 8 9

  /device/samsung/crespo/
extract-files.sh 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
23 adb pull /system/etc/gps.conf ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gps.conf
24 adb pull /system/lib/libsecril-client.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsecril-client.so
25 adb pull /system/vendor/bin/gpsd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd
26 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd
27 adb pull /system/vendor/bin/pvrsrvinit ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
28 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
29 adb pull /system/vendor/etc/gps.xml ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gps.xm
    [all...]
unzip-files.sh 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
23 unzip -j -o ../../../${DEVICE}_update.zip system/etc/gps.conf -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
24 unzip -j -o ../../../${DEVICE}_update.zip system/lib/libsecril-client.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
25 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/bin/gpsd -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
26 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd
27 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/bin/pvrsrvinit -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
28 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
29 unzip -j -o ../../../${DEVICE}_update.zip system/vendor/etc/gps.xml -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietar
    [all...]
system.prop 5 rild.libpath=/vendor/lib/libsec-ril.so
setup-makefiles.sh 20 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE
22 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/device-vendor.mk
52 DEVICE_PACKAGE_OVERLAYS := vendor/__MANUFACTURER__/__DEVICE__/overlay
54 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
57 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/BoardConfigVendor.mk
85 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout
86 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout/all_apps.xml
  /libcore/luni/src/main/java/org/apache/xalan/res/
XSLTInfo.properties 24 vendor=Apache Software Foundation
25 vendor-url=http://xml.apache.org/xalan-j
  /device/htc/common/
common_small.mk 24 $(call inherit-product-if-exists, vendor/htc/common/common_small-vendor.mk)
common.mk 28 $(call inherit-product-if-exists, vendor/htc/common/common-vendor.mk)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.h 18 const struct eap_method * eap_server_get_eap_method(int vendor,
20 struct eap_method * eap_server_method_alloc(int version, int vendor,
25 EapType eap_server_get_type(const char *name, int *vendor);
eap_methods.c 27 * @vendor: EAP Vendor-Id (0 = IETF)
31 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
35 if (m->vendor == vendor && m->method == method)
45 * @vendor: Buffer for returning EAP Vendor-Id
51 EapType eap_server_get_type(const char *name, int *vendor)
56 *vendor = m->vendor;
    [all...]
  /device/htc/passion/
extract-files.sh 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
23 adb pull /system/bin/akmd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/akmd
24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/akmd
25 adb pull /system/bin/mm-venc-omx-test ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/mm-venc-omx-test
26 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/mm-venc-omx-test
27 adb pull /system/bin/parse_radio_log ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/parse_radio_log
28 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/parse_radio_log
29 adb pull /system/etc/AdieHWCodecSetting.csv ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/AdieHWCodecSetting.csv
30 adb pull /system/etc/AudioBTID.csv ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/AudioBTID.csv
31 adb pull /system/etc/firmware/bcm4329.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/bcm4329.hc
    [all...]
unzip-files.sh 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
23 unzip -j -o ../../../${DEVICE}_update.zip system/bin/akmd -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/akmd
25 unzip -j -o ../../../${DEVICE}_update.zip system/bin/mm-venc-omx-test -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
26 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/mm-venc-omx-test
27 unzip -j -o ../../../${DEVICE}_update.zip system/bin/parse_radio_log -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
28 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/parse_radio_log
29 unzip -j -o ../../../${DEVICE}_update.zip system/etc/AdieHWCodecSetting.csv -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
30 unzip -j -o ../../../${DEVICE}_update.zip system/etc/AudioBTID.csv -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
31 unzip -j -o ../../../${DEVICE}_update.zip system/etc/firmware/bcm4329.hcd -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietar
    [all...]
setup-makefiles.sh 20 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE
22 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/$DEVICE-vendor.mk
52 DEVICE_PACKAGE_OVERLAYS := vendor/__MANUFACTURER__/__DEVICE__/overlay
54 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
57 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/BoardConfigVendor.mk
79 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout
80 (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout/all_apps.xml
  /external/wpa_supplicant/
eap_methods.h 20 const struct eap_method * eap_sm_get_eap_methods(int vendor, EapType method);
23 struct eap_method * eap_peer_method_alloc(int version, int vendor,
31 EapType eap_get_type(const char *name, int *vendor);
32 const char * eap_get_name(int vendor, EapType type);
40 static inline EapType eap_get_type(const char *name, int *vendor)
42 *vendor = EAP_VENDOR_IETF;
46 static inline const char * eap_get_name(int vendor, EapType type)
eap_gpsk_common.h 46 u8 vendor[4]; member in struct:eap_gpsk_csuite
54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
55 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
eap_methods.c 30 * @vendor: EAP Vendor-Id (0 = IETF)
34 const struct eap_method * eap_sm_get_eap_methods(int vendor, EapType method)
38 if (m->vendor == vendor && m->method == method)
48 * @vendor: Buffer for returning EAP Vendor-Id
54 EapType eap_get_type(const char *name, int *vendor)
59 *vendor = m->vendor;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_methods.h 20 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
23 struct eap_method * eap_peer_method_alloc(int version, int vendor,
31 EapType eap_peer_get_type(const char *name, int *vendor);
32 const char * eap_get_name(int vendor, EapType type);
40 static inline EapType eap_peer_get_type(const char *name, int *vendor)
42 *vendor = EAP_VENDOR_IETF;
46 static inline const char * eap_get_name(int vendor, EapType type)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_common.h 20 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
22 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
eap_gpsk_common.h 46 u8 vendor[4]; member in struct:eap_gpsk_csuite
54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
55 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
eap_common.c 23 * @vendor: Expected EAP Vendor-Id (0 = IETF)
37 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
72 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
81 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) {
93 * @vendor: Vendor-Id (0 = IETF)
102 * if the selected Vendor-Id is not IETF. In other words, most EAP methods do
107 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
114 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8)
    [all...]
  /hardware/broadcom/wlan/bcm4329/firmware/
Android.mk 24 LOCAL_MODULE_PATH := $(TARGET_OUT)/vendor/firmware
34 LOCAL_MODULE_PATH := $(TARGET_OUT)/vendor/firmware
  /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
  /packages/apps/Tag/src/com/android/vcard/
CharsetUtils.java 31 * class is primarily useful for code that wishes to be vendor-aware
38 * each vendor-specific charset. You may need to modify the C libraries
46 * name of the vendor "DoCoMo". <b>Note:</b> This isn't a public
48 * reference list of vendor names.
52 * Name of the vendor "KDDI".
56 * Name of the vendor "SoftBank".
61 * Represents one-to-one mapping from a vendor name to a charset specific to the vendor.
80 * Returns the name of the vendor-specific character set
82 * vendor. If there is no vendor-specific character set for th
    [all...]
  /external/bluetooth/bluez/input/
fakehid.h 28 uint16_t vendor; member in struct:fake_hid
36 struct fake_hid *get_fake_hid(uint16_t vendor, uint16_t product);
  /external/webkit/WebCore/page/
NavigatorBase.h 43 String vendor() const;
  /frameworks/base/core/java/android/util/
CharsetUtils.java 27 * class is primarily useful for code that wishes to be vendor-aware
30 * <p>As of this writing, the only vendor that is recognized by this
44 * name of the vendor "Docomo". <b>Note:</b> This isn't a public
46 * reference list of vendor names.
58 * Returns the name of the vendor-specific character set
60 * vendor. If there is no vendor-specific character set for the
61 * given name/vendor pair, this returns the original character set
62 * name. The vendor name is matched case-insensitively.
65 * @param vendor the vendor to specialize fo
    [all...]

Completed in 290 milliseconds

1 2 3 4 5 6 7 8 9