Searched refs:property (Results 151 - 175 of 1626) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DArrayIterator.h74 @property (retain) id peekObj;
75 @property (assign, getter=count, setter=setCount:) NSInteger count;
76 @property (assign) NSInteger index;
77 @property (retain) NSArray *anArray;
/external/bluetooth/bluedroid/test/suite/support/
H A Dproperty.h27 const char *property_extract_name(const bt_property_t *property);
31 void property_free(bt_property_t *property);
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_sheet_info.h25 @property(nonatomic, readonly) id<ConstrainedWindowSheet> sheet;
26 @property(nonatomic, readonly) NSView* parentView;
27 @property(nonatomic, readonly) NSWindow* overlayWindow;
28 @property(nonatomic, assign) BOOL sheetDidShow;
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
H A Dtoolbar_view.h22 @property(assign, nonatomic) CGFloat dividerOpacity;
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
H A Dmenu_tracked_root_view.h20 @property(assign, nonatomic) NSMenuItem* menuItem;
/external/chromium_org/components/policy/core/common/
H A Dmac_util.h28 CFPropertyListRef property);
/external/chromium_org/ppapi/thunk/
H A Dppb_url_response_info_api.h18 virtual PP_Var GetProperty(PP_URLResponseProperty property) = 0;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCICECandidate+Internal.h34 @property(nonatomic, assign, readonly) const
H A DRTCVideoTrack+Internal.h37 @property(nonatomic, assign, readonly)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCMediaSource.h36 @property(nonatomic, assign, readonly) RTCSourceState state;
/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h14 @property (assign) IBOutlet SkNSWindow *window;
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPad/
H A DAppDelegate_iPad.h15 @property (nonatomic, retain) IBOutlet UIWindow *window;
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPhone/
H A DAppDelegate_iPhone.h15 @property (nonatomic, retain) IBOutlet UIWindow *window;
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
H A DSkUIDetailViewController.h25 @property (nonatomic, retain) UIBarButtonItem* fPrintButton;
26 @property (nonatomic, retain) UIBarButtonItem* fOptionsButton;
27 @property (nonatomic, retain) SkOptionsTableViewController* fOptionsController;
28 @property (nonatomic, assign) UIPopoverController* fPopOverController;
/external/chromium_org/tools/gyp/test/mac/app-bundle/TestApp/
H A DTestAppAppDelegate.h11 @property (assign) IBOutlet NSWindow *window;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_info.py14 raise Exception('Missing required "devices" property')
35 @property
40 @property
59 @property
64 @property
/external/chromium_org/tools/telemetry/telemetry/results/
H A Doutput_formatter.py35 @property
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2980.js30 assertEquals(expected, holder.property);
35 holder.property = "foo";
36 delete holder.property;
40 holder.property = "bar";
/external/clang/test/Modules/Inputs/
H A Dcategory_left_sub.h7 @property (retain) id p3_prop;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
33 * @coverage core.model.property.editor
45 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) argument
52 addItems(property, m_combo);
54 selectItem(property, m_combo);
67 toProperty(propertyTable, property, index);
78 property.setValue(Property.UNKNOWN_VALUE);
80 selectItem(property, m_comb
114 deactivate(PropertyTable propertyTable, Property property, boolean save) argument
129 addItems(Property property, CCombo3 combo) argument
134 selectItem(Property property, CCombo3 combo) argument
139 toPropertyEx(Property property, CCombo3 combo, int index) argument
145 toProperty(PropertyTable propertyTable, Property property, int index) argument
[all...]
/external/lldb/scripts/Python/interface/
H A DSBFunction.i100 if _newclass: addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this function.''')
103 if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this function.''')
106 if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the top level lexical block (lldb.SBBlock) for this function.''')
109 if _newclass: instructions = property(get_instructions_from_current_target, None, doc='''A read only property that returns an lldb object that represents the instructions (lldb.SBInstructionList) for this function.''')
112 if _newclass: mangled = property(GetMangledName, None, doc='''A read only property tha
[all...]
H A DSBSection.i107 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of this section as a string.''')
110 if _newclass: addr = property(get_addr, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this section.''')
113 if _newclass: file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer that represents the starting "file" address for this section, or the address of the section in the object file in which it is defined.''')
116 if _newclass: size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of this section as an integer.''')
119 if _newclass: file_offset = property(GetFileOffset, None, doc='''A read only property tha
[all...]
/external/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h14 @property (assign) IBOutlet SkNSWindow *window;
/external/skia/experimental/SimpleiOSApp/iPad/
H A DAppDelegate_iPad.h15 @property (nonatomic, retain) IBOutlet UIWindow *window;
/external/skia/experimental/SimpleiOSApp/iPhone/
H A DAppDelegate_iPhone.h15 @property (nonatomic, retain) IBOutlet UIWindow *window;

Completed in 807 milliseconds

1234567891011>>