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

<<31323334353637383940>>

  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
FlingAnimation.java 55 * @param floatValueHolder the property to be animated
63 * This creates a FlingAnimation that animates the property of the given object.
65 * @param object the Object whose property will be animated
66 * @param property the property to be animated
67 * @param <K> the class on which the property is declared
69 public <K> FlingAnimation(K object, FloatPropertyCompat<K> property) {
70 super(object, property);
105 * @param minValue minimum value of the property to be animated
118 * @param maxValue maximum value of the property to be animate
    [all...]
  /hardware/qcom/display/msm8994/libqdutils/
mdp_version.cpp 194 char property[PROPERTY_VALUE_MAX]; local
252 if((property_get("persist.hwc.pubypass", property, 0) > 0) &&
253 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
254 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
256 ALOGI("PartialUpdate disabled by property");
276 char property[PROPERTY_VALUE_MAX]; local
279 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) &&
280 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
281 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5231.go 7 // Issue 5231: method values lose their variadic property.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5231.go 7 // Issue 5231: method values lose their variadic property.
  /prebuilts/misc/common/robolectric/3.4.2/lib/
annotations-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
annotations-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
annotations-3.6.1.jar 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 71 @property
87 @property
portconquery.py 81 @property
103 @property
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
objclass.py 61 @property
83 @property
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp 1319 SWVENC_PROP property; local
1349 SWVENC_PROP property; local
    [all...]
  /art/tools/jfuzz/
run_jfuzz_test.py 89 @property
162 @property
166 @property
220 @property
224 @property
244 @property
248 @property
314 @property
318 @property
339 @property
    [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialutil.py 330 port = property(getPort, setPort, doc="Port setting")
351 baudrate = property(getBaudrate, setBaudrate, doc="Baud rate setting")
364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting")
377 parity = property(getParity, setParity, doc="Parity setting")
390 stopbits = property(getStopbits, setStopbits, doc="Stop bits setting")
408 timeout = property(getTimeout, setTimeout, doc="Timeout setting for read()")
427 writeTimeout = property(getWriteTimeout, setWriteTimeout, doc="Timeout setting for write()")
439 xonxoff = property(getXonXoff, setXonXoff, doc="XON/XOFF setting")
450 rtscts = property(getRtsCts, setRtsCts, doc="RTS/CTS flow control setting")
466 dsrdtr = property(getDsrDtr, setDsrDtr, "DSR/DTR flow control setting"
    [all...]
  /external/protobuf/objectivec/DevTools/
pddm.py 170 @property
174 @property
178 @property
413 @property
417 @property
421 @property
425 @property
431 @property
472 @property
616 @property
    [all...]
  /external/libnl/python/netlink/
core.py 132 @property
140 @property
144 @property
148 @property
152 @property
203 @property
211 @property
219 @property
284 @property
292 @property
    [all...]
  /external/llvm/bindings/python/llvm/
core.py 177 @property
205 @property
214 @property
254 @property
258 @property
274 @property
279 @property
284 @property
289 @property
330 @property
    [all...]
  /external/tensorflow/tensorflow/python/ops/
rnn_cell_impl.py 206 @property
215 @property
323 @property
327 @property
392 @property
396 @property
466 @property
527 @property
532 @property
701 @property
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/secure/bidirule/
bidirule.go 67 // [2.1] The first character must be a character with Bidi property L, R, or
68 // AL. If it has the R or AL property, it is an RTL label; if it has the L
69 // property, it is an LTR label.
76 // Bidi property R, AL, EN, or AN, followed by zero or more characters
77 // with Bidi property NSM.
87 // Bidi property R, AL, EN, or AN, followed by zero or more characters
88 // with Bidi property NSM.
98 // Bidi property L or EN, followed by zero or more characters with Bidi
99 // property NSM.
109 // Bidi property L or EN, followed by zero or more characters with Bid
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/secure/bidirule/
bidirule.go 67 // [2.1] The first character must be a character with Bidi property L, R, or
68 // AL. If it has the R or AL property, it is an RTL label; if it has the L
69 // property, it is an LTR label.
76 // Bidi property R, AL, EN, or AN, followed by zero or more characters
77 // with Bidi property NSM.
87 // Bidi property R, AL, EN, or AN, followed by zero or more characters
88 // with Bidi property NSM.
98 // Bidi property L or EN, followed by zero or more characters with Bidi
99 // property NSM.
109 // Bidi property L or EN, followed by zero or more characters with Bid
    [all...]
  /test/vts/utils/python/controllers/
android_device.py 419 @property
424 @property
430 @property
438 # If verity is disabled, there is no property 'partition.system.verified'
442 @property
463 @property
468 @property
480 strict: A boolean, whether to fail the test if the property is
485 0 if the property is not an integer or not defined.
510 @property
    [all...]
  /external/python/cpython3/Lib/email/
_header_value_parser.py 202 @property
206 @property
249 @property
279 @property
289 @property
383 @property
387 @property
593 @property
605 @property
611 @property
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
feature_column.py 310 @property
314 @property
318 @property
322 @property
326 @property
330 @property
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 45 import android.util.Property;
103 String property = "y"; local
106 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
132 String property = "y"; local
135 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY);
138 objAnimator.setPropertyName(property);
146 String property = "scrollY"; local
148 final ObjectAnimator intAnimator = ObjectAnimator.ofInt(object, property, 200, 0);
170 String property = "backgroundColor"; local
176 final ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, property,
231 String property = "backgroundColor"; local
302 String property = "y"; local
346 String property = "y"; local
779 String property = "y"; local
811 final Property property = AnimTarget.TEST_VALUE; local
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 395 return ReportError(CStrVector("Invalid property name"));
1056 bool IsExactPropertyAlias(const char* property_name, UProperty property) {
1057 const char* short_name = u_getPropertyName(property, U_SHORT_PROPERTY_NAME);
1061 property, static_cast<UPropertyNameChoice>(U_LONG_PROPERTY_NAME + i));
1069 UProperty property, int32_t property_value) {
1071 u_getPropertyValueName(property, property_value, U_SHORT_PROPERTY_NAME);
1077 property, property_value,
1085 bool LookupPropertyValueName(UProperty property
1190 UProperty property = u_getPropertyEnum(name); local
1201 UProperty property = u_getPropertyEnum(property_name); local
    [all...]
  /art/tools/checker/file_format/c1visualizer/
struct.py 53 @property

Completed in 560 milliseconds

<<31323334353637383940>>