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

12

/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.h52 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.js55 NEVER: 4
137 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/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.c208 #define NEVER 99999999 macro
209 static int cmd_time_out = NEVER;
234 if (cmd_time_out != NEVER
301 if (cmd_time_out != NEVER) {
775 if (max_invoke_ms > 0 || cmd_time_out != NEVER) {
949 if (max_invoke_ms > 0 || cmd_time_out != NEVER)
1424 && cmd_time_out != NEVER
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/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
19241 if( N==0 || NEVER(z==0) ){
113062 # define NEVER macro
113065 # define NEVER macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8054 ** The ALWAYS and NEVER macros surround boolean expressions which
8062 ** In other words, ALWAYS and NEVER are added for defensive code.
8064 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
8070 # define NEVER(X) (0) macro
8073 # define NEVER(X) ((X)?(assert(0),1):0) macro
8076 # define NEVER(X) (X) macro
126664 # define NEVER macro
126667 # define NEVER macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8054 ** The ALWAYS and NEVER macros surround boolean expressions which
8062 ** In other words, ALWAYS and NEVER are added for defensive code.
8064 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
8070 # define NEVER(X) (0) macro
8073 # define NEVER(X) ((X)?(assert(0),1):0) macro
8076 # define NEVER(X) (X) macro
126684 # define NEVER macro
126687 # define NEVER macro
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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 ...

Completed in 1251 milliseconds

12