HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 301 - 325 of 876) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
39 private static final Image mTrueImage = DesignerPlugin.getImage("properties/true.png");
40 private static final Image mFalseImage = DesignerPlugin.getImage("properties/false.png");
42 DesignerPlugin.getImage("properties/BooleanNull.png");
44 DesignerPlugin.getImage("properties/BooleanUnknown.png");
  /system/vold/
Fat.cpp 39 #include <cutils/properties.h>
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
AndroidUtils.java 30 import java.util.Properties;
62 private static final String SOURCE_PROPERTIES = "source.properties"; //$NON-NLS-1$
72 private static final String DEFAULT_PROPERTIES = "default.properties"; //$NON-NLS-1$
74 private static final String PROJECT_PROPERTIES = "project.properties"; //$NON-NLS-1$
181 * $target$ is defined inside default.properties/project.properties file
186 * problem to read default.properties/project.properties
191 Properties properties = new Properties(); local
    [all...]
  /development/tools/emulator/system/qemu-props/
Android.mk 29 # to setup various system properties sent by the emulator program.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 28 import java.util.Properties;
57 Properties props;
83 static Properties initProps() throws Exception {
84 Properties props = new Properties();
326 // root properties
451 // // read properties don't affect handler
486 // read properties don't affect handler
535 Properties properties = new Properties() local
551 Properties properties = new Properties(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 58 final SourcePathCache cache, final IProperties properties)
64 m_settings = ReportProperties.parseProperties (properties, getType ());
  /external/v8/test/mjsunit/
delete-in-with.js 28 // It should be possible to delete properties of 'with' context
for-in-delete.js 28 // Test that properties deleted during a for-in iteration do not show up in
local-load-from-eval.js 28 // Tests loads of local properties from eval.
  /external/webkit/LayoutTests/fast/js/resources/
const.js 115 // Make sure we don't override properties placed on the global object
  /external/webkit/Source/WebCore/inspector/
InjectedScript.cpp 84 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* properties)
96 *properties = result->asArray();
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 28 grep -v "^#" $src_dir/Source/WebCore/css/CSSPropertyNames.in > ${tmp_prefix}.css-properties
57 | awk '{ print $1 }' > ${tmp_prefix}.css-properties
83 grep '{"' $src_dir/src/cssparser.cc | cut -d\" -f2 > ${tmp_prefix}.css-properties
101 grep "g_ascii_strncasecmp" $src_dir/gtkhtml/htmlstyle.c | cut -d\" -f2 | cut -d" " -f1 | sed s/://g > ${tmp_prefix}.css-properties
109 types="css-properties css-values html-attrs html-tags html-values protocols headers mime-types css-pseudo css-atrules"
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 71 void addTestProvider(String name, in ProviderProperties properties);
  /ndk/sources/host-tools/make-3.81/
makefile.com 100 $! Check if this is a define relating to the properties of the C/C++
116 $! Check for properties of C/C++ compiler
  /sdk/anttasks/src/com/android/ant/
ComputeDependencyTask.java 141 public void processLibrary(String libRootPath, IPropertySource properties) {
143 super.processLibrary(libRootPath, properties);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 76 /** List of recently edited properties */
79 /** Maximum number of recent properties to track and list */
429 RuleAction properties = RuleAction.createChoices("properties", "Other Properties", //$NON-NLS-1$ local
482 actions.add(properties);
556 * Creates a list of properties that are commonly edited for views of the
561 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
573 Prop property = properties.get(attribute);
604 * Creates a list of recently modified properties that apply to the given selected nod
609 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
627 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
    [all...]
  /sdk/emulator/tools/
Android.mk 31 # to setup various system properties sent by the emulator program.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 173 node.properties.add(property);
182 Collections.sort(node.properties, new Comparator<ViewNode.Property>() {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 32 import java.util.Properties;
99 private final Properties mProperties;
103 mProperties = new Properties();
116 * {@link Properties} instance. The properties instance is not duplicated,
119 protected Settings(Properties properties) {
120 mProperties = properties;
225 * This loads the current properties into the setting page UI.
354 Properties props = System.getProperties()
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
MockUpdaterData.java 40 import java.util.Properties;
149 Properties props = new Properties();
158 private Properties mProperties;
164 void setProperties(Properties properties) {
165 mProperties = properties;
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
AndroidManifestNode.java 37 * List that contains the node properties
42 * Array that contains all node properties
154 * All valid node properties
156 protected final Map<String, String> properties = new HashMap<String, String>(); field in class:AndroidManifestNode
193 * Retrieves all node properties, ready to be written to the AndroidManifest.xml file
195 * @return all node properties, ready to be written to the AndroidManifest.xml file
319 * Checks if an unknown property can be added, based on the valid properties
348 * Retrieves all unknown node properties, ready to be written to the AndroidManifest.xml file
350 * @return all unknown node properties, ready to be written to the AndroidManifest.xml file
417 // Adds errors about unknown properties
    [all...]
  /external/v8/src/
regexp.js 283 // ecma_2/RegExp/properties-001.js.
293 // Getters for the static properties lastMatch, lastParen, leftContext, and
294 // rightContext of the RegExp constructor. The properties are computed based
360 // The properties $1..$9 are the first nine capturing substrings of the last
417 // The properties input, $input, and $_ are aliases for each other. When this
435 // The properties multiline and $* are aliases for each other. When this
457 // Static properties set by a successful match.

Completed in 588 milliseconds

<<11121314151617181920>>