/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/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | KeyValueArgsParser.java | 33 for (String s : args) { in parse() 35 if (!s.startsWith("-")) { in parse() 36 throw new RuntimeException("Invalid Key: " + s); in parse() 38 key = s; in parse() 40 map.put(key, s); in parse()
|
/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/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/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-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/vts/testcases/host/camera_its/ |
D | CameraITSTest.py | 175 os.path.join("tests", scene, s) 176 for s in os.listdir(os.path.join(its_path, "tests", scene)) 177 if s[-3:] == ".py" and s[:4] == "test"
|
/test/vts-testcase/hal/treble/vintf/ |
D | SystemVendorTest.cpp | 108 static void insert(D *d, const S &s) { in insert() argument 109 d->insert(s.begin(), s.end()); in insert()
|
/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/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/suite_harness/common/util/tests/assets/ |
D | x86app_process64.txt | 4 Data: 2's complement, little endian 373 [ 79] app_process: Unable to determine ABI list from property %s. 379 [ 165] ERROR: could not find class '%s'^J 383 [ 1d0] %s/dalvik-cache/%s 385 [ 20a] Error constructing dalvik cache : %s 387 [ 24f] Error creating cache dir %s : %s 389 [ 27d] Error changing dalvik-cache ownership : %s 390 [ 2a8] Error changing dalvik-cache permissions : %s 395 [ 389] failed to create sigchain pthread key: %s 403 [ 439] Unable to find next %s in signal chain
|
D | x86app_process32.txt | 4 Data: 2's complement, little endian 344 [ 79] app_process: Unable to determine ABI list from property %s. 350 [ 165] ERROR: could not find class '%s'^J 354 [ 1d0] %s/dalvik-cache/%s 356 [ 20a] Error constructing dalvik cache : %s 358 [ 24f] Error creating cache dir %s : %s 360 [ 27d] Error changing dalvik-cache ownership : %s 361 [ 2a8] Error changing dalvik-cache permissions : %s 366 [ 389] failed to create sigchain pthread key: %s 374 [ 439] Unable to find next %s in signal chain
|
/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/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/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/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNControls.java | 172 String s = t.toString() + " " + getResultShortSummary(br, t); in onActivityResult() local 173 mTestList.set(id[ct], s); in onActivityResult() 175 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/vts/drivers/hal/common/include/utils/ |
D | StringUtil.h | 28 bool endsWith(const string& s, const string& suffix);
|