OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_list
(Results
1 - 3
of
3
) sorted by null
/development/testrunner/test_defs/
native_test.py
64
target_list
= self._FilterOutMissing(android_build.GetTargetSystemBin(),
66
logger.SilentLog("Target tests %s" %
target_list
)
84
for f in
target_list
:
/external/sonivox/jet_tools/JetCreator/
JetUtils.py
174
target_list
= (os.path.abspath(target)).split(os.sep)
175
if os.name in ['nt','dos','os2'] and base_list[0] <>
target_list
[0]:
177
for i in range(min(len(base_list), len(
target_list
))):
178
if base_list[i] <>
target_list
[i]: break
181
rel_list = [os.pardir] * (len(base_list)-i) +
target_list
[i:]
/external/v8/src/
parser.cc
1913
ZoneList<Label*>*
target_list
= new ZoneList<Label*>(0);
local
2059
ZoneList<Label*>*
target_list
= new ZoneList<Label*>(0);
local
[
all
...]
Completed in 1154 milliseconds