HomeSort by relevance Sort by last modified time
    Searched full:constraint (Results 451 - 475 of 1529) sorted by null

<<11121314151617181920>>

  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 106 const SkPaint* paint, SrcRectConstraint constraint) {
109 this->INHERITED::onDrawBitmapRect(bm, src, dst, apf.paint(), constraint);
131 SrcRectConstraint constraint) {
134 this->INHERITED::onDrawImageRect(image, src, dst, apf.paint(), constraint);
  /frameworks/base/core/java/android/annotation/
WorkerThread.java 34 * protected abstract FilterResults performFiltering(CharSequence constraint);
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 39 enum Constraint { NO_CONSTRAINT, ONLY_IF_RO, ONLY_IF_RW };
78 Constraint constraint() const { return m_Constraint; } function in struct:mcld::OutputSectDesc::Prolog
104 Constraint m_Constraint;
  /frameworks/support/annotations/src/android/support/annotation/
WorkerThread.java 35 * protected abstract FilterResults performFiltering(CharSequence constraint);
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
iterative-parser-states-diagram.dot 36 ArrayInitial -> ObjectInitial [label="{", constraint=false];
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
308 /// Track if we found the node where the constraint was first added.
  /libcore/ojluni/src/main/java/sun/security/util/
DisabledAlgorithmConstraints.java 190 // "SHA-256" and "SHA256" to make the right constraint checking.
338 KeySizeConstraint constraint = local
340 constraintSet.add(constraint);
353 for (KeySizeConstraint constraint : constraintSet) {
354 if (constraint.disables(key)) {
366 * Key size constraint.
439 // Does this key constraint disable the specified key?
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/
Test_rsub_int.java 191 * @constraint A23
201 * @constraint B1
209 * @constraint B1
217 * @constraint B1
225 * @constraint B1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/
Test_rsub_int_lit8.java 191 * @constraint A23
201 * @constraint B1
209 * @constraint B1
217 * @constraint B1
225 * @constraint B1
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
intro.html 105 <li><a href="constraints.html#1.4.1">1.4.1 Single value constraint</a>
106 <li><a href="constraints.html#1.4.2">1.4.2 Value range constraint</a>
107 <li><a href="constraints.html#1.4.3">1.4.3 Size constraint</a>
108 <li><a href="constraints.html#1.4.4">1.4.4 Alphabet constraint</a>
109 <li><a href="constraints.html#1.4.5">1.4.5 Constraint combinations</a>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
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)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 128 // don't just delete them but replace them with a transitive constraint, e.g.
142 // on the same side, but it may use a different constraint name,
201 * the constraint in the same direction. Rather than returning boolean true
202 * or false, this returns the constraint which is sometimes modified. For
204 * in parent, then the constraint is turned into center horizontal.
  /external/selinux/libsepol/src/
services.c 290 constraint_node_t *constraint,
298 for (e = constraint->expr; e; e = e->next) {
353 constraint->permissions));
366 * constraint as before but adds the information to text buffers that
369 * the final readable constraint.
371 * Return the boolean value of a constraint expression
381 * This function will also build a buffer as the constraint is processed
389 constraint_node_t *constraint,
426 class_buf = get_class_info(tclass, constraint, xcontext);
436 for (e = constraint->expr; e; e = e->next)
840 constraint_node_t *constraint; local
961 constraint_node_t *constraint; local
1014 constraint_node_t *constraint; local
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 436 // An output constraint must start with '=' or '+'
450 // Eventually, an unknown constraint should just be treated as 'g'.
475 case ',': // multiple alternative constraint. Pass it.
480 case '#': // Ignore as constraint.
493 // Early clobber with a read-write constraint which doesn't permit registers
498 // If a constraint allows neither memory nor register operands it contains
537 // Check if we have a matching constraint
548 // Check if matching constraint is out of bounds.
555 // If the constraint is already tied, it must be tied to the
560 // The constraint should have the same info as the respectiv
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/security/
Constraint.java 26 * Describe an auth and/or data constraint.
30 public class Constraint implements Cloneable, Serializable
84 public Constraint()
95 public Constraint(String name, String role)
138 * @return List of roles for this constraint.
148 * @return True if the constraint contains the role.
169 * @return True if the constraint requires request authentication
192 if (c < 0 || c > DC_CONFIDENTIAL) throw new IllegalArgumentException("Constraint out of range");
208 * @return True if a data constraint has been set.
  /external/skia/src/gpu/
GrTextureParamsAdjuster.cpp 200 * - The second rectangle is the constraint rectangle, which is known to be contained by the
205 * and whether the coords generated by the draw would all fall within the constraint rect. If the
231 // If we can filter outside the constraint rect, and there is no non-content area of the
232 // texture, and we aren't going to generate sample coords outside the constraint rect then we
278 // constraint rect, and we're allowed to filter across the constraint rect boundary. So
284 // We may be able to use the fact that the texture coords are limited to the constraint
411 // non-int constraint rect)
471 // read outside the constraint rect. However, as in the adjuster case, we aren't currently
  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 90 * indicates there is no delay constraint. See {@link #hasTimingDelayConstraint()}.
95 * indicates there is no deadline constraint. See {@link #hasDeadlineConstraint()}.
106 // Set to true if doze constraint was satisfied due to app being whitelisted.
414 boolean setConstraintSatisfied(int constraint, boolean state) {
415 boolean old = (satisfiedConstraints&constraint) != 0;
419 satisfiedConstraints = (satisfiedConstraints&~constraint) | (state ? constraint : 0);
423 boolean isConstraintSatisfied(int constraint) {
424 return (satisfiedConstraints&constraint) != 0;
437 // Deadline constraint trumps other constraints (except for periodic jobs where deadlin
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorAdapter.java 331 * Runs a query with the specified constraint. This query is requested
344 * Contract: when constraint is null or empty, the original results,
347 * @param constraint the constraint with which the query must be filtered
354 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
356 return mFilterQueryProvider.runQuery(constraint);
  /external/skia/src/core/
SkRecorder.cpp 196 SrcRectConstraint constraint) {
204 TRY_MINIRECORDER(drawBitmapRect, bitmap, src, dst, paint, constraint);
205 if (kFast_SrcRectConstraint == constraint) {
209 SkASSERT(kStrict_SrcRectConstraint == constraint);
234 const SkPaint* paint, SrcRectConstraint constraint) {
235 APPEND(DrawImageRect, this->copy(paint), image, this->copy(src), dst, constraint);
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
JobStoreTest.java 279 assertEquals("Invalid charging constraint.", first.isRequireCharging(),
281 assertEquals("Invalid idle constraint.", first.isRequireDeviceIdle(),
283 assertEquals("Invalid unmetered constraint.",
286 assertEquals("Invalid connectivity constraint.",
289 assertEquals("Invalid deadline constraint.",
292 assertEquals("Invalid delay constraint.",
  /libcore/ojluni/src/main/java/sun/security/x509/
DNSName.java 166 * Return type of constraint inputName places on this name:<ul>
176 * satisfies the name constraint. For example, www.foo.bar.com would
177 * satisfy the constraint but bigfoo.bar.com would not.
182 * satisfies the name constraint. For example, www.foo.bar.com would
183 * satisfy the constraint but foo1.bar.com would not.
191 * @returns constraint type above
  /toolchain/binutils/binutils-2.25/ld/emultempl/
ppc32elf.em 85 if (os->constraint == SPECIAL && strcmp (os->name, ".plt") == 0)
91 if (os->constraint == SPECIAL && strcmp (os->name, ".got") == 0)
102 plt_os[0]->constraint = keep_new;
103 plt_os[1]->constraint = ~keep_new;
109 got_os[0]->constraint = keep_new;
110 got_os[1]->constraint = ~keep_new;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 7221 #define constraint macro
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 558 CI_ReadWrite = 0x04, // "+r" output constraint (read and write).
561 CI_EarlyClobber = 0x20, // "&" output constraint (early clobber).
571 std::string ConstraintStr; // constraint: "=rm"
592 /// constraint that ties it to an output operand.
638 /// Copy over the various constraint information from the output.
643 // Don't copy Name or constraint string.
661 // a constraint is valid and provides information about it.
667 virtual bool validateOutputSize(StringRef /*Constraint*/,
672 virtual bool validateInputSize(StringRef /*Constraint*/,
677 validateConstraintModifier(StringRef /*Constraint*/,
    [all...]
  /external/skia/gm/
bleed.cpp 344 SkCanvas::SrcRectConstraint constraint) {
346 canvas->drawBitmapRect(pixels.fBitmap, src, dst, paint, constraint);
348 canvas->drawImageRect(pixels.fImage, src, dst, paint, constraint);
354 SkCanvas::SrcRectConstraint constraint, SkFilterQuality filter) {
366 this->drawPixels(canvas, fSmallTestPixels, src, dst, &paint, constraint);
371 SkCanvas::SrcRectConstraint constraint, SkFilterQuality filter) {
382 this->drawPixels(canvas, fBigTestPixels, src, dst, &paint, constraint);
387 SkCanvas::SrcRectConstraint constraint, SkFilterQuality filter) {
401 this->drawPixels(canvas, fBigTestPixels, src, dst, &paint, constraint);
406 SkCanvas::SrcRectConstraint constraint, SkFilterQuality filter)
    [all...]

Completed in 9381 milliseconds

<<11121314151617181920>>