Searched
refs:property (Results
901 -
925 of
3780) sorted by null
<<31323334353637383940>>
/external/autotest/site_utils/tester_feedback/ |
service.py | 29 @property
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
class_definition.py | 36 @property
|
function_definition.py | 36 @property
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
archive_info.py | 69 @property
|
/external/chromium-trace/catapult/devil/devil/utils/ |
geometry.py | 62 @property
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
list_ports_osx.py | 67 def get_string_property(device_t, property): 68 """ Search the given device for the specified string property 71 @param property String to search for. 76 property.encode("mac_roman"), 94 def get_int_property(device_t, property): 95 """ Search the given device for the specified string property 98 @param property String to search for. 103 property.encode("mac_roman"),
|
/external/clang/test/Index/ |
complete-method-decls.m | 91 @property (nullable, strong) id prop; 92 @property (nullable, strong) void(^propWB)(int *_Nullable);
|
/external/devlib/devlib/derived/ |
__init__.py | 23 @property
|
/external/devlib/devlib/module/ |
cpuidle.py | 23 @property 27 @property 31 @property 35 @property
|
/external/dtc/ |
fdtget.c | 48 const char *default_val; /* default value if node/property not found */ 98 fprintf(stderr, "Property length must be a multiple of " 197 * Show the data for a given node (and perhaps property) according to the 203 * @param property Name of property to display, or NULL if none 207 int node, const char *property) 222 assert(property); 223 value = fdt_getprop(blob, node, property, &len); 232 report_error(property, len); 289 " fdtget <options> <dt file> [<node> <property>]...\n [all...] |
fstree.c | 52 struct property *prop;
|
/external/flatbuffers/src/ |
idl_gen_json_schema.cpp | 171 const auto &property = *prop; local 172 std::string typeLine(" \"" + property->name + "\" : { " + GenType(property->value.type) + " }"); 173 if (property != properties.back()) {
|
/external/guice/examples/src/example/xml/ |
XmlBeanModule.java | 45 Element property = bean.getChild("property"); local 46 property.setStartElementListener(new PropertyListener()); 101 /** Handles "property" elements. */ 121 // Find setter method for the given property name. 143 // Add property descriptor to builder. 146 new Property(setter, provider)); 155 static class Property { 160 Property(Method setter, Provider<?> provider) { 180 final List<Property> properties = new ArrayList<Property>() [all...] |
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
ReportMojo.java | 45 @Parameter(property = "jacoco.dataFile", defaultValue = "${project.build.directory}/jacoco.exec")
|
/external/libbrillo/brillo/dbus/ |
dbus_property.h | 9 #include <dbus/property.h> 14 // Re-implementation of dbus::Property<T> that can handle any type supported by 16 // This class is pretty much a copy of dbus::Property<T> from dbus/property.h 20 class Property : public dbus::PropertyBase { 22 Property() = default; 39 // Requests that the remote object change the property value to |value|, 69 // to replace the property value with the set value without using a 77 // value of a property. 84 // Current cached value of the property [all...] |
/external/libmojo/third_party/catapult/devil/devil/utils/ |
geometry.py | 62 @property
|
/external/libusb/.private/ |
bwince.cmd | 39 for %%A in (%WINCE_TARGET_ARCHES%) do %MSBUILD_CMD% %WINCE_SLN% /property:Platform="%PLATFORM_PREFIX%%%A%PLATFORM_POSTFIX%" /property:Configuration=%MSBUILD_CONFIGURATION% /target:%MSBUILD_TARGET%"
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
exceptions.py | 85 @property 110 @property 119 @property 123 @property
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/ |
InclusiveCriterion.py | 45 @property
|
/external/python/cpython2/Lib/multiprocessing/dummy/ |
connection.py | 54 address = property(lambda self: self._backlog_queue)
|
/external/python/cpython2/Lib/ |
numbers.py | 253 @property 258 @property 380 @property 385 @property
|
sched.py | 122 @property
|
/external/sl4a/Docs/ |
generate_api_reference_md.py | 88 @property 92 @property 96 @property 100 @property
|
/external/tensorflow/tensorflow/contrib/kfac/python/ops/ |
op_queue.py | 50 @property
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
metric_spec.py | 326 @property 330 @property 334 @property 338 @property
|
Completed in 1454 milliseconds
<<31323334353637383940>>