/aosp14/system/core/libsysutils/src/ |
H A D | FrameworkListener.cpp | 102 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 D | fs_mgr_boot_config.cpp | 30 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 D | LocalLogTest.java | 94 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 D | BidiFormatter.java | 904 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 D | Html.java | 334 for (QuoteSpan quote : quotes) { in withinDiv() 340 for (QuoteSpan quote : quotes) { in withinDiv()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | JsonReader.java | 654 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 D | NetworkScoreServiceTest.java | 114 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 D | ClassPathPackageInfoSource.java | 207 return classPath.split(Pattern.quote(separator)); in getClassPath()
|
/aosp14/frameworks/base/tests/UpdatableSystemFontTest/src/com/android/updatablesystemfont/ |
H A D | UpdatableSystemFontTest.java | 331 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 D | ShortcutService.java | 4667 addPackageRegex(Pattern.quote(packageName));
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 26209 HSPLjava/net/URI;->quote(Ljava/lang/String;JJ)Ljava/lang/String; 30351 HSPLjava/util/regex/Pattern;->quote(Ljava/lang/String;)Ljava/lang/String;
|