/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/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UProperty.java | 36 * Special value indicating undefined property. 44 * <p>Binary property Alphabetic. 45 * <p>Property for UCharacter.isUAlphabetic(), different from the property 59 * Binary property ASCII_Hex_Digit (0-9 A-F a-f). 65 * <p>Binary property Bidi_Control. 73 * <p>Binary property Bidi_Mirrored. 75 * <p>Property for UCharacter.isMirrored(). 82 * <p>Binary property Dash. 89 * <p>Binary property Default_Ignorable_Code_Point (new) [all...] |
/system/tpm/trunks/ |
tpm_state_impl.cc | 169 bool TpmStateImpl::GetTpmProperty(TPM_PT property, uint32_t* value) { 171 if (tpm_properties_.count(property) == 0) { 175 *value = tpm_properties_[property]; 194 uint32_t property, 200 capability, property, max_properties_per_call, &more_data, 216 if (next_property <= property) { 220 property = next_property; 233 const TPMS_TAGGED_PROPERTY& property = 235 VLOG(1) << "TPM Property 0x" << std::hex << property.propert [all...] |
/external/icu/icu4c/source/common/ |
propname.cpp | 30 * Get the next non-ignorable ASCII character from a property name 53 * Get the next non-ignorable EBCDIC character from a property name 76 * Unicode property names and property value names are compared "loosely". 79 * For all property names, property value names, and for property values for 148 int32_t PropNameData::findProperty(int32_t property) { 155 if(property<start) { 158 if(property<limit) [all...] |
/external/autotest/client/cros/scripts/ |
device | 19 print cmd, 'get-property <devname> [propname] - List device property.' 20 print cmd, 'set-property <devname> <propname> <value>' 21 print ' Set property on devname to value' 26 """Sets a property on a device 29 @param property_key string name of property 30 @param value string value of property to set 41 @param property_key string name of property or None 83 if command == 'get-property': 88 if command == 'set-property' and len(sys.argv) == 5 [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...] |
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
VehicleHal.h | 39 StatusCode errorCode, int32_t property, int32_t areaId)>; 50 * Subscribe to HAL property events. This method might be called multiple 51 * times for the same vehicle property to update subscribed areas or sample 54 * @param property to subscribe 60 virtual StatusCode subscribe(int32_t property, 65 * Unsubscribe from HAL events for given property 67 * @param property vehicle property to unsubscribe 69 virtual StatusCode unsubscribe(int32_t property) = 0; 91 /* Propagates property change events to vehicle HAL clients. * [all...] |
/build/blueprint/ |
unpack.go | 28 property *parser.Property 32 func unpackProperties(propertyDefs []*parser.Property, 33 propertiesStructs ...interface{}) (map[string]*parser.Property, []error) { 62 result := make(map[string]*parser.Property) 64 result[name] = packedProperty.property 67 Err: fmt.Errorf("unrecognized property %q", name), 68 Pos: packedProperty.property.ColonPos, 81 func buildPropertyMap(namePrefix string, propertyDefs []*parser.Property, 87 if first.property == propertyDef [all...] |
/external/drm_hwcomposer/ |
drmplane.cpp | 40 ALOGE("Could not get plane type property"); 47 ALOGE("Failed to get plane type property value"); 63 ALOGE("Could not get CRTC_ID property"); 69 ALOGE("Could not get FB_ID property"); 75 ALOGE("Could not get CRTC_X property"); 81 ALOGE("Could not get CRTC_Y property"); 87 ALOGE("Could not get CRTC_W property"); 93 ALOGE("Could not get CRTC_H property"); 99 ALOGE("Could not get SRC_X property"); 105 ALOGE("Could not get SRC_Y property"); [all...] |
/frameworks/rs/tests/lldb/ |
config.py | 32 @property 37 @property 46 @property 54 @property 59 @property 64 @property 69 @property 74 @property 79 @property 84 @property [all...] |
/frameworks/support/app-toolkit/ |
kotlin-checkstyle.xml | 23 <property name="severity" value="warning"/> 24 <property name="charset" value="UTF-8"/> 26 <property name="offCommentFormat" value="CHECKSTYLE:OFF IndentationCheck"/> 27 <property name="onCommentFormat" value="CHECKSTYLE:ON IndentationCheck"/> 28 <property name="checkFormat" value="IndentationCheck"/> 31 <property name="offCommentFormat" value="CHECKSTYLE:OFF Generated code"/> 32 <property name="onCommentFormat" value="CHECKSTYLE:ON Generated code"/> 35 <property name="severity" value="error"/> 38 <property name="severity" value="error"/> 41 <property name="severity" value="error"/ [all...] |
/libcore/ojluni/src/main/java/sun/security/action/ |
GetIntegerAction.java | 29 * A convenience class for retrieving the integer value of a system property 36 * property named <code>"prop"</code> as a privileged action. Since it does 37 * not pass a default value to be used in case the property 51 * property named <code>"prop"</code> as a privileged action, and also passes 52 * a default value to be used in case the property <code>"prop"</code> is not 73 * Constructor that takes the name of the system property whose integer 76 * @param theProp the name of the system property. 83 * Constructor that takes the name of the system property and the default 84 * value of that property. 86 * @param theProp the name of the system property [all...] |
/system/core/logcat/ |
logcatd.rc | 4 # Make sure any property changes are only performed with /data mounted, after 11 on property:persist.logd.logpersistd.size=256 15 on property:persist.logd.logpersistd.size=* 16 # expect /init to report failure if property empty (default) 19 on property:persist.logd.logpersistd.buffer=all 23 on property:persist.logd.logpersistd.buffer=* 24 # expect /init to report failure if property empty (default) 27 on property:persist.logd.logpersistd=logcatd 34 on property:logd.logpersistd.enable=true && property:logd.logpersistd=logcat [all...] |
/external/libmtp/logs/ |
mtp-detect-microsoft-zune-hd.txt | 59 1014: Get device property description 60 1015: Get device property value 61 1016: Set device property value 66 9802: Get object property description 67 9807: Get interdependent property description 69 9803: Get object property value 70 9804: Set object property value 71 9805: Get object property list 72 9806: Set object property list 73 9808: Send object property lis [all...] |
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
import_statement.py | 30 @property 65 @property 73 @property 115 @property 120 @property 124 @property 128 @property 132 @property 141 @property 150 @property [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/dtc/tests/ |
overlay_overlay_manual_fixups.dts | 20 test-int-property = <43>; 29 test-str-property = "foobar"; 33 /* Test that we add a new property */ 38 test-str-property-2 = "foobar2"; 48 new-property; 58 new-property; 84 new-sub-test-property;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUConfig.java | 45 * Get ICU configuration property value for the given name. 46 * @param name The configuration property name 47 * @return The configuration property value, or null if it does not exist. 54 * Get ICU configuration property value for the given name. 55 * @param name The configuration property name 57 * @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
|