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

<<71727374757677787980>>

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 309 union vdec_property property; member in struct:vdec_property_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 275 union vdec_property property; member in struct:vdec_property_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6vdec.h 309 union vdec_property property; member in struct:vdec_property_info
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 275 union vdec_property property; member in struct:vdec_property_info
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
WindowTransformSwipeHandler.java 421 AlphaProperty property = mActivityControlHelper.getAlphaProperty(mActivity); local
422 if (property.getValue() < 1) {
426 property, MultiValueAlpha.VALUE, 1);
436 property.setValue(1);
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/cabin/
CarCabinManager.java 26 import android.car.hardware.property.CarPropertyManager;
70 * to write this property.
401 * Called when a property is updated
402 * @param value Property that has been updated.
407 * Called when an error is detected with a property
477 * @return true if property is a zoned type
504 * Stop getting property updates for the given callback. If there are multiple registrations for
531 * Get value of boolean property
534 * @return value of requested boolean property
543 * Get value of float property
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/hvac/
CarHvacManager.java 26 import android.car.hardware.property.CarPropertyManager;
54 * HVAC property IDs for get/set methods
222 * This constant must be used with {@link #ID_ZONED_FAN_DIRECTION} property.
227 * This constant must be used with {@link #ID_ZONED_FAN_DIRECTION} property.
232 * This constant must be used with {@link #ID_ZONED_FAN_DIRECTION} property.
242 * Called when a property is updated
243 * @param value Property that has been updated.
248 * Called when an error is detected with a property
335 * Stop getting property updates for the given callback. If there are multiple registrations for
366 * Check whether a given property is available or disabled based on the cars current state
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsSubscriberManagerTest.java 97 // Used to block until the HAL property is updated in HalHandler.onPropertySet.
696 public synchronized void onPropertySubscribe(int property, float sampleRate)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
pytree.py 116 DEPRECATED; use the prefix property directly.
118 warnings.warn("set_prefix() is deprecated; use the prefix property",
126 DEPRECATED; use the prefix property directly.
128 warnings.warn("get_prefix() is deprecated; use the prefix property",
182 @property
199 @property
320 prefix = property(_prefix_getter, _prefix_setter)
427 prefix = property(_prefix_getter, _prefix_setter)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest.py 83 a_property = property(get, doc="""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 702 @property
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pytree.py 116 DEPRECATED; use the prefix property directly.
118 warnings.warn("set_prefix() is deprecated; use the prefix property",
126 DEPRECATED; use the prefix property directly.
128 warnings.warn("get_prefix() is deprecated; use the prefix property",
182 @property
199 @property
320 prefix = property(_prefix_getter, _prefix_setter)
427 prefix = property(_prefix_getter, _prefix_setter)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest.py 83 a_property = property(get, doc="""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 702 @property
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 207 // Property (1) means that blocks sorted by domorder always have a maximal dominant block first.
208 // Property (2) allows searches for dominated blocks to exit early.
220 // entry(x) > entry(y) eliminates case x-dom-y. This provides property (1) above.
222 // For property (2), assume entry(x) < entry(y) and entry(y) < entry(z) and x does not dominate y.
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 156 func reportError(property string, err error, t *testing.T) {
158 t.Errorf("%s: %s", property, err)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 207 // Property (1) means that blocks sorted by domorder always have a maximal dominant block first.
208 // Property (2) allows searches for dominated blocks to exit early.
220 // entry(x) > entry(y) eliminates case x-dom-y. This provides property (1) above.
222 // For property (2), assume entry(x) < entry(y) and entry(y) < entry(z) and x does not dominate y.
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 156 func reportError(property string, err error, t *testing.T) {
158 t.Errorf("%s: %s", property, err)
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-profile-2.2.1.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 116 DEPRECATED; use the prefix property directly.
118 warnings.warn("set_prefix() is deprecated; use the prefix property",
126 DEPRECATED; use the prefix property directly.
128 warnings.warn("get_prefix() is deprecated; use the prefix property",
182 @property
199 @property
320 prefix = property(_prefix_getter, _prefix_setter)
427 prefix = property(_prefix_getter, _prefix_setter)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py 83 a_property = property(get, doc="""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 702 @property
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 116 DEPRECATED; use the prefix property directly.
118 warnings.warn("set_prefix() is deprecated; use the prefix property",
126 DEPRECATED; use the prefix property directly.
128 warnings.warn("get_prefix() is deprecated; use the prefix property",
182 @property
199 @property
320 prefix = property(_prefix_getter, _prefix_setter)
427 prefix = property(_prefix_getter, _prefix_setter)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py 83 a_property = property(get, doc="""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 702 @property
    [all...]

Completed in 574 milliseconds

<<71727374757677787980>>