HomeSort by relevance Sort by last modified time
    Searched full:constraint (Results 726 - 750 of 1190) sorted by null

<<21222324252627282930>>

  /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/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. */
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 797 /// getConstraintType - Given a constraint letter, return the type of
798 /// constraint it is for this target.
800 AlphaTargetLowering::getConstraintType(const std::string &Constraint) const {
801 if (Constraint.size() == 1) {
802 switch (Constraint[0]) {
809 return TargetLowering::getConstraintType(Constraint);
812 /// Examine constraint type and operand type and determine a weight value.
814 /// and the current alternative constraint selected
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 109 // Fill in constraint info.
112 const CGIOperandList::ConstraintInfo &Constraint =
114 if (Constraint.isNone())
116 else if (Constraint.isEarlyClobber())
119 assert(Constraint.isTied());
120 Res += "((" + utostr(Constraint.getTiedOperand()) +
  /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
out-of-bounds.c 132 // We don't get a warning here yet because our symbolic constraint solving
141 // We don't get a warning here yet because our symbolic constraint solving
  /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.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 131 * validity constraint. The default behaviour is to take no
160 * well-formedness constraint.</p>
212 * validity constraint. The default behaviour is to take no
249 * well-formedness constraint.</p>
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 230 // Give up and assume the constraint is feasible.
235 // Give up and assume the constraint is feasible.
250 // Give up and assume the constraint is feasible.
278 // No logic yet for other operators. assume the constraint is feasible.
BugReporterVisitors.cpp 254 ID.Add(Constraint);
265 // Check if in the previous state it was feasible for this constraint
267 if (PrevN->getState()->assume(Constraint, !Assumption)) {
271 // As a sanity check, make sure that the negation of the constraint
274 if (N->getState()->assume(Constraint, !Assumption))
277 // We found the transition point for the constraint. We now need to
278 // pretty-print the constraint. (work-in-progress)
282 if (isa<Loc>(Constraint)) {
  /external/e2fsprogs/e2fsck/
profile.h 20 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  /external/kernel-headers/original/linux/sunrpc/
gss_asn1.h 24 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 482 static jint setConstraintFields(JNIEnv * env, jobject constraint, T_DRM_Constraint_Info * pConstraint)
486 if (JNI_DRM_FAILURE == setObjectIntField(env, constraint, "count", 0))
494 if (JNI_DRM_FAILURE == setObjectIntField(env, constraint, "count", pConstraint->count))
504 if (JNI_DRM_FAILURE == setObjectLongField(env, constraint, "startDate", startTime))
514 if (JNI_DRM_FAILURE == setObjectLongField(env, constraint, "endDate", endTime))
524 if (JNI_DRM_FAILURE == setObjectLongField(env, constraint, "interval", interval))
769 (JNIEnv * env, jobject rights, jint permission, jobject constraint)
832 /* set constraint field */
833 if (JNI_DRM_FAILURE == setConstraintFields(env, constraint, pConstraint)) {
  /packages/apps/Camera/src/com/android/camera/ui/
ControlPanelLayout.java 69 // The width cannot be bigger than the constraint.
  /sdk/rule_api/src/com/android/ide/common/api/
MarginType.java 31 * each edge depending on the constraint being considered.
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 192 /// getConstraintType - Given a constraint letter, return the type of
193 /// constraint it is for this target.
195 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const {
196 if (Constraint.size() == 1) {
197 switch (Constraint[0]) {
204 return TargetLowering::getConstraintType(Constraint);
209 getRegForInlineAsmConstraint(const std::string &Constraint,
211 if (Constraint.size() == 1) {
212 // GCC Constraint Letters
213 switch (Constraint[0])
    [all...]
SystemZISelLowering.h 70 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
72 getConstraintType(const std::string &Constraint) const;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 51 static Idx duplicate_node (re_dfa_t *dfa, Idx org_idx, unsigned int constraint);
53 unsigned int constraint);
1469 unsigned int constraint = init_constraint; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 35 * should be optimized. {@code null} if this constraint was not
42 * be optimized. null if this constraint was not specified on the
  /external/clang/test/CodeGen/
asm.c 181 // <rdar://problem/8348447> - accept 'l' constraint
193 // <rdar://problem/8348447> - accept 'l' constraint
  /external/llvm/lib/CodeGen/
SpillPlacement.h 81 BorderConstraint Entry : 8; ///< Constraint on block entry.
82 BorderConstraint Exit : 8; ///< Constraint on block exit.

Completed in 2000 milliseconds

<<21222324252627282930>>