Searched defs:NEVER (Results 1 - 5 of 5) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/meta/
H A DWhen.java8 * used where a NEVER value is required, or if a NEVER or MAYBE value is used
21 NEVER; enum constant in enum:When
/external/proguard/src/proguard/evaluation/value/
H A DValue.java30 public static final int NEVER = -1; field in class:Value
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext3D.h238 NEVER = 0x0200, enumerator in enum:WebCore::GraphicsContext3D::WebGLEnumType
/external/sqlite/dist/
H A Dsqlite3.c484 ** The ALWAYS and NEVER macros surround boolean expressions which
492 ** In other words, ALWAYS and NEVER are added for defensive code.
494 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
500 # define NEVER(X) (0) macro
503 # define NEVER(X) ((X)?(assert(0),1):0) macro
506 # define NEVER(X) (X) macro
17079 if( N==0 || NEVER(z==0) ){
22717 if( NEVER(op==F_UNLCK) || rc!=(-1) ){
98779 # define NEVER macro
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 207 milliseconds