Searched
refs:property (Results
1501 -
1525 of
3780) sorted by null
<<61626364656667686970>>
/external/autotest/client/common_lib/cros/network/ |
iw_event_logger.py | 53 @property
|
/external/autotest/client/cros/cellular/pseudomodem/ |
state_machine.py | 55 @property
|
/external/autotest/client/cros/ |
dhcp_packet.py | 62 property returns that number for each option. 260 size property is used in parsing to indicate that |self._size| number of 691 @property 695 @property 709 @property 726 @property
|
/external/autotest/client/cros/netprotos/ |
interface_host.py | 17 @property
|
/external/autotest/client/cros/networking/chrome_testing/ |
chrome_networking_test_context.py | 113 @property
|
/external/autotest/client/site_tests/enterprise_PowerManagement/ |
enterprise_PowerManagement.py | 54 @property
|
/external/autotest/server/cros/ |
host_lock_manager.py | 40 @property
|
/external/autotest/server/cros/multimedia/ |
audio_facade_adapter.py | 20 class on initialization, can be accessed from its _client property. 34 @property
|
/external/autotest/server/hosts/ |
teststation_host.py | 82 @property
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
gce_adb_wrapper.py | 152 @property
|
/external/chromium-trace/catapult/devil/devil/utils/ |
mock_calls.py | 112 and isinstance(getattr(type(target), attribute), property)):
|
/external/devlib/devlib/module/ |
thermal.py | 26 @property
|
/external/devlib/devlib/platform/ |
__init__.py | 9 @property
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
ReportAggregateMojo.java | 84 @Parameter(property = "reactorProjects", readonly = true)
|
/external/libbrillo/brillo/dbus/ |
exported_property_set.cc | 9 #include <dbus/property.h> // For kPropertyInterface 46 CHECK(res.second) << "Property '" << property_name << "' already exists"; 47 // Technically, the property set exists longer than the properties themselves, 97 "No such property on interface."); 121 "No such property on interface."); 134 // This could happen when a property value is changed (which triggers 150 // when this callback is not initialized because the property has not
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
apk_helper.py | 78 @property
|
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
gce_adb_wrapper.py | 150 @property
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
mock_calls.py | 112 and isinstance(getattr(type(target), attribute), property)):
|
/external/libnl/python/netlink/ |
util.py | 85 if not isinstance(value, property):
|
/external/llvm/utils/lit/lit/ |
LitConfig.py | 64 @property
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
ast.py | 169 @property
|
parsetree.py | 21 @property 432 @property 493 @property 497 @property
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/ |
TestLauncher.py | 117 @property
|
/external/python/cpython2/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")
|
Completed in 1037 milliseconds
<<61626364656667686970>>