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

1 2 3 4

  /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;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 9 ** May you share freely, never taking more than you give.
82 # define NEVER(X) (0)
85 # define NEVER(X) (x)
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 817 * The scaled image is never allowed to be outside of the viewable area. If the image
872 // Otherwise, ensure the image never leaves the screen
892 // Otherwise, ensure the image never leaves the screen
    [all...]
  /external/chromium_org/chrome/installer/util/
work_item.h 44 NEVER, // Not used currently.
  /external/chromium_org/third_party/sqlite/src/src/
vacuum.c 9 ** May you share freely, never taking more than you give.
187 || NEVER(db->mallocFailed)
270 ** transaction is then committed, so the SQL level never knows it was
272 ** temporary database never needs to be committed.
300 if( NEVER(rc!=SQLITE_OK) ) goto end_of_vacuum;

Completed in 950 milliseconds

1 2 3 4