Searched refs:synthesize (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_synthesize.py2 Tests for objc.synthesize
13 objc.synthesize('someTitle', copy=True)
14 objc.synthesize('stringValue', copy=False)
15 objc.synthesize('read', readwrite=False)
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCPlayer.mm67 @synthesize document = fDocument;
H A DMBCGameInfo.mm63 @synthesize document = fDocument;
64 @synthesize moveList = fMoveList;
65 @synthesize whiteEditable, blackEditable;
H A DMBCController.mm71 @synthesize localPlayer, logMouse, dumpLanguageModels;
H A DMBCBoardWin.mm61 @synthesize gameView, gameNewSheet, logContainer, logView, board, engine, interactive;
62 @synthesize gameInfo, remote, logViewRightEdgeConstraint, dialogController;
63 @synthesize primarySynth, alternateSynth, primaryLocalization, alternateLocalization;
H A DMBCDocument.mm78 @synthesize board, variant, players, match, properties, offerDraw, ephemeral, needNewGameSheet,
/macosx-10.9.5/libauto-185.5/auto_tester/
H A DRadar5983285.m58 @synthesize disguisedPointer;
59 @synthesize testBlockCollected;
60 @synthesize correctLayout;
61 @synthesize scannedWithBogusLayout;
62 @synthesize scannedWithCorrectLayout;
H A DEnliveningRace.m41 @synthesize next;
102 @synthesize owner, list;
120 @synthesize condition;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.m45 @synthesize delegate;
46 @synthesize url;
47 @synthesize urlRequest;
/macosx-10.9.5/libclosure-63/objectTests/
H A Dblock_prop.m37 @synthesize someBlock;
H A Dcopyproperty.m27 @synthesize getInt;
H A Dlayout.m30 @synthesize getInt;
H A Dtlctester.mm40 @synthesize tf;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenPlaceholderView.mm60 @synthesize target = _target;
61 @synthesize action = _action;
/macosx-10.9.5/libauto-185.5/tests/
H A DrecoverLocalObjects.m35 @synthesize link;
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.mm72 @synthesize variable;
73 @synthesize six;
74 @synthesize point;
122 @synthesize x;
123 @synthesize y;
124 @synthesize z;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_descriptors.py7 __all__ = ['IBOutlet', 'IBAction', 'accessor', 'Accessor', 'typedAccessor', 'callbackFor', 'selectorFor', 'synthesize', 'namedselector', 'typedSelector' ]
186 def synthesize(name, copy=False, readwrite=True, type=_C_ID, ivarName=None): function
196 objc.synthesize('someTitle', copy=True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_descriptors.py7 __all__ = ['IBOutlet', 'IBAction', 'accessor', 'Accessor', 'typedAccessor', 'callbackFor', 'selectorFor', 'synthesize', 'namedselector', 'typedSelector', 'namedSelector' ]
191 def synthesize(name, copy=False, readwrite=True, type=_C_ID, ivarName=None): function
201 objc.synthesize('someTitle', copy=True)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Network/CustomProtocols/mac/
H A DCustomProtocolManagerMac.mm79 @synthesize customProtocolID = _customProtocolID;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c77 #define INITIALIZE() do{if(!state.data)synthesize(NiL,NiL,NiL);}while(0)
304 * synthesize state for fp
311 synthesize(register Feature_t* fp, const char* path, const char* value) function
321 error(-2, "astconf synthesize name=%s path=%s value=%s fp=%p%s", fp->name, path, value, fp, state.synthesizing ? " SYNTHESIZING" : "");
458 error(-3, "astconf synthesize %s", state.data - state.prefix);
483 * synthesize(fp,path,succeed) called on success
484 * otherwise synthesize(fp,path,fail) called
596 synthesize(fp, path, ok ? succeed : fail);
628 else if (!synthesize(fp, path, value))
682 else if (!synthesize(f
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm122 @synthesize pdfLayerController = _pdfLayerController;
123 @synthesize parent = _parent;
124 @synthesize pdfPlugin = _pdfPlugin;
275 @synthesize pdfPlugin = _pdfPlugin;
310 @synthesize pdfPlugin=_pdfPlugin;
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContext.mm50 @synthesize exceptionHandler;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DTileController.mm58 @synthesize tileController = _tileController;
59 @synthesize visibleRectFrameLayer = _visibleRectFrameLayer;

Completed in 302 milliseconds