/tools/repohooks/rh/ |
D | shell.py | 44 def shell_quote(s): argument 95 def shell_unquote(s): argument
|
D | shell_unittest.py | 90 def aux(s): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/ |
D | SimpleXMLWriter.py | 112 def encode(s, encoding): argument 119 def encode(s, encoding): argument 143 def escape_cdata(s, encoding=None): argument 155 def escape_attrib(s, encoding=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | CodeCoverageTest.java | 91 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run() 95 s); in run() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | TestsPoolPollerTest.java | 142 OptionSetter s = new OptionSetter(test); in testRun_runtimeException() local 173 OptionSetter s = new OptionSetter(test); in testRun_deviceUnresponsive() local 204 OptionSetter s = new OptionSetter(test); in testRun_dnae() local 304 OptionSetter s = new OptionSetter(test); in testRun_dnae_NotLastDevice() local 344 OptionSetter s = new OptionSetter(test); in testRun_dnae_NotLastDevice_offline() local
|
/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 | 180 InputStreamSource s = null; in extractAndLog() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiItem.kt | 157 … val s = "/**\n *" + documentation.substring(3, end) + "\n * $tagSection $commentLine\n */" in addUniqueTag() constant 187 …val s = documentation.substring(0, end) + indent + linePrefix + tagSection + " " + commentLine + "… in addUniqueTag() constant
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | PythonUnitTestResultParserTest.java | 69 String s = "a (b) ... ok"; in testRegexTestCase() local 91 String s = "FAIL: a (b)"; in testRegexFailMessage() local 99 String s = "Ran 1 test in 1s"; in testRegexRunSummary() local 113 String s = "OK"; in testRegexRunResult() 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/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | MemoryTests.java | 69 String s = logcat.readLine(); in testMemoryAllocationLimit() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | CollectingOutputReceiver.java | 56 String s = null; in addOutput() local
|
D | IManagedTestDevice.java | 35 DeviceEventResponse(DeviceAllocationState s, boolean b) { in DeviceEventResponse()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FolderSaver.java | 92 InputStreamSource s = null; in tearDown() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeParameterList.kt | 63 val s = typeString ?: return emptyList() in typeParameterStrings() constant
|
D | TextTypeParameterItem.kt | 92 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/contrib/src/com/android/app/tests/ |
D | AppLaunchTest.java | 134 try (InputStreamSource s = getDevice().getScreenshot()) { in performLaunchTest()
|
/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
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | PerfettoPullerMetricCollector.java | 173 static Pair<String, String> splitKeyValue(String s) { in splitKeyValue()
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | renderer.cpp | 34 void printGLString(const char *name, GLenum s) { in printGLString()
|