/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
shared_prefs.py | 38 raise TypeError('Property %r has type %r, but trying to access as %r' % 54 @property 213 @property 218 @property 223 @property 228 @property 233 @property 279 """Get the type (i.e. tag name) of a property in the collection.""" 290 """Get a boolean property.""" 294 """Set a boolean property."" [all...] |
/external/python/cpython3/Lib/multiprocessing/ |
process.py | 137 @property 146 @property 161 @property 172 @property 181 @property 193 @property
|
/external/tensorflow/tensorflow/compiler/tests/ |
xla_test.py | 116 @property 123 @property 128 @property 133 @property 140 @property 145 @property
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
ARDVideoCallViewController.m | 6 * tree. An additional intellectual property rights grant can be found 21 @property(nonatomic, strong) RTCVideoTrack *localVideoTrack; 22 @property(nonatomic, strong) RTCVideoTrack *remoteVideoTrack; 23 @property(nonatomic, readonly) ARDVideoCallView *videoCallView;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ExportGradleTest.java | 125 Object property = job.getProperty(ERROR_KEY); local 126 assertNull(property); 202 Object property = job.getProperty(ERROR_KEY); local 203 assertNull(property); 239 Object property = job.getProperty(ERROR_KEY); local 240 assertNull(property);
|
/system/bt/btif/src/ |
btif_storage.cc | 87 /* This is a local property to add a device found */ 195 BTIF_TRACE_ERROR("property type:%d, len:%d is invalid", prop->type, 282 BTIF_TRACE_ERROR("property type:%d, len:%d is invalid", prop->type, 508 * Caller is expected to provide a valid pointer to 'property->value' based on 509 * the property->type. 549 * Description BTIF storage API - Fetches the adapter property->type 550 * from NVRAM and fills property->val. 551 * Caller should provide memory for property->val and 552 * set the property->val 558 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { 1576 bt_property_t property; local [all...] |
/tools/test/connectivity/acts/framework/acts/controllers/ |
iperf_server.py | 110 @property 116 @property 124 property is None. 131 @property 136 from a success run, this property is None. 143 @property 148 from a success run, this property is None. 155 @property 160 from a success run, this property is None. 170 @property [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ST.stg | 41 @property (retain, getter=getST, setter=setST:) ST *st; 100 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib; 182 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib; 214 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
VmSpec.java | 114 public Builder addProperty(String property, String value) { 115 this.properties.put(property, value);
|
/external/clang/test/SemaObjCXX/Inputs/ |
nullability-pragmas-1.h | 61 @property A *aProp; 62 @property NSError **anError; // expected-warning 2{{pointer is missing a nullability type specifier}}
|
/external/deqp/framework/platform/ios/ |
tcuIOSViewController.m | 32 @property (nonatomic, assign) CADisplayLink *displayLink;
|
/external/drm_hwcomposer/ |
drmresources.cpp | 314 ALOGE("Failed to create mode property blob %d", ret); 330 ALOGE("Failed to destroy mode property blob %" PRIu32 "/%d", blob_id, ret); 389 const char *prop_name, DrmProperty *property) { 402 property->Init(p, props->prop_values[i]); 413 DrmProperty *property) { 414 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property); 418 DrmProperty *property) { 419 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property); 424 DrmProperty *property) { 426 property); [all...] |
/external/dtc/libfdt/ |
libfdt.h | 62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */ 64 /* FDT_ERR_EXISTS: Attempted to create a node or property which 83 * This can be caused either by an invalid phandle property 124 * or similar property with a bad format or value */ 127 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected 128 * value. For example: a property expected to contain a string list 134 * unexpected or missing value, property or node. */ 452 * fdt_first_property_offset - find the offset of a node's first property 456 * fdt_first_property_offset() finds the first property of the node at 460 * structure block offset of the property (>=0), on succes [all...] |
/external/pdfium/fxjs/ |
cjs_global.cpp | 26 v8::Local<v8::String> property) { 27 v8::String::Utf8Value utf8_value(pIsolate, property); 33 v8::Local<v8::String> property, 47 pObj->QueryProperty(PropFromV8Prop(info.GetIsolate(), property).c_str()); 53 v8::Local<v8::String> property, 67 pRuntime, PropFromV8Prop(info.GetIsolate(), property).c_str()); 80 v8::Local<v8::String> property, 95 pRuntime, PropFromV8Prop(info.GetIsolate(), property).c_str(), value); 104 v8::Local<v8::String> property, 118 pRuntime, PropFromV8Prop(info.GetIsolate(), property).c_str()) [all...] |
/external/protobuf/objectivec/ |
GPBMessage.h | 70 // NOTE: If you add a instance method/property to this class that may conflict 80 @property(nonatomic, copy, nullable) GPBUnknownFieldSet *unknownFields; 83 @property(nonatomic, readonly, getter=isInitialized) BOOL initialized;
|
/external/skia/bench/ |
ResultsWriter.h | 35 virtual void property(const char name[], const char value[]) {} function in class:ResultsWriter 97 void property(const char name[], const char value[]) override {
|
/external/skqp/bench/ |
ResultsWriter.h | 35 virtual void property(const char name[], const char value[]) {} function in class:ResultsWriter 97 void property(const char name[], const char value[]) override {
|
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/ |
topology.py | 108 @property 113 @property
|
/external/tensorflow/tensorflow/python/training/ |
saver_test_utils.py | 48 @property 52 @property
|
/external/walt/ios/WALT/ |
MIDIEndpoint.m | 20 @property (readwrite, nonatomic, assign) MIDIEndpointRef endpoint;
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCEAGLVideoView.m | 45 @property(nonatomic) BOOL isPaused; 110 @property(atomic, strong) RTCI420Frame* i420Frame; 111 @property(nonatomic, readonly) GLKView* glkView; 112 @property(nonatomic, readonly) RTCOpenGLVideoRenderer* glRenderer;
|
/external/webrtc/talk/media/devices/ |
linuxdeviceinfo.cc | 96 std::string* property) { 150 property->assign(property_value);
|
/external/webrtc/webrtc/api/objc/ |
RTCEAGLVideoView.m | 6 * tree. An additional intellectual property rights grant can be found 24 @property(nonatomic) BOOL isPaused; 89 @property(atomic, strong) RTCVideoFrame *videoFrame; 90 @property(nonatomic, readonly) GLKView *glkView; 91 @property(nonatomic, readonly) RTCOpenGLVideoRenderer *glRenderer;
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
ping_pong.js | 5 // tree. An additional intellectual property rights grant can be found
|
/frameworks/base/services/core/java/com/android/server/display/ |
RampAnimator.java | 24 * A custom animator that progressively updates a property value at 44 public RampAnimator(T object, IntProperty<T> property) { 46 mProperty = property; 53 * If this is the first time the property is being set or if the rate is 0,
|