HomeSort by relevance Sort by last modified time
    Searched refs:NEVER (Results 1 - 25 of 52) sorted by null

1 2 3

  /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/
Value.java 30 public static final int NEVER = -1;
ReferenceValue.java 86 NEVER;
97 // If this type is null, it is never an instance of any class.
100 return NEVER;
117 return !thisType.equals(otherType) ? NEVER :
136 // this type can never be an instance.
140 return NEVER;
145 // this type can never be an instance.
149 return NEVER;
414 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
426 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>
    [all...]
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/main/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"
  /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;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 752 * The scaled image is never allowed to be outside of the viewable area. If the image
807 // Otherwise, ensure the image never leaves the screen
827 // Otherwise, ensure the image never leaves the screen
    [all...]
  /external/clang/test/Misc/
warning-flags.c 7 and ensures that the list never grows.
19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
166 The list of warnings in -Wpedantic should NEVER grow.
  /external/v8/test/mjsunit/
assert-opt-and-deopt.js 49 NEVER: 4
131 case OptTracker.OptimizationState.NEVER:
  /external/webkit/LayoutTests/storage/
sql-error-codes.js 97 tx.executeSql("THIS STATEMENT SHOULD NEVER GET EXECUTED");

Completed in 326 milliseconds

1 2 3