Searched defs:NEVER (Results 1 - 10 of 10) 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/v8/test/mjsunit/
H A Dassert-opt-and-deopt.js49 NEVER: 4
131 case OptTracker.OptimizationState.NEVER:
/external/valgrind/main/coregrind/
H A Dvgdb.c1140 #define NEVER 99999999 macro
1141 static int cmd_time_out = NEVER;
1166 if (cmd_time_out != NEVER
1237 if (cmd_time_out != NEVER) {
1708 if (max_invoke_ms > 0 || cmd_time_out != NEVER) {
1882 if (max_invoke_ms > 0 || cmd_time_out != NEVER)
2383 && cmd_time_out != NEVER
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h266 NEVER = 0x0200, enumerator in enum:WebCore::GraphicsContext3D::__anon13286
/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) ){
116542 # define NEVER macro
116545 # 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 454 milliseconds