HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 526 - 550 of 3252) sorted by null

<<21222324252627282930>>

  /external/autotest/client/cros/video/
screenshot_file_namer.py 34 @property
  /external/autotest/server/cros/multimedia/
input_facade_adapter.py 14 class on initialization, can be accessed from its _client property.
26 @property
  /external/autotest/server/cros/servo/
plankton.py 92 @property
98 @property
104 @property
127 @property
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
offset_token.py 31 @property
35 @property
39 @property
47 @property
  /external/chromium-trace/catapult/devil/devil/
base_error.py 20 @property
22 """Property to indicate if error was caused by an infrastructure issue."""
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
frame_generator.py 35 @property
  /external/clang/test/CodeGenCXX/
ms-property.cpp 16 __declspec(property(get = get_x)) int X;
23 __declspec(property(get=GetX,put=PutX)) int x[];
31 __declspec(property(get=GetX,put=PutX)) T x[];
35 __declspec(property(get=GetY,put=PutY)) T y[];
  /external/clang/test/PCH/
objc_exprs.h 21 @property (assign) id prop;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 11 package org.eclipse.wb.internal.core.model.property.editor.string;
23 import org.eclipse.wb.internal.core.model.property.Property;
33 * @coverage core.model.property.editor
47 private final Property m_property;
54 public StringPropertyDialog(Shell parentShell, Property property) throws Exception {
56 m_property = property;
  /external/libnl/python/netlink/route/
address.py 89 @property
103 @property
127 @property
137 @property
142 Setting this property will *Not* reset flags to value you supply in
172 @property
186 @property
199 @property
216 @property
228 @property
    [all...]
  /external/libnl/python/netlink/route/qdisc/
htb.py 20 @property
29 @property
53 @property
63 @property
73 @property
83 @property
93 @property
102 @property
111 @property
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
Representer.java 29 import org.yaml.snakeyaml.introspector.Property;
63 * when the property class is the same as runtime class
71 protected MappingNode representJavaBean(Set<Property> properties, Object javaBean) {
80 for (Property property : properties) {
81 Object memberValue = property.get(javaBean);
84 NodeTuple tuple = representJavaBeanProperty(javaBean, property, memberValue,
107 * Represent one JavaBean property.
111 * @param property
112 * - the property of the instanc
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
SkipBeanTest.java 24 import org.yaml.snakeyaml.introspector.Property;
44 protected NodeTuple representJavaBeanProperty(Object javaBean, Property property,
50 .representJavaBeanProperty(javaBean, property, propertyValue, customTag);
64 protected NodeTuple representJavaBeanProperty(Object javaBean, Property property,
66 NodeTuple tuple = super.representJavaBeanProperty(javaBean, property, propertyValue,
  /external/toybox/kconfig/
lkc.h 83 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
84 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
112 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
113 struct symbol *prop_get_symbol(struct property *prop);
  /external/tpm2/
GetCapability_fp.h 14 UINT32 property; member in struct:__anon33685
  /external/v8/src/ast/
ast-expression-rewriter.h 36 virtual void VisitLiteralProperty(LiteralProperty* property);
ast-literal-reindexer.h 29 void VisitLiteralProperty(LiteralProperty* property);
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection+Internal.h 36 @property(nonatomic, assign, readonly)
  /external/webrtc/talk/app/webrtc/objc/public/
RTCOpenGLVideoRenderer.h 45 @property(nonatomic, readonly) RTCI420Frame* lastDrawnFrame;
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.h 37 @property(nonatomic) RTCDataChannel* dataChannel;
  /external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.h 6 * tree. An additional intellectual property rights grant can be found
30 @property(nonatomic, readonly) RTCVideoFrame *lastDrawnFrame;
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.h 63 * A Policy element may implement getter/setter function for a given property.
64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
Strategy.h 63 * A Policy element may implement getter/setter function for a given property.
64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
Stream.h 64 * A Policy element may implement getter/setter function for a given property.
65 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
68 template <typename Property>
69 Property get() const;
71 template <typename Property>
72 status_t set(Property property);
Usage.h 63 * A Policy element may implement getter/setter function for a given property.
64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);

Completed in 2596 milliseconds

<<21222324252627282930>>