Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 12 of 12) sorted by relevance

/aosp14/system/core/libsysutils/src/
H A DFrameworkListener.cpp102 bool quote = false; in dispatchCommand() local
137 if (quote) in dispatchCommand()
138 quote = false; in dispatchCommand()
140 quote = true; in dispatchCommand()
148 if (!quote && *q == ' ') { in dispatchCommand()
181 if (quote) { in dispatchCommand()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_boot_config.cpp30 static constexpr char quote = '"'; in fs_mgr_parse_cmdline() local
38 (cmdline[found] == quote)) { in fs_mgr_parse_cmdline()
40 if ((found = cmdline.find(quote, found + 1)) == cmdline.npos) break; in fs_mgr_parse_cmdline()
46 std::back_insert_iterator<std::string>(piece), quote); in fs_mgr_parse_cmdline()
65 static constexpr char quote = '"'; in fs_mgr_parse_proc_bootconfig() local
69 line.erase(std::remove(line.begin(), line.end(), quote), line.end()); in fs_mgr_parse_proc_bootconfig()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DLocalLogTest.java94 String msg = String.format("%s did not contain %s", quote(got), quote(want)); in verifyAllLines()
113 static String quote(String s) { in quote() method in LocalLogTest
/aosp14/frameworks/base/core/java/android/text/
H A DBidiFormatter.java904 char quote = lastChar; in skipTagForward() local
905 while (charIndex < length && (lastChar = text.charAt(charIndex++)) != quote) {} in skipTagForward()
936 char quote = lastChar; in skipTagBackward() local
937 while (charIndex > 0 && (lastChar = text.charAt(--charIndex)) != quote) {} in skipTagBackward()
H A DHtml.java334 for (QuoteSpan quote : quotes) { in withinDiv()
340 for (QuoteSpan quote : quotes) { in withinDiv()
/aosp14/frameworks/base/core/java/android/util/
H A DJsonReader.java654 int quote = nextNonWhitespace(); in nextInObject() local
655 switch (quote) { in nextInObject()
659 name = nextString((char) quote); in nextInObject()
881 private String nextString(char quote) throws IOException { in nextString() argument
889 if (c == quote) { in nextString()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScoreServiceTest.java114 new ScoredNetwork(new NetworkKey(new WifiKey(quote(SSID), "00:00:00:00:00:00")),
117 new ScoredNetwork(new NetworkKey(new WifiKey(quote(SSID_2), "00:00:00:00:00:00")),
146 private static String quote(String str) { in quote() method in NetworkScoreServiceTest
818 new ScoredNetwork(new NetworkKey(new WifiKey(quote("newSsid"), in testScanResultsScoreCacheFilter_scoresFiltered()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java207 return classPath.split(Pattern.quote(separator)); in getClassPath()
/aosp14/frameworks/base/tests/UpdatableSystemFontTest/src/com/android/updatablesystemfont/
H A DUpdatableSystemFontTest.java331 Pattern.compile(Pattern.quote(TEST_NOTO_COLOR_EMOJI_VPLUS1_TTF)); in fdLeakTest()
354 Pattern.compile(Pattern.quote(TEST_NOTO_COLOR_EMOJI_VPLUS1_TTF)); in fdLeakTest_withoutPermission()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java4667 addPackageRegex(Pattern.quote(packageName));
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt26209 HSPLjava/net/URI;->quote(Ljava/lang/String;JJ)Ljava/lang/String;
30351 HSPLjava/util/regex/Pattern;->quote(Ljava/lang/String;)Ljava/lang/String;