HomeSort by relevance Sort by last modified time
    Searched full:property (Results 526 - 550 of 10054) sorted by null

<<21222324252627282930>>

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
style_sheet.py 16 @property
20 @property
24 @property
36 @property
44 @property
100 @property
104 @property
111 @property
123 @property
  /external/clang/test/ARCMT/
objcmt-protocol-conformance.m 49 // Test5 - conforms to P3 because it implement's P3's property.
51 @property (copy) id Prop;
55 @property (copy) id Prop;
66 @property (copy) id Prop;
70 @property (copy) id Prop;
74 @property (copy) id Prop;
95 @property (strong, nonatomic) id OptionalProperty;
101 @property (strong, nonatomic) id OptionalProperty;
109 @property (strong, nonatomic) UIWindow *window;
objcmt-protocol-conformance.m.result 49 // Test5 - conforms to P3 because it implement's P3's property.
51 @property (copy) id Prop;
55 @property (copy) id Prop;
66 @property (copy) id Prop;
70 @property (copy) id Prop;
74 @property (copy) id Prop;
95 @property (strong, nonatomic) id OptionalProperty;
101 @property (strong, nonatomic) id OptionalProperty;
109 @property (strong, nonatomic) UIWindow *window;
  /external/v8/test/mjsunit/compiler/
property-static.js 34 Object.prototype.load = function() { return this.property; };
35 Object.prototype.load.call({ A:0, property:10 });
36 Object.prototype.load.call({ A:0, B:0, property:11 });
37 Object.prototype.load.call({ A:0, B:0, C:0, property:12 });
38 Object.prototype.load.call({ A:0, B:0, C:0, D:0, property:13 });
39 Object.prototype.load.call({ A:0, B:0, C:0, D:0, E:0, property:14 });
40 Object.prototype.load.call({ A:0, B:0, C:0, D:0, E:0, F:0, property:15 });
45 var object = { property:x }; property
58 this.property = x;
  /external/v8/test/webkit/fast/regex/
lastIndex-expected.txt 24 This page tests that a RegExp object's lastIndex behaves like a regular property.
30 PASS 'use strict'; delete /x/.lastIndex threw exception TypeError: Cannot delete property 'lastIndex' of [object RegExp].
32 PASS for (property in /x/) if (property === 'lastIndex') throw false; true is true
34 PASS Object.defineProperty(/x/, {get:function(){}}) threw exception TypeError: Property description must be an object: undefined.
35 PASS Object.defineProperty(/x/, 'lastIndex', {enumerable:true}); true threw exception TypeError: Cannot redefine property: lastIndex.
37 PASS Object.defineProperty(/x/, 'lastIndex', {configurable:true}); true threw exception TypeError: Cannot redefine property: lastIndex.
42 PASS Object.defineProperty(Object.defineProperty(/x/, 'lastIndex', {writable:false}), 'lastIndex', {writable:true}); true threw exception TypeError: Cannot redefine property: lastIndex.
43 PASS Object.defineProperty(Object.defineProperty(/x/, 'lastIndex', {writable:false}), 'lastIndex', {value:42}); true threw exception TypeError: Cannot redefine property: lastIndex.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 155 @property
160 @property
165 @property
174 @property
179 @property
184 @property
189 @property
194 @property
199 @property
204 @property
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
__init__.py 155 @property
160 @property
165 @property
174 @property
179 @property
184 @property
189 @property
194 @property
199 @property
204 @property
    [all...]
  /system/core/rootdir/
init.usb.rc 13 on property:sys.usb.config=none
22 on property:sys.usb.config=adb
32 on property:sys.usb.config=accessory
41 on property:sys.usb.config=accessory,adb
51 on property:sys.usb.config=audio_source
60 on property:sys.usb.config=audio_source,adb
70 on property:sys.usb.config=accessory,audio_source
79 on property:sys.usb.config=accessory,audio_source,adb
90 on property:persist.sys.usb.config=*
  /bionic/libc/include/sys/
