OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reduced_paths
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
Completed in 53 milliseconds