Home
last modified time | relevance | path

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

123

/tools/netsim/src/util/
Dstring_utils.cc32 std::string_view LTrim(const std::string_view s) { in LTrim()
37 std::string_view RTrim(const std::string_view s) { in RTrim()
42 std::string_view Trim(const std::string_view s) { return RTrim(LTrim(s)); } in Trim()
44 std::vector<std::string_view> Split(const std::string_view s, in Split()
55 std::vector<std::string> Split(const std::string s, in Split()
Dstring_utils_test.cc36 std::string s = "\n\tHello World \r\n"; in TEST() local
42 std::string s = "a=b=c=d=="; in TEST() local
/tools/repohooks/rh/
Dshell.py42 def quote(s): argument
96 def unquote(s): argument
/tools/tradefederation/core/javatests/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/javatests/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/src/com/android/tradefed/cluster/
DTestEnvironment.java75 public void addSetupScripts(final String s) { in addSetupScripts()
93 public void addOutputFilePattern(final String s) { in addOutputFilePattern()
111 public void setOutputFileUploadUrl(final String s) { in setOutputFileUploadUrl()
164 public void addJvmOption(final String s) { in addJvmOption()
247 public void addExcludedFileInJavaClasspath(final String s) { in addExcludedFileInJavaClasspath()
/tools/netsim/ui/dist/js/
Dlicense-info.js1 …t@v2.5.0-jYRq0AKQogjUdUh7SCAE/mode=imports/optimized/lit/decorators.js";let s=class extends e{rend… class
Ddevice-dragzone.js1 …t/decorators.js";import{simulationState as d}from"./device-observer.js";var s;let o=s=class extend… variable
Ddevice-dropzone.js1 …ice-dragzone.js";import{simulationState as d}from"./device-observer.js";var s;let l=s=class extend… variable
Ddevice-info.js15 …back(){n.removeObserver(this),super.disconnectedCallback()}onNotify(e){if(e.selectedId&&!1===this.… variable
55 …</div>`:i``}`;var t,s,o,a,d}getBluetoothRadioCheckboxes(e){let i,t;return"lowEnergy"in e&&e.lowEne… variable
/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
/tools/security/fuzzing/llm/xz_fuzzer/
Dxz_decoder_fuzzer.cpp14 struct xz_dec *s = xz_dec_init(mode, dict_max); in init_xz_dec() local
23 struct xz_dec *s = init_xz_dec(stream); in LLVMFuzzerTestOneInput() 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()
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/
DTemporaryFolderOwner.kt64 var s = string in cleanupString() variable
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DTestsPoolPollerTest.java168 OptionSetter s = new OptionSetter(test); in testRun_runtimeException() local
200 OptionSetter s = new OptionSetter(test); in testRun_deviceUnresponsive() local
232 OptionSetter s = new OptionSetter(test); in testRun_dnae() local
335 OptionSetter s = new OptionSetter(test); in testRun_dnae_NotLastDevice() local
375 OptionSetter s = new OptionSetter(test); in testRun_dnae_NotLastDevice_offline() local
/tools/netsim/src/
Dnetsim-packet-streamer-client.cc41 std::string s; in main() local
/tools/test/graphicsbenchmark/apps/alloc_stress_app/src/cpp/
Dalloc_stress_activity.cpp33 size_t s = 4 * (1 << 20); // 4 MB variable
/tools/platform-compat/java/com/android/annotationvisitor/
DJarReader.java38 public JarReader(Status s, String filename) throws IOException { in JarReader()
/tools/tradefederation/core/src/com/android/tradefed/device/
DCollectingOutputReceiver.java56 String s = null; in addOutput() local
/tools/security/fuzzing/system_fuzzers/libcrypto_utils/
Dlibcrypto_utils_fuzzer.cpp43 std::string s = fdp.ConsumeBytesAsString(ANDROID_PUBKEY_MODULUS_SIZE); in LLVMFuzzerTestOneInput() local
/tools/platform-compat/java/com/android/class2nonsdklist/
DHiddenapiFlagsWriter.java44 private static List<String> asSortedList(Set<String> s) { in asSortedList()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java83 String s = logcat.readLine(); in testMemoryAllocationLimit() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DFolderSaver.java115 InputStreamSource s = null; in tearDown() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DPythonUnitTestResultParserTest.java70 String s = "a (b) ... ok"; in testRegexTestCase() local
95 String s = "FAIL: a (b)"; in testRegexFailMessage() local
109 String s = "Ran 1 test in 1s"; in testRegexRunSummary() local
123 String s = "OK"; in testRegexRunResult() local

123