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

<<31323334353637383940>>

  /external/tensorflow/tensorflow/python/data/ops/
iterator_ops.py 247 @property
384 @property
396 @property
406 @property
  /external/toolchain-utils/automation/clients/helper/
perforce.py 63 remote = property(_GetRemote, _SetRemote)
71 local = property(_GetLocal, _SetLocal)
109 depot = property(_GetDepot, _SetDepot)
119 client = property(_GetClient, _SetClient)
  /external/toybox/kconfig/
expr.h 80 struct property *prop;
113 struct property { struct
114 struct property *next;
139 struct property *prompt;
  /external/tpm2/
PCR_fp.h 49 TPM_PT_PCR property, // IN: the starting PCR property
  /external/v8/src/
api-natives.h 9 #include "src/property-details.h"
58 Handle<AccessorInfo> property);
  /external/v8/src/interpreter/
bytecode-generator.h 81 // Visit a keyed super property load. The optional
85 void VisitKeyedSuperPropertyLoad(Property* property,
88 // Visit a named super property load. The optional
92 void VisitNamedSuperPropertyLoad(Property* property,
95 void VisitPropertyLoad(Register obj, Property* expr);
96 void VisitPropertyLoadForRegister(Register obj, Property* expr,
141 LiteralProperty* property, int slot_number = 0);
143 ObjectLiteralProperty* property,
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCNSGLVideoView.m 42 @property(atomic, strong) RTCI420Frame* i420Frame;
43 @property(atomic, strong) RTCOpenGLVideoRenderer* glRenderer;
  /external/webrtc/webrtc/api/objc/
RTCNSGLVideoView.m 6 * tree. An additional intellectual property rights grant can be found
21 @property(atomic, strong) RTCVideoFrame *videoFrame;
22 @property(atomic, strong) RTCOpenGLVideoRenderer *glRenderer;
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
ext.kt 22 override fun getValue(thisRef: K, property: kotlin.reflect.KProperty<*>): T {
36 override fun getValue(thisRef: K, property: KProperty<*>): T {
  /frameworks/native/include/input/
KeyCharacterMap.h 198 struct Property {
199 inline Property(int32_t property = 0, int32_t metaState = 0) :
200 property(property), metaState(metaState) { }
202 int32_t property; member in struct:android::KeyCharacterMap::Parser::Property
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_uevents.cpp 254 char property[PROPERTY_VALUE_MAX]; local
256 property, NULL) > 0) &&
257 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
258 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 262 char property[PROPERTY_VALUE_MAX]; local
264 property, NULL) > 0) &&
265 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
266 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8909/libqdutils/
qd_utils.cpp 87 char property[PROPERTY_VALUE_MAX] = {0}; local
96 property_get(DISABLE_UBWC_PROP, property, "0");
97 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) ||
98 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) {
  /hardware/qcom/display/msm8909w_3100/libqdutils/
qd_utils.cpp 87 char property[PROPERTY_VALUE_MAX] = {0}; local
96 property_get("debug.gralloc.gfx_ubwc_disable", property, "0");
97 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) ||
98 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) {
  /hardware/qcom/display/msm8998/libqdutils/
qd_utils.cpp 87 char property[PROPERTY_VALUE_MAX] = {0}; local
96 property_get("debug.gralloc.gfx_ubwc_disable", property, "0");
97 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) ||
98 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) {
  /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
TouchEventGenerator.java 249 PointerProperties property = new PointerProperties(); local
250 property.id = id;
251 property.toolType = MotionEvent.TOOL_TYPE_FINGER;
252 properties[index] = property;
  /packages/services/Car/car-lib/src/android/car/hardware/property/
CarPropertyEvent.java 17 package android.car.hardware.property;
  /packages/services/Car/service/src/com/android/car/hal/
HalServiceBase.java 67 public void handlePropertySetError(int property, int area) {}
72 * Helper class that maintains bi-directional mapping between manager's property
73 * Id (public or system API) and vehicle HAL property Id.
PropertyHalService.java 26 import android.car.hardware.property.CarPropertyEvent;
67 * Converts manager property ID to Vehicle HAL property ID.
68 * If property is not supported, it will return {@link #NOT_SUPPORTED_PROPERTY}.
79 * Converts Vehicle HAL property ID to manager property ID.
80 * If property is not supported, it will return {@link #NOT_SUPPORTED_PROPERTY}.
95 * This event is sent whenever the property value is updated
100 * This event is sent when the set property call fails
101 * @param property
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarProjectionManagerTest.java 165 public synchronized void onPropertySubscribe(int property, float sampleRate) {
166 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate);
170 public synchronized void onPropertyUnsubscribe(int property) {
171 Log.d(TAG, "onPropertyUnSubscribe property " + property);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
connection.py 54 address = property(lambda self: self._backlog_queue)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
numbers.py 253 @property
258 @property
380 @property
385 @property
sched.py 122 @property
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
connection.py 54 address = property(lambda self: self._backlog_queue)
  /prebuilts/gdb/linux-x86/lib/python2.7/
numbers.py 253 @property
258 @property
380 @property
385 @property

Completed in 467 milliseconds

<<31323334353637383940>>