HomeSort by relevance Sort by last modified time
    Searched refs:vendor (Results 26 - 50 of 543) sorted by null

12 3 4 5 6 7 8 91011>>

  /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
  /external/chromium_org/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
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 84 // Get vendor string (issue CPUID with eax = 0)
86 char vendor[13]; local
87 memcpy(vendor, &ebx, 4);
88 memcpy(vendor + 4, &edx, 4);
89 memcpy(vendor + 8, &ecx, 4);
90 vendor[12] = 0;
107 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.cc 81 // Get vendor string (issue CPUID with eax = 0)
83 char vendor[13]; local
84 memcpy(vendor, &ebx, 4);
85 memcpy(vendor + 4, &edx, 4);
86 memcpy(vendor + 8, &ecx, 4);
87 vendor[12] = 0;
104 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.cc 81 // Get vendor string (issue CPUID with eax = 0)
83 char vendor[13]; local
84 memcpy(vendor, &ebx, 4);
85 memcpy(vendor + 4, &edx, 4);
86 memcpy(vendor + 8, &ecx, 4);
87 vendor[12] = 0;
104 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
  /external/chromium_org/v8/src/
atomicops_internals_x86_gcc.cc 85 // Get vendor string (issue CPUID with eax = 0)
87 char vendor[13]; local
88 v8::internal::OS::MemCopy(vendor, &ebx, 4);
89 v8::internal::OS::MemCopy(vendor + 4, &edx, 4);
90 v8::internal::OS::MemCopy(vendor + 8, &ecx, 4);
91 vendor[12] = 0;
108 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
  /external/v8/src/
atomicops_internals_x86_gcc.cc 84 // Get vendor string (issue CPUID with eax = 0)
86 char vendor[13]; local
87 memcpy(vendor, &ebx, 4);
88 memcpy(vendor + 4, &edx, 4);
89 memcpy(vendor + 8, &ecx, 4);
90 vendor[12] = 0;
107 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(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,
  /device/asus/grouper/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/asus/$(LOCAL_STEM)
18 -include vendor/broadcom/$(LOCAL_STEM)
19 -include vendor/elan/$(LOCAL_STEM)
20 -include vendor/invensense/$(LOCAL_STEM)
21 -include vendor/nvidia/$(LOCAL_STEM)
22 -include vendor/nxp/$(LOCAL_STEM)
23 -include vendor/widevine/$(LOCAL_STEM)
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/elan/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/asus/tilapia/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/asus/$(LOCAL_STEM)
18 -include vendor/broadcom/$(LOCAL_STEM)
19 -include vendor/elan/$(LOCAL_STEM)
20 -include vendor/invensense/$(LOCAL_STEM)
21 -include vendor/nvidia/$(LOCAL_STEM)
22 -include vendor/nxp/$(LOCAL_STEM)
23 -include vendor/widevine/$(LOCAL_STEM)
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/elan/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/common/
populate-new-device.sh 25 mkdir -p vendor/$1/$2
119 \$(call inherit-product-if-exists, vendor/$1/$2/device-vendor.mk)
140 -include vendor/$1/$2/BoardConfigVendor.mk
151 cat > vendor/$1/$2/device-vendor.mk << EOF
169 cat > vendor/$1/$2/BoardConfigVendor.mk << EOF
  /frameworks/base/core/java/android/util/
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...]
  /device/lge/hammerhead/self-extractors/broadcom/staging/
device-partial.mk 17 vendor/broadcom/hammerhead/proprietary/bcm2079x-b5_firmware.ncd:system/vendor/firmware/bcm2079x-b5_firmware.ncd:broadcom \
18 vendor/broadcom/hammerhead/proprietary/bcm2079x-b5_pre_firmware.ncd:system/vendor/firmware/bcm2079x-b5_pre_firmware.ncd:broadcom \
19 vendor/broadcom/hammerhead/proprietary/bcm4335c0.hcd:system/vendor/firmware/bcm4335c0.hcd:broadcom \
  /device/asus/flo/
device.mk 40 $(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk)
  /device/asus/grouper/
device.mk 28 $(call inherit-product-if-exists, vendor/asus/grouper/device-vendor.mk)
  /device/asus/tilapia/
device.mk 33 $(call inherit-product-if-exists, vendor/asus/tilapia/device-vendor.mk)
  /device/lge/hammerhead/
full_hammerhead.mk 34 $(call inherit-product-if-exists, vendor/lge/hammerhead/device-vendor.mk)
  /device/lge/mako/
full_mako.mk 42 $(call inherit-product-if-exists, vendor/lge/mako/device-vendor.mk)
  /external/pixman/pixman/
pixman-x86.c 174 char vendor[13]; local
176 /* Get vendor string */
177 memset (vendor, 0, sizeof vendor);
180 memcpy (vendor + 0, &b, 4);
181 memcpy (vendor + 4, &d, 4);
182 memcpy (vendor + 8, &c, 4);
184 if (strcmp (vendor, "AuthenticAMD") == 0 ||
185 strcmp (vendor, "Geode by NSC") == 0)
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/
device-bcm.mk 28 hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
29 hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_apsta.bin
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/
device-bcm.mk 29 hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
30 hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_apsta.bin
  /hardware/ti/wpan/bluedroid_wilink/
Android.mk 26 LOCAL_SRC_FILES := libbt-vendor-ti.c
35 LOCAL_MODULE := libbt-vendor
  /external/chromium_org/third_party/WebKit/Source/core/page/
NavigatorBase.h 43 String vendor() const;

Completed in 1314 milliseconds

12 3 4 5 6 7 8 91011>>