Searched refs:Action (Results 1 - 25 of 166) sorted by relevance

1234567

/macosx-10.10/llvmCore-3425.0.34/include/llvm/TableGen/
H A DMain.h21 /// Run the table generator, performing the specified Action on parsed records.
22 int TableGenMain(char *argv0, TableGenAction &Action);
/macosx-10.10/IOFireWireFamily-456/
H A Dpbxbuild.sh79 for Action in ${Actions}; do
83 echo "*** ${Action} ${Target} ***"
84 echo jam -d2 ${Action} JAMFILE=\"${TargetPath}/Jamfile.jam\" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME=\"${Target}\" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT=\"`pwd`\" OBJROOT=\"`pwd`/obj\" SYMROOT=\"`pwd`/sym\" DSTROOT=\"`pwd`/dst\" ${Assignments}
85 /Developer/Private/jam -d2 ${Action} JAMFILE="${TargetPath}/Jamfile.jam" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME="${Target}" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT="`pwd`" OBJROOT="`pwd`/obj" SYMROOT="`pwd`/sym" DSTROOT="`pwd`/dst" ${Assignments}
87 echo "*** ${Action} ${Target} FAILED ***"
/macosx-10.10/IOSerialFamily-74/
H A Dpbxbuild.sh79 for Action in ${Actions}; do
83 echo "*** ${Action} ${Target} ***"
84 echo jam -d2 ${Action} JAMFILE=\"${TargetPath}/Jamfile.jam\" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME=\"${Target}\" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT=\"`pwd`\" OBJROOT=\"`pwd`/obj\" SYMROOT=\"`pwd`/sym\" DSTROOT=\"`pwd`/dst\" ${Assignments}
85 jam -d2 ${Action} JAMFILE="${TargetPath}/Jamfile.jam" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME="${Target}" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT="`pwd`" OBJROOT="`pwd`/obj" SYMROOT="`pwd`/sym" DSTROOT="`pwd`/dst" ${Assignments}
87 echo "*** ${Action} ${Target} FAILED ***"
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorHistory.cpp44 class UndoableStateMark : public InspectorHistory::Action {
46 UndoableStateMark() : InspectorHistory::Action("[UndoableState]") { }
59 InspectorHistory::Action::Action(const String& name) : m_name(name) function in class:WebCore::InspectorHistory::Action
63 InspectorHistory::Action::~Action()
67 String InspectorHistory::Action::toString()
72 bool InspectorHistory::Action::isUndoableStateMark()
77 String InspectorHistory::Action::mergeId()
82 void InspectorHistory::Action
[all...]
H A DInspectorHistory.h50 class Action { class in class:WebCore::InspectorHistory
53 Action(const String& name);
54 virtual ~Action();
58 virtual void merge(std::unique_ptr<Action>);
73 bool perform(std::unique_ptr<Action>, ExceptionCode&);
81 Vector<std::unique_ptr<Action>> m_history;
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmwalkers.h51 template <class Action, class Record, class Element>
52 void enumerateArray(Action &operate, Record &record, Element *& (Record::*pointer)())
66 template <class Action>
67 void walk(Action &operate, CssmData &data)
73 template <class Action>
74 CssmData *walk(Action &operate, CssmData * &data)
81 template <class Action>
82 void walk(Action &operate, CSSM_DATA &data)
85 template <class Action>
86 CSSM_DATA *walk(Action
[all...]
H A DAuthorizationWalkers.h42 template <class Action>
43 void walk(Action &operate, AuthorizationItem &item)
51 template <class Action>
52 AuthorizationItemSet *walk(Action &operate, AuthorizationItemSet * &itemSet)
61 template <class Action>
62 void walk(Action &operate, AuthorizationValue &authvalue)
67 template <class Action>
68 AuthorizationValueVector *walk(Action &operate, AuthorizationValueVector * &valueVector)
H A Dcssmlist.h196 template <class Action>
197 ListElement *walk(Action &operate, ListElement * &elem)
218 template <class Action>
219 ListElement *walk(Action &operate, CSSM_LIST_ELEMENT * &elem)
223 template <class Action>
224 void enumerate(Action &operate, CssmList &list)
233 template <class Action>
234 CssmList *walk(Action &operate, CssmList * &list)
241 template <class Action>
242 void walk(Action
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmwalkers.h51 template <class Action, class Record, class Element>
52 void enumerateArray(Action &operate, Record &record, Element *& (Record::*pointer)())
66 template <class Action>
67 void walk(Action &operate, CssmData &data)
73 template <class Action>
74 CssmData *walk(Action &operate, CssmData * &data)
81 template <class Action>
82 void walk(Action &operate, CSSM_DATA &data)
85 template <class Action>
86 CSSM_DATA *walk(Action
[all...]
H A DAuthorizationWalkers.h42 template <class Action>
43 void walk(Action &operate, AuthorizationItem &item)
51 template <class Action>
52 AuthorizationItemSet *walk(Action &operate, AuthorizationItemSet * &itemSet)
61 template <class Action>
62 void walk(Action &operate, AuthorizationValue &authvalue)
67 template <class Action>
68 AuthorizationValueVector *walk(Action &operate, AuthorizationValueVector * &valueVector)
H A Dcssmlist.h196 template <class Action>
197 ListElement *walk(Action &operate, ListElement * &elem)
218 template <class Action>
219 ListElement *walk(Action &operate, CSSM_LIST_ELEMENT * &elem)
223 template <class Action>
224 void enumerate(Action &operate, CssmList &list)
233 template <class Action>
234 CssmList *walk(Action &operate, CssmList * &list)
241 template <class Action>
242 void walk(Action
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCallingConvEmitter.cpp31 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
77 void CallingConvEmitter::EmitAction(Record *Action, argument
81 if (Action->isSubClassOf("CCPredicateAction")) {
84 if (Action->isSubClassOf("CCIfType")) {
85 ListInit *VTs = Action->getValueAsListInit("VTs");
92 } else if (Action->isSubClassOf("CCIf")) {
93 O << Action->getValueAsString("Predicate");
95 Action->dump();
100 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
103 if (Action
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DIrDATimerEventSource.h16 typedef void (*Action)(OSObject *owner, IrDATimerEventSource *sender); typedef in class:IrDATimerEventSource
18 static IrDATimerEventSource *timerEventSource(OSObject *inOwner, Action inAction);
H A DCTimer.h21 typedef IrDATimerEventSource::Action Action; // defines CTimer::Action typedef in class:CTimer
23 static CTimer *cTimer(IOWorkLoop *work, OSObject *owner, Action callback);
24 Boolean init(IOWorkLoop *work, OSObject *owner, Action callback);
40 Action fCallback; // the callback in our client
/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DAnalysis.h45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDEventSource.h38 typedef void (*Action)(AppleRAIDSet * appleRAID, AppleRAIDStorageRequest * storageRequest); typedef in class:AppleRAIDEventSource
39 static AppleRAIDEventSource * withAppleRAIDSet(AppleRAIDSet *appleRAID, Action action);
40 virtual bool initWithAppleRAIDSet(AppleRAIDSet *appleRAID, Action action);
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSeccompFilters.h39 enum Action { enum in class:WebKit::SeccompFilters
51 explicit SeccompFilters(Action defaultAction);
56 void addRule(const char* syscallName, Action,
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp); typedef in class:IODMAEventSource
47 #define IODMAEventAction IODMAEventSource::Action
56 Action completion = 0,
57 Action notification = 0,
78 Action dmaCompletionAction;
79 Action dmaNotificationAction;
84 Action completion = 0,
85 Action notification = 0,
H A DIOCommandGate.h66 @typedef Action
81 typedef IOReturn (*Action)(OSObject *owner, typedef in class:IOCommandGate
100 static IOCommandGate *commandGate(OSObject *owner, Action action = 0);
110 must cast the member function to $link IOCommandGate::Action and they will get a
113 virtual bool init(OSObject *owner, Action action = 0);
151 virtual IOReturn runAction(Action action,
182 virtual IOReturn attemptAction(Action action,
H A DIOEventSource.h94 @typedef Action
103 typedef void (*Action)(OSObject *owner, ...); typedef in class:IOEventSource
106 @discussion Backward compatibilty define for the old non-class scoped type definition. See $link IOEventSource::Action */
107 #define IOEventSourceAction IOEventSource::Action
119 Action action;
154 Pointer to C call out function. Action is a pointer to a C function
162 virtual bool init(OSObject *owner, IOEventSource::Action action = 0);
213 @param action Pointer to a C function of type IOEventSource::Action. */
214 virtual void setAction(IOEventSource::Action action);
219 virtual IOEventSource::Action getActio
[all...]
H A DIOFilterInterruptEventSource.h72 IOInterruptEventSource::Action inAction = 0,
78 IOInterruptEventSource::Action inAction = 0,
106 IOInterruptEventSource::Action action,
121 IOInterruptEventSource::Action action,
H A DIOInterruptEventSource.h51 When the action method is called in the client member function will receive 2 arguments, (IOEventSource *) sender and (int) count, See $link IOInterruptEventSource::Action. Where sender will be reference to the interrupt that occurred and the count will be computed by the difference between the $link producerCount and $link consumerCount. This number may not be reliable as no attempt is made to adjust for around the world type problems but is provided for general information and statistic gathering.
66 /*! @typedef Action
71 typedef void (*Action)(OSObject *, IOInterruptEventSource *, int count); typedef in class:IOInterruptEventSource
74 @discussion Backward compatibilty define for the old non-class scoped type definition. See $link IOInterruptEventSource::Action */
75 #define IOInterruptEventAction IOInterruptEventSource::Action
134 Action action,
147 Action action,
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorEventSource.h80 typedef void ( *Action ) ( OSObject * owner, SCSIParallelTaskIdentifier parallelTask ); typedef in class:AppleSCSIEmulatorEventSource
82 static AppleSCSIEmulatorEventSource * Create ( OSObject * owner, Action action );
85 bool Init ( OSObject * owner, Action action );
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkData.h137 /*! @typedef Action
154 typedef IOReturn (*Action)(void * target, typedef in class:IONetworkData
169 Action _tapAction; // the function to call.
242 Action action = 0,
265 Action action = 0,
286 Action action,
310 Action action = 0,
334 Action action,
374 virtual Action getNotificationAction() const;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSource.h37 HIDEventSource(OSObject * inOwner, Action inAction);

Completed in 313 milliseconds

1234567