OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_path
(Results
1 - 6
of
6
) sorted by null
/development/testrunner/test_defs/
test_walker.py
116
# return string with common
build_path
removed
178
def _GetTestFactory(self, android_mk_parser, path,
build_path
):
187
build_path
: filesystem path for the directory
194
return gtest.GTestFactory(path,
build_path
)
197
build_path
)
219
build_path
= self._MakePathRelativeToBuild(path)
220
return self._GetTestFactory(android_mk_parser, path,
build_path
)
256
build_path
=upstream_build_path)
test_suite.py
48
def SetBuildPath(self,
build_path
):
49
self._build_path =
build_path
112
def __init__(self, test_root_path,
build_path
):
121
self._build_path =
build_path
gtest.py
62
def __init__(self, test_root_path,
build_path
):
64
build_path
)
native_test.py
55
build_path
= os.path.join(android_build.GetTop(), self.GetBuildPath())
56
os.path.walk(
build_path
, self._CollectTestSources, source_list)
instrumentation_test.py
216
def __init__(self, test_root_path,
build_path
):
218
build_path
)
224
AndroidManifest.xml found at
build_path
. Will set additional filters if
/system/core/adb/
usb_vendors.c
215
int
build_path
(char* buff, size_t len, const char* format, const char* home)
function
230
return
build_path
(buff, len, "%s\\%s\\%s", home);
234
return
build_path
(buff, len, "%s\\%s\\%s", path);
241
return
build_path
(buff, len, "%s/%s/%s", home);
Completed in 1406 milliseconds