OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manufacturers
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java
110
Map<String, List<Device>>
manufacturers
= new TreeMap<String, List<Device>>();
local
118
if (
manufacturers
.containsKey(device.getManufacturer())) {
119
devices =
manufacturers
.get(device.getManufacturer());
122
manufacturers
.put(device.getManufacturer(), devices);
127
for (List<Device> devices :
manufacturers
.values()) {
129
if (
manufacturers
.size() > 1) {
147
for (List<Device> devices :
manufacturers
.values()) {
/external/libvncserver/webclients/novnc/include/
keysym.js
89
* function keys; Sun keyboards and a few other
manufacturers
have such
Completed in 58 milliseconds