/tools/repohooks/rh/ |
D | shell.py | 47 def shell_quote(s): argument 96 def shell_unquote(s): argument
|
D | shell_unittest.py | 90 def aux(s): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | TargetSetupErrorTest.java | 48 File s = SerializationUtil.serialize(exception); in testSerialization() local 78 File s = SerializationUtil.serialize(exception); in testSerialization_withIDevice() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/ |
D | RustTestBaseTest.java | 41 String[] s = {"test*filter1", "s1", "*s2", "s3*"}; in testIncludeFilters() local 62 String[] s = {"test*filter1", "s1", "*s2", "s3*"}; in testExcludeFilters() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | CodeCoverageTest.java | 93 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run() 97 s); in run() local
|
D | DeviceJUnit4ClassRunner.java | 121 Statement s = super.withBeforeClasses(statement); in withBeforeClasses() local 132 Statement s = super.withAfterClasses(statement); in withAfterClasses() local
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestEnvironment.java | 70 public void addSetupScripts(final String s) { in addSetupScripts() 88 public void addOutputFilePattern(final String s) { in addOutputFilePattern() 106 public void setOutputFileUploadUrl(final String s) { in setOutputFileUploadUrl() 146 public void addJvmOption(final String s) { in addJvmOption()
|
/tools/loganalysis/src/com/android/loganalysis/util/ |
D | NumberFormattingUtil.java | 52 public static long parseLongOrZero(String s) throws NumberFormatException { in parseLongOrZero() 67 public static int parseIntOrZero(String s) throws NumberFormatException { in parseIntOrZero()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfResult.java | 58 protected void setCommandRawOutput(String s) { in setCommandRawOutput() 77 protected void setSimplePerfRawOutput(String s) { in setSimplePerfRawOutput()
|
D | DirectedGraph.java | 41 StringBuffer s = new StringBuffer(); in toString() local
|
D | TarUtil.java | 236 InputStreamSource s = null; in extractAndLog() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | TestsPoolPollerTest.java | 165 OptionSetter s = new OptionSetter(test); in testRun_runtimeException() local 196 OptionSetter s = new OptionSetter(test); in testRun_deviceUnresponsive() local 227 OptionSetter s = new OptionSetter(test); in testRun_dnae() local 328 OptionSetter s = new OptionSetter(test); in testRun_dnae_NotLastDevice() local 367 OptionSetter s = new OptionSetter(test); in testRun_dnae_NotLastDevice_offline() local
|
/tools/test/graphicsbenchmark/apps/alloc_stress_app/src/cpp/ |
D | alloc_stress_activity.cpp | 33 size_t s = 4 * (1 << 20); // 4 MB variable
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | PythonUnitTestResultParserTest.java | 71 String s = "a (b) ... ok"; in testRegexTestCase() local 96 String s = "FAIL: a (b)"; in testRegexFailMessage() local 108 String s = "Ran 1 test in 1s"; in testRegexRunSummary() local 122 String s = "OK"; in testRegexRunResult() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | CollectingOutputReceiver.java | 56 String s = null; in addOutput() local
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | MemoryTests.java | 85 String s = logcat.readLine(); in testMemoryAllocationLimit() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | FolderSaver.java | 109 InputStreamSource s = null; in tearDown() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeParameterList.kt | 62 val s = typeString ?: return emptyList() in typeParameterStrings() constant
|
D | TextTypeParameterItem.kt | 91 val s = typeString ?: return emptyList() in bounds() constant
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aClient.java | 86 ServerSocket s = null; in Sl4aClient() local 127 ServerSocket s = null; in startSL4A() local
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | Dummy83BufferGenerator.java | 80 public static boolean cleanString(String s) { in cleanString()
|
/tools/tradefederation/core/lite/com/android/tradefed/lite/ |
D | HostUtils.java | 84 Stream<JarEntry> s = jarFile.stream(); in getJUnitClasses() local
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | IManagedTestDevice.java | 35 DeviceEventResponse(DeviceAllocationState s, boolean b) { in DeviceEventResponse()
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ExtraFieldTest.java | 231 ExtraField.Segment s = ef.getSingleSegment(0x7654); in addExtraFieldToExistingEntry() local 327 ExtraField.Segment s = ef.getSingleSegment(0x7654); in updateExtraFieldOfExistingEntry() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | RunUtilFuncTest.java | 131 Writer s = null; in testRunTimedCmd_largeOutput() local
|