Searched defs:property (Results 226 - 250 of 350) sorted by relevance

1234567891011>>

/external/v8/src/interpreter/
H A Dbytecode-generator.cc1154 Property* property = expr->AsProperty(); local
1155 LhsKind assign_type = Property::GetAssignType(property);
1167 Register object = VisitForRegisterValue(property->obj());
1168 Handle<String> name = property->key()->AsLiteral()->AsPropertyName();
1178 Register object = VisitForRegisterValue(property->obj());
1179 Register key = VisitForRegisterValue(property->key());
1190 property->obj()->AsSuperPropertyReference();
1194 ->LoadLiteral(property->key()->AsLiteral()->AsPropertyName())
1204 property->obj()->AsSuperPropertyReference();
1207 VisitForRegisterValue(property
1444 ClassLiteral::Property* property = expr->properties()->at(i); local
1588 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1687 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
2059 Property* property = expr->target()->AsProperty(); local
2304 VisitNamedSuperPropertyLoad(Property* property, Register opt_receiver_out) argument
2322 VisitKeyedSuperPropertyLoad(Property* property, Register opt_receiver_out) argument
2377 Property* property = callee_expr->AsProperty(); local
2420 Property* property = callee_expr->AsProperty(); local
2427 Property* property = callee_expr->AsProperty(); local
2599 Property* property = expr->expression()->AsProperty(); local
2658 Property* property = expr->expression()->AsProperty(); local
3001 VisitObjectLiteralAccessor( Register home_object, ObjectLiteralProperty* property, Register value_out) argument
3011 VisitSetHomeObject(Register value, Register home_object, LiteralProperty* property, int slot_number) argument
[all...]
/external/v8/src/
H A Disolate.cc1548 Handle<Object> property = local
1550 if (!property->IsJSArray()) return false;
1551 Handle<JSArray> simple_stack_trace = Handle<JSArray>::cast(property);
2907 // @@isConcatSpreadable property on Array.prototype or Object.prototype
/external/vulkan-validation-layers/loader/
H A Dloader.c644 * Get the next unused layer property in the list. Init the property to zero.
936 * Append one extension property defined in props with entrypoints
2075 * the set of required layer names. If found then it adds a meta property to the
3362 const struct loader_dev_ext_props *const property = local
3364 for (uint32_t entry = 0; entry < property->entrypoint_count;
3366 if (strcmp(property->entrypoints[entry], funcName) == 0) {
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jar ... optional.perforce.P4Base { public String counter public String property public boolean shouldSetValue public boolean shouldSetProperty public int value public ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... public static boolean getBoolean (java.lang.String) String property String prop public static int getInteger (java.lang. ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jar ... lang.Exception { static final long serialVersionUID private final String property private final String reason public void " href="/8.0. ...
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/ImageMagick/coders/
H A Dpng.c77 #include "MagickCore/property.h"
1918 /* To do: Read the tEXt/Creation Time chunk into the date:create property */
3681 /* Don't save "density" or "units" property if we have a pHYs
7921 *property,
11217 property=GetNextImageProperty(image);
11218 while (property != (const char *) NULL)
11223 value=GetImageProperty(image,property,exception);
11228 if ((LocaleNCompare(property,"png:",4) != 0 &&
11229 LocaleNCompare(property,"jpeg:",5) != 0) &&
11234 LocaleCompare(property,"densit
7911 *property, local
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h126 /// True if this method is the getter or setter for an explicit property.
452 /// \brief Returns the property associated with this method's selector.
454 /// Note that even if this particular method is not marked as a property
455 /// accessor, it is still possible for it to match a property declared in a
693 /// \brief Represents one property declaration in an Objective-C interface.
697 /// \@property (assign, readwrite) int MyProperty;
717 /// property attribute rather than a type qualifier.
721 // Adding a property should change NumPropertyAttrsBits
725 /// \brief Number of bits fitting all the property attributes.
732 SourceLocation AtLoc; // location of \@property
2686 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivarDecl, SourceLocation ivarLoc) argument
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1793 // Returns the i-th test property. i can range from 0 to
1812 // Adds a test property to the list. If a property with the same key as the
1813 // supplied property is already represented, the value of this test_property
1831 // testcase tags. Returns true if the property is valid.
3057 // delimited XML attributes based on the property key="value" pairs.
3338 // delimited XML attributes based on the property key="value" pairs.
3343 const TestProperty& property = result.GetTestProperty(i); local
3344 attributes << " " << property.key() << "="
3345 << "\"" << EscapeXmlAttribute(property
[all...]
/external/googletest/googletest/src/
H A Dgtest.cc2035 // Returns the i-th test property. i can range from 0 to
2054 // Adds a test property to the list. If a property with the same key as the
2055 // supplied property is already represented, the value of this test_property
2154 // xml_element. Returns true if the property is valid.
3408 // delimited XML attributes based on the property key="value" pairs.
3738 // delimited XML attributes based on the property key="value" pairs.
3743 const TestProperty& property = result.GetTestProperty(i); local
3744 attributes << " " << property.key() << "="
3745 << "\"" << EscapeXmlAttribute(property
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2035 // Returns the i-th test property. i can range from 0 to
2054 // Adds a test property to the list. If a property with the same key as the
2055 // supplied property is already represented, the value of this test_property
2154 // xml_element. Returns true if the property is valid.
3410 // delimited XML attributes based on the property key="value" pairs.
3740 // delimited XML attributes based on the property key="value" pairs.
3745 const TestProperty& property = result.GetTestProperty(i); local
3746 attributes << " " << property.key() << "="
3747 << "\"" << EscapeXmlAttribute(property
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1792 // Returns the i-th test property. i can range from 0 to
1811 // Adds a test property to the list. If a property with the same key as the
1812 // supplied property is already represented, the value of this test_property
1830 // testcase tags. Returns true if the property is valid.
3032 // delimited XML attributes based on the property key="value" pairs.
3285 // delimited XML attributes based on the property key="value" pairs.
3290 const TestProperty& property = result.GetTestProperty(i); local
3291 attributes << " " << property.key() << "="
3292 << "\"" << EscapeXmlAttribute(property
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1792 // Returns the i-th test property. i can range from 0 to
1811 // Adds a test property to the list. If a property with the same key as the
1812 // supplied property is already represented, the value of this test_property
1830 // testcase tags. Returns true if the property is valid.
3060 // delimited XML attributes based on the property key="value" pairs.
3313 // delimited XML attributes based on the property key="value" pairs.
3318 const TestProperty& property = result.GetTestProperty(i); local
3319 attributes << " " << property.key() << "="
3320 << "\"" << EscapeXmlAttribute(property
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc1813 // Returns the i-th test property. i can range from 0 to
1832 // Adds a test property to the list. If a property with the same key as the
1833 // supplied property is already represented, the value of this test_property
1851 // testcase tags. Returns true if the property is valid.
3044 // delimited XML attributes based on the property key="value" pairs.
3290 // delimited XML attributes based on the property key="value" pairs.
3295 const TestProperty& property = result.GetTestProperty(i); local
3296 attributes << " " << property.key() << "="
3297 << "\"" << EscapeXmlAttribute(property
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc1792 // Returns the i-th test property. i can range from 0 to
1811 // Adds a test property to the list. If a property with the same key as the
1812 // supplied property is already represented, the value of this test_property
1830 // testcase tags. Returns true if the property is valid.
3031 // delimited XML attributes based on the property key="value" pairs.
3284 // delimited XML attributes based on the property key="value" pairs.
3289 const TestProperty& property = result.GetTestProperty(i); local
3290 attributes << " " << property.key() << "="
3291 << "\"" << EscapeXmlAttribute(property
[all...]
/external/v8/src/compiler/
H A Dast-graph-builder.cc1612 ClassLiteral::Property* property = expr->properties()->at(i); local
1613 environment()->Push(environment()->Peek(property->is_static() ? 1 : 0));
1615 VisitForValue(property->key());
1619 // The static prototype property is read only. We handle the non computed
1620 // property name case in the parser. Since this is the only case where we
1621 // need to check for an own read only property we special case this so we do
1622 // not need to do this for every property.
1623 if (property->is_static() && property->is_computed_name()) {
1629 VisitForValue(property
1763 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1870 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1934 VisitObjectLiteralAccessor( Node* home_object, ObjectLiteralProperty* property) argument
1987 Property* property = expr->AsProperty(); local
2051 Property* property = expr->target()->AsProperty(); local
2324 Property* property = callee->AsProperty(); local
2341 Property* property = callee->AsProperty(); local
2359 Property* property = callee->AsProperty(); local
2379 Property* property = callee->AsProperty(); local
2581 Property* property = expr->expression()->AsProperty(); local
2951 Property* property = expr->expression()->AsProperty(); local
3705 BuildSetHomeObject(Node* value, Node* home_object, LiteralProperty* property, int slot_number) argument
[all...]
/external/v8/src/debug/
H A Dmirrors.js69 PROPERTY_TYPE : 'property',
234 // A copy of the PropertyType enum from property-details.h
241 // Different attributes for a property.
423 * Check whether the mirror reflects a property.
424 * @returns {boolean} True if the mirror reflects a property
432 * Check whether the mirror reflects an internal property.
433 * @returns {boolean} True if the mirror reflects an internal property
743 * Return the property names for this object.
767 properties[i] = this.property(names[i]);
784 ObjectMirror.prototype.property
[all...]

Completed in 2835 milliseconds

1234567891011>>