Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/
DGenericExecutableCollectorHelper.java141 String[] headers = lines[0].split(CSV_SEPARATOR); in execAndGetResults() local
145 result.put(String.join(METRIC_KEY_SEPARATOR, prefix, l[0], headers[col]), l[col]); in execAndGetResults()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Darm64_libdl.txt12 Start of program headers: 64 (bytes into file)
13 Start of section headers: 66280 (bytes into file)
16 Size of program headers: 56 (bytes)
17 Number of program headers: 8
18 Size of section headers: 64 (bytes)
19 Number of section headers: 19
Darm32_libdl.txt12 Start of program headers: 52 (bytes into file)
13 Start of section headers: 9304 (bytes into file)
16 Size of program headers: 32 (bytes)
17 Number of program headers: 8
18 Size of section headers: 40 (bytes)
19 Number of section headers: 19
Dx86app_process64.txt12 Start of program headers: 64 (bytes into file)
13 Start of section headers: 22168 (bytes into file)
16 Size of program headers: 56 (bytes)
17 Number of program headers: 9
18 Size of section headers: 64 (bytes)
19 Number of section headers: 27
Dx86app_process32.txt12 Start of program headers: 52 (bytes into file)
13 Start of section headers: 22140 (bytes into file)
16 Size of program headers: 32 (bytes)
17 Number of program headers: 9
18 Size of section headers: 40 (bytes)
19 Number of section headers: 27
/platform_testing/libraries/motion/golden_updater/
Dwatch_local_tests.py164 token = self.headers.get(GOLDEN_ACCESS_TOKEN_HEADER)
196 content_type = self.headers.get("Content-Type")
203 length = int(self.headers.get("Content-Length"))