/external/jsr305/ri/src/main/java/javax/annotation/meta/ |
When.java | 8 * used where a NEVER value is required, or if a NEVER or MAYBE value is used 21 NEVER;
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
Nonnegative.java | 22 return When.NEVER; 35 return When.NEVER;
|
RegEx.java | 29 return When.NEVER; 34 return When.NEVER;
|
Nonnull.java | 22 return When.NEVER;
|
MatchesPattern.java | 26 return When.NEVER;
|
/external/jsr305/sampleUses/src/main/java/ |
CreditCardNumber.java | 20 return When.NEVER; 24 return When.NEVER;
|
FixedLengthString.java | 19 return When.NEVER; 23 return When.NEVER;
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/ |
DottedClassName.java | 11 @SlashedClassName(when=When.NEVER)
|
/external/proguard/src/proguard/optimize/evaluation/ |
TracedBranchUnit.java | 49 else if (conditional != Value.NEVER)
|
/external/proguard/src/proguard/evaluation/value/ |
ArrayReferenceValue.java | 105 if (this.arrayLength.equal(other.arrayLength) == NEVER) 107 return NEVER;
|
Value.java | 30 public static final int NEVER = -1;
|
TypedReferenceValue.java | 80 NEVER; 88 // If this type is null, it is never an instance of any class. 91 return NEVER; 108 return !thisType.equals(otherType) ? NEVER : 127 // this type can never be an instance. 131 return NEVER; 136 // this type can never be an instance. 140 return NEVER;
|
ParticularIntegerValue.java | 341 return this.value == other.value ? ALWAYS : NEVER; 346 return this.value < other.value ? ALWAYS : NEVER; 351 return this.value <= other.value ? ALWAYS : NEVER;
|
/external/valgrind/none/tests/s390x/ |
cgij.c | 18 #define NEVER 0 34 CGIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
|
cij.c | 18 #define NEVER 0 34 CIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
|
clgij.c | 18 #define NEVER 0 34 CLGIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
|
clij.c | 18 #define NEVER 0 34 CLIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
|
cgrj.c | 18 #define NEVER 0 35 CGRJ(7,8,8,NEVER) "\n\t"
|
clgrj.c | 18 #define NEVER 0 35 CLGRJ(7,8,8,NEVER) "\n\t"
|
clrj.c | 18 #define NEVER 0 35 CLRJ(7,8,8,NEVER) "\n\t"
|
crj.c | 18 #define NEVER 0 35 CRJ(7,8,8,NEVER) "\n\t"
|
/libcore/ojluni/src/main/java/sun/net/ |
InetAddressCachePolicy.java | 46 public static final int NEVER = 0; 74 private static int negativeCachePolicy = NEVER;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 35 NEVER, ALWAYS, PROMPT; 59 private InstallRetryMode mRetryMode = InstallRetryMode.NEVER;
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
StorageManagerUpsellDialog.java | 44 private static final long NEVER = -1; 49 private static final long NO_THANKS_LONG_DELAY = NEVER; 120 if (nextTimeToShow == NEVER) {
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
PhotoView.java | [all...] |