/tools/netsim/src/util/ |
D | string_utils.cc | 32 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()
|
D | string_utils_test.cc | 36 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/ |
D | shell.py | 42 def quote(s): argument 96 def unquote(s): argument
|
/tools/tradefederation/core/javatests/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/javatests/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/src/com/android/tradefed/cluster/ |
D | TestEnvironment.java | 75 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/ |
D | license-info.js | 1 …t@v2.5.0-jYRq0AKQogjUdUh7SCAE/mode=imports/optimized/lit/decorators.js";let s=class extends e{rend… class
|
D | device-dragzone.js | 1 …t/decorators.js";import{simulationState as d}from"./device-observer.js";var s;let o=s=class extend… variable
|
D | device-dropzone.js | 1 …ice-dragzone.js";import{simulationState as d}from"./device-observer.js";var s;let l=s=class extend… variable
|
D | device-info.js | 15 …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/ |
D | CodeCoverageTest.java | 93 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run() 97 s); in run() local
|
/tools/security/fuzzing/llm/xz_fuzzer/ |
D | xz_decoder_fuzzer.cpp | 14 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/ |
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()
|
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/ |
D | TemporaryFolderOwner.kt | 64 var s = string in cleanupString() variable
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/ |
D | TestsPoolPollerTest.java | 168 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/ |
D | netsim-packet-streamer-client.cc | 41 std::string s; in main() 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/platform-compat/java/com/android/annotationvisitor/ |
D | JarReader.java | 38 public JarReader(Status s, String filename) throws IOException { in JarReader()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | CollectingOutputReceiver.java | 56 String s = null; in addOutput() local
|
/tools/security/fuzzing/system_fuzzers/libcrypto_utils/ |
D | libcrypto_utils_fuzzer.cpp | 43 std::string s = fdp.ConsumeBytesAsString(ANDROID_PUBKEY_MODULUS_SIZE); in LLVMFuzzerTestOneInput() local
|
/tools/platform-compat/java/com/android/class2nonsdklist/ |
D | HiddenapiFlagsWriter.java | 44 private static List<String> asSortedList(Set<String> s) { in asSortedList()
|
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
D | MemoryTests.java | 83 String s = logcat.readLine(); in testMemoryAllocationLimit() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | FolderSaver.java | 115 InputStreamSource s = null; in tearDown() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | PythonUnitTestResultParserTest.java | 70 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
|