Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 40) sorted by relevance

12

/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java44 ViewNode.Property property = new ViewNode.Property(); in loadPrivateProperties() local
45 property.name = "absolute_x"; in loadPrivateProperties()
46 property.value = String.valueOf(x); in loadPrivateProperties()
47 privateProperties.add(property); in loadPrivateProperties()
49 property = new ViewNode.Property(); in loadPrivateProperties()
50 property.name = "absolute_y"; in loadPrivateProperties()
51 property.value = String.valueOf(y); in loadPrivateProperties()
52 privateProperties.add(property); in loadPrivateProperties()
63 ViewNode.Property property; in getValueAt() local
66 property = privateProperties.get(row); in getValueAt()
[all …]
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyLoader.java161 ViewNode.Property property = new ViewNode.Property(); in loadProperties() local
162 property.name = data.substring(start, index); in loadProperties()
167 property.value = data.substring(index2 + 1, index2 + 1 + length); in loadProperties()
169 node.properties.add(property); in loadProperties()
170 node.namedProperties.put(property.name, property); in loadProperties()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitPropertyTester.java48 public boolean test(Object receiver, String property, Object[] args, Object expectedValue) { in test() argument
76 if (PROPERTY_IS_TEST.equals(property)) { in test()
78 } else if (PROPERTY_CAN_LAUNCH_AS_JUNIT_TEST.equals(property)) { in test()
82 String.format("Unknown test property '%s'", property)); //$NON-NLS-1$ in test()
/development/tools/anttasks/src/com/android/ant/
DXPathTask.java47 public void setOutput(String property) { in setOutput() argument
48 mProperty = property; in setOutput()
/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
DLogCatPreferencePage.java54 String property = event.getProperty(); in createFieldEditors()
56 if (PreferenceInitializer.ATTR_LOGCAT_FONT.equals(property)) { in createFieldEditors()
/development/tools/sdkmanager/app/src/com/android/sdkmanager/
DMain.java1023 HardwareProperty property = hwProperties[i]; in promptForHardware() local
1025 String description = property.getDescription(); in promptForHardware()
1027 mSdkLog.printf("%s: %s\n", property.getAbstract(), description); in promptForHardware()
1029 mSdkLog.printf("%s\n", property.getAbstract()); in promptForHardware()
1032 String defaultValue = property.getDefault(); in promptForHardware()
1034 property.getName()) : null; in promptForHardware()
1037 mSdkLog.printf("%s [%s (from skin)]:", property.getName(), defaultFromSkin); in promptForHardware()
1039 mSdkLog.printf("%s [%s]:", property.getName(), defaultValue); in promptForHardware()
1041 mSdkLog.printf("%s (%s):", property.getName(), property.getType()); in promptForHardware()
1049 map.put(property.getName(), defaultFromSkin); in promptForHardware()
[all …]
/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java206 String property = event.getProperty(); in start()
208 if (PreferenceInitializer.ATTR_DEBUG_PORT_BASE.equals(property)) { in start()
211 } else if (PreferenceInitializer.ATTR_SELECTED_DEBUG_PORT.equals(property)) { in start()
214 } else if (PreferenceInitializer.ATTR_THREAD_INTERVAL.equals(property)) { in start()
217 } else if (PreferenceInitializer.ATTR_LOG_LEVEL.equals(property)) { in start()
220 } else if (PreferenceInitializer.ATTR_TIME_OUT.equals(property)) { in start()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
DWayPointLabelProvider.java65 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
DTrackLabelProvider.java73 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DAttributeDescriptorLabelProvider.java71 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DFileLabelProvider.java141 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiModelTreeLabelProvider.java90 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
/development/tools/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DAvdCreationDialog.java488 HardwareProperty property = mHardwareMap.get(hardwareName); in createHardwareTable()
489 switch (property.getType()) { in createHardwareTable()
509 HardwareProperty property = mHardwareMap.get(hardwareName); in createHardwareTable()
511 switch (property.getType()) { in createHardwareTable()
526 HardwareProperty property = mHardwareMap.get(hardwareName); in createHardwareTable()
527 switch (property.getType()) { in createHardwareTable()
544 HardwareProperty property = mHardwareMap.get(hardwareName); in createHardwareTable()
545 return property != null; in createHardwareTable()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DFolderDecorator.java91 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceLabelProvider.java87 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/
DNOTICE63 patent or other intellectual property rights of any other entity. Each
65 any other entity based on infringement of intellectual property rights
68 secure any other intellectual property rights needed, if any. For
132 alleged intellectual property infringement. In order to qualify, an
213 to the intellectual property of any Contributor under this Agreement,
218 intellectual property laws of the United States of America. No party to
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/
DNOTICE63 patent or other intellectual property rights of any other entity. Each
65 any other entity based on infringement of intellectual property rights
68 secure any other intellectual property rights needed, if any. For
132 alleged intellectual property infringement. In order to qualify, an
213 to the intellectual property of any Contributor under this Agreement,
218 intellectual property laws of the United States of America. No party to
/development/tools/eclipse/buildConfig/
Dbuild.properties57 # By default PDE creates one archive (result) per entry listed in the configs property.
59 # artifacts for all the platforms listed in the configs property.
142 #this property indicates whether you want the set of plug-ins and features to be considered during …
145 #this property indicates whether the resolution should be done in development mode (i.e. ignore mul…
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DStackTracePanel.java122 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
DAllocationPanel.java154 public boolean isLabelProperty(Object element, String property) { in isLabelProperty() argument
/development/pdk/docs/licenses/
Dindex.jd30 …review tool. The agreement clearly defines the terms under which intellectual property has been co…
/development/tools/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
DAvdManager.java1369 String property = AVD_INI_IMAGES_1; in setImagePathProperties() local
1374 properties.put(property, imagePath); in setImagePathProperties()
1375 property = AVD_INI_IMAGES_2; in setImagePathProperties()
1384 properties.put(property, imagePath); in setImagePathProperties()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiManifestPkgAttrNode.java194 public boolean isLabelProperty(Object element, String property) { in doBrowseClick()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java297 String property = event.getProperty(); in start()
300 if (PREFS_SDK_DIR.equals(property)) { in start()
319 } else if (PREFS_BUILD_VERBOSITY.equals(property)) { in start()
/development/pdk/docs/guide/
Dbring_up.jd108 …(such as, device creation/destruction, property setting, process restarting) "between" t…
174 …<td>Triggers of this form occur when the property <code>&lt;name&gt;</code> is set to the specific…
243 <td>Set system property <code>&lt;name&gt;</code> to <code>&lt;value&gt;</code>.</td>

12