OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:build_path
(Results
1 - 9
of
9
) sorted by null
/development/testrunner/
coverage_targets.xml
25
<coverage_target name type
build_path
32
build_path
- path to build directory for this module, relative to android
35
for target, relative to
build_path
. If not present, assumes valeu of "src"
43
build_path
="frameworks/base">
55
build_path
="frameworks/base/test-runner" type="JAVA_LIBRARIES" />
58
<coverage_target name="ApiDemos"
build_path
="development/samples/ApiDemos"
60
<coverage_target name="Browser"
build_path
="packages/apps/Browser"
62
<coverage_target name="Calculator"
build_path
="packages/apps/Calculator"
64
<coverage_target name="Calendar"
build_path
="packages/apps/Calendar"
66
<coverage_target name="Camera"
build_path
="packages/apps/Camera
[
all
...]
test_defs.xml
34
build_path
="frameworks/base/core/tests/coretests"
40
build_path
="frameworks/base/graphics/tests/graphicstests"
46
build_path
="frameworks/base/location/tests/locationtests"
52
build_path
="frameworks/base/sax/tests/saxtests"
58
build_path
="frameworks/base/services/tests/servicestests"
64
build_path
="frameworks/base/telephony/tests/telephonytests"
70
build_path
="frameworks/base/test-runner"
76
build_path
="frameworks/base/vpn/tests/vpntests"
82
build_path
="frameworks/base/tests/CoreTests"
88
build_path
="frameworks/base/keystore/tests
[
all
...]
coverage_targets.py
31
build_path
=""
33
[<src path=""/>] (0..*) - These are relative to
build_path
. If missing,
98
_BUILD_ATTR = '
build_path
'
124
# no src tags specified. Assume
build_path
+ src
test_defs.xsd
45
<xs:attribute name="
build_path
" type="xs:string" use="required" />
100
make <
build_path
>/Android.mk <extra_build_args>
/development/testrunner/test_defs/
test_walker.py
110
# return string with common
build_path
removed
113
def _FindSubTests(self, path, tests,
build_path
=None):
119
build_path
: the parent directory where Android.mk was found
132
if not
build_path
and filenames.count(android_mk.AndroidMK.FILENAME):
133
build_path
= self._MakePathRelativeToBuild(path)
137
tests.extend(self._CreateSuitesFromManifest(manifest,
build_path
))
139
self._FindSubTests(os.path.join(path, filename), tests,
build_path
)
164
build_path
= self._MakePathRelativeToBuild(manifest.GetAppPath())
166
build_path
,
265
def _CreateSuitesFromManifest(self, manifest,
build_path
, class_name=None
[
all
...]
test_suite.py
47
def SetBuildPath(self,
build_path
):
48
self._build_path =
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)
xml_suite_helper.py
37
_BUILD_ATTR = '
build_path
'
/system/core/adb/
usb_vendors.c
149
int
build_path
(char* buff, size_t len, const char* format, const char* home)
function
164
return
build_path
(buff, len, "%s\\%s\\%s", home);
168
return
build_path
(buff, len, "%s\\%s\\%s", path);
175
return
build_path
(buff, len, "%s/%s/%s", home);
Completed in 171 milliseconds