Searched refs:vendorId (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DExtensionInfo.java68 public String vendorId; field in class:ExtensionInfo
139 vendorId = attr.getValue(attrKey);
140 if (vendorId != null)
141 vendorId = vendorId.trim();
171 if (vendorId != null && ei.vendorId !=null) {
172 if (vendorId.compareTo(ei.vendorId)!=0) {
180 if (vendorId !
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.cpp391 WCHAR vendorId[5]; local
404 wcsncpy(vendorId, id+8, 4);
405 int args1 = swscanf(vendorId, L"%X", &dwVId);
511 DWORD vendorId, deviceId; local
516 while ((vendorId = badHardware[adapterInfo].VendorId) != 0x0000 &&
519 if (vendorId == vId && (deviceId == dId || deviceId == ALL_DEVICEIDS)) {
533 vendorId, deviceId);

Completed in 40 milliseconds