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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 1639 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 1639 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable
    [all...]
  /system/extras/showmap/
showmap.c 210 static int terse = 0; variable
275 if (terse && !mi->private_dirty) {
332 terse = 1;
358 " -t = terse (show only items with private pages)\n"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 30 for terse in (False, True):
31 res = platform.platform(aliased, terse)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 30 for terse in (False, True):
31 res = platform.platform(aliased, terse)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 126 comment = 'built for %s' % platform.platform(terse=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 126 comment = 'built for %s' % platform.platform(terse=1)

Completed in 299 milliseconds