HomeSort by relevance Sort by last modified time
    Searched refs:NEVER (Results 1 - 25 of 45) sorted by null

1 2

  /external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java 8 * used where a NEVER value is required, or if a NEVER or MAYBE value is used
21 NEVER;
  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java 22 return When.NEVER;
35 return When.NEVER;
RegEx.java 29 return When.NEVER;
34 return When.NEVER;
Nonnull.java 22 return When.NEVER;
MatchesPattern.java 26 return When.NEVER;
  /external/jsr305/sampleUses/src/main/java/
CreditCardNumber.java 20 return When.NEVER;
24 return When.NEVER;
FixedLengthString.java 19 return When.NEVER;
23 return When.NEVER;
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/
DottedClassName.java 11 @SlashedClassName(when=When.NEVER)
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 9 ** May you share freely, never taking more than you give.
82 # define NEVER(X) (0)
85 # define NEVER(X) (x)
  /external/chromium_org/chrome/installer/util/
work_item.h 52 NEVER, // Not used currently.
  /external/clang/test/Misc/
warning-flags.c 7 and ensures that the list never grows.
19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
128 The list of warnings in -Wpedantic should NEVER grow.
  /external/chromium_org/third_party/sqlite/src/src/
vacuum.c 9 ** May you share freely, never taking more than you give.
187 || NEVER(db->mallocFailed)
270 ** transaction is then committed, so the SQL level never knows it was
272 ** temporary database never needs to be committed.
300 if( NEVER(rc!=SQLITE_OK) ) goto end_of_vacuum;
auth.c 9 ** May you share freely, never taking more than you give.
62 ** means that the SQL statement will never-run - the sqlite3_exec() call
168 if( NEVER(pTab==0) ) return;
attach.c 9 ** May you share freely, never taking more than you give.
418 if( NEVER(iDb<0) || iDb==1 ) return 0;
450 if( NEVER(pList==0) ) return 0;
lempar.c 5 ** The only modifications are the addition of a couple of NEVER()
332 if( NEVER(pParser->yyidx<0) ) return 0;
363 /* In SQLite, we never try to destroy a parser that was not successfully
365 if( NEVER(pParser==0) ) return;
587 ** as the value is never used. So really the only thing this code
alter.c 9 ** May you share freely, never taking more than you give.
341 if( NEVER(v==0) ) return;
413 if( NEVER(db->mallocFailed) ) goto exit_rename_table;
expr.c 9 ** May you share freely, never taking more than you give.
578 ** has never appeared before, reuse the same variable number
    [all...]
pager.c 9 ** May you share freely, never taking more than you give.
49 ** (1) A page of the database file is never overwritten unless one of the
252 ** never enter this state (since they do not modify the database file,
340 ** * A pager is never in WRITER_DBMOD or WRITER_FINISHED state if the
344 ** * Normally, a connection open in exclusive mode is never in PAGER_OPEN
373 ** at the system level, but it is never set to a more exclusive value.
    [all...]
select.c 9 ** May you share freely, never taking more than you give.
292 ** after the t1 loop and rows with t1.x!=5 will never appear in
334 if( NEVER(pLeftTab==0 || pRightTab==0) ) continue;
547 if( NEVER(v==0) ) return;
    [all...]
pcache.c 9 ** May you share freely, never taking more than you give.
416 /* This routine never gets call with a positive pgno except right
506 if( NEVER(i==N_SORT_BUCKET-1) ){
trigger.c 8 ** May you share freely, never taking more than you give.
271 if( NEVER(pParse->nErr) || !pTrig ) goto triggerfinish_cleanup;
618 if( pIdList==0 || NEVER(pEList==0) ) return 1;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
assert-opt-and-deopt.js 55 NEVER: 4
137 case OptTracker.OptimizationState.NEVER:
  /external/owasp/sanitizer/distrib/lib/
jsr305.jar 
  /external/owasp/sanitizer/lib/jsr305/
jsr305.jar 
  /external/chromium_org/build/android/pylib/linker/
test_case.py 86 'NEVER' if the browser process shall never use shared RELROs.
104 if configs[0] not in ['NEVER', 'LOW_RAM_ONLY', 'ALWAYS']:

Completed in 179 milliseconds

1 2