Home
last modified time | relevance | path

Searched refs:_join (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_util.py174 def _join(path): function
176 os.path.join = _join
183 def _join(*path): function
185 os.path.join = _join
201 def _join(*path): function
203 os.path.join = _join
220 def _join(*path): function
222 os.path.join = _join
/external/python/cpython3/Tools/c-analyzer/c_analyzer/common/
Dfiles.py45 _join=os.path.join, argument
56 for filename in _glob(_join(_escape(root), f'*{suffix}')):
58 for filename in _glob(_join(_escape(root), f'**/*{suffix}')):
/external/bazelbuild-rules_android/rules/
Dpath.bzl29 def _join(path_segments):
79 return _join(_normalize_path_fragments(relative_path_fragments))
93 return _join(fragments)
97 join = _join,
/external/pigweed/pw_env_setup/py/pw_env_setup/
Dbatch_visitor.py66 def _join(self, *args): member in BatchVisitor
73 value = self._join(value, '%{}%'.format(prepend.name))
79 value = self._join('%{}%'.format(append.name), value)
Dshell_visitor.py91 def _join(self, *args): member in ShellVisitor
98 value = self._join(value, '${}'.format(prepend.name))
104 value = self._join('${}'.format(append.name), value)
Denvironment.py164 self._join = join
178 self._join = join
285 self._join = Join(pathsep)
337 self._actions.append(Append(name, value, self._join))
348 self._actions.append(Prepend(name, value, self._join))
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
DProblemHandlerLocation1440Test.java51 final String path = _join(".", pathList) + "#" + propertyName; in handleUnknownProperty()
59 static String _join(String sep, Collection<String> parts) { in _join() method in ProblemHandlerLocation1440Test.DeserializationProblemLogger
/external/python/cpython3/Lib/unittest/test/
Dtest_program.py382 def _join(name): function
384 argv = ['progname', _join('foo/bar/baz.py'), _join('green\\red.py')]
/external/python/cpython2/Lib/lib-tk/
Dttk.py29 from Tkinter import _flatten, _join, _stringify, _splitdict
56 value = _join(value)
127 imagespec = _join(_mapdict_values(args[1:]))
136 statemap = _join(_mapdict_values(args[2:]))
DTkinter.py65 def _join(value): function
77 value = '{%s}' % _join(value)
/external/python/cpython3/Lib/tkinter/
Dttk.py29 from tkinter import _flatten, _join, _stringify, _splitdict
56 value = _join(value)
123 imagespec = _join(_mapdict_values(args[1:]))
132 statemap = _join(_mapdict_values(args[2:]))
D__init__.py56 def _join(value): function
69 value = '{%s}' % _join(value)
/external/starlark-go/starlark/testdata/
Dpaths.star78 def _join(path, *others):
245 join = _join,
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_images.py120 return tkinter._join(args)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_images.py119 return tkinter._join(args)
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py58 expected = tkinter._join(expected)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py63 expected = tkinter._join(expected)
/external/python/cpython2/Lib/test/
Dtest_tcl.py665 join = tkinter._join
/external/python/cpython3/Lib/test/
Dtest_tcl.py663 join = tkinter._join