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

1 2

  /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/proguard/src/proguard/evaluation/value/
Value.java 30 public static final int NEVER = -1;
  /external/valgrind/main/none/tests/s390x/
cgij.c 18 #define NEVER 0
34 CGIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
cgrj.c 18 #define NEVER 0
35 CGRJ(7,8,8,NEVER) "\n\t"
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 */
clgrj.c 18 #define NEVER 0
35 CLGRJ(7,8,8,NEVER) "\n\t"
clij.c 18 #define NEVER 0
34 CLIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
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"
  /external/v8/test/mjsunit/
assert-opt-and-deopt.js 49 NEVER: 4
131 case OptTracker.OptimizationState.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;
  /external/valgrind/main/coregrind/
vgdb.c 785 // setregs can never be called before getregs has done a runtime check.
    [all...]
  /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...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 266 NEVER = 0x0200,
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 228 * Whether the provider supports undoing operations. If it doesn't, never show the undo bar.
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/sqlite/dist/orig/
sqlite3.c 37 ** May you share freely, never taking more than you give.
91 ** May you share freely, never taking more than you give.
160 ** never has more than 3 or 4 terms. Use a value of 0 to disable
299 #pragma warn -aus /* Assigned value is never used */
351 ** 0 means mutexes are permanently disable and the library is never
503 ** The ALWAYS and NEVER macros surround boolean expressions which
511 ** In other words, ALWAYS and NEVER are added for defensive code.
513 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
519 # define NEVER(X) (0)
522 # define NEVER(X) ((X)?(assert(0),1):0
    [all...]
  /external/sqlite/dist/
sqlite3.c 37 ** May you share freely, never taking more than you give.
91 ** May you share freely, never taking more than you give.
160 ** never has more than 3 or 4 terms. Use a value of 0 to disable
299 #pragma warn -aus /* Assigned value is never used */
351 ** 0 means mutexes are permanently disable and the library is never
503 ** The ALWAYS and NEVER macros surround boolean expressions which
511 ** In other words, ALWAYS and NEVER are added for defensive code.
513 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
519 # define NEVER(X) (0)
522 # define NEVER(X) ((X)?(assert(0),1):0
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 1080 milliseconds

1 2