HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 651 - 675 of 3780) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 31 @property (retain, getter=getnames, setter=setnames:) ANTLRHashMap * names;
  /external/autotest/client/cros/
chrooted_avahi.py 85 @property
99 @property
105 @property
111 @property
mainloop.py 130 def dispatch_property_changed(self, property, *args, **kwargs):
131 action = self.property_changed_actions.pop(property, None)
133 logging.info('Property_changed dispatching %s' % property)
134 action(property, *args, **kwargs)
  /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/network/
lucid_sleep_test_base.py 16 @property
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
trace_test.py 40 @property
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 51 @property
55 @property
59 @property
63 @property
  /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
protocol_hwgrep.py 36 # override property
37 port = property(serial.Serial.getPort, setPort, doc="Port setting")
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 15 import com.vladium.util.Property;
184 final String property = appProperties.getProperty (EMMAProperties.PROPERTY_COVERAGE_DATA_OUT_FILE, local
186 return new File (property);
199 final String property = appProperties.getProperty (EMMAProperties.PROPERTY_COVERAGE_DATA_OUT_MERGE, local
201 return Property.toBoolean (property);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
Change.java 28 Object getValue(ObservableProperty property, Node node);
  /external/libnl/python/netlink/route/links/
bridge.py 37 @property
49 @property
64 @property
79 @property
83 Setting this property will *Not* reset flags to value you supply in
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
ExclusiveCriterion.py 45 @property
  /external/protobuf/objectivec/google/protobuf/
SourceContext.pbobjc.h 44 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
  /external/python/cpython2/Lib/test/
test_doctest2.py 80 x = property(getx, setx, doc="""\
  /external/python/cpython3/Lib/test/
test_doctest2.py 79 x = property(getx, setx, doc="""\
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
sinh_arcsinh.py 199 @property
204 @property
209 @property
214 @property
vector_sinh_arcsinh_diag.py 247 @property
252 @property
257 @property
262 @property
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/
CameraExampleViewController.h 43 @property(strong, nonatomic) CATextLayer* predictionTextLayer;
  /external/tensorflow/tensorflow/contrib/timeseries/examples/
lstm_test.py 29 @property
  /external/tensorflow/tensorflow/examples/ios/camera/
CameraExampleViewController.h 42 @property(strong, nonatomic) CATextLayer *predictionTextLayer;
  /external/tensorflow/tensorflow/python/estimator/export/
export_output.py 104 @property
108 @property
142 @property
191 @property
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
io_utils.py 117 @property
126 @property
135 @property
144 @property
  /external/toybox/kconfig/
lkc_proto.h 34 P(sym_get_choice_prop,struct property *,(struct symbol *sym));
35 P(sym_get_default_prop,struct property *,(struct symbol *sym));
  /external/webrtc/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.m 39 @property(nonatomic, strong) NSCondition* condition;
41 @property(atomic, assign) BOOL signaled;
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Element.h 66 * A Policy element may implement getter/setter function for a given property.
67 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
70 * @tparam Property for which this policy element has setter / getter.
71 * @return the property kept track by this policy base element.
73 template <typename Property>
74 Property get() const;
77 * A Policy element may implement getter/setter function for a given property.
78 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
81 * @tparam Property for which this policy element has setter / getter.
83 * @param[in] property value to be assigned for this policy base element
    [all...]

Completed in 590 milliseconds

<<21222324252627282930>>