/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …s){if(!i[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)retu… function
|
/test/vts/utils/python/common/ |
D | list_utils.py | 61 do_strip = lambda s: s.strip() if strip else s argument 62 do_str = lambda s: str(s) if to_str else s argument 66 do_strip(do_str(s)) 67 for s in itertools.chain.from_iterable(expended_list_generator) 69 return filter(lambda s: str(s) != '', result) if remove_empty else result
|
/test/vts/utils/python/coverage/ |
D | parser_test.py | 62 s = MockStream(stream.magic, stream.format) 63 s.content = new_content 64 s.cursor = stream.cursor 65 return s 83 s = MockStream(stream.magic, stream.format) 84 s.content = new_content 85 s.cursor = stream.cursor 86 return s 110 s = MockStream(stream.magic, stream.format) 111 s.content = new_content [all …]
|
D | sancov_parser_test.py | 61 s = p.Parse() 63 self.assertEqual(values, s) 74 s = p.Parse() 76 self.assertEqual(values, s)
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | TestSuiteResultMessageProto.java | 727 java.lang.String s = bs.toStringUtf8(); in getAccessToken() local 729 accessToken_ = s; in getAccessToken() 731 return s; in getAccessToken() 781 java.lang.String s = bs.toStringUtf8(); in getResultPath() local 783 resultPath_ = s; in getResultPath() 785 return s; in getResultPath() 858 java.lang.String s = bs.toStringUtf8(); in getBranch() local 860 branch_ = s; in getBranch() 862 return s; in getBranch() 904 java.lang.String s = bs.toStringUtf8(); in getTarget() local [all …]
|
/test/vts/utils/python/controllers/ |
D | adb.py | 75 s = None 77 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) 78 s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) 79 s.bind(('localhost', port)) 84 if s: 85 s.close()
|
/test/vts/drivers/hal/common/utils/ |
D | StringUtil.cpp | 26 bool endsWith(const string& s, const string& suffix) { in endsWith() argument 27 return s.size() >= suffix.size() && s.rfind(suffix) == (s.size() - suffix.size()); in endsWith()
|
/test/vts-testcase/kernel/bow/ |
D | BowTest.cpp | 195 std::string s; in GetTable() local 196 i >> s >> te.offset; in GetTable() 198 EXPECT_EQ(s, ""); in GetTable() 202 if (s == "Sector0:") in GetTable() 204 else if (s == "Sector0_current:") in GetTable() 206 else if (s == "Unchanged:") in GetTable() 208 else if (s == "Backup:") in GetTable() 210 else if (s == "Free:") in GetTable() 212 else if (s == "Changed:") in GetTable() 214 else if (s == "Top:") in GetTable()
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation.py | 176 s = ('Begin [%s @ %s] ' % (e.name, e.category) + 178 result_text.append(' '*level + s) 181 s = ('End [%s @ %s] ' % (e.name, e.category) + 184 result_text.append(' '*level + s)
|
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/ |
D | poc.cpp | 71 struct sdreg *s; in poc() local 86 s = (struct sdreg *)&(iocbuf[7]); in poc() 87 s->func = 1; in poc()
|
/test/vts/runners/host/ |
D | logger.py | 57 h, m, s = time.split(':') 58 s, ms = s.split('.') 59 return (month, day, h, m, s, ms)
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | TfLiteBackend.java | 30 public static TfLiteBackend parseString(String s) { in parseString() argument 32 if (backend.toString().equals(s)) { in parseString()
|
/test/vts-testcase/hal/treble/vintf/ |
D | SystemVendorTest.cpp | 116 static void insert(D *d, const S &s) { in insert() argument 117 d->insert(s.begin(), s.end()); in insert()
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerMain.cpp | 104 struct stat s; in main() local 112 if (stat(argv[opt_count + 1], &s) == 0) { in main() 113 if (s.st_mode & S_IFDIR) { in main()
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 103 // for bionic's libm 106 // for bionic's libc 109 // for VNDK's libcutils 112 // for OS kernel's system call. 316 // argument(s) 421 // the actual value(s) for an scalar data type. 437 // for sub variables when this's a struct type. 445 // for sub variables when this's a union type. 453 // for sub variables when this's a safe_union type. 488 // for non HIDL HAL, to set function pointer(s). [all …]
|
/test/vts/hals/ |
D | README.md | 1 …s HAL dirs but are compiled in a different way (e.g., with a post-compile-time instrumentation or …
|
/test/vti/test_serving/proto/ |
D | GreenBuildScheduleConfigMessage.proto | 36 // Test package's manifest branch name. 50 // Test package's build target name. 79 // GSI's build target name.
|
D | TestScheduleConfigMessage.proto | 99 // Test package's storage type (e.g., PAB or GCS) 102 // Test package's manifest branch name. 105 // Test package's build target name.
|
/test/vti/dashboard/ |
D | .gitignore | 48 [._]*.s[a-w][a-z] 49 [._]s[a-w][a-z]
|
D | README.md | 48 sudo ln -s /usr/local/apache-maven-3.3.3/bin/mvn /usr/bin/mvn 94 You can deploy or update GAE's a config file without deploying the whole project. 153 the "testName"'s value under "testRunList" and the "testTimes" should have the "startTimestamp"'s v… 187 "testModules" and "testTimes"'s elements order is also matter.
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_crash_detection_test.py | 86 def expect_regex(self, s, regex): argument 88 self.assertRegex(s, regex)
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNControls.java | 159 String s = t.toString() + " " + getResultShortSummary(br, t); in onActivityResult() local 160 mTestList.set(id[ct], s); in onActivityResult() 162 mOutResult += s + '\n'; in onActivityResult()
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | header.jsp | 32 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 33 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 34 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
/test/app_compat/csuite/ |
D | pylintrc | 44 # Enable the message, report, category or checker with the given id(s). You can 50 # Disable the message, report, category or checker with the given id(s). You 180 # Colon-delimited sets of names that determine each other's naming style when 268 ^\s*(\#\ )?<?https?://\S+>?$| 269 ^\s*(from\s+\S+\s+)?import\s+.+$) 285 # spaces. Google's externaly-published style guide says 4, consistent with
|
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/util/ |
D | TargetFileUtils.java | 158 findedFiles.removeIf(s -> s.contentEquals("")); in findFile()
|