/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/ |
Test_rem_double.java | 126 * @constraint A24 136 * @constraint B1 144 * @constraint B1 152 * @constraint B1 160 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/ |
Test_rem_double_2addr.java | 126 * @constraint A24 136 * @constraint B1 144 * @constraint B1 152 * @constraint B1 160 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/ |
Test_rem_float.java | 125 * @constraint A23 135 * @constraint B1 143 * @constraint B1 151 * @constraint B1 159 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/ |
Test_rem_float_2addr.java | 125 * @constraint A23 135 * @constraint B1 143 * @constraint B1 151 * @constraint B1 159 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int/ |
Test_rem_int.java | 130 * @constraint A23 140 * @constraint B1 148 * @constraint B1 156 * @constraint B1 164 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_2addr/ |
Test_rem_int_2addr.java | 131 * @constraint A23 141 * @constraint B1 149 * @constraint B1 157 * @constraint B1 165 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_lit8/ |
Test_shl_int_lit8.java | 89 * @constraint A23 99 * @constraint B1 107 * @constraint B1 115 * @constraint B1 123 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int/ |
Test_sub_int.java | 133 * @constraint B1 142 * @constraint B1 150 * @constraint B1 158 * @constraint B1 166 * @constraint A23
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int_2addr/ |
Test_sub_int_2addr.java | 132 * @constraint B1 141 * @constraint B1 149 * @constraint B1 157 * @constraint B1 165 * @constraint A23
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long/ |
Test_sub_long.java | 101 * @constraint A24 109 * @constraint B1 117 * @constraint B1 125 * @constraint B1 133 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long_2addr/ |
Test_sub_long_2addr.java | 101 * @constraint A24 109 * @constraint B1 118 * @constraint B1 126 * @constraint B1 134 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int/ |
Test_ushr_int.java | 101 * @constraint B1 109 * @constraint B1 117 * @constraint B1 125 * @constraint A23 133 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int_2addr/ |
Test_ushr_int_2addr.java | 101 * @constraint B1 109 * @constraint B1 117 * @constraint B1 125 * @constraint A23 133 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int_lit8/ |
Test_ushr_int_lit8.java | 110 * @constraint B1 118 * @constraint B1 126 * @constraint B1 134 * @constraint A23 142 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long/ |
Test_xor_long.java | 74 * @constraint A24 85 * @constraint B1 94 * @constraint B1 103 * @constraint B1 111 * @constraint B1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long_2addr/ |
Test_xor_long_2addr.java | 75 * @constraint A24 86 * @constraint B1 95 * @constraint B1 104 * @constraint B1 112 * @constraint B1
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
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))),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
Match.java | 37 /** the type of constraint this is a match for */ 52 * @param type the type of constraint this is a match for 66 * Returns the XML constraint attribute value for this match 69 * @return the XML constraint attribute value for this match 82 // See if it's been set by a different constraint we've already applied
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
constraint.py | 18 """Abstract base-class for constraint objects 70 """Value must be part of defined values constraint""" 91 '%s: bad constraint values' % (self.__class__.__name__,) 96 '%s: screwed constraint values (start > stop): %s > %s' % ( 130 constraint, status = self.__multipleTypeConstraint[idx] 133 constraint(value) 148 """Value must not fit the single constraint""" 159 raise error.PyAsn1Error('Single constraint expected') 163 """Value must not satisfy the single constraint""" 186 """Value must satisfy at least one constraint""" [all...] |
/frameworks/ex/common/java/com/android/common/contacts/ |
BaseEmailAddressAdapter.java | 105 public CharSequence constraint; field in class:BaseEmailAddressAdapter.DirectoryPartition 165 protected FilterResults performFiltering(CharSequence constraint) { 175 if (!TextUtils.isEmpty(constraint)) { 177 .appendPath(constraint.toString()) 193 protected void publishResults(CharSequence constraint, FilterResults results) { 196 onDirectoryLoadFinished(constraint, cursors[0], cursors[1]); 229 protected FilterResults performFiltering(CharSequence constraint) { 231 if (!TextUtils.isEmpty(constraint)) { 233 .appendPath(constraint.toString()) 246 protected void publishResults(CharSequence constraint, FilterResults results) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ConstraintManager.h | 33 /// Construct a ConditionTruthVal indicating the constraint is constrained 35 ConditionTruthVal(bool constraint) : Val(constraint) {} 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.
|
/prebuilts/go/darwin-x86/src/go/build/ |
doc.go | 60 // A build constraint, also known as a build tag, is a line comment that begins 68 // files a build constraint must appear before the package clause. 73 // A build constraint is evaluated as the OR of space-separated options; 76 // That is, the build constraint: 84 // A file may have multiple build constraints. The overall constraint is the AND 114 // the file is considered to have an implicit build constraint requiring 129 // carry the constraint:
|
/prebuilts/go/linux-x86/src/go/build/ |
doc.go | 60 // A build constraint, also known as a build tag, is a line comment that begins 68 // files a build constraint must appear before the package clause. 73 // A build constraint is evaluated as the OR of space-separated options; 76 // That is, the build constraint: 84 // A file may have multiple build constraints. The overall constraint is the AND 114 // the file is considered to have an implicit build constraint requiring 129 // carry the constraint:
|
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/ |
hamcrest-integration-1.3.jar | |
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
gflags_validators.py | 42 """Thrown If validator constraint is not satisfied.""" 59 checker: function to verify the constraint. 71 """Verify that constraint is satisfied. 73 flags library calls this method to verify Validator's constraint. 77 Error: if constraint is not satisfied. 118 output - Boolean. Must return True if validator constraint is satisfied. 119 If constraint is not satisfied, it should either return False or 159 output - Boolean. Must return True if validator constraint is satisfied. 160 If constraint is not satisfied, it should either return False or
|