/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLLongProperty.java | 25 public GLLongProperty(GLStateType name, Long defaultValue, DisplayRadix radix) { in GLLongProperty() argument 28 mDefaultValue = mCurrentValue = defaultValue; in GLLongProperty() 32 public GLLongProperty(GLStateType name, Long defaultValue) { in GLLongProperty() argument 33 this(name, defaultValue, DisplayRadix.DECIMAL); in GLLongProperty()
|
D | GLIntegerProperty.java | 25 public GLIntegerProperty(GLStateType name, Integer defaultValue, DisplayRadix radix) { in GLIntegerProperty() argument 28 mDefaultValue = mCurrentValue = defaultValue; in GLIntegerProperty() 32 public GLIntegerProperty(GLStateType name, Integer defaultValue) { in GLIntegerProperty() argument 33 this(name, defaultValue, DisplayRadix.DECIMAL); in GLIntegerProperty()
|
D | GLSparseArrayProperty.java | 32 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue) { in GLSparseArrayProperty() argument 33 this(type, defaultValue, false); in GLSparseArrayProperty() 42 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty() argument 45 mDefaultValue = defaultValue; in GLSparseArrayProperty() 50 private GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty() argument 53 mDefaultValue = defaultValue; in GLSparseArrayProperty()
|
D | GLStringProperty.java | 23 public GLStringProperty(GLStateType type, String defaultValue) { in GLStringProperty() argument 26 mDefaultValue = mCurrentValue = defaultValue; in GLStringProperty()
|
D | GLFloatProperty.java | 24 public GLFloatProperty(GLStateType name, Float defaultValue) { in GLFloatProperty() argument 27 mDefaultValue = mCurrentValue = defaultValue; in GLFloatProperty()
|
D | GLBooleanProperty.java | 25 public GLBooleanProperty(GLStateType name, Boolean defaultValue) { in GLBooleanProperty() argument 28 mDefaultValue = mCurrentValue = defaultValue; in GLBooleanProperty()
|
D | GLEnumProperty.java | 26 public GLEnumProperty(GLStateType name, GLEnum defaultValue) { in GLEnumProperty() argument 29 mCurrentValue = mDefaultValue = defaultValue; in GLEnumProperty()
|
D | GLObjectProperty.java | 29 public GLObjectProperty(GLStateType type, Object defaultValue) { in GLObjectProperty() argument 32 mDefaultValue = mCurrentValue = defaultValue; in GLObjectProperty()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 94 private boolean getBoolean(String name, boolean defaultValue) { in getBoolean() argument 100 return defaultValue; in getBoolean() 103 return defaultValue; in getBoolean() 106 private int getInt(String name, int defaultValue) { in getInt() argument 112 return defaultValue; in getInt() 115 return defaultValue; in getInt()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | NdkDebuggerTab.java | 279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) { in getAttribute() argument 281 return config.getAttribute(key, defaultValue); in getAttribute() 283 return defaultValue; in getAttribute() 288 List<String> defaultValue) { in getAttribute() argument 290 return config.getAttribute(key, defaultValue); in getAttribute() 292 return defaultValue; in getAttribute()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestInfoTest.java | 349 public Integer getProperty(String name, Integer defaultValue) { in getProperty() argument 354 public Boolean getProperty(String name, Boolean defaultValue) { in getProperty() argument
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | BaseBuilder.java | 300 protected boolean loadProjectBooleanProperty(String propertyName, boolean defaultValue) { in loadProjectBooleanProperty() argument 302 return ProjectHelper.loadBooleanProperty(project, propertyName, defaultValue); in loadProjectBooleanProperty()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 337 private String getValue(String valueId, String defaultValue) { in addContextMenuActions() 339 if (defaultValue == null) { in addContextMenuActions() 340 defaultValue = ""; in addContextMenuActions() 344 defaultValue, null); in addContextMenuActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ProjectCallback.java | 518 ResourceReference viewRef, ViewAttribute viewAttribute, Object defaultValue) { in getAdapterItemValue() argument 545 if (viewAttribute == ViewAttribute.TEXT && ((String) defaultValue).length() == 0) { in getAdapterItemValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
D | ApiDemosRenderingTest.java | 154 ResourceReference viewRef, ViewAttribute viewAttribute, Object defaultValue) { in getAdapterItemValue() argument
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | ProjectHelper.java | 792 boolean defaultValue) { in loadBooleanProperty() argument 798 return defaultValue; in loadBooleanProperty()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 2353 private int getGridAttribute(INode node, String attribute, int defaultValue) { in getGridAttribute() argument 2363 return defaultValue; in getGridAttribute()
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …on"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="sc…
|