HomeSort by relevance Sort by last modified time
    Searched refs:SUPPRESS (Results 1 - 14 of 14) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwscanf.c 64 #define SUPPRESS 0x00400 /* *: suppress assignment */
173 flags |= SUPPRESS;
299 if (flags & SUPPRESS)
335 * that suppress this.
356 if (!(flags & SUPPRESS))
361 if (!(flags & SUPPRESS))
368 if (!(flags & SUPPRESS))
371 if (!(flags & SUPPRESS))
378 !(flags & SUPPRESS)) {
    [all...]
vfscanf.c 63 #define SUPPRESS 0x00400 /* *: suppress assignment */
159 flags |= SUPPRESS;
273 if (flags & SUPPRESS)
315 * that suppress this.
343 if ((flags & SUPPRESS) == 0)
362 if (nconv == 0 && !(flags & SUPPRESS))
367 if (!(flags & SUPPRESS))
379 if (!(flags & SUPPRESS))
383 if (flags & SUPPRESS) {
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
arg_parser.py 121 help=argparse.SUPPRESS)
133 help=argparse.SUPPRESS)
141 help=argparse.SUPPRESS)
154 help=argparse.SUPPRESS)
157 help=argparse.SUPPRESS)
160 help=argparse.SUPPRESS)
235 if not args or action.help == '==SUPPRESS==':
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 80 'SUPPRESS',
99 SUPPRESS = '==SUPPRESS=='
219 if self.heading is not SUPPRESS and self.heading is not None:
245 if text is not SUPPRESS and text is not None:
249 if usage is not SUPPRESS:
254 if action.help is not SUPPRESS:
288 if part and part is not SUPPRESS])
417 if action.help is SUPPRESS:
593 if params[name] is SUPPRESS
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 80 'SUPPRESS',
99 SUPPRESS = '==SUPPRESS=='
219 if self.heading is not SUPPRESS and self.heading is not None:
245 if text is not SUPPRESS and text is not None:
249 if usage is not SUPPRESS:
254 if action.help is not SUPPRESS:
288 if part and part is not SUPPRESS])
417 if action.help is SUPPRESS:
593 if params[name] is SUPPRESS
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 80 'SUPPRESS',
99 SUPPRESS = '==SUPPRESS=='
219 if self.heading is not SUPPRESS and self.heading is not None:
245 if text is not SUPPRESS and text is not None:
249 if usage is not SUPPRESS:
254 if action.help is not SUPPRESS:
288 if part and part is not SUPPRESS])
417 if action.help is SUPPRESS:
593 if params[name] is SUPPRESS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 80 'SUPPRESS',
99 SUPPRESS = '==SUPPRESS=='
219 if self.heading is not SUPPRESS and self.heading is not None:
245 if text is not SUPPRESS and text is not None:
249 if usage is not SUPPRESS:
254 if action.help is not SUPPRESS:
288 if part and part is not SUPPRESS])
417 if action.help is SUPPRESS:
593 if params[name] is SUPPRESS
    [all...]
  /external/autotest/server/
autoserv_parser.py 214 help=argparse.SUPPRESS)
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 335 help=argparse.SUPPRESS)
615 help=argparse.SUPPRESS)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /external/selinux/policycoreutils/semanage/
semanage 466 userParser.add_argument('-P', '--prefix', default="user", help=argparse.SUPPRESS)
    [all...]

Completed in 132 milliseconds