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

<<41424344454647484950>>

  /external/clang/lib/Headers/
cuda_builtin_vars.h 31 // The file implements built-in CUDA variables using __declspec(property).
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
  /external/devlib/devlib/module/
biglittle.py 12 @property
17 @property
22 @property
26 @property
  /external/kernel-headers/original/uapi/mtd/
ubi-user.h 131 * Set an UBI volume property
134 * To set an UBI volume property the %UBI_IOCSETPROP ioctl command should be
136 * passed. The object describes which property should be set, and to which value
202 /* Set an UBI volume property */
228 * UBI set volume property ioctl constants.
427 * property.
428 * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE)
433 __u8 property; member in struct:ubi_set_vol_prop_req
  /external/python/cpython3/Lib/multiprocessing/dummy/
connection.py 29 address = property(lambda self: self._backlog_queue)
  /external/python/cpython3/Lib/
types.py 129 # next two lines make DynamicClassAttribute act the same as property
187 @property
190 @property
193 @property
196 @property
  /external/robolectric/v3/
robolectric-annotations-3.1-SNAPSHOT.jar 
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
FullScreenTask.java 148 public String setViewProperty(String idName, String property, String value) {
152 SetProperty p = new SetProperty(v, property, value);
217 SetProperty(View view, String property, String value) {
219 mProperty = property;
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
invert.py 88 @property
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
chi2.py 103 @property
relaxed_onehot_categorical.py 207 @property
212 @property
217 @property
222 @property
247 # numbers x, y have the reasonable property that, `x + y >= max(x, y)`. In
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
mnist.py 150 @property
154 @property
158 @property
162 @property
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
decoder.py 59 @property
64 @property
69 @property
113 @property
126 state by setting this property to `True`.
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_function.py 34 @property
  /external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_lower_triangular_test.py 35 @property
  /external/tpm2/
Marshal_GetCapability.c 49 result = UINT32_Unmarshal(&target->property, buffer, size);
  /external/v8/tools/dev/
v8gen.py 227 @property
231 @property
235 @property
243 @property
  /external/v8/tools/foozzie/
v8_mock.js 44 get: function(target, property, receiver) {
45 if (property == "now") {
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 36 /* property changed flags */
83 * struct wpa_dbus_property_desc - DBus property description
86 /* property name */
88 /* property interface */
90 /* property type signature in DBus type notation */
92 /* property getter function */
94 /* property setter function */
141 const char *property);
  /frameworks/support/leanback/kitkat/androidx/leanback/transition/
SlideKitkat.java 27 import android.util.Property;
59 /** Returns the property to animate translation */
60 Property<View, Float> getProperty();
73 public Property<View, Float> getProperty() {
88 public Property<View, Float> getProperty() {
211 private Animator createAnimation(final View view, Property<View, Float> property,
216 start = View.TRANSLATION_Y == property ? startPosition[1] : startPosition[0];
219 final ObjectAnimator anim = ObjectAnimator.ofFloat(view, property, start, end);
221 SlideAnimatorListener listener = new SlideAnimatorListener(view, property, terminalValue, end
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleHalManager.h 46 * It has some boilerplate code like batching and caching property values, checking permissions,
84 void onHalPropertySetError(StatusCode errorCode, int32_t property,
  /hardware/libhardware/tests/input/evdev/
MockInputHost.h 67 MOCK_CONST_METHOD1(freeDeviceProperty, void(InputProperty* property));
  /hardware/qcom/display/msm8084/libqdutils/
mdp_version.cpp 227 char property[PROPERTY_VALUE_MAX]; local
230 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) &&
231 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
232 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8226/libqdutils/
mdp_version.cpp 233 char property[PROPERTY_VALUE_MAX]; local
236 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) &&
237 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
238 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 79 void setSPDInfo(const char* node, const char* property);
116 // Downscale feature switch, set via system property
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1");
40 // properties should be listed in insertion order, by property name.
41 component.addProperty(new ICalendar.Property("prop2", "value3"));
42 component.addProperty(new ICalendar.Property("prop1", "value1"));
43 component.addProperty(new ICalendar.Property("prop1", "value2"));
60 child.addProperty(new ICalendar.Property("prop2", "value2"));
62 parent.addProperty(new ICalendar.Property("prop1", "value1"));
63 parent.addProperty(new ICalendar.Property("prop1", "value12"));
80 ICalendar.Property prop1 = component.getFirstProperty("PROP1")
98 ICalendar.Property property = component.getFirstProperty("DTSTART"); local
    [all...]

Completed in 952 milliseconds

<<41424344454647484950>>