Searched defs:operations (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dipp-private.h57 const ipp_op_t *operations; /* Allowed operations for this attr */ member in struct:__anon7189
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterOperations.h59 Vector<RefPtr<FilterOperation> >& operations() { return m_operations; } function in class:WebCore::FilterOperations
60 const Vector<RefPtr<FilterOperation> >& operations() const { return m_operations; } function in class:WebCore::FilterOperations
H A DCustomFilterTransformParameter.h83 const TransformOperations& operations() const { return m_operations; } function in class:WebCore::CustomFilterTransformParameter
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformOperations.h69 Vector<RefPtr<TransformOperation> >& operations() { return m_operations; } function in class:WebCore::TransformOperations
70 const Vector<RefPtr<TransformOperation> >& operations() const { return m_operations; } function in class:WebCore::TransformOperations
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCapabilities.h51 inline bool canInlineResolveOperations(ResolveOperations* operations) argument
H A DDFGOperations.cpp1232 EncodedJSValue DFG_OPERATION operationResolve(ExecState* exec, Identifier* propertyName, ResolveOperations* operations) argument
1239 EncodedJSValue DFG_OPERATION operationResolveBase(ExecState* exec, Identifier* propertyName, ResolveOperations* operations, PutToBaseOperation* putToBaseOperations) argument
1247 EncodedJSValue DFG_OPERATION operationResolveBaseStrictPut(ExecState* exec, Identifier* propertyName, ResolveOperations* operations, PutToBaseOperation* putToBaseOperations) argument
H A DDFGSpeculativeJIT.h1123 JITCompiler::Call callOperation(J_DFGOperation_EIRo operation, GPRReg result, Identifier* identifier, ResolveOperations* operations) argument
1128 JITCompiler::Call callOperation(J_DFGOperation_EIRoPtbo operation, GPRReg result, Identifier* identifier, ResolveOperations* operations, PutToBaseOperation* putToBaseOperations) argument
1483 JITCompiler::Call callOperation(J_DFGOperation_EIRo operation, GPRReg resultTag, GPRReg resultPayload, Identifier* identifier, ResolveOperations* operations) argument
1489 JITCompiler::Call callOperation(J_DFGOperation_EIRoPtbo operation, GPRReg resultTag, GPRReg resultPayload, Identifier* identifier, ResolveOperations* operations, PutToBaseOperation* putToBaseOperations) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerFilterInfo.cpp123 void RenderLayerFilterInfo::updateReferenceFilterClients(const FilterOperations& operations) argument
174 void RenderLayerFilterInfo::updateCustomFilterClients(const FilterOperations& operations) argument
H A DFilterEffectRenderer.cpp192 bool FilterEffectRenderer::build(RenderObject* renderer, const FilterOperations& operations) argument
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmuscle++.h129 unsigned operations() const { return this->keyPolicy.cipherDirection; } function in class:Security::Muscle::Key
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmuscle++.h129 unsigned operations() const { return this->keyPolicy.cipherDirection; } function in class:Security::Muscle::Key
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DTransformFunctions.cpp92 TransformOperations operations; local
[all...]
H A DStyleResolver.cpp3677 TransformOperations operations; local
3898 FilterOperations operations; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSScope.cpp199 template <JSScope::LookupMode mode, JSScope::ReturnValues returnValues> JSObject* JSScope::resolveContainingScopeInternal(CallFrame* callFrame, const Identifier& identifier, PropertySlot& slot, Vector<ResolveOperation>* operations, PutToBaseOperation* putToBaseOperation, bool ) argument
432 resolveContainingScope(CallFrame* callFrame, const Identifier& identifier, PropertySlot& slot, Vector<ResolveOperation>* operations, PutToBaseOperation* putToBaseOperation, bool isStrict) argument
441 resolve(CallFrame* callFrame, const Identifier& identifier, ResolveOperations* operations) argument
464 resolveBase(CallFrame* callFrame, const Identifier& identifier, bool isStrict, ResolveOperations* operations, PutToBaseOperation* putToBaseOperations) argument
490 resolveWithBase(CallFrame* callFrame, const Identifier& identifier, Register* base, ResolveOperations* operations, PutToBaseOperation* putToBaseOperations) argument
521 resolveWithThis(CallFrame* callFrame, const Identifier& identifier, Register* base, ResolveOperations* operations) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c116 BTReserveSpace(FCB *file, int operations, void* data) argument
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp319 TransformOperations operations; local
[all...]
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dio_internal.h73 TAILQ_HEAD(, dispatch_operation_s) operations[2]; member in struct:dispatch_stream_s
97 TAILQ_HEAD(dispatch_disk_operations_s, dispatch_operation_s) operations; member in struct:dispatch_disk_s
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp783 ResolveOperations* operations = pc[3].u.resolveOperations; local
835 ResolveOperations* operations = pc[4].u.resolveOperations; local
873 ResolveOperations* operations = pc[4].u.resolveOperations; local
884 ResolveOperations* operations = pc[4].u.resolveOperations; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclTrace.c398 enum operations { enum
648 enum operations { TRACE_CMD_DELETE, TRACE_CMD_RENAME }; enum
848 enum operations { enum
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes.cpp1541 ResolveOperations* operations = currentInstruction[3].u.resolveOperations; local
1548 ResolveOperations* operations = currentInstruction[3].u.resolveOperations; local
1558 ResolveOperations* operations = currentInstruction[4].u.resolveOperations; local
1565 ResolveOperations* operations = currentInstruction[4].u.resolveOperations; local
1576 ResolveOperations* operations = currentInstruction[4].u.resolveOperations; local
1584 ResolveOperations* operations = currentInstruction[4].u.resolveOperations; local
1596 ResolveOperations* operations = currentInstruction[4].u.resolveOperations; local
1604 ResolveOperations* operations = currentInstruction[4].u.resolveOperations; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.cpp1169 bool GraphicsLayerClutter::appendToUncommittedAnimations(const KeyframeValueList& valueList, const TransformOperations* operations, const Animation* animation, const String& animationName, const IntSize& boxSize, int animationIndex, double timeOffset, bool isMatrixAnimation) argument
1198 const TransformOperations* operations = (listIndex >= 0) ? &static_cast<const TransformAnimationValue&>(valueList.at(listIndex)).value() : 0; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCmdMZ.c3275 enum operations { TRACE_EXEC_ENTER, TRACE_EXEC_LEAVE, enum
3520 enum operations { TRACE_CMD_DELETE, TRACE_CMD_RENAME }; enum
3718 enum operations { TRACE_VAR_ARRAY, TRACE_VAR_READ, TRACE_VAR_UNSET, enum
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.cpp2084 bool GraphicsLayerCA::appendToUncommittedAnimations(const KeyframeValueList& valueList, const TransformOperations* operations, const Animation* animation, const String& animationName, const IntSize& boxSize, int animationIndex, double timeOffset, bool isMatrixAnimation) argument
2113 const TransformOperations* operations = (listIndex >= 0) ? &static_cast<const TransformAnimationValue&>(valueList.at(listIndex)).value() : 0; local
2203 const FilterOperations& operations local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c383 Lisp_Object operations = Qnil; variable

Completed in 608 milliseconds