Home
last modified time | relevance | path

Searched defs:quote (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueFormatter.java103 final boolean quote, in formatElements()
114 final boolean quote) { in formatElements()
172 boolean quote, in formatHeaderElement()
183 final boolean quote) { in formatHeaderElement()
260 final boolean quote, in formatParameters()
271 boolean quote) { in formatParameters()
328 final boolean quote, in formatNameValuePair()
339 final boolean quote) { in formatNameValuePair()
396 boolean quote) { in doFormatValue()
H A DHeaderValueFormatter.java82 boolean quote) in formatElements()
101 boolean quote) in formatHeaderElement()
123 boolean quote) in formatParameters()
142 boolean quote) in formatNameValuePair()
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
H A DStrTokenizer.java309 public StrTokenizer(final String input, final char delim, final char quote) { in StrTokenizer()
322 public StrTokenizer(final String input, final StrMatcher delim, final StrMatcher quote) { in StrTokenizer()
378 public StrTokenizer(final char[] input, final char delim, final char quote) { in StrTokenizer()
391 public StrTokenizer(final char[] input, final StrMatcher delim, final StrMatcher quote) { in StrTokenizer()
910 public StrTokenizer setQuoteMatcher(final StrMatcher quote) { in setQuoteMatcher()
927 public StrTokenizer setQuoteChar(final char quote) { in setQuoteChar()
/aosp_15_r20/external/mesa3d/subprojects/packagefiles/quote/
H A Dmeson.build1 project(
24 lib = static_library(
/aosp_15_r20/external/mesa3d/subprojects/packagefiles/syn/
H A Dmeson.build34 quote = subproject('quote').get_variable('lib') variable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dquote.rs49 macro_rules! quote { macro
63 pub fn quote(stream: TokenStream) -> TokenStream { in quote() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dquote.rs49 macro_rules! quote { macro
63 pub fn quote(stream: TokenStream) -> TokenStream { in quote() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dquote.rs49 macro_rules! quote { macro
63 pub fn quote(stream: TokenStream) -> TokenStream { in quote() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dquote.rs49 macro_rules! quote { macro
63 pub fn quote(stream: TokenStream) -> TokenStream { in quote() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dquote.rs49 macro_rules! quote { macro
63 pub fn quote(stream: TokenStream) -> TokenStream { in quote() function
/aosp_15_r20/external/mesa3d/subprojects/packagefiles/pest_generator/
H A Dmeson.build10 quote = subproject('quote').get_variable('lib') variable
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DAboutDialog.cpp27 #define LLL_(quote) L##quote argument
28 #define LLL(quote) LLL_(quote) argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/attr/
Derror_context.h30 const char *(*quote) (struct error_context *, const char *); member
41 # define quote(ctx, name) \ macro
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/
H A DJavaScanner.java104 char quote = s.charAt(start); in quoteEnd() local
105 assert quote == '\'' || quote == '"' || quote == '`'; in quoteEnd() local
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DCommandLineSupport.java34 static String quote(final String arg) { in quote() method in CommandLineSupport
56 static String quote(final List<String> args) { in quote() method in CommandLineSupport
/aosp_15_r20/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
H A DCodeGenerator.java123 private static String quote(EditableItem text) { in quote() method in CodeGenerator
127 private static String quote(String text) { in quote() method in CodeGenerator
/aosp_15_r20/external/strace/tests/
H A Dprint_quoted_string.c13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex()
73 bool quote, const char *escape_chars) in print_quoted_memory_ex()
/aosp_15_r20/external/strace/tests-mx32/
H A Dprint_quoted_string.c13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex()
73 bool quote, const char *escape_chars) in print_quoted_memory_ex()
/aosp_15_r20/external/strace/tests-m32/
H A Dprint_quoted_string.c13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex()
73 bool quote, const char *escape_chars) in print_quoted_memory_ex()
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.c30 …kg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap()
76 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.c30 …kg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap()
76 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList()
/aosp_15_r20/external/autotest/client/common_lib/cros/network/
H A Dxmlrpc_security_types.py159 quote = lambda x: '"%s"' % x function
176 quote = lambda x: '\\"%s\\"' % x function
671 quote = lambda x: '"' + x + '"' function
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dexecsnoop.c30 bool quote; member
194 static void print_args(const struct event *e, bool quote) in print_args()
/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp80 std::string quote ( const char *p, char delim='"', char escape='\\' ) { in quote() function
144 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in quote() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp75 std::string quote(const char* p, char delim = '"', char escape = '\\') { in quote() function
137 std::wstring quote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in quote() function

12345678910>>...52