HomeSort by relevance Sort by last modified time
    Searched defs:attributeList (Results 1 - 14 of 14) 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,
  /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 540 List<Pair<String, Boolean>> attributeList = searchAttrs(attrs);
644 if (attributeList != null) {
645 for (int index = 0 ; index < attributeList.size() ; index++) {
646 Pair<String, Boolean> attribute = attributeList.get(index);
    [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /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 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
jsilver-1.0.0.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 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 539 milliseconds