Home
last modified time | relevance | path

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

12

/tools/repohooks/rh/
Dshell.py47 def shell_quote(s): argument
96 def shell_unquote(s): argument
Dshell_unittest.py90 def aux(s): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTargetSetupErrorTest.java48 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/
DRustTestBaseTest.java41 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/
DCodeCoverageTest.java93 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run()
97 s); in run() local
DDeviceJUnit4ClassRunner.java121 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/
DTestEnvironment.java70 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/
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.java236 InputStreamSource s = null; in extractAndLog() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DTestsPoolPollerTest.java165 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/
Dalloc_stress_activity.cpp33 size_t s = 4 * (1 << 20); // 4 MB variable
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DPythonUnitTestResultParserTest.java71 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/
DCollectingOutputReceiver.java56 String s = null; in addOutput() local
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java85 String s = logcat.readLine(); in testMemoryAllocationLimit() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DFolderSaver.java109 InputStreamSource s = null; in tearDown() local
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterList.kt62 val s = typeString ?: return emptyList() in typeParameterStrings() constant
DTextTypeParameterItem.kt91 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/core/lite/com/android/tradefed/lite/
DHostUtils.java84 Stream<JarEntry> s = jarFile.stream(); in getJUnitClasses() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java35 DeviceEventResponse(DeviceAllocationState s, boolean b) { in DeviceEventResponse()
/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

12