_system_properties.h 88 ** Map the property area from the specified filename. This
96 ** the property area.
112 ** to check if the property now exists. If a call to __system_property_add
118 ** a property now exists.
124 /* Add a new system property. Can only be done by a single
125 ** process that has write access to the property area, and
126 ** that process must handle sequencing to ensure the property
127 ** does not already exist and that only one property is added
130 ** Returns 0 on success, -1 if the property area is full.
135 /* Update the value of a system property returned b
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 41 * The path/filename of the property file: XSLTInfo.properties
65 // property argument is to be looked for.
88 new Object[]{ fullName }); //"XSL Property not supported: "+fullName);
97 fullName }); //"Don't currently do anything with namespace "+namespace+" in property: "+fullName);
101 //if secure procession is enabled only handle required properties do not not map any valid system property
109 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
119 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
129 //if secure procession is enabled only handle required properties do not not map any valid system property
137 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
147 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName)
    [all...]
  /external/clang/test/SemaObjCXX/
arc-unbridged-cast.mm 10 @property CFStringRef property;
20 id p1 = (id)[object property];
21 id p2 = (__bridge_transfer id)[object property];
22 id p3 = (__bridge id)[object property];
23 return (id) object.property;
52 x = (id) [object property];
53 x = (id) (cond ? [object property] : (void*) 0);
54 x = (id) (cond ? (void*) 0 : [object property]);
55 x = (id) (cond ? (CFStringRef) @"help" : [object property]);
    [all...]
properties.mm 31 auto y = a.y; // expected-error {{no getter method for read from property}}
63 @property int count;
97 @property int *explicit_property;
98 @property int bad_explicit_property;
99 @property Test7PointerMaker explicit_struct_property;
110 // Make sure the returned value from property assignment is void,
123 @property(assign, nonatomic) NonTrivial1 p1;
124 @property(assign, nonatomic) NonTrivial2 p2;
140 @property test9::CString name;
153 @property test10::A a
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicPlayer.form 5 <Property name="defaultCloseOperation" type="int" value="3"/>
39 <Property name="majorTickSpacing" type="int" value="20"/>
40 <Property name="orientation" type="int" value="1"/>
41 <Property name="paintTicks" type="boolean" value="true"/>
42 <Property name="value" type="int" value="100"/>
50 <Property name="text" type="java.lang.String" value="&lt;&lt;"/>
55 <Property name="text" type="java.lang.String" value="[ ]"/>
63 <Property name="text" type="java.lang.String" value="II / &gt;"/>
71 <Property name="text" type="java.lang.String" value="&gt;&gt;"/>
79 <Property name="text" type="java.lang.String" value="Open ..."/
    [all...]
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 23 * Internal class to automatically generate a Property for a given class/name pair, given the
24 * specification of {@link Property#of(java.lang.Class, java.lang.Class, java.lang.String)}
26 class ReflectiveProperty<T, V> extends Property<T, V> {
36 * For given property name 'name', look for getName/isName method or 'name' field.
41 * @param name The name of the property, where this name is capitalized and appended to
66 "does not match Property type (" + valueType + ")");
70 // no way to access property - throw appropriate exception
72 + " property with name " + name);
80 "does not match Property type (" + valueType + ")");
86 // Okay to not have a setter - just a readonly property
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 1 # Test case for property
24 @property
56 spam = property(_get_spam, doc="spam spam spam")
71 @property
132 # Issue 5890: subclasses of property do not preserve method __doc__ strings
133 class PropertySub(property):
134 """This is a subclass of property"""
136 class PropertySubSlots(property):
137 """This is a subclass of property that defines __slots__"""
160 """spam wrapped in property subclass""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 1 # Test case for property
24 @property
56 spam = property(_get_spam, doc="spam spam spam")
71 @property
132 # Issue 5890: subclasses of property do not preserve method __doc__ strings
133 class PropertySub(property):
134 """This is a subclass of property"""
136 class PropertySubSlots(property):
137 """This is a subclass of property that defines __slots__"""
160 """spam wrapped in property subclass""
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 160 ViewNode.Property property = new ViewNode.Property(); local
161 property.name = data.substring(start, index);
163 int colonIndex = property.name.indexOf(':');
165 property.name = property.name.substring(colonIndex + 1);
171 property.value = data.substring(index2 + 1, index2 + 1 + length);
173 node.properties.add(property);
174 node.namedProperties.put(property.name, property)
    [all...]
  /system/bt/btif/include/
btif_storage.h 38 ** Description BTIF storage API - Fetches the adapter property->type
39 ** from NVRAM and fills property->val.
40 ** Caller should provide memory for property->val and
41 ** set the property->val
47 bt_status_t btif_storage_get_adapter_property(bt_property_t *property);
53 ** Description BTIF storage API - Stores the adapter property
60 bt_status_t btif_storage_set_adapter_property(bt_property_t *property);
66 ** Description BTIF storage API - Fetches the remote device property->type
67 ** from NVRAM and fills property->val.
68 ** Caller should provide memory for property->val an
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 29 * {@link android.animation.ObjectAnimator} is fine; the property setters called by ObjectAnimator
30 * are well equipped to do the right thing to set the property and invalidate the view
32 * more convenient syntax to animate a specific property, then ViewPropertyAnimator might be
37 * animated property independently causing its own invalidation. Also, the syntax of using this
39 * property to animate, and the value to animate either to or by, and this class handles the
126 * property is tossed onto the pending list until the animation actually starts (which is
137 * Constants used to associate a property being requested and the mechanism used to set
138 * the property (this class calls directly into View to set the properties in question).
160 * a property animation is requested, we cancel any previous postings of the Runnable
175 * values holder is the list of all property/value objects
    [all...]
  /sdk/eclipse/buildConfig/
allElements.xml 12 <!-- location by setting the property "pluginPath" -->
18 <property name="type" value="feature" />
19 <property name="id" value="com.android.ide.eclipse.ddms" />
23 <property name="type" value="feature" />
24 <property name="id" value="com.android.ide.eclipse.hierarchyviewer" />
28 <property name="type" value="feature" />
29 <property name="id" value="com.android.ide.eclipse.adt" />
33 <property name="type" value="feature" />
34 <property name="id" value="com.android.ide.eclipse.ndk" />
38 <property name="type" value="feature" /
    [all...]
  /device/asus/fugu/
init.fugu.usb.rc 36 on property:sys.usb.config=none
43 on property:sys.usb.config=adb
55 on property:persist.sys.usb.config=*
59 on property:sys.usb.vbus=normal
63 on property:sys.usb.vbus=warning
67 on property:sys.usb.vbus=critical
  /external/android-mock/src/
build-runtime.xml 4 <property file="../build.properties"/>
7 <property name="runtime.bin" value="bin"/>
8 <property name="runtime.class-bin" value="bin/classes"/>
9 <property name="runtime.deploy-jar" value="AndroidMockRuntime.jar"/>
10 <property name="runtime.java-files" value="${java-package}/AndroidMock.java
12 <property name="runtime.nodeps-jar" value="AndroidMockRuntime-nodeps.jar"/>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntArray.h 67 @property (assign) NSUInteger BuffSize;
68 @property (assign) NSUInteger count;
69 @property (assign) NSInteger idx;
70 @property (retain) NSMutableData *buffer;
71 @property (assign) NSInteger *intBuffer;
72 @property (assign) BOOL SPARSE;
ANTLRLookaheadStream.h 47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
48 @property (assign) NSInteger index;
49 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex:) NSInteger eofElementIndex;
50 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker;
51 @property (assign, getter=getMarkDepth, setter=setMarkDepth:) NSInteger markDepth;
52 @property (retain) id prevElement;
ANTLRTreeRewriter.h 45 @property (retain) id actor;
46 @property SEL ruleSEL;
74 @property BOOL showTransformations;
75 @property (retain) id<ANTLRTokenStream> originalTokenStream;
76 @property (retain) id<ANTLRTreeAdaptor> originalAdaptor;
77 @property (retain) ANTLRfptr *rule;

Completed in 725 milliseconds

<<21222324252627282930>>