Searched
refs:property (Results
1801 -
1825 of
3780) sorted by null
<<71727374757677787980>>
/external/libmojo/third_party/catapult/devil/devil/utils/ |
cmd_helper.py | 209 @property
|
mock_calls_test.py | 41 @property
|
/external/libmojo/third_party/jinja2/ |
environment.py | 368 lexer = property(get_lexer, doc="The lexer for this environment.") [all...] |
/external/libmtp/logs/ |
mtp-detect-asus-memo-pad7.txt | 141 1014: Get device property description 142 1015: Get device property value 143 1016: Set device property value 144 1017: Reset device property value 147 9802: Get object property description 148 9803: Get object property value 149 9804: Set object property value 150 9805: Get object property list
|
mtp-detect-asus-memo-pad7_2.txt | 76 1014: Get device property description 77 1015: Get device property value 78 1016: Set device property value 79 1017: Reset device property value 82 9802: Get object property description 83 9803: Get object property value 84 9804: Set object property value 85 9805: Get object property list
|
/external/nanopb-c/generator/google/protobuf/internal/ |
python_message.py | 114 """Returns the name of the public property attribute which 358 cls.Extensions = property(lambda self: _ExtensionDict(self)) 362 """Adds a public property for a protocol message field. 363 Clients can use this property to get and (in the case 387 """Adds a public property for a "repeated" protocol message field. Clients 388 can use this property to get the value of the field, which will be either a 427 setattr(cls, property_name, property(getter, setter, doc=doc)) 431 """Adds a public property for a nonrepeated, scalar protocol message field. 432 Clients can use this property to get and directly set the value of the field. 433 Note that when the client sets the value of a field by using this property, [all...] |
/external/owasp/sanitizer/tools/findbugs/bin/ |
findbugs.bat | 199 if "%firstArg%"=="-property" set javaProps=-D%secondArg% %javaProps%
200 if "%firstArg%"=="-property" goto shift2
|
/external/python/cpython2/Lib/lib2to3/ |
pytree.py | 116 DEPRECATED; use the prefix property directly. 118 warnings.warn("set_prefix() is deprecated; use the prefix property", 126 DEPRECATED; use the prefix property directly. 128 warnings.warn("get_prefix() is deprecated; use the prefix property", 182 @property 199 @property 320 prefix = property(_prefix_getter, _prefix_setter) 427 prefix = property(_prefix_getter, _prefix_setter)
|
/external/python/cpython2/Lib/msilib/ |
__init__.py | 166 add_data(db, "Property", [ 433 def __init__(self, dlg, name, property): 436 self.property = property 443 [(self.property, self.index, value,
|
/external/python/cpython2/Lib/test/ |
test_doctest.py | 83 a_property = property(get, doc=""" [all...] |
/external/python/cpython2/Lib/ |
threading.py | 695 @property [all...] |
/external/python/cpython2/Tools/msi/ |
msilib.py | 32 # Summary Info Property IDs 324 add_data(db, "Property", [ 611 def __init__(self, dlg, name, property): 614 self.property = property 621 [(self.property, self.index, value,
|
/external/python/cpython3/Lib/asyncio/ |
queues.py | 100 @property
|
windows_utils.py | 146 @property
|
/external/python/cpython3/Lib/lib2to3/ |
pytree.py | 152 @property 169 @property 287 prefix = property(_prefix_getter, _prefix_setter) 394 prefix = property(_prefix_getter, _prefix_setter)
|
/external/python/cpython3/Lib/ |
lzma.py | 158 @property
|
/external/python/cpython3/Lib/msilib/ |
__init__.py | 165 add_data(db, "Property", [ 437 def __init__(self, dlg, name, property): 440 self.property = property 447 [(self.property, self.index, value,
|
/external/python/cpython3/Lib/test/ |
test_doctest.py | 85 a_property = property(get, doc=""" [all...] |
test_rlcompleter.py | 87 @property
|
/external/python/cpython3/Lib/test/test_importlib/ |
test_locks.py | 138 @property
|
/external/scapy/scapy/layers/tls/crypto/ |
cipher_block.py | 196 @property
|
/external/skia/infra/bots/recipe_modules/flavor/ |
gn_chromebook_flavor.py | 35 @property
|
/external/skia/infra/bots/ |
utils.py | 55 @property
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
gn_chromebook_flavor.py | 35 @property
|
/external/skqp/infra/bots/ |
utils.py | 55 @property
|
Completed in 871 milliseconds
<<71727374757677787980>>