Searched defs:NEVER (Results 1 - 18 of 18) 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/valgrind/main/none/tests/s390x/
H A Dcgij.c18 #define NEVER 0 macro
34 CGIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
H A Dcgrj.c18 #define NEVER 0 macro
35 CGRJ(7,8,8,NEVER) "\n\t"
H A Dcij.c18 #define NEVER 0 macro
34 CIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgij.c18 #define NEVER 0 macro
34 CLGIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgrj.c18 #define NEVER 0 macro
35 CLGRJ(7,8,8,NEVER) "\n\t"
H A Dclij.c18 #define NEVER 0 macro
34 CLIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclrj.c18 #define NEVER 0 macro
35 CLRJ(7,8,8,NEVER) "\n\t"
H A Dcrj.c18 #define NEVER 0 macro
35 CRJ(7,8,8,NEVER) "\n\t"
/external/proguard/src/proguard/evaluation/value/
H A DValue.java30 public static final int NEVER = -1; field in class:Value
/external/v8/test/mjsunit/
H A Dassert-opt-and-deopt.js49 NEVER: 4
131 case OptTracker.OptimizationState.NEVER:
/external/valgrind/main/coregrind/
H A Dvgdb.c1162 #define NEVER 99999999 macro
1163 static int cmd_time_out = NEVER;
1188 if (cmd_time_out != NEVER
1259 if (cmd_time_out != NEVER) {
1730 if (max_invoke_ms > 0 || cmd_time_out != NEVER) {
1904 if (max_invoke_ms > 0 || cmd_time_out != NEVER)
2405 && cmd_time_out != NEVER
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h266 NEVER = 0x0200, enumerator in enum:WebCore::GraphicsContext3D::__anon15874
/external/sqlite/dist/orig/
H A Dsqlite3.c503 ** 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) macro
522 # define NEVER(X) ((X)?(assert(0),1):0) macro
525 # define NEVER(X) (X) macro
20063 if( N==0 || NEVER(z==0) ){
116516 # define NEVER macro
116519 # define NEVER macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c503 ** 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) macro
522 # define NEVER(X) ((X)?(assert(0),1):0) macro
525 # define NEVER(X) (X) macro
20063 if( N==0 || NEVER(z==0) ){
116552 # define NEVER macro
116555 # define NEVER macro
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 384 milliseconds