Searched refs:constraints (Results 51 - 75 of 75) sorted by relevance

123

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochPort.cpp1295 thread_time_constraint_policy_data_t constraints; local
1299 constraints.period = AbsoluteTime_to_scalar(&time);
1301 constraints.computation = AbsoluteTime_to_scalar(&time);
1303 constraints.constraint = AbsoluteTime_to_scalar(&time);
1305 constraints.preemptible = TRUE;
1310 thread_policy_set( thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) & constraints, THREAD_TIME_CONSTRAINT_POLICY_COUNT );
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp518 RemoteScrollingTreeTextStream& RemoteScrollingTreeTextStream::operator<<(const FixedPositionViewportConstraints& constraints) argument
522 dumpProperty(ts, "viewport-rect-at-last-layout", constraints.viewportRectAtLastLayout());
523 dumpProperty(ts, "layer-position-at-last-layout", constraints.layerPositionAtLastLayout());
528 RemoteScrollingTreeTextStream& RemoteScrollingTreeTextStream::operator<<(const StickyPositionViewportConstraints& constraints) argument
532 dumpProperty(ts, "sticky-position-at-last-layout", constraints.stickyOffsetAtLastLayout());
533 dumpProperty(ts, "layer-position-at-last-layout", constraints.layerPositionAtLastLayout());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerCompositor.cpp3557 FixedPositionViewportConstraints constraints; local
3558 constraints.setLayerPositionAtLastLayout(graphicsLayer->position());
3559 constraints.setViewportRectAtLastLayout(viewportRect);
3560 constraints.setAlignmentOffset(graphicsLayer->pixelAlignmentOffset());
3564 constraints.addAnchorEdge(ViewportConstraints::AnchorEdgeLeft);
3567 constraints.addAnchorEdge(ViewportConstraints::AnchorEdgeRight);
3570 constraints.addAnchorEdge(ViewportConstraints::AnchorEdgeTop);
3573 constraints.addAnchorEdge(ViewportConstraints::AnchorEdgeBottom);
3577 constraints.addAnchorEdge(ViewportConstraints::AnchorEdgeLeft);
3581 constraints
3597 StickyPositionViewportConstraints constraints; local
3822 std::unique_ptr<ViewportConstraints> constraints; local
[all...]
H A DRenderBoxModelObject.cpp357 void RenderBoxModelObject::computeStickyPositionConstraints(StickyPositionViewportConstraints& constraints, const FloatRect& constrainingRect) const argument
359 constraints.setConstrainingRectAtLastLayout(constrainingRect);
397 constraints.setContainingBlockRect(containerRectRelativeToScrollingAncestor);
416 constraints.setStickyBoxRect(stickyBoxRelativeToScrollingAnecstor);
419 constraints.setLeftOffset(valueForLength(style().left(), constrainingRect.width()));
420 constraints.addAnchorEdge(ViewportConstraints::AnchorEdgeLeft);
424 constraints.setRightOffset(valueForLength(style().right(), constrainingRect.width()));
425 constraints.addAnchorEdge(ViewportConstraints::AnchorEdgeRight);
429 constraints.setTopOffset(valueForLength(style().top(), constrainingRect.height()));
430 constraints
463 StickyPositionViewportConstraints constraints; local
[all...]
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp116 OSDictionary * constraints )
119 super::ReportHBAConstraints ( constraints );
121 constraints->setObject ( kIOHierarchicalLogicalUnitSupportKey, kOSBooleanTrue );
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc-driver.cxx62 constraints = new ppdcArray(d->constraints);
102 constraints = new ppdcArray();
152 constraints->release();
727 for (cn = (ppdcConstraint *)constraints->first();
729 cn = (ppdcConstraint *)constraints->next())
H A Dppdc.h376 *constraints, // Constraints member in class:ppdcDriver
401 void add_constraint(ppdcConstraint *c) { constraints->add(c); }
H A Dppdc-source.cxx652 _("ppdc: Expected constraints string for UIConstraints on "
3333 d->constraints->add(con);
3631 // Output all of the constraints...
3632 for (co = (ppdcConstraint *)d->constraints->first();
3634 co = (ppdcConstraint *)d->constraints->next())
/macosx-10.10/cups-408/cups/cups/
H A Ddest-options.c330 * Load constraints as needed...
333 if (!dinfo->constraints)
336 if (cupsArrayCount(dinfo->constraints) == 0)
393 * Scan the constraints that were triggered to apply resolvers...
463 DEBUG_puts("1cupsCopyDestConflicts: Unable to resolve constraints.");
813 cupsArrayDelete(dinfo->constraints);
1331 * 'cups_create_constraints()' - Create the constraints and resolvers arrays.
1343 dinfo->constraints = cupsArrayNew3(NULL, NULL, NULL, 0, NULL,
1349 if ((attr = ippFindAttribute(dinfo->attrs, "job-constraints-supported",
1353 cups_add_dconstres(dinfo->constraints, va
[all...]
H A Dppd.c168 * Free any constraints...
251 * Free constraints...
256 _ppd_cups_uiconsts_t *consts; /* Current constraints */
263 free(consts->constraints);
1680 * Check for broken constraints like "* Option"...
1718 * Check for broken constraints like "* Option"...
1772 * Check for broken constraints like "* Option"...
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.h787 @abstract Gets the controller's packet buffer constraints.
788 @discussion Called by start() to obtain the constraints on the
790 Drivers can override this method to specify the buffer constraints
793 subject to the constraints reported here.
794 @param constraints A pointer to an IOPacketBufferConstraints
800 IOPacketBufferConstraints * constraints) const;
808 according to the constraints reported by getPacketBufferConstraints().
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.h388 @abstract Called to report the I/O constraints for this controller.
399 @param constraints. An OSDictionary object used to aggregate the key/value pairs.
405 virtual void ReportHBAConstraints ( OSDictionary * constraints );
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecDbKeychainItem.c677 CFDictionaryRef constraints = SecAccessControlGetConstraints(access_control); local
678 CFMutableDictionaryRef auth_data = CFDictionaryCreateMutableCopy(NULL, 0, constraints);
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c1198 thread_time_constraint_policy_data_t constraints; local
1211 constraints.period = 12*mult;
1212 constraints.computation = 2*mult;
1213 constraints.constraint = 24*mult;
1214 constraints.preemptible = TRUE;
1216 (thread_policy_t)&constraints, THREAD_TIME_CONSTRAINT_POLICY_COUNT);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1823 It is also possible to set up constraints on the values that can be set
1833 (useful if many constraints share the same code)
1837 The constraints are applied to all the columns being set before the
1850 Note 2: When an object is created constraints are currently only
1860 Simple anonymous constraints can also be added to a column using the
1986 checking any constraints that may have been set up.
/macosx-10.10/vim-55/runtime/ftplugin/
H A Docaml.vim341 " -> we relax the constraints, it should work in most cases
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el977 "connection" "constraint" "constraints" "constructor" "continue"
1078 "constraint" "constraints" "constructor" "contents" "context"
1280 "committed" "commutator" "constraint" "constraints" "conversion"
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqlanywhere.vim389 syn keyword sqlKeyword constraint constraints content continue
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges872 constraints, undef is returned. Updated manpage (new section
/macosx-10.10/cups-408/cups/everywhere/
H A Dipp-tests.test237 EXPECT job-constraints-supported OF-TYPE collection IN-GROUP printer-attributes-tag DEFINE-MATCH HAVE_JOB_CONSTRAINTS
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1455 suppressed because of level constraints, C<undef> is returned.
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1457 \ 'dbplus_find(': 'resource relation, array constraints, mixed tuple | int',
/macosx-10.10/cups-408/cups/test/everywhere/
H A Ddocument-format-tests.test78 EXPECT job-constraints-supported OF-TYPE collection IN-GROUP printer-attributes-tag DEFINE-MATCH JOB_CONSTRAINTS_SUPPORTED
H A Dipp-tests.test2475 EXPECT job-constraints-supported OF-TYPE collection IN-GROUP printer-attributes-tag DEFINE-MATCH JOB_CONSTRAINTS_SUPPORTED
/macosx-10.10/cups-408/cups/test/
H A Dipp-everywhere.test78 EXPECT job-constraints-supported OF-TYPE collection IN-GROUP printer-attributes-tag DEFINE-MATCH JOB_CONSTRAINTS_SUPPORTED

Completed in 320 milliseconds

123