OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reduced_paths
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py
195
reduced_paths
= []
198
# XXX(nnorwitz): O(n**2), if
reduced_paths
gets long perhaps use a set.
199
if np not in
reduced_paths
:
200
reduced_paths
.append(np)
201
return
reduced_paths
msvc9compiler.py
200
reduced_paths
= []
203
# XXX(nnorwitz): O(n**2), if
reduced_paths
gets long perhaps use a set.
204
if np not in
reduced_paths
:
205
reduced_paths
.append(np)
206
return
reduced_paths
/external/python/cpython2/Lib/distutils/
msvccompiler.py
195
reduced_paths
= []
198
# XXX(nnorwitz): O(n**2), if
reduced_paths
gets long perhaps use a set.
199
if np not in
reduced_paths
:
200
reduced_paths
.append(np)
201
return
reduced_paths
msvc9compiler.py
200
reduced_paths
= []
203
# XXX(nnorwitz): O(n**2), if
reduced_paths
gets long perhaps use a set.
204
if np not in
reduced_paths
:
205
reduced_paths
.append(np)
206
return
reduced_paths
/external/python/cpython3/Lib/distutils/
msvccompiler.py
191
reduced_paths
= []
194
# XXX(nnorwitz): O(n**2), if
reduced_paths
gets long perhaps use a set.
195
if np not in
reduced_paths
:
196
reduced_paths
.append(np)
197
return
reduced_paths
msvc9compiler.py
199
reduced_paths
= []
202
# XXX(nnorwitz): O(n**2), if
reduced_paths
gets long perhaps use a set.
203
if np not in
reduced_paths
:
204
reduced_paths
.append(np)
205
return
reduced_paths
Completed in 83 milliseconds