Searched
refs:property (Results
1776 -
1800 of
3780) sorted by null
<<71727374757677787980>>
/development/build/ |
Android.mk | 3 # ===== SDK source.property files ===== 19 # Rule to convert a source.prop template into the desired source.property
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_doctest.py | 83 a_property = property(get, doc="""
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
msilib.py | 32 # Summary Info Property IDs
324 add_data(db, "Property", [
616 def __init__(self, dlg, name, property):
619 self.property = property
626 [(self.property, self.index, value,
|
/external/ImageMagick/coders/ |
jp2.c | 65 #include "MagickCore/property.h" 760 *property; 914 property=GetImageProperty(image,"comment",exception); 915 if (property != (const char *) NULL) 916 parameters.cp_comment=ConstantString(property); 752 *property; local [all...] |
/external/ImageMagick/www/api/ |
annotate.php | 69 c comment meta-data property 77 l label meta-data property
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 52 /** Add an adaptor property that knows how to build trees */ 57 property Adaptor: ITreeAdaptor read FAdaptor; 59 property TreeAdaptor: ITreeAdaptor read FAdaptor write SetAdaptor;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 73 /* Add an adaptor property that knows how to build trees */ 79 /* Add an adaptor property that knows how to build trees */ 82 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) id\<ANTLRTreeAdaptor> treeAdaptor; 92 /* Add an adaptor property that knows how to build trees */ 123 @property (retain, getter=getTree, setter=setTree:) <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;
|
/external/autotest/client/common_lib/ |
base_job.py | 113 Create a job.*dir -> job._*dir.path property accessor. 119 @returns A read-only property object that exposes a job_directory path 121 @property 327 @param namespace: The namespace that the property should be stored in. 350 @param namespace: The namespace that the property should be stored in. 377 @param namespace: The namespace that the property is stored in. 406 Create a property object for an attribute using self.get and self.set. 411 this property is exposed as. 412 @param default: A default value that should be used for this property 416 @return: A read-write property object that performs self.get call [all...] |
/external/autotest/client/common_lib/cros/ |
chromedriver.py | 133 @property
|
/external/autotest/client/cros/cellular/pseudomodem/ |
dbus_std_ifaces.py | 27 property could not be found. 52 property-value mappings, which are provided by the subclasses. 61 initialize the property dictionary with values other than the 63 contain a mapping from DBus interfaces to property-value pairs, 66 have not been already set in the internal property dictionary, 87 @property 90 @returns: The property dictionary. 126 Sets the given uint32 value matching the given property and interface. 130 @param property_name: The property name. 143 Sets the given int32 value matching the given property and interface [all...] |
/external/autotest/client/cros/multimedia/ |
facade_resource.py | 62 @property
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
sampler.py | 65 @property
|
/external/autotest/server/cros/multimedia/ |
display_facade_adapter.py | 22 class on initialization, can be accessed from its _client property. 35 @property
|
/external/autotest/server/cros/network/ |
attenuator_controller.py | 194 @property
|
/external/autotest/server/cros/network/rf_switch/ |
rf_switch.py | 177 @property
|
/external/autotest/server/cros/ |
resource_monitor.py | 30 @property
|
/external/autotest/server/hosts/ |
abstract_ssh.py | 91 @property 100 @property 109 @property 117 @property 122 @property [all...] |
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
network_WiFi_ProfileBasic.py | 15 @property
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
html_module.py | 21 @property
|
resource_loader.py | 33 @property
|
/external/chromium-trace/catapult/devil/devil/android/ |
apk_helper.py | 150 @property
|
/external/chromium-trace/catapult/devil/devil/utils/ |
mock_calls_test.py | 41 @property
|
/external/chromium-trace/catapult/systrace/systrace/ |
tracing_controller.py | 123 @property
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
capng.py | 32 _swig_property = property 34 pass # Python < 2.2 doesn't have 'property'.
|
Completed in 448 milliseconds
<<71727374757677787980>>