HomeSort by relevance Sort by last modified time
    Searched full:constraint (Results 326 - 350 of 841) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 64 ConstraintType getConstraintType(const std::string &Constraint) const;
66 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.h 55 // Implementations of constraint validation API.
56 // Note that the object elements are always barred from constraint validation.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h 172 * set the parameter constraint with a single value
180 * set the parameter constraint for slave PCM with a single value
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 172 * set the parameter constraint with a single value
180 * set the parameter constraint for slave PCM with a single value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 172 * set the parameter constraint with a single value
180 * set the parameter constraint for slave PCM with a single value
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 135 DefinedSVal Constraint;
140 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
141 : Constraint(constraint), Assumption(assumption), isSatisfied(false) {}
  /external/compiler-rt/
CMakeLists.txt 7 # An important constraint of the build is that it only produces libraries
  /external/libsepol/
Android.mk 10 src/constraint.c \
  /external/libsepol/src/
services.c 115 * Return the boolean value of a constraint expression
313 constraint_node_t *constraint; local
380 * Remove any permissions prohibited by a constraint (this includes
383 constraint = tclass_datum->constraints;
384 while (constraint) {
385 if ((constraint->permissions & (avd->allowed)) &&
387 constraint->expr)) {
389 (avd->allowed) & ~(constraint->permissions);
391 constraint = constraint->next
434 constraint_node_t *constraint; local
    [all...]
hierarchy.c 152 * hiearchy constraint via any relationship with other types in the avtab.
225 * therefore the hierarchical constraint does not apply
232 * constraint, send error condition back
399 * constraint violation and -1 on error
415 /* hierarchical constraint violation, return error */
425 * it will return 0 on success, 1 on constraint violation and -1 on error.
441 /* hierarchical constraint violation, return error */
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 168 ConstraintType getConstraintType(const std::string &Constraint) const;
170 /// Examine constraint string and operand type and determine a weight value.
173 AsmOperandInfo &info, const char *constraint) const;
176 getRegForInlineAsmConstraint(const std::string &Constraint,
  /external/openssl/crypto/x509/
x509_txt.c 128 return ("path length constraint exceeded");
130 return("proxy path length constraint exceeded");
179 return("unsupported name constraint type");
181 return("unsupported or invalid name constraint syntax");
  /external/clang/include/clang/Basic/
TargetInfo.h 405 CI_ReadWrite = 0x04, // "+r" output constraint (read and write).
411 std::string ConstraintStr; // constraint: "=rm"
429 /// constraint that ties it to an output operand. If this returns true,
443 /// the specified output operand. Copy over the various constraint
449 // Don't copy Name or constraint string.
454 // a constraint is valid and provides information about it.
464 // Constraint parm will be left pointing at the last character of
465 // the constraint. In practice, it won't be changed unless the
466 // constraint is longer than one character.
467 virtual std::string convertConstraint(const char *&Constraint) const
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 32 * DRM constraint information. If a DRM scheme has specific constraints beyond the standard
105 * extended metadata embedded in DRM constraint information.
115 * Utility that parses extended metadata embedded in DRM constraint information.
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 39 // CS: Constraint Satisfaction
43 // initialize lambda_ and constraint to a meaningful default. Will give
229 // adding any new constraints. positive number is treated as an L0 constraint
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 348 unsigned int constraint : 10; /* context constraint */ member in struct:__anon19637
526 #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \
527 ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
528 || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
529 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
530 || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context)))
532 #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \
533 ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
534 || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context))
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 601 * <code>constraint</code>.
604 * @param constraint The constraint. This is an IP address concatenated with
609 private boolean isIPConstrained(byte ip[], byte[] constraint)
613 if (ipLength != (constraint.length / 2))
619 System.arraycopy(constraint, ipLength, subnetMask, 0, ipLength);
628 permittedSubnetAddress[i] = (byte)(constraint[i] & subnetMask[i]);
635 private boolean emailIsConstrained(String email, String constraint)
639 if (constraint.indexOf('@') != -1)
641 if (email.equalsIgnoreCase(constraint))
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 292 final String constraint = "constraint"; local
295 assertSame(mCursor, cursorAdapter.runQueryOnBackgroundThread(constraint));
300 assertNull(cursorAdapter.runQueryOnBackgroundThread(constraint));
402 public Cursor runQuery(CharSequence constraint) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/
Test_rsub_int_lit8.java 191 * @constraint A23
206 * @constraint B1
219 * @constraint B1
232 * @constraint B1
245 * @constraint B1
  /external/libxml2/include/libxml/
schemasInternals.h 261 const xmlChar *defValue; /* The initial value of the value constraint */
267 xmlSchemaValPtr defVal; /* The compiled value constraint */
297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */
315 int any; /* Indicates if the ns constraint is of ##any */
786 const xmlChar *value; /* The original value of the value constraint. */
793 void *idcs; /* The identity-constraint defs */
946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 365 * Runs a query with the specified constraint. This query is requested
378 * Contract: when constraint is null or empty, the original results,
381 * @param constraint the constraint with which the query must be filtered
389 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
391 return mFilterQueryProvider.runQuery(constraint);
  /frameworks/support/v4/java/android/support/v4/widget/
CursorAdapter.java 371 * Runs a query with the specified constraint. This query is requested
384 * Contract: when constraint is null or empty, the original results,
387 * @param constraint the constraint with which the query must be filtered
395 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
397 return mFilterQueryProvider.runQuery(constraint);
  /external/clang/test/Analysis/
misc-ps-eager-assume.m 34 // The cast to 'short' causes us to lose symbolic constraint.
85 // This false positive occurred because the symbolic constraint on a short was
87 // the sign extension, but now tracks the constraint. This particular
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 161 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
165 if (constraint != null) {
166 cons = constraint.toString();
  /bionic/libc/arch-arm/include/
endian.h 54 * The +l constraint takes care of this without constraining us in ARM mode.

Completed in 297 milliseconds

<<11121314151617181920>>