Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 46) sorted by relevance

12

/tools/repohooks/rh/
Dshell.py44 def shell_quote(s): argument
95 def shell_unquote(s): argument
Dshell_unittest.py90 def aux(s): argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/
DSimpleXMLWriter.py112 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/
DCodeCoverageTest.java91 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run()
95 s); in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DTestsPoolPollerTest.java142 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/
DNumberFormattingUtil.java52 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/
DSimplePerfResult.java58 protected void setCommandRawOutput(String s) { in setCommandRawOutput()
77 protected void setSimplePerfRawOutput(String s) { in setSimplePerfRawOutput()
DDirectedGraph.java41 StringBuffer s = new StringBuffer(); in toString() local
DTarUtil.java180 InputStreamSource s = null; in extractAndLog() local
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt157 … 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/
DPythonUnitTestResultParserTest.java69 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/
Dalloc_stress_activity.cpp33 size_t s = 4 * (1 << 20); // 4 MB variable
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java69 String s = logcat.readLine(); in testMemoryAllocationLimit() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DCollectingOutputReceiver.java56 String s = null; in addOutput() local
DIManagedTestDevice.java35 DeviceEventResponse(DeviceAllocationState s, boolean b) { in DeviceEventResponse()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFolderSaver.java92 InputStreamSource s = null; in tearDown() local
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterList.kt63 val s = typeString ?: return emptyList() in typeParameterStrings() constant
DTextTypeParameterItem.kt92 val s = typeString ?: return emptyList() in bounds() constant
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java86 ServerSocket s = null; in Sl4aClient() local
127 ServerSocket s = null; in startSL4A() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DDummy83BufferGenerator.java80 public static boolean cleanString(String s) { in cleanString()
/tools/tradefederation/contrib/src/com/android/app/tests/
DAppLaunchTest.java134 try (InputStreamSource s = getDevice().getScreenshot()) { in performLaunchTest()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DExtraFieldTest.java231 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/
DRunUtilFuncTest.java131 Writer s = null; in testRunTimedCmd_largeOutput() local
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java173 static Pair<String, String> splitKeyValue(String s) { in splitKeyValue()
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp34 void printGLString(const char *name, GLenum s) { in printGLString()

12