/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_class.py | 562 a = property(booh)
570 __eq__ = property(booh)
574 __init__ = property(booh)
|
/external/autotest/client/common_lib/hosts/ |
repair.py | 72 @property failures Set of failures passed to the constructor. 73 @property _node Instance of `_DependencyNode` reporting the 134 @property tag Short identifier to be used in logging. 135 @property description Text summary of this node's action, to be 137 @property _dependency_list Dependency pre-requisites. 233 @property 238 This is a property with a short string used to identify the node 248 @property 308 @property _result Cached result of verification. 432 @property _trigger_list List of verification checks that wil [all...] |
/external/autotest/scheduler/ |
postjob_task.py | 50 @property 248 @property 365 @property
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
DexMaker.java | 447 * dexmaker.dexcache} system property. If that exists, it will be used for 452 * property. 462 String property = System.getProperty("dexmaker.dexcache"); local 463 if (property != null) { 464 dexCache = new File(property); 469 + " found; consider setting the 'dexmaker.dexcache' system property)");
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
SoapObject.java | 113 * Checks if a given property and index are the same as in this 159 * Get the toString value of the property. 170 * Get the property with the given name 173 * if the property does not exist 180 throw new RuntimeException("illegal property: " + name); 185 * Get the toString value of the property. 196 throw new RuntimeException("illegal property: " + name); 201 * Knows whether the given property exists 212 * Get a property without chance of throwing an exception 214 * @return the property if it exists; if not, {@link NullSoapObject} i 281 Object property = getProperty(i.intValue()); local [all...] |
/external/ltp/tools/pounder21/src/xbonkers/ |
xbonkers.c | 101 static int toggle_property(Display * disp, Window * win, const char *property); 157 fprintf(stderr, "Cannot get %s property.\n", prop_name); 162 fprintf(stderr, "Invalid type of %s property.\n", prop_name); 211 fprintf(stderr, "Cannot get _NET_SUPPORTED property.\n"); 305 static int toggle_property(Display * disp, Window * win, const char *property) 309 prop = XInternAtom(disp, property, False);
|
/external/python/cpython3/Lib/http/ |
cookies.py | 302 @property 311 @property 320 @property
|
/external/python/cpython3/Lib/test/ |
test_class.py | 515 a = property(booh) 523 __eq__ = property(booh) 527 __init__ = property(booh)
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
masked_autoregressive.py | 57 In other words, the "autoregressive property" is equivalent to the 60 this property by zeroing out weights in its `masked_dense` layers. 65 masked weights such that the autoregressive property is automatically met in 87 masked to ensure the autoregressive property. It is possible that this 94 enforces the "autoregressive property". 192 (`y`). Calculation must respect the "autoregressive property" (see class 415 neural network). This is necessary to ensure the autoregressivity property.
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
student_t.py | 185 @property 190 @property 195 @property
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; 69 The Position property returns the number of uncompressed bytes of 94 property CompressionRate: Single read GetCompressionRate; 95 property OnProgress; 108 The Position property returns the number of bytes of uncompressed data that 123 property OnProgress;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertySheetPage.java | 51 import org.eclipse.wb.internal.core.model.property.Property; 52 import org.eclipse.wb.internal.core.model.property.table.IPropertyExceptionHandler; 53 import org.eclipse.wb.internal.core.model.property.table.PropertyTable; 62 * Property sheet page used when the graphical layout editor is chosen 68 private Property mActiveProperty; 87 * @param editor the editor associated with this property sheet page 276 // Listen on the selection in the property sheet so we can update the 282 mActiveProperty = (Property) selection.getFirstElement(); 332 * Shows {@link Property}'s of current objects [all...] |
/system/core/property_service/libpropertyinfoserializer/ |
property_info_serializer_test.cpp | 41 // Initial checks for property area. [all...] |
/toolchain/binutils/binutils-2.27/zlib/contrib/delphi/ |
ZLib.pas | 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; 69 The Position property returns the number of uncompressed bytes of 94 property CompressionRate: Single read GetCompressionRate; 95 property OnProgress; 108 The Position property returns the number of bytes of uncompressed data that 123 property OnProgress;
|
/build/blueprint/ |
module_ctx.go | 30 // The Module's properties struct is automatically filled in with the property 39 // modules on which on which it depends (as defined by the "deps" property 95 // In most cases, Name should return the contents of a "name:" property from 107 // appear in its "deps" property. Any Module that implements this interface 118 // dynamically. Module names that already appear in the "deps" property may 131 PropertyErrorf(property, fmt string, args ...interface{}) 242 func (d *baseModuleContext) PropertyErrorf(property, format string, 245 pos := d.module.propertyPos[property] 259 property: property, [all...] |
doc.go | 52 // their properties are stored into property structs by module type. Once 60 // asked to generate build rules based on property values, and then singletons
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 69 { Property accessors } 73 property Implementor: TObject read GetImplementor; 92 { Property accessors } 97 property Value: String read GetValue write SetValue; 130 { Property accessors } 179 property Capacity: Integer read GetCapacity write SetCapacity; 180 property Count: Integer read GetCount write SetCount; 181 property Items[Index: Integer]: T read GetItem write SetItem; default; 182 property OnNotify: TCollectionNotifyEvent<T> read GetOnNotify write SetOnNotify; 188 { Property accessors [all...] |
Antlr.Runtime.Tree.pas | 334 { Property accessors } 397 property TreeSource: IANTLRInterface read GetTreeSource; 409 property TokenStream: ITokenStream read GetTokenStream; 415 property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor; 424 property HasUniqueNavigationNodes: Boolean write SetHasUniqueNavigationNodes; 440 { Property accessors } 492 property ChildCount: Integer read GetChildCount; 495 property Parent: ITree read GetParent write SetParent; 498 property ChildIndex: Integer read GetChildIndex write SetChildIndex; 504 property IsNil: Boolean read GetIsNil [all...] |
/prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/ |
roaster-jdt-2.18.7.Final.jar | |
/build/blueprint/proptools/ |
extend_test.go | 834 filter: func(property string, 851 filter: func(property string, 868 filter: func(property string, 871 return property == "s" && 923 filter: func(property string, 961 order := func(property string, 1220 err: extendPropertyErrorf("s", "failed to find property to extend"), 1287 order := func(property string,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
abc.py | 36 class abstractproperty(property):
53 This defines a read-only property; you can also define a read-write
54 abstract property using the 'long' form of property declaration:
|
socket.py | 223 family = property(lambda self: self._sock.family, doc="the socket family")
224 type = property(lambda self: self._sock.type, doc="the socket type")
225 proto = property(lambda self: self._sock.proto, doc="the socket protocol")
246 # "closed" is a property, see below
278 closed = property(_getclosed, doc="True if the file is closed")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
abc.py | 36 class abstractproperty(property):
53 This defines a read-only property; you can also define a read-write
54 abstract property using the 'long' form of property declaration:
|
socket.py | 219 family = property(lambda self: self._sock.family, doc="the socket family")
220 type = property(lambda self: self._sock.type, doc="the socket type")
221 proto = property(lambda self: self._sock.proto, doc="the socket protocol")
242 # "closed" is a property, see below
274 closed = property(_getclosed, doc="True if the file is closed")
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 183 * Set a run time property for this DTM instance. 185 * @param property a <code>String</code> value 188 public void setProperty(String property, Object value); 572 * standard input, for example), the value of this property is unknown. 587 * it is not known, the value of this property is null. 605 * either "yes" or "no". This property is derived from the optional 617 * property is derived from the XML declaration optionally present at the 642 * it exists. Otherwise this property has no value. 651 * no external subset or if it has no public identifier, this property 757 * declarations processed] property of the document information ite [all...] |