/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
H A D | rfc3414.py | 7 from pyasn1.type import univ, namedtype, namedval, tag, constraint namespace 12 namedtype.NamedType('msgAuthoritativeEngineBoots', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))), 13 namedtype.NamedType('msgAuthoritativeEngineTime', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))), 14 namedtype.NamedType('msgUserName', univ.OctetString().subtype(subtypeSpec=constraint.ValueSizeConstraint(0, 32))),
|
H A D | pkcs12.py | 9 from pyasn1.type import tag, namedtype, namedval, univ, constraint namespace
|
H A D | rfc2314.py | 9 from pyasn1.type import tag, namedtype, namedval, univ, constraint namespace
|
H A D | rfc3412.py | 7 from pyasn1.type import univ, namedtype, namedval, tag, constraint namespace 25 namedtype.NamedType('msgID', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))), 26 namedtype.NamedType('msgMaxSize', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(484, 2147483647))), 27 namedtype.NamedType('msgFlags', univ.OctetString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, 1))), 28 namedtype.NamedType('msgSecurityModel', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, 2147483647))) 33 namedtype.NamedType('msgVersion', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
|
H A D | rfc5208.py | 9 from pyasn1.type import tag, namedtype, namedval, univ, constraint namespace
|
H A D | rfc1155.py | 10 from pyasn1.type import univ, namedtype, namedval, tag, constraint namespace 26 subtypeSpec = univ.Integer.subtypeSpec + constraint.ValueSizeConstraint( 38 subtypeSpec = univ.Integer.subtypeSpec + constraint.ValueRangeConstraint( 45 subtypeSpec = univ.Integer.subtypeSpec + constraint.ValueRangeConstraint( 52 subtypeSpec = univ.Integer.subtypeSpec + constraint.ValueRangeConstraint(
|
H A D | rfc1157.py | 10 from pyasn1.type import univ, namedtype, namedval, tag, constraint namespace
|
H A D | rfc1902.py | 7 from pyasn1.type import univ, namedtype, namedval, tag, constraint namespace 10 subtypeSpec = univ.Integer.subtypeSpec+constraint.ValueRangeConstraint( 15 subtypeSpec = univ.Integer.subtypeSpec+constraint.ValueRangeConstraint( 20 subtypeSpec = univ.Integer.subtypeSpec+constraint.ValueSizeConstraint( 28 subtypeSpec = univ.OctetString.subtypeSpec+constraint.ValueSizeConstraint( 36 subtypeSpec = univ.Integer.subtypeSpec+constraint.ValueRangeConstraint( 44 subtypeSpec = univ.Integer.subtypeSpec+constraint.ValueRangeConstraint( 52 subtypeSpec = univ.Integer.subtypeSpec+constraint.ValueRangeConstraint( 60 subtypeSpec = univ.Integer.subtypeSpec+constraint.ValueRangeConstraint( 73 subtypeSpec = univ.Integer.subtypeSpec+constraint [all...] |
H A D | rfc1905.py | 7 from pyasn1.type import univ, namedtype, namedval, tag, constraint namespace 29 subtypeSpec = univ.SequenceOf.subtypeSpec + constraint.ValueSizeConstraint( 37 namedtype.NamedType('error-index', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, max_bindings))), 44 namedtype.NamedType('non-repeaters', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, max_bindings))), 45 namedtype.NamedType('max-repetitions', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, max_bindings))),
|
H A D | rfc2437.py | 9 from pyasn1.type import tag, namedtype, namedval, univ, constraint namespace
|
H A D | rfc2560.py | 19 from pyasn1.type import tag, namedtype, namedval, univ, constraint, useful namespace
|
H A D | rfc2251.py | 10 from pyasn1.type import tag, namedtype, namedval, univ, constraint,char,useful namespace 78 namedtype.NamedType('version', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, 127))), 160 namedtype.NamedType('sizeLimit', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, maxInt))), 161 namedtype.NamedType('timeLimit', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, maxInt))), 310 subtypeSpec = univ.Integer.subtypeSpec + constraint.ValueRangeConstraint(
|
H A D | rfc2315.py | 10 from pyasn1.type import tag,namedtype,namedval,univ,constraint,char,useful namespace
|
H A D | rfc2511.py | 9 from pyasn1.type import tag, namedtype, namedval, univ, constraint, char,useful namespace 80 namedtype.OptionalNamedType('pubInfos', univ.SequenceOf(componentType=SinglePubInfo()).subtype(subtypeSpec=constraint.ValueSizeConstraint(1, MAX))) 136 subtypeSpec = univ.SequenceOf.subtypeSpec + constraint.ValueSizeConstraint(1, MAX) 171 namedtype.OptionalNamedType('regInfo', univ.SequenceOf(componentType=AttributeTypeAndValue).subtype(subtypeSpec=constraint.ValueSizeConstraint(1, MAX))) 176 subtypeSpec = univ.SequenceOf.subtypeSpec + constraint.ValueSizeConstraint(1, MAX)
|
H A D | rfc4210.py | 6 from pyasn1.type import tag,namedtype,namedval,univ,constraint,char,useful namespace 24 subtypeSpec = univ.SequenceOf.subtypeSpec + constraint.ValueSizeConstraint(1, MAX) 324 subtypeSpec=constraint.ValueSizeConstraint(1, MAX), 331 subtypeSpec=constraint.ValueSizeConstraint(1, MAX), 358 subtypeSpec=constraint.ValueSizeConstraint(1, MAX) 365 subtypeSpec=constraint.ValueSizeConstraint(1, MAX) 398 subtypeSpec=constraint.ValueSizeConstraint(1, MAX), 466 subtypeSpec=constraint.ValueSizeConstraint(0, 128) 643 subtypeSpec=constraint.ValueSizeConstraint(1, MAX), 679 subtypeSpec=constraint [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/ |
H A D | test_constraint.py | 1 from pyasn1.type import constraint, error namespace 15 self.c1 = constraint.SingleValueConstraint(1,2) 16 self.c2 = constraint.SingleValueConstraint(3,4) 24 assert 0, 'constraint check fails' 31 assert 0, 'constraint check fails' 35 self.c1 = constraint.ContainedSubtypeConstraint( 36 constraint.SingleValueConstraint(12) 43 assert 0, 'constraint check fails' 50 assert 0, 'constraint check fails' 54 self.c1 = constraint [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitor.h | 141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption) argument 142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false), 158 /// Checks if the constraint is valid in the current state. 308 /// Track if we found the node where the constraint was first added.
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
H A D | ConstraintMapping.java | 34 * @return Returns the constraint. 43 * @param constraint The constraint to set. 45 public void setConstraint(Constraint constraint) argument 47 this._constraint = constraint;
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/ |
H A D | PhysicsJoint.java | 46 protected TypedConstraint constraint; field in class:PhysicsJoint 70 return constraint.getAppliedImpulse(); 74 * @return the constraint 77 return constraint;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ConstraintManager.h | 33 /// Construct a ConditionTruthVal indicating the constraint is constrained 35 ConditionTruthVal(bool constraint) : Val(constraint) {} argument 37 /// Construct a ConstraintVal indicating the constraint is underconstrained. 40 /// Return true if the constraint is perfectly constrained to 'true'. 45 /// Return true if the constraint is perfectly constrained to 'false'. 56 /// if the constraint is true of value.
|
/external/guava/guava/src/com/google/common/collect/ |
H A D | Constraints.java | 42 * constraint. Any operations that add new elements to the collection will 43 * call the provided constraint. However, this method does not verify that 44 * existing elements satisfy the constraint. 49 * @param constraint the constraint that validates added elements 53 Collection<E> collection, Constraint<? super E> constraint) { 54 return new ConstrainedCollection<E>(collection, constraint); 60 private final Constraint<? super E> constraint; field in class:Constraints.ConstrainedCollection 63 Collection<E> delegate, Constraint<? super E> constraint) { 65 this.constraint 52 constrainedCollection( Collection<E> collection, Constraint<? super E> constraint) argument 62 ConstrainedCollection( Collection<E> delegate, Constraint<? super E> constraint) argument 91 constrainedSet( Set<E> set, Constraint<? super E> constraint) argument 99 private final Constraint<? super E> constraint; field in class:Constraints.ConstrainedSet 101 ConstrainedSet(Set<E> delegate, Constraint<? super E> constraint) argument 129 constrainedSortedSet( SortedSet<E> sortedSet, Constraint<? super E> constraint) argument 137 final Constraint<? super E> constraint; field in class:Constraints.ConstrainedSortedSet 139 ConstrainedSortedSet( SortedSet<E> delegate, Constraint<? super E> constraint) argument 179 constrainedList( List<E> list, Constraint<? super E> constraint) argument 190 final Constraint<? super E> constraint; field in class:Constraints.ConstrainedList 192 ConstrainedList(List<E> delegate, Constraint<? super E> constraint) argument 234 ConstrainedRandomAccessList( List<E> delegate, Constraint<? super E> constraint) argument 249 constrainedListIterator( ListIterator<E> listIterator, Constraint<? super E> constraint) argument 257 private final Constraint<? super E> constraint; field in class:Constraints.ConstrainedListIterator 259 ConstrainedListIterator( ListIterator<E> delegate, Constraint<? super E> constraint) argument 278 constrainedTypePreservingCollection( Collection<E> collection, Constraint<E> constraint) argument 296 checkElements( Collection<E> elements, Constraint<? super E> constraint) argument [all...] |
/external/skia/src/core/ |
H A D | SkMiniRecorder.cpp | 77 const SkPaint* p, SkCanvas::SrcRectConstraint constraint) { 87 TRY_TO_STORE(DrawBitmapRectFixedSize, *p, bm, *src, dst, constraint); 76 drawBitmapRect(const SkBitmap& bm, const SkRect* src, const SkRect& dst, const SkPaint* p, SkCanvas::SrcRectConstraint constraint) argument
|
/external/skia/src/gpu/ |
H A D | SkGpuDevice_drawTexture.cpp | 27 // Helper functions for dropping src rect constraint in bilerp mode. 93 SkCanvas::SrcRectConstraint constraint, 140 this->drawTextureProducerImpl(producer, clippedSrcRect, clippedDstRect, constraint, viewMatrix, 147 SkCanvas::SrcRectConstraint constraint, 169 if (SkCanvas::kFast_SrcRectConstraint == constraint) { 180 // Check for optimization to drop the src rect constraint when on bilerp. 90 drawTextureProducer(GrTextureProducer* producer, const SkRect* srcRect, const SkRect* dstRect, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, const GrClip& clip, const SkPaint& paint) argument 144 drawTextureProducerImpl(GrTextureProducer* producer, const SkRect& clippedSrcRect, const SkRect& clippedDstRect, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, const SkMatrix& srcToDstMatrix, const GrClip& clip, const SkPaint& paint) argument
|
/external/ceres-solver/examples/ |
H A D | robot_pose_mle.cc | 215 RangeConstraint* constraint = new RangeConstraint( local 217 RangeCostFunction* cost_function = new RangeCostFunction(constraint); 218 // Add all the parameter blocks that affect this constraint.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
H A D | base.py | 3 from pyasn1.type import constraint, tagmap namespace 12 # A list of constraint.Constraint instances for checking values 13 subtypeSpec = constraint.ConstraintsIntersection() 153 sizeSpec = constraint.ConstraintsIntersection()
|