OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rel_list
(Results
1 - 10
of
10
) sorted by null
/system/core/toolbox/
generate-input.h-labels.py
28
rel_list
= []
variable
55
rel_list
.append(name)
86
Dump("rel_labels",
rel_list
)
/prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py
520
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
521
if not
rel_list
:
523
return join(*
rel_list
)
posixpath.py
428
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
429
if not
rel_list
:
431
return join(*
rel_list
)
/prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py
520
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
521
if not
rel_list
:
523
return join(*
rel_list
)
posixpath.py
428
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
429
if not
rel_list
:
431
return join(*
rel_list
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py
520
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
521
if not
rel_list
:
523
return join(*
rel_list
)
posixpath.py
428
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
429
if not
rel_list
:
431
return join(*
rel_list
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py
520
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
521
if not
rel_list
:
523
return join(*
rel_list
)
posixpath.py
428
rel_list
= [pardir] * (len(start_list)-i) + path_list[i:]
429
if not
rel_list
:
431
return join(*
rel_list
)
/external/sonivox/jet_tools/JetCreator/
JetUtils.py
181
rel_list
= [os.pardir] * (len(base_list)-i) + target_list[i:]
182
return os.path.join(*
rel_list
)
Completed in 1486 milliseconds