/external/python/cpython2/Lib/ |
_pyio.py | 415 @property 419 For backwards compatibility, this is a property, not a predicate. 758 @property 762 @property 766 @property 770 @property [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_pyio.py | 406 @property 410 For backwards compatibility, this is a property, not a predicate. 751 @property 755 @property 759 @property 763 @property [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_pyio.py | 406 @property 410 For backwards compatibility, this is a property, not a predicate. 751 @property 755 @property 759 @property 763 @property [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_pyio.py | 406 @property 410 For backwards compatibility, this is a property, not a predicate. 751 @property 755 @property 759 @property 763 @property [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_pyio.py | 406 @property 410 For backwards compatibility, this is a property, not a predicate. 751 @property 755 @property 759 @property 763 @property [all...] |
/cts/tests/tests/animation/src/android/animation/cts/ |
PropertyValuesHolderTest.java | 45 import android.util.Property; 247 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); local 248 property.setObject(mObject); 249 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(property, values); 282 String property = "backgroundColor"; local 287 ViewColorProperty colorProperty=new ViewColorProperty(Integer.class,property); 507 // and for PropertyValuesHolder.ofObject(Property, TypeConverter<T, V>, Path) 509 // property x and property y always stay on the line segments. 527 FloatProperty property = new FloatProperty("distance") local 685 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); local [all...] |
/external/libxml2/python/ |
libxml.py | 390 parent = property(get_parent, None, None, "Parent node") 391 children = property(get_children, None, None, "First child node") 392 last = property(get_last, None, None, "Last sibling node") 393 next = property(get_next, None, None, "Next sibling node") 394 prev = property(get_prev, None, None, "Previous sibling node") 395 properties = property(get_properties, None, None, "List of properies") 396 content = property(get_content, None, None, "Content of this node") 397 name = property(get_name, None, None, "Node name") 398 type = property(get_type, None, None, "Node type") 399 doc = property(get_doc, None, None, "The document this node belongs to" [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
Constructor.java | 38 import org.yaml.snakeyaml.introspector.Property; 119 * assigned in constructor then the 'root' property of this definition is 147 * node where the keys are property names (they can only be 241 Property property = getProperty(beanType, key); local 242 valueNode.setType(property.getType()); 254 } else if (property.getType().isArray()) { 255 snode.setListType(property.getType().getComponentType()); 272 Class<?>[] arguments = property.getActualTypeArguments(); 285 } else if (property.getType().isAssignableFrom(Map.class)) [all...] |
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
factorization_ops.py | 273 @property 278 @property 283 @property 288 @property 293 @property 561 @property 573 @property 585 @property 597 @property 602 @property [all...] |
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
core.py | 112 @property 142 @property 147 @property 152 @property 161 @property 340 @property 354 @property 360 @property 364 @property 368 @property [all...] |
/external/v8/src/full-codegen/arm/ |
full-codegen-arm.cc | 1240 ObjectLiteral::Property* property = expr->properties()->at(i); local 1407 Property* property = expr->target()->AsProperty(); local 2237 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/full-codegen/arm64/ |
full-codegen-arm64.cc | 1227 ObjectLiteral::Property* property = expr->properties()->at(i); local 1392 Property* property = expr->target()->AsProperty(); local 2204 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/full-codegen/mips/ |
full-codegen-mips.cc | 1239 ObjectLiteral::Property* property = expr->properties()->at(i); local 1409 Property* property = expr->target()->AsProperty(); local 2260 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/full-codegen/mips64/ |
full-codegen-mips64.cc | 1241 ObjectLiteral::Property* property = expr->properties()->at(i); local 1411 Property* property = expr->target()->AsProperty(); local 2261 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/full-codegen/ppc/ |
full-codegen-ppc.cc | 1210 ObjectLiteral::Property* property = expr->properties()->at(i); local 1375 Property* property = expr->target()->AsProperty(); local 2249 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/full-codegen/s390/ |
full-codegen-s390.cc | 1175 ObjectLiteral::Property* property = expr->properties()->at(i); local 1338 Property* property = expr->target()->AsProperty(); local 2203 Property* property = expr->expression()->AsProperty(); local [all...] |
/system/libufdt/utils/src/ |
mkdtboimg.py | 40 """Converts string to integer or reads the property from DT image. 46 An integer property read from DT file or argument string 53 # TODO(b/XXX): Use pylibfdt to get property value from DT 110 @property 115 @property 120 @property 129 @property 134 @property 139 @property 144 @property [all...] |
/external/v8/src/full-codegen/ia32/ |
full-codegen-ia32.cc | 938 // property names in a fixed array. Note: Proxies never have an enum cache, 1171 ObjectLiteral::Property* property = expr->properties()->at(i); local 1333 Property* property = expr->target()->AsProperty(); local 2158 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/full-codegen/x64/ |
full-codegen-x64.cc | 1202 ObjectLiteral::Property* property = expr->properties()->at(i); local 1363 Property* property = expr->target()->AsProperty(); local 2147 Property* property = expr->expression()->AsProperty(); local [all...] |
/external/v8/src/full-codegen/x87/ |
full-codegen-x87.cc | 928 // property names in a fixed array. Note: Proxies never have an enum cache, 1161 ObjectLiteral::Property* property = expr->properties()->at(i); local 1323 Property* property = expr->target()->AsProperty(); local 2148 Property* property = expr->expression()->AsProperty(); local [all...] |
/build/soong/bpfix/bpfix/ |
bpfix_test.go | 74 // lookup legacy property 81 // check that the value for the legacy property was updated to the correct value 90 t.Fatal(errorHeader + "property not found")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
tempfile.py | 538 @property
542 @property
556 @property
560 @property
564 @property
583 @property
|
/external/autotest/client/cros/cellular/wardmodem/ |
wardmodem.py | 82 # The internal task loop object. Readable through a property. 127 @property 138 @property 148 @property 159 @property 170 @property 181 @property
|
/external/autotest/server/cros/ap_configurators/ |
dynamic_ap_configurator.py | 107 @property 113 @property 211 @property 271 @property 288 @property 294 @property
|
/external/python/cpython3/Lib/test/ |
test_abc.py | 27 @property 92 @property 100 @property 179 @property 194 # check that the property's __isabstractmethod__ descriptor does the 205 foo = property(bar) 217 @property
|