HomeSort by relevance Sort by last modified time
    Searched full:expanduser (Results 1 - 25 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/toolchain-utils/crosperf/
translate_xbuddy.py 9 dev_path = os.path.expanduser('~/trunk/src/platform/dev')
23 config_path = os.path.expanduser('~/trunk/src/platform/dev/'
  /external/python/cpython2/Lib/test/
test_ntpath.py 236 tester('ntpath.expanduser("test")', 'test')
240 tester('ntpath.expanduser("~test")', '~test')
244 tester('ntpath.expanduser("~test")', 'C:\\eric\\test')
245 tester('ntpath.expanduser("~")', 'C:\\eric\\idle')
248 tester('ntpath.expanduser("~test")', 'eric\\test')
249 tester('ntpath.expanduser("~")', 'eric\\idle')
253 tester('ntpath.expanduser("~test")', 'C:\\eric\\test')
254 tester('ntpath.expanduser("~")', 'C:\\eric\\idle')
258 tester('ntpath.expanduser("~test")', 'C:\\idle\\test')
259 tester('ntpath.expanduser("~")', 'C:\\idle\\eric'
    [all...]
test_posixpath.py 264 self.assertEqual(posixpath.expanduser("foo"), "foo")
268 self.assertEqual(posixpath.expanduser("~"), "/")
269 self.assertEqual(posixpath.expanduser("~/"), "/")
270 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
276 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
278 if posixpath.expanduser("~") != '/':
280 posixpath.expanduser("~") + "/",
281 posixpath.expanduser("~/")
283 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
284 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring
    [all...]
  /external/skia/infra/bots/recipe_modules/infra/examples/full.expected/
failed_one_update.json 76 "\nimport os\nimport urllib2\n\nTOKEN_FILE = 'file'\nTOKEN_URL = 'http://metadata/computeMetadata/v1/project/attributes/key'\n\nreq = urllib2.Request(TOKEN_URL, headers={'Metadata-Flavor': 'Google'})\ncontents = urllib2.urlopen(req).read()\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\n\nwith open(token_file, 'w') as f:\n f.write(contents)\n"
90 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
102 "\nimport os\n\n\nTOKEN_FILE = 'file'\n\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\nif os.path.isfile(token_file):\n os.remove(token_file)\n"
113 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
infra_tests.json 54 "\nimport os\nimport urllib2\n\nTOKEN_FILE = 'file'\nTOKEN_URL = 'http://metadata/computeMetadata/v1/project/attributes/key'\n\nreq = urllib2.Request(TOKEN_URL, headers={'Metadata-Flavor': 'Google'})\ncontents = urllib2.urlopen(req).read()\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\n\nwith open(token_file, 'w') as f:\n f.write(contents)\n"
68 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
80 "\nimport os\n\n\nTOKEN_FILE = 'file'\n\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\nif os.path.isfile(token_file):\n os.remove(token_file)\n"
91 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posixpath.py 197 self.assertEqual(posixpath.expanduser("foo"), "foo")
203 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
205 if posixpath.expanduser("~") != '/':
207 posixpath.expanduser("~") + "/",
208 posixpath.expanduser("~/")
210 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
211 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
215 self.assertEqual(posixpath.expanduser("~"), "/")
216 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posixpath.py 197 self.assertEqual(posixpath.expanduser("foo"), "foo")
203 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
205 if posixpath.expanduser("~") != '/':
207 posixpath.expanduser("~") + "/",
208 posixpath.expanduser("~/")
210 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
211 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
215 self.assertEqual(posixpath.expanduser("~"), "/")
216 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 197 self.assertEqual(posixpath.expanduser("foo"), "foo")
203 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
205 if posixpath.expanduser("~") != '/':
207 posixpath.expanduser("~") + "/",
208 posixpath.expanduser("~/")
210 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
211 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
215 self.assertEqual(posixpath.expanduser("~"), "/")
216 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 197 self.assertEqual(posixpath.expanduser("foo"), "foo")
203 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
205 if posixpath.expanduser("~") != '/':
207 posixpath.expanduser("~") + "/",
208 posixpath.expanduser("~/")
210 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
211 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
215 self.assertEqual(posixpath.expanduser("~"), "/")
216 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posixpath.py 185 self.assertEqual(posixpath.expanduser("foo"), "foo")
191 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
193 if posixpath.expanduser("~") != '/':
195 posixpath.expanduser("~") + "/",
196 posixpath.expanduser("~/")
198 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
199 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
203 self.assertEqual(posixpath.expanduser("~"), "/")
  /external/skia/infra/bots/recipe_modules/infra/
api.py 86 home = os.path.expanduser('~')
104 home = os.path.expanduser('~')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
user.py 33 home = os.path.expanduser("~/")
  /external/python/cpython2/Lib/
user.py 33 home = os.path.expanduser("~/")
  /external/skia/infra/bots/recipes/update_meta_config.expected/
Housekeeper-Nightly-UpdateMetaConfig.json 104 "\nimport os\nimport urllib2\n\nTOKEN_FILE = 'update_meta_config.git_cookies'\nTOKEN_URL = 'http://metadata/computeMetadata/v1/project/attributes/update_meta_config_git_cookies'\n\nreq = urllib2.Request(TOKEN_URL, headers={'Metadata-Flavor': 'Google'})\ncontents = urllib2.urlopen(req).read()\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\n\nwith open(token_file, 'w') as f:\n f.write(contents)\n"
118 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
150 "\nimport os\n\n\nTOKEN_FILE = 'update_meta_config.git_cookies'\n\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\nif os.path.isfile(token_file):\n os.remove(token_file)\n"
161 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
failed_update.json 104 "\nimport os\nimport urllib2\n\nTOKEN_FILE = 'update_meta_config.git_cookies'\nTOKEN_URL = 'http://metadata/computeMetadata/v1/project/attributes/update_meta_config_git_cookies'\n\nreq = urllib2.Request(TOKEN_URL, headers={'Metadata-Flavor': 'Google'})\ncontents = urllib2.urlopen(req).read()\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\n\nwith open(token_file, 'w') as f:\n f.write(contents)\n"
118 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
154 "\nimport os\n\n\nTOKEN_FILE = 'update_meta_config.git_cookies'\n\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\nif os.path.isfile(token_file):\n os.remove(token_file)\n"
165 "@@@STEP_LOG_LINE@python.inline@home = os.path.expanduser('~')@@@",
  /prebuilts/gdb/darwin-x86/lib/python2.7/
user.py 33 home = os.path.expanduser("~/")
  /prebuilts/gdb/linux-x86/lib/python2.7/
user.py 33 home = os.path.expanduser("~/")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 33 home = os.path.expanduser("~/")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 33 home = os.path.expanduser("~/")
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 84 self.old_expand = os.path.expanduser
85 os.path.expanduser = _expanduser
92 os.path.expanduser = self.old_expand
  /external/toolchain-utils/
verify_compiler.py 178 filename = os.path.realpath(os.path.expanduser(options.filename))
181 tmp_dir = os.path.realpath(os.path.expanduser(options.tmp_dir))
184 root_dir = os.path.realpath(os.path.expanduser(options.root_dir))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 86 self.old_expand = os.path.expanduser
87 os.path.expanduser = _expanduser
94 os.path.expanduser = self.old_expand
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 86 self.old_expand = os.path.expanduser
87 os.path.expanduser = _expanduser
94 os.path.expanduser = self.old_expand
  /external/autotest/client/bin/
os_dep.py 13 file = os.path.join(os.path.expandvars(os.path.expanduser(dir)), cmd)
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_from_file_agent.py 45 self._filename = os.path.expanduser(options.from_file)

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011