/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 | 791 /// getConstraintType - Given a constraint letter, return the type of 792 /// constraint it is for this target. 794 AlphaTargetLowering::getConstraintType(const std::string &Constraint) const { 795 if (Constraint.size() == 1) { 796 switch (Constraint[0]) { 803 return TargetLowering::getConstraintType(Constraint); 806 /// Examine constraint type and operand type and determine a weight value. 808 /// and the current alternative constraint selected. 811 AsmOperandInfo &info, const char *constraint) const { [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 | 133 // We don't get a warning here yet because our symbolic constraint solving 142 // We don't get a warning here yet because our symbolic constraint solving
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientsAdapter.java | 163 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { 167 if (constraint != null) { 168 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.
|
/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 | 59 // 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 | 191 /// getConstraintType - Given a constraint letter, return the type of 192 /// constraint it is for this target. 194 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const { 195 if (Constraint.size() == 1) { 196 switch (Constraint[0]) { 203 return TargetLowering::getConstraintType(Constraint); 208 getRegForInlineAsmConstraint(const std::string &Constraint, 210 if (Constraint.size() == 1) { 211 // GCC Constraint Letters 212 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 | 172 // <rdar://problem/8348447> - accept 'l' constraint 184 // <rdar://problem/8348447> - accept 'l' constraint
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 80 BorderConstraint Entry : 8; ///< Constraint on block entry. 81 BorderConstraint Exit : 8; ///< Constraint on block exit.
|
/external/valgrind/main/helgrind/ |
README_MSMProp2.txt | 143 Hence a Read state places a constraint on writes. 151 Hence a Write state places a constraint on all accesses.
|