HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 351 - 375 of 769) sorted by null

<<11121314151617181920>>

  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 953 Map<String, String> properties = info.getProperties(); local
    [all...]
  /device/samsung/crespo/
device.mk 17 # crespo. It lists all the overlays, files, modules and properties
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 61 final SourcePathCache cache, final IProperties properties)
64 initialize (mdata, cdata, cache, properties);
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 61 final SourcePathCache cache, final IProperties properties)
64 initialize (mdata, cdata, cache, properties);
  /external/libmtp/src/
libmtp.c 76 * This is a mapping between libmtp internal MTP properties and
5686 uint16_t *properties = NULL; local
5829 uint16_t *properties = NULL; local
7039 uint16_t *properties = NULL; local
7357 uint16_t *properties = NULL; local
    [all...]
  /external/libxml2/
xmlreader.c 369 (cur->properties != NULL))
370 xmlTextReaderFreePropList(reader, cur->properties);
371 if ((cur->content != (xmlChar *) &(cur->properties)) &&
444 (cur->properties != NULL))
445 xmlTextReaderFreePropList(reader, cur->properties);
446 if ((cur->content != (xmlChar *) &(cur->properties)) &&
    [all...]
  /external/libxslt/libxslt/
namespaces.c 520 if (target->properties) {
521 xmlAttrPtr attr = target->properties;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 25 #include "fst/lib/properties.h"
82 uint64 Properties() const { return properties_; }
91 void SetProperties(uint64 properties) { properties_ = properties; }
138 // If test=false, return stored properties bits for mask (some poss. unknown)
140 virtual uint64 Properties(uint64 mask, bool test)
420 uint64 Properties() const { return properties_; }
422 uint64 Properties(uint64 mask) const { return properties_ & mask; }
480 properties_ = hdr->Properties();
  /external/v8/test/mjsunit/
big-array-literal.js 56 // Check that the properties have the expected values.
big-object-literal.js 59 // Check that the properties have the expected values.
const-eval-init.js 98 // Introduce 100 properties on the context extension object to force
json.js 303 // Objects with undefined or function properties (including replaced properties)
304 // have those properties ignored.
420 // We don't currently allow plain properties called __proto__ in JSON
mirror-date.js 43 // Check the mirror properties.
mirror-function.js 57 // Check the mirror properties.
mirror-number.js 42 // Check the mirror properties.
mirror-string.js 44 // Check the mirror properties.
object-toprimitive.js 29 // Does it [[Get]] and [[Call]] the object's toString and valueOf properties
property-load-across-eval.js 28 // Tests loading of properties across eval calls.
prototype.js 43 // Check that we can read properties defined in prototypes.
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 29 // when setting properties.
  /external/v8/test/mjsunit/regress/
regress-1530.js 65 // Verify that non-writability of other properties is respected.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrgetschematypeinfo07.js 84 properties of the [type definition] property. Verity that the typeName and typeNamespace of the title attribute's

Completed in 199 milliseconds

<<11121314151617181920>>