Home
last modified time | relevance | path

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

1234567

/external/apache-http/src/org/apache/http/message/
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()
DHeaderValueFormatter.java82 boolean quote) in formatElements()
101 boolean quote) in formatHeaderElement()
123 boolean quote) in formatParameters()
142 boolean quote) in formatNameValuePair()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DJavaScanner.java104 char quote = s.charAt(start); in quoteEnd() local
105 assert quote == '\'' || quote == '"' || quote == '`'; in quoteEnd() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DCommandLineSupport.java33 static String quote(final String arg) { in quote() method in CommandLineSupport
55 static String quote(final List<String> args) { in quote() method in CommandLineSupport
/external/protobuf/protoc-artifacts/
Dscl-enable-devtoolset.sh4 quote() { function
/external/grpc-grpc-java/buildscripts/
Drun_in_docker.sh4 quote() { function
/external/strace/tests-m32/
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()
/external/strace/tests-mx32/
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()
/external/strace/tests/
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()
/external/antlr/runtime/Ruby/test/functional/lexer/
Dxml.rb15 def quote(text) singletonMethod in XMLLexerTest
/external/python/cpython3/Tools/scripts/
Dgoogle.py15 def quote(arg): function
/external/boringssl/src/util/
Dembed_test_data.go30 func quote(in []byte) string { func
/external/icu/icu4c/source/tools/pkgdata/
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()
/external/brotli/
Dconfigure-cmake39 quote() { function
/external/rust/crates/syn-mid/src/
Dmacros.rs85 impl quote::ToTokens for $name { impl
/external/skqp/infra/bots/recipe_modules/build/
Dandroid.py32 quote = lambda x: '"%s"' % x function
Dchromebook.py68 quote = lambda x: '"%s"' % x function
Dchromecast.py41 quote = lambda x: '"%s"' % x function
/external/tensorflow/tensorflow/core/lib/strings/
Dproto_text_util.cc43 const char quote = scanner->Peek(); in ProtoParseStringLiteralFromScanner() local
/external/skia/infra/bots/recipe_modules/build/
Dandroid.py33 quote = lambda x: '"%s"' % x function
/external/llvm-project/lld/Common/
DReproduce.cpp45 std::string lld::quote(StringRef s) { in quote() function in lld
/external/icu/icu4c/source/test/intltest/
Dtokiter.cpp73 UChar quote = 0; in nextToken() local
/external/python/cpython3/Lib/html/
D__init__.py12 def escape(s, quote=True): argument
/external/llvm-project/lldb/source/Utility/
DArgs.cpp160 Args::ArgEntry::ArgEntry(llvm::StringRef str, char quote) : quote(quote) { in ArgEntry()
249 char quote; in SetCommandString() local
362 char quote = in SetArguments() local
634 char quote; in SetFromString() local
/external/ImageMagick/MagickWand/
Dscript-token.c357 quote, in GetScriptToken() local

1234567