/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeRuleReturnScope.h | 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; 46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex; 47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker; 48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
|
ANTLRTreeRuleReturnScope.h | 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; 46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex; 47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker; 48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
|
ANTLRTreeRuleReturnScope.h | 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
AMutableArray.h | 45 @property (assign) NSInteger BuffSize; 46 @property (assign, getter=count, setter=setCount:) NSInteger count; 47 @property (retain) NSMutableData *buffer; 48 @property (assign) id *ptrBuffer;
|
ANTLRCommonErrorNode.h | 63 @property (retain) id<ANTLRIntStream> input; 64 @property (retain) id<ANTLRToken> startToken; 65 @property (retain) id<ANTLRToken> stopToken; 66 @property (retain) ANTLRRecognitionException *trappedException;
|
ANTLREarlyExitException.h | 37 @property int decisionNumber;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.h | 72 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 91 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 110 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 129 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 148 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 167 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 186 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 205 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 224 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 243 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
background_gradient_view.h | 26 @property(nonatomic, assign) BOOL showsDivider;
|
info_bubble_window.h | 25 @property(nonatomic) BOOL delayOnClose;
|
tab_view_picker_table.h | 28 @property(nonatomic, copy) NSString* heading;
|
view_resizer_pong.h | 17 @property(nonatomic) CGFloat height;
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
previewable_contents_controller.h | 33 @property(readonly, nonatomic) NSView* activeContainer;
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 100 @property(assign, nonatomic) NSCellStateValue state; 101 @property(assign, nonatomic) CGFloat hoverAlpha; 102 @property(assign, nonatomic) CGFloat alertAlpha; 108 @property(assign, nonatomic, getter=isClosing) BOOL closing;
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_button.h | 25 @property(assign, nonatomic) BOOL handleMiddleClick;
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_button.h | 18 // allow for setting the cell's highlight property. When in a drag cycle, 39 @property(nonatomic, readonly, getter=isTracking) BOOL tracking;
|
/external/clang/test/PCH/ |
objcxx-ivar-class.h | 11 @property(assign, nonatomic) S position;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
PropertyEditorProvider.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 19 * @coverage core.model.property.editor 23 * @return the {@link PropertyEditor} for given property type or <code>null</code>.
|
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]);
|
/external/icu4c/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...] |
propname.h | 22 * This header defines the in-memory layout of the property names data 29 /* low-level char * property name comparison -------------------------------- */ 35 * Unicode property names and property value names are compared "loosely". 38 * For all property names, property value names, and for property values for 99 static const char *getPropertyName(int32_t property, int32_t nameChoice); 100 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice); 103 static int32_t getPropertyValueEnum(int32_t property, const char *alias) [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
enabled.js | 5 for (var property in navigator) { 6 if (property == "geolocation")
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8EventListener.cpp | 56 v8::Local<v8::Value> property = listener->Get(v8::String::NewSymbol("handleEvent")); local 58 // handleEvent property and that the value is a function. 59 if (!property.IsEmpty() && property->IsFunction()) 60 return v8::Local<v8::Function>::Cast(property);
|
/external/webkit/Tools/QueueStatusServer/model/ |
queuepropertymixin.py | 39 queue = property(_queue_getter, _queue_setter)
|