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

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
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/
AddSupportJarAction.java 390 ProjectProperties properties = ProjectProperties.load(libraryPath.getPath(), local
392 ProjectPropertiesWorkingCopy copy = properties.makeWorkingCopy();
434 // 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);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DeviceManager.java 347 * Returns hardware properties (defined in hardware.ini) as a {@link Map}.
349 * @param s The {@link State} from which to derive the hardware properties.
350 * @return A {@link Map} of hardware properties.
382 * Returns the hardware properties defined in
385 * @param d The {@link Device} from which to derive the hardware properties.
386 * @return A {@link Map} of hardware properties.
467 File properties = new File(item, SdkConstants.FN_SOURCE_PROP); local
469 BufferedReader propertiesReader = new BufferedReader(new FileReader(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>
  /device/common/libbt/src/
upio.c 34 #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);
  /external/openfst/src/include/fst/
arcsort.h 31 #include <fst/test-properties.h>
71 uint64 Properties(uint64 props) const { return comp_.Properties(props); }
88 // Properties(uint64) that specifies the known properties of the
89 // sorted FST; it takes as argument the input FST's known properties
109 // also have a member Properties(uint64) that specifies the known
110 // properties of the sorted FST; it takes as argument the input FST's
111 // known properties.
169 uint64 Properties(uint64 props) const
    [all...]
complement.h 30 #include <fst/test-properties.h>
65 uint64 props = fst.Properties(kILabelSorted, false);
74 SetProperties(impl.Properties(), kCopyProperties);
82 if (Properties(kError))
116 uint64 Properties() const { return Properties(kFstProperties); }
118 // Set error if found; return FST impl properties.
119 uint64 Properties(uint64 mask) const {
120 if ((mask & kError) && fst_->Properties(kError, false))
122 return FstImpl<Arc>::Properties(mask)
    [all...]
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 24 #include <cutils/properties.h>
  /external/v8/src/
math.js 29 // Keep reference to original values of some global properties. This
31 // changes to these properties.
  /external/v8/test/mjsunit/
array-concat.js 82 // Non-numeric properties on the prototype or the array shouldn't get
152 // Non-numeric properties on the prototype or the array shouldn't get
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 91 // so just check the properties directly.
143 var scope_size = scope.scopeObject().properties().length;
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 31 // fixed iteration order for properties and will have to be adjusted if V8
229 // Test LoadFieldByIndex for out of object properties.

Completed in 661 milliseconds

<<11121314151617181920>>