Searched
refs:property (Results
1051 -
1075 of
3780) sorted by null
<<41424344454647484950>>
/external/autotest/server/hosts/ |
ssh_multiplex.py | 45 @property 49 @property
|
/external/autotest/venv/lucifer/ |
leasing.py | 76 @property 144 @property
|
/external/clang/tools/libclang/ |
CIndexUSRs.cpp | 135 CXString clang_constructUSR_ObjCProperty(const char *property, 140 generateUSRForObjCProperty(property, OS);
|
/external/dtc/Documentation/ |
dtc-paper.tex | 236 Each property, after the \dtprop, has a 32-bit value giving an offset 237 from the beginning of the strings block at which the property name is 241 property value (as a 32-bit value) and then the data itself padded to 283 generally have an \texttt{interrupt-parent} property giving the 291 \phandle property. When the kernel generates a flattened tree from 292 OF, it adds a \phandle property to each node, containing the phandle 295 property. 305 node's \texttt{reg} property. In addition, nodes have a property, 312 \texttt{name} property from the node's path name [all...] |
/external/libmojo/third_party/jinja2/ |
exceptions.py | 23 @property 36 @property
|
runtime.py | 262 @property 305 first = property(lambda x: x.index0 == 0) 306 last = property(lambda x: x._after is _last_iteration) 307 index = property(lambda x: x.index0 + 1) 308 revindex = property(lambda x: x.length - x.index0) 309 revindex0 = property(lambda x: x.length - x.index) 310 depth = property(lambda x: x.depth0 + 1) 336 @property
|
/external/libvpx/libvpx/vpx_ports/ |
emms.asm | 6 ; tree. An additional intellectual property rights grant can be found
|
/external/mesa3d/include/HaikuGL/ |
GLView.h | 82 const char *property); 164 const char *property);
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
template.py | 405 @property 411 @property 421 @property 424 @property 427 @property 479 @property 618 @property 625 @property
|
/external/owasp/sanitizer/tools/findbugs/bin/ |
findbugs2 | 131 -property)
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
GeneratedClrTypeInfo.cs | 57 /// Irrelevant for file descriptors; the CLR property names (in message descriptor field order) 63 /// Irrelevant for file descriptors; the CLR property "base" names (in message descriptor oneof order) 65 /// there will be a "FooCase" property and a "ClearFoo" method. 81 /// Creates a GeneratedClrTypeInfo for a message descriptor, with nested types, nested enums, the CLR type, property names and oneof names.
|
/external/python/cpython2/Lib/multiprocessing/dummy/ |
__init__.py | 77 @property 139 value = property(_get, _set)
|
/external/python/cpython3/Lib/multiprocessing/dummy/ |
__init__.py | 50 @property 105 value = property(_get, _set)
|
/external/skia/gn/ |
gn_to_bp.py | 105 // or set enable_profile_use property to false. 116 // "defaults" property to disable profile use for Skia tools and benchmarks.
|
/external/skqp/gn/ |
gn_to_bp.py | 105 // or set enable_profile_use property to false. 116 // "defaults" property to disable profile use for Skia tools and benchmarks.
|
/external/smali/baksmali/ |
build.gradle | 51 processResources.inputs.property('version', version)
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
poisson_lognormal_test.py | 119 @property 127 @property
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
gumbel.py | 85 @property 90 @property
|
sinh_arcsinh.py | 130 @property 135 @property
|
weibull.py | 96 @property 101 @property
|
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/ |
head_impl.py | 108 @property 112 @property
|
/external/webrtc/tools/matlab/ |
maxUnwrap.m | 21 % tree. An additional intellectual property rights grant can be found
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
APPRTCViewController.m | 6 * tree. An additional intellectual property rights grant can be found 33 @property(nonatomic, weak) id<APPRTCMainViewDelegate> delegate; 34 @property(nonatomic, readonly) RTCNSGLVideoView* localVideoView; 35 @property(nonatomic, readonly) RTCNSGLVideoView* remoteVideoView; 209 @property(nonatomic, readonly) APPRTCMainView* mainView;
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
Engine.cpp | 130 template <typename Property, typename Key> 131 Property Engine::getPropertyForKey(Key key) const 136 return static_cast<Property>(0); 138 return element->template get<Property>(); 190 template <typename Property, typename Key> 191 bool Engine::setPropertyForKey(const Property &property, const Key &key) 198 return element->template set<Property>(property) == NO_ERROR;
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
VehicleHalManager_test.cpp | 57 auto property = static_cast<VehicleProperty>(requestedPropValue.prop); variable 60 switch (property) { 66 // Emulate property not ready yet. 82 auto key = makeKey(toInt(property), areaId); 90 pValue->prop = toInt(property); 108 StatusCode subscribe(int32_t /* property */, 113 StatusCode unsubscribe(int32_t /* property */) override { 121 void sendHalError(StatusCode error, int32_t property, int32_t areaId) { 122 doHalPropertySetError(error, property, areaId); 157 void invokeGet(int32_t property, int32_t areaId) [all...] |
Completed in 731 milliseconds
<<41424344454647484950>>