Searched defs:NEVER (Results 1 - 24 of 24) 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/chromium_org/chrome/installer/util/
H A Dwork_item.h44 NEVER, // Not used currently. enumerator in enum:WorkItem::CopyOverWriteOption
/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/chromium_org/v8/test/mjsunit/
H A Dassert-opt-and-deopt.js54 NEVER: 4
136 case OptTracker.OptimizationState.NEVER:
/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/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h82 # define NEVER(X) (0) macro
85 # define NEVER(X) (x) macro
/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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h235 NEVER = 0x0200, enumerator in enum:WebCore::GraphicsContext3D::__anon10262
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h256 ** The ALWAYS and NEVER macros surround boolean expressions which
264 ** In other words, ALWAYS and NEVER are added for defensive code.
266 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
272 # define NEVER(X) (0) macro
275 # define NEVER(X) ((X)?(assert(0),1):0) macro
278 # define NEVER(X) (X) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c496 ** The ALWAYS and NEVER macros surround boolean expressions which
504 ** In other words, ALWAYS and NEVER are added for defensive code.
506 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
512 # define NEVER(X) (0) macro
515 # define NEVER(X) ((X)?(assert(0),1):0) macro
518 # define NEVER(X) (X) macro
19256 if( N==0 || NEVER(z==0) ){
113241 # define NEVER macro
113244 # define NEVER macro
[all...]
/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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 5240 milliseconds