HomeSort by relevance Sort by last modified time
    Searched defs:attributeList (Results 1 - 9 of 9) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 63 private Map<String, String> attributeList = null;
212 if (attributeList == null) {
214 attributeList = new HashMap<String, String>();
217 attributeList.remove(key);
219 attributeList.put(key, value);
224 return attributeList == null ? null : attributeList.get(key);
228 return attributeList != null && attributeList.containsKey(key);
232 return attributeList == null ? 0 : attributeList.size()
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 76 int[] attributeList = new int[] {
90 if (egl.eglChooseConfig(display, attributeList, null, 0, numConfigs)) {
92 if (egl.eglChooseConfig(display, attributeList, configs, configs.length,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 654 List<Attr> attributeList = new ArrayList<Attr>();
656 attributeList.add((Attr) attributes.item(i));
659 Collections.sort(attributeList, comparator);
671 if (singleLine || (depth == 0 && XMLNS.equals(attributeList.get(0).getPrefix()))) {
679 Attr last = attributeList.get(attributeCount - 1);
680 for (Attr attribute : attributeList) {
    [all...]
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 60 int[] attributeList = new int[] {
66 if (egl.eglChooseConfig(display, attributeList, configs, 1, new int[] {1})) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 534 List<Pair<String, Boolean>> attributeList = searchAttrs(attrs);
638 if (attributeList != null) {
639 for (int index = 0 ; index < attributeList.size() ; index++) {
640 Pair<String, Boolean> attribute = attributeList.get(index);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 602 milliseconds