/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
attrgetschematypeinfo08.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the 'title' attribute's (of first 'acronym' element)
|
elementgetschematypeinfo04.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the code element's
|
elementgetschematypeinfo05.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the acronym element's
|
elementgetschematypeinfo06.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the strong element's
|
elementgetschematypeinfo07.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the name element's
|
typeinfogettypename03.js | 85 {name} and {target namespace} properties of the [type definition] property.
|
typeinfogettypename04.js | 85 {name} and {target namespace} properties of the [member type definition] property.
|
typeinfogettypenamespace01.js | 85 {name} and {target namespace} properties of the [type definition] property.
|
typeinfogettypenamespace03.js | 85 {name} and {target namespace} properties of the [type definition] property.
|
typeinfogettypenamespace04.js | 85 {name} and {target namespace} properties of the [member type definition] property.
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 80 Native.implement = function(objects, properties){ 81 for (var i = 0, l = objects.length; i < l; i++) objects[i].implement(properties); 599 extend: function(properties){ 600 for (var property in properties) this[property] = properties[property]; 808 extend: function(properties){ 809 Hash.each(properties, function(value, key){ 815 combine: function(properties){ 816 Hash.each(properties, function(value, key){ 1342 var params = Array.link(arguments, {properties: Object.type, iframe: $defined}) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
jsref.js | 653 var properties = new Array(); 655 properties[ properties.length ] = new Array( p, o[p] ); 657 return properties;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/ |
jsref.js | 614 var properties = new Array(); 616 properties[ properties.length ] = new Array( p, o[p] ); 618 return properties;
|
/libcore/luni/src/main/java/java/util/ |
Properties.java | 49 * A {@code Properties} object is a {@code Hashtable} where the keys and values 51 * {@code Properties} list which specifies the default 52 * values to be used when a given key is not found in this {@code Properties} 56 * <p>Note that in some cases {@code Properties} uses ISO-8859-1 instead of UTF-8. 65 public class Properties extends Hashtable<Object, Object> { 71 private static final String PROP_DTD_NAME = "http://java.sun.com/dtd/properties.dtd"; 74 + " <!ELEMENT properties (comment?, entry*) >" 75 + " <!ATTLIST properties version CDATA #FIXED \"1.0\" >" 81 * The default values for keys not found in this {@code Properties} 84 protected Properties defaults [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
README | 74 with, though the underlying support has mysterious properties,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddCompatibilityJarAction.java | 268 ProjectProperties properties = ProjectProperties.load(libraryPath.getPath(), local 270 ProjectPropertiesWorkingCopy copy = properties.makeWorkingCopy(); 312 // TODO: Add library project to the project.properties file!
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyDevice.java | 361 @MonkeyRunnerExported(doc = "Retrieve the properties that can be queried") 365 Collection<String> properties = impl.getPropertyList(); local 366 return new PyList(properties);
|
/development/build/tools/ |
sdk_repo.mk | 93 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)): $(2) $(HOST_OUT)/development/sdk/source_source.properties 96 $(HOST_OUT)/development/sdk/source_source.properties \
|
/development/tools/emulator/system/camera/ |
EmulatedCameraFactory.cpp | 25 #include <cutils/properties.h>
|
/external/chromium/chrome/common/extensions/ |
update_manifest.cc | 73 for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/ |
antsupportlib.jar | |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/ |
CurvesHelper.java | 16 import com.jme3.scene.plugins.blender.objects.Properties;
190 //reading custom properties
191 Properties properties = this.loadProperties(curveStructure, blenderContext);
local 192 if(properties != null && properties.getValue() != null) {
194 geom.setUserData("properties", properties);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/ |
MeshHelper.java | 63 import com.jme3.scene.plugins.blender.objects.Properties;
301 //reading custom properties
302 Properties properties = this.loadProperties(structure, blenderContext);
local 377 if (properties != null && properties.getValue() != null) {
378 geometry.setUserData("properties", properties);
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_uart.c | 48 #include <cutils/properties.h> // for property_get
|
/external/libxml2/ |
HTMLtree.c | 99 xmlAttrPtr attr = cur->properties; 231 xmlAttrPtr attr = cur->properties; 868 if (cur->properties != NULL) 869 htmlAttrListDumpOutput(buf, doc, cur->properties, encoding);
|