HomeSort by relevance Sort by last modified time
    Searched refs:vendor (Results 51 - 75 of 555) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ui/gl/
gl_glx_api_implementation.cc 71 const char* vendor = local
78 if (vendor)
79 info->vendor = vendor;
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 24 * @vendor: EAP Vendor-Id (0 = IETF)
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
32 if (m->vendor == vendor && m->method == method)
42 * @vendor: Buffer for returning EAP Vendor-Id
48 EapType eap_peer_get_type(const char *name, int *vendor)
53 *vendor = m->vendor;
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 52 * @vendor: Expected EAP Vendor-Id (0 = IETF)
66 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) {
114 * @vendor: Vendor-Id (0 = IETF)
123 * if the selected Vendor-Id is not IETF. In other words, most EAP methods do
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8)
    [all...]
  /build/core/tasks/
vendor_module_check.mk 17 # Restrict the vendor module owners here.
59 ifneq (,$(filter vendor/%, $(PRODUCT_PACKAGE_OVERLAYS) $(DEVICE_PACKAGE_OVERLAYS)))
60 $(error Error: Product "$(TARGET_PRODUCT)" cannot have overlay in vendor tree: \
61 $(filter vendor/%, $(PRODUCT_PACKAGE_OVERLAYS) $(DEVICE_PACKAGE_OVERLAYS)))
63 _vendor_check_copy_files := $(filter vendor/%, $(PRODUCT_COPY_FILES))
67 $(error Error: vendor PRODUCT_COPY_FILES file "$(c)" has unknown owner))\
73 $(if $(filter vendor/%, $(ALL_MODULES.$(m).PATH)),\
75 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH) with unknown owner \
87 $(if $(filter vendor/%, $(ALL_MODULES.$(m).PATH)),\
91 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH)
    [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
GLESSurfaceView.java 61 String vendor; local
65 vendor = GLES20.glGetString(GLES20.GL_VENDOR);
69 vendor = GLES30.glGetString(GLES30.GL_VENDOR);
73 vendor = gl.glGetString(GL10.GL_VENDOR);
77 Log.i(TAG, "vendor : " + vendor);
79 mParent.setGraphicsInfo(vendor, renderer);
  /device/asus/deb/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/asus/$(LOCAL_STEM)
18 -include vendor/broadcom/$(LOCAL_STEM)
19 -include vendor/qcom/$(LOCAL_STEM)
  /device/asus/flo/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/asus/$(LOCAL_STEM)
18 -include vendor/broadcom/$(LOCAL_STEM)
19 -include vendor/qcom/$(LOCAL_STEM)
  /device/lge/hammerhead/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/broadcom/$(LOCAL_STEM)
18 -include vendor/lge/$(LOCAL_STEM)
19 -include vendor/qcom/$(LOCAL_STEM)
  /device/lge/mako/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/broadcom/$(LOCAL_STEM)
18 -include vendor/lge/$(LOCAL_STEM)
19 -include vendor/qcom/$(LOCAL_STEM)
  /device/samsung/manta/self-extractors/root/
BoardConfigVendor.mk 17 -include vendor/audience/$(LOCAL_STEM)
18 -include vendor/broadcom/$(LOCAL_STEM)
19 -include vendor/samsung/$(LOCAL_STEM)
  /external/libmtp/examples/
hotplug.c 122 printf("# %s %s\n", entry->vendor, entry->product);
130 printf("# %s %s\n", entry->vendor, entry->product);
134 printf(" <!-- %s %s -->\n", entry->vendor, entry->product);
141 printf(" <merge key=\"info.vendor\" type=\"string\">%s</merge>\n", entry->vendor);
172 printf("\t%04x %s %s\n", entry->product_id, entry->vendor, entry->product);
190 printf("# %s %s\n", entry->vendor, entry->product);
  /device/asus/deb/
device.mk 48 $(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
BoardConfig.mk 29 -include vendor/asus/deb/BoardConfigVendor.mk
  /device/asus/deb/self-extractors/broadcom/staging/
device-partial.mk 17 vendor/broadcom/deb/proprietary/bcm2079x-b5_firmware.ncd:system/vendor/firmware/bcm2079x-b5_firmware.ncd:broadcom \
18 vendor/broadcom/deb/proprietary/bcm2079x-b5_pre_firmware.ncd:system/vendor/firmware/bcm2079x-b5_pre_firmware.ncd:broadcom \
  /device/asus/flo/self-extractors/broadcom/staging/
device-partial.mk 17 vendor/broadcom/flo/proprietary/bcm2079x-b5_firmware.ncd:system/vendor/firmware/bcm2079x-b5_firmware.ncd:broadcom \
18 vendor/broadcom/flo/proprietary/bcm2079x-b5_pre_firmware.ncd:system/vendor/firmware/bcm2079x-b5_pre_firmware.ncd:broadcom \
  /device/lge/mako/self-extractors/broadcom/staging/
device-partial.mk 17 vendor/broadcom/mako/proprietary/bcm2079x_firmware.ncd:system/vendor/firmware/bcm2079x_firmware.ncd:broadcom \
18 vendor/broadcom/mako/proprietary/bcm2079x_pre_firmware.ncd:system/vendor/firmware/bcm2079x_pre_firmware.ncd:broadcom \
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Navigator.idl 31 [MeasureAs=NavigatorVendor] readonly attribute DOMString vendor;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_misc.c 65 static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc"; local
74 return vendor;
  /external/mesa3d/src/gallium/state_trackers/vega/
api_misc.c 65 static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc"; local
74 return vendor;
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.cpp 34 GLubyte const* vendor,
39 mVendor = (char const*)vendor;
  /device/asus/flo/
BoardConfig.mk 29 -include vendor/asus/flo/BoardConfigVendor.mk
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AmrSpecificBox.java 35 private String vendor; field in class:AmrSpecificBox
46 return vendor;
73 vendor = IsoFile.bytesToFourCC(v);
84 byteBuffer.put(IsoFile.fourCCtoBytes(vendor));
93 buffer.append("AmrSpecificBox[vendor=").append(getVendor());
  /external/chromium_org/tools/telemetry/telemetry/core/
gpu_device.py 26 vendor = 'VENDOR = 0x%x' % self._vendor_id
31 vendor += ' (%s)' % vendor_string
35 return '%s, %s' % (vendor, device)
54 """The GPU vendor's PCI ID as a number, or 0 if not available.
57 vendor and device strings."""
65 vendor and device strings."""
70 """The GPU vendor's name as a string, or the empty string if not
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.cc 59 void FindOrOpenCloudPrintPage(const std::string& /* vendor */,
121 void PrinterServiceProvider::ShowCloudPrintHelp(const std::string& vendor,
124 base::Bind(&FindOrOpenCloudPrintPage, vendor,
134 std::string vendor; local
138 reader.PopString(&vendor);
140 ShowCloudPrintHelp(vendor, product);
  /device/asus/deb/self-extractors/
generate-packages.sh 50 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary
52 mkdir -p tmp/vendor/$MANUFACTURER/$ROOTDEVICE
63 system/vendor/firmware/bcm2079x-b5_firmware.ncd \
64 system/vendor/firmware/bcm2079x-b5_pre_firmware.ncd \
175 system/vendor/firmware/a300_pfp.fw \
176 system/vendor/firmware/a300_pm4.fw \
177 system/vendor/firmware/discretix/dxhdcp2.b00 \
178 system/vendor/firmware/discretix/dxhdcp2.b01 \
179 system/vendor/firmware/discretix/dxhdcp2.b02 \
180 system/vendor/firmware/discretix/dxhdcp2.b03
    [all...]

Completed in 3099 milliseconds

1 23 4 5 6 7 8 91011>>