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

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
error-implicit-property.m 18 arg.P++; // expected-error {{no getter method 'P' for increment of property}}
19 --arg.P; // expected-error {{no getter method 'P' for decrement of property}}
22 arg.P++; // expected-error {{no setter method 'setP:' for increment of property}}
23 arg.P--; // expected-error {{no setter method 'setP:' for decrement of property}}
27 arg.P++; // expected-error {{property 'P' not found on object of type 'K *'}}
28 arg.P--; // expected-error {{property 'P' not found on object of type 'K *'}}
property-in-class-extension.m 7 @property (readonly) int bar;
12 foo.bar = 0; // expected-error {{assignment to readonly property}}
32 @property (readwrite, assign) NSObject *bar;
33 @property (readwrite, assign) NSObject *baz;
34 @property (readwrite, assign) NSObject *bam;
35 @property (readwrite, assign) NSObject *warn;
  /external/zlib/src/contrib/dotzlib/
DotZLib.build 5 <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" />
6 <property name="build.root" value="bin" />
8 <property name="debug" value="true" />
9 <property name="nunit" value="true" />
11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" />
12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" />
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognizerSharedState.h 51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
52 @property (assign) NSInteger _fsp;
53 @property (assign) BOOL errorRecovery;
54 @property (assign) NSInteger lastErrorIndex;
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
56 @property (assign) NSInteger syntaxErrors;
57 @property (assign, getter=getBacktracking, setter=setBacktracking) NSInteger backtracking;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
60 @property (getter=getType,setter=setType:) NSUInteger type
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognizerSharedState.h 51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
52 @property (assign) NSInteger _fsp;
53 @property (assign) BOOL errorRecovery;
54 @property (assign) NSInteger lastErrorIndex;
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
56 @property (assign) NSInteger syntaxErrors;
57 @property (assign, getter=getBacktracking, setter=setBacktracking) NSInteger backtracking;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
60 @property (getter=getType,setter=setType:) NSUInteger type
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognizerSharedState.h 51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
52 @property (assign) NSInteger _fsp;
53 @property (assign) BOOL errorRecovery;
54 @property (assign) NSInteger lastErrorIndex;
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
56 @property (assign) NSInteger syntaxErrors;
57 @property (assign, getter=getBacktracking, setter=setBacktracking) NSInteger backtracking;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
60 @property (getter=getType,setter=setType:) NSUInteger type
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRecognizerSharedState.h 52 @property (retain, getter=getFollowing, setter=setFollowing:) AMutableArray *following;
53 @property (assign) NSInteger _fsp;
54 @property (assign) BOOL errorRecovery;
55 @property (assign) NSInteger lastErrorIndex;
56 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
57 @property (assign) NSInteger syntaxErrors;
58 @property (assign, getter=getBacktracking, setter=setBacktracking:) NSInteger backtracking;
59 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
60 @property (copy, getter=getToken, setter=setToken:) id<ANTLRToken> token;
61 @property (getter=type,setter=setType:) NSUInteger type
    [all...]
ANTLRUnbufferedCommonTreeNodeStream.h 59 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
60 @property (retain, getter=getCurrentNode, setter=setCurrentNode:) ANTLRCommonTree *currentNode;
61 @property (retain, getter=getPreviousNode, setter=setPreviousNode:) ANTLRCommonTree *previousNode;
62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
63 @property (retain, getter=getTokenStream, setter=setTokenStream:) id<ANTLRTokenStream> tokenStream;
64 @property (retain, getter=getNodeStack, setter=setNodeStack:) NSMutableArray *nodeStack;
65 @property (retain, getter=getIndexStack, setter=setIndexStackStack:) NSMutableArray *indexStack;
66 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
67 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker;
68 @property (assign, getter=getCurrentChildIndex, setter=setCurrentChildIndex:) NSInteger currentChildIndex
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertyUtils.java 27 * Java Property object.
38 * Searches for the boolean property with the specified key in the property list.
39 * If the key is not found in this property list, the default property list,
41 * <code>false</code> if the property is not found, or if the value is other
44 * @param key the property key.
46 * @return the value in this property list as a boolean value, or false
61 * Searches for the int property with the specified key in the property list
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 67 @property int options;
68 @property(assign) NSPointerArray *compileLine;
69 @property(assign) TestFileExeGenerator *generator;
70 @property bool shouldFail;
71 @property __strong char *binaryName;
72 @property __strong char *sourceName;
73 @property __strong char *libraryPath;
74 @property __strong char *frameworkPath;
77 @property(readonly) __strong char *radar;
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64
    [all...]
  /external/icu/icu4c/source/common/
propname.cpp 28 * Get the next non-ignorable ASCII character from a property name
51 * Get the next non-ignorable EBCDIC character from a property name
74 * Unicode property names and property value names are compared "loosely".
77 * For all property names, property value names, and for property values for
146 int32_t PropNameData::findProperty(int32_t property) {
153 if(property<start) {
156 if(property<limit)
    [all...]
  /external/clang/test/Analysis/
objc-properties.m 20 @property (assign, nonatomic) MyClass* A; // explicitely synthesized, not implemented, non-default ivar name
22 @property (assign) MyClass* X; // automatically synthesized, not implemented
24 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
26 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
27 @property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with expected name
66 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
67 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
68 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
69 _Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
70 _nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}
    [all...]
  /external/vogar/
build.xml 4 <property file="local.properties" />
8 <property name="version" value="0.0"/> <!-- subversion revision? -->
10 <property name="installroot" value="build/vogar-${version}"/>
11 <property name="javadocroot" value="${installroot}/docs/api"/>
12 <property name="caliper" value="lib/caliper.jar"/>
13 <property name="gson" value="lib/gson-1.7.1.jar"/>
14 <property name="guava" value="lib/guava.jar"/>
15 <property name="kxml2" value="lib/kxml-libcore-20110123.jar"/>
16 <property name="android" value="${android.platform.dir}/android.jar"/>
17 <property name="mockito" value="lib/mockito-all-1.8.5.jar"/
    [all...]
  /external/v8/test/webkit/
Object-defineProperties-expected.txt 31 PASS Object.defineProperties({}, 'a string') threw exception TypeError: Property description must be an object: a.
32 PASS JSON.stringify(Object.defineProperties({},{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}})) is '{"property":"foo","property2":"foo"}'
33 PASS JSON.stringify(Object.defineProperties({},{property:{value:'foo'}, property2:{value:'foo', enumerable:true}})) is '{"property2":"foo"}'
34 PASS JSON.stringify(Object.defineProperties({property:'foo'},{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}})) is '{"property":"foo","property2":"foo"}'
35 PASS JSON.stringify(Object.defineProperties({property:'foo'},{property:{value:'foo', enumerable:false}, property2:{value:'foo', enumerable:true}})) is '{"property2":"foo"}'
36 PASS JSON.stringify(Object.defineProperties({property:'foo'},{property:{value:'foo'}, property2:{value:'foo', enumerable:true}})) is '{"property":"foo", (…)
    [all...]
  /external/clang/test/ARCMT/
objcmt-property-availability.m.result 2 // RUN: %clang_cc1 -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
22 @property (nonatomic, strong) MKMapItem *source NS_AVAILABLE(10_9, 6_0);
25 @property (nonatomic, strong) MKMapItem *dest NS_AVAILABLE(10_9, 6_0);
27 @property (nonatomic, strong) MKMapItem *final;
29 @property (nonatomic, strong) MKMapItem *total NS_AVAILABLE(10_9, 6_0);
35 @property (nonatomic, strong) MKMapItem *tally UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
  /external/clang/test/Rewriter/
rewrite-modern-default-property-synthesis.mm 16 @property int howMany;
17 @property (retain) NSString* what;
25 @property (nonatomic) int howMany;
26 @property (nonatomic, retain) NSString* what;
44 @property (nonatomic) int howMany;
45 @property (nonatomic, retain) NSString* what;
72 @property TBAR bad;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringListPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
20 * @coverage core.model.property.editor
32 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
34 property.setValue(m_strings[index]);
AbstractTextPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
34 import org.eclipse.wb.internal.core.model.property.Property;
35 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
41 * @coverage core.model.property.editor
158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location)
170 // Add support for field completion, if the property provides an IContentProposalProvider
172 IContentProposalProvider completion = property.getAdapter(IContentProposalProvider.class);
179 ILabelProvider labelProvider = property.getAdapter(ILabelProvider.class)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUConfig.java 43 * Get ICU configuration property value for the given name.
44 * @param name The configuration property name
45 * @return The configuration property value, or null if it does not exist.
52 * Get ICU configuration property value for the given name.
53 * @param name The configuration property name
55 * @return The configuration property value. If the property does not
  /external/messageformat/java/com/ibm/icu/impl/
ICUConfig.java 39 * Get ICU configuration property value for the given name.
40 * @param name The configuration property name
41 * @return The configuration property value, or null if it does not exist.
48 * Get ICU configuration property value for the given name.
49 * @param name The configuration property name
51 * @return The configuration property value. If the property does not
  /external/v8/test/webkit/fast/js/
JSON-parse-reviver.js 54 debug("Ensure that returning undefined has removed the property 0 from the holder during filtering.");
61 debug("Ensure that changing the value of a property is reflected while filtering.")
76 debug("Ensure that when visiting a deleted property value is undefined");
78 v = "undelete the property";
84 testFailed("Did not call reviver for deleted property");
90 testPassed("Ensured that property was visited despite Array length being reduced.");
97 testFailed("Visited unexpected property " + i + " with value " + v);
119 debug("Ensure that we get the same holder object for each property");
124 case "a property":
128 shouldBe("currentHolder['a property']", '"a value"')
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Strategy.h 63 * A Policy element may implement getter/setter function for a given property.
64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
Usage.h 63 * A Policy element may implement getter/setter function for a given property.
64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
  /system/bt/tools/bdtool/
adapter.c 21 #include "btcore/include/property.h"
32 static void parse_properties(int num_properties, bt_property_t *property);
44 // Returns the specified property.
122 void device_found(int num_properties, bt_property_t *property) {
124 parse_properties(num_properties, property);
207 static void parse_properties(int num_properties, bt_property_t *property) {
209 switch(property->type) {
212 const bt_bdname_t *name = property_as_name(property);
221 const bt_bdaddr_t *addr = property_as_addr(property);
230 const bt_uuid_t *uuid = property_as_uuids(property, &num_uuid)
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 113 * Checks if a given property and index are the same as in this
159 * Get the toString value of the property.
170 * Get the property with the given name
173 * if the property does not exist
180 throw new RuntimeException("illegal property: " + name);
185 * Get the toString value of the property.
196 throw new RuntimeException("illegal property: " + name);
201 * Knows whether the given property exists
212 * Get a property without chance of throwing an exception
214 * @return the property if it exists; if not, {@link NullSoapObject} i
281 Object property = getProperty(i.intValue()); local
    [all...]

Completed in 902 milliseconds

<<11121314151617181920>>