HomeSort by relevance Sort by last modified time
    Searched defs:DROP (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 105 // Indicates we should drop this job.
106 DROP,
232 // Decide whether we should CONTINUE, SAVE or DROP the job.
235 // Decide on whether to CONTINUE, SAVE or DROP the job when we are in
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 206 #define DROP(n) (p->slen -= (n))
600 DROP(1);
1159 DROP(finish-start); /* drop the operand */
    [all...]
  /external/llvm/lib/Support/
regcomp.c 138 #define DROP(n) (p->slen -= (n))
511 DROP(1);
994 DROP(finish-start); /* drop the operand */
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 137 #define DROP(n) (p->slen -= (n))
475 DROP(1);
958 DROP(finish-start); /* drop the operand */
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 239 milliseconds