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

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-192.js 35 // the properties using DefineOwnProperty.
regress-386.js 30 // This test creates enough properties in A so that adding i as
regress-675.js 30 // Test that load ICs for nonexistent properties check global
regress-681.js 30 // Test that load ICs for nonexistent properties bail out on smi receiver.
  /sdk/monitor/
Android.mk 29 $(TOPDIR)sdk/monitor/build.properties \
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
PlatformTarget.java 62 * @param properties the platform properties
74 Map<String, String> properties) {
79 mProperties = Collections.unmodifiableMap(properties);
372 * The representation is also purposely compact. It does not describe _all_ the properties
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 36 @genericParserHeaderFile.properties() ::= <<
37 /* AST parserHeaderFile.properties */
38 <@super.properties()> /* AST super.properties */
120 /** the interface of returnScope properties */
121 @returnScopeInterface.properties() ::= <<
122 /* AST returnScopeInterface.properties */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /external/v8/src/
prettyprinter.cc 313 for (int i = 0; i < node->properties()->length(); i++) {
315 ObjectLiteral::Property* property = node->properties()->at(i);
973 for (int i = 0; i < node->properties()->length(); i++) {
975 switch (node->properties()->at(i)->kind()) {
998 PrintIndentedVisit("KEY", node->properties()->at(i)->key());
999 PrintIndentedVisit("VALUE", node->properties()->at(i)->value());
  /external/v8/test/mjsunit/
object-seal.js 56 // Test normal data properties.
81 // We should not allow new properties to be added.
170 // has been set to false on all properties manually and the extensible
  /frameworks/base/libs/androidfw/
InputTransport.cpp 24 #include <cutils/properties.h>
332 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]);
649 uint32_t id = msg->body.motion.pointers[i].properties.id;
892 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties);
934 if (head.body.motion.pointers[i].properties
935 != msg->body.motion.pointers[i].properties) {
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 244 // We should not shift subsequent disabled properties when altering a disabled property.
306 *errorString = "Can toggle only source-based properties";
461 Vector<InspectorStyleProperty> properties; local
462 populateAllProperties(&properties);
469 for (Vector<InspectorStyleProperty>::iterator it = properties.begin(), itEnd = properties.end(); it != itEnd; ++it) {
528 // Both for style-originated and parsed source properties.
610 Vector<String> properties; local
618 properties.append(individualProperty);
620 return properties;
    [all...]
InjectedScriptSource.js 150 var properties = [];
156 // Go over properties, prepare results.
174 properties.push(property);
176 return properties;
275 // the window object properties still take more precedent than our API functions.
367 // If owning frame has navigated to somewhere else window properties will be undefined.
InspectorCSSAgent.cpp 57 // priority : <string>, // "" for non-parsedOk properties
69 // For disabled properties, startOffset === endOffset === insertion point for the property.
75 // "style" == property is active and originates from the WebCore CSSStyleDeclaration rather than CSS source code (e.g. implicit longhand properties)
90 // properties : {
370 RefPtr<InspectorArray> properties = InspectorArray::create(); local
372 properties->pushString(propertyNameStrings[i]);
374 *cssProperties = properties.release();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 746 String[] properties = { local
767 for (int i = 0; i < properties.length; i++) {
769 properties[i], /* Column title */
772 getColPreferenceKey(properties[i]), /* Preference Store key for this column */
794 TableColumn textColumn = mViewer.getTable().getColumn(properties.length - 1);
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 71 RT.reset (true, false); // reset RT [RT creates 'cdata' and loads app properties]
73 // load tool properties:
88 log.trace1 ("run", "complete tool properties:");
779 final SourcePathCache cache, final IProperties properties)
785 if (properties == null) throw new IllegalArgumentException ("null input: properties");
797 m_properties = properties;
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 45 # These tags get src properties more often than others
77 @cssTags = readTagsDir("#{data_path}/css-properties")
264 def isPropertyInBlacklist(properties)
268 blacklist_entries << properties.join('.')
269 wildcard_property = properties.dup
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 324 jint* properties = env->GetIntArrayElements(array, 0); local
327 list->push(properties[i]);
328 env->ReleaseIntArrayElements(array, properties, 0);
342 jint* properties = env->GetIntArrayElements(array, 0); local
345 list->push(properties[i]);
346 env->ReleaseIntArrayElements(array, properties, 0);
379 // special case date properties, which are strings to MTP
    [all...]
  /prebuilt/common/commons-cli/
commons-cli-1.2.jar 
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 869 List<String> properties = Arrays.asList(new String[] { local
936 List<String> properties = Arrays.asList(new String[] { local
    [all...]

Completed in 1188 milliseconds

<<11121314151617181920>>