Home
last modified time | relevance | path

Searched refs:unquoted (Results 1 – 25 of 49) sorted by relevance

12

/external/dbus/test/
Dshell-test.c68 char *unquoted; in test_command_line() local
70 unquoted = _dbus_shell_unquote (original_argv[i]); in test_command_line()
71 if (strcmp (unquoted ? unquoted : "", in test_command_line()
75 i, shell_argv[i], unquoted); in test_command_line()
76 dbus_free (unquoted); in test_command_line()
79 dbus_free (unquoted); in test_command_line()
/external/dbus/dbus/
Ddbus-shell.c171 char *unquoted; in _dbus_shell_unquote() local
177 unquoted = _dbus_strdup (quoted_string); in _dbus_shell_unquote()
178 if (unquoted == NULL) in _dbus_shell_unquote()
181 start = unquoted; in _dbus_shell_unquote()
182 end = unquoted; in _dbus_shell_unquote()
185 dbus_free (unquoted); in _dbus_shell_unquote()
242 dbus_free (unquoted); in _dbus_shell_unquote()
248 dbus_free (unquoted); in _dbus_shell_unquote()
/external/pcre/dist/
Dpcrecpp.cc466 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() argument
477 for (int ii = 0; ii < unquoted.size(); ++ii) { in QuoteMeta()
480 if (unquoted[ii] == '\0') { in QuoteMeta()
482 } else if ((unquoted[ii] < 'a' || unquoted[ii] > 'z') && in QuoteMeta()
483 (unquoted[ii] < 'A' || unquoted[ii] > 'Z') && in QuoteMeta()
484 (unquoted[ii] < '0' || unquoted[ii] > '9') && in QuoteMeta()
485 unquoted[ii] != '_' && in QuoteMeta()
489 !(unquoted[ii] & 128)) { in QuoteMeta()
491 result += unquoted[ii]; in QuoteMeta()
493 result += unquoted[ii]; in QuoteMeta()
Dpcrecpp_unittest.cc486 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { in TestQuoteMeta() argument
487 string quoted = RE::QuoteMeta(unquoted); in TestQuoteMeta()
489 CHECK(re.FullMatch(unquoted)); in TestQuoteMeta()
494 static void NegativeTestQuoteMeta(string unquoted, string should_not_match, in NegativeTestQuoteMeta() argument
496 string quoted = RE::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
Dpcrecpp.h626 static string QuoteMeta(const StringPiece& unquoted);
/external/regex-re2/util/
Dpcre.cc412 string PCRE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() argument
414 result.reserve(unquoted.size() << 1); in QuoteMeta()
423 for (int ii = 0; ii < unquoted.length(); ++ii) { in QuoteMeta()
426 if ((unquoted[ii] < 'a' || unquoted[ii] > 'z') && in QuoteMeta()
427 (unquoted[ii] < 'A' || unquoted[ii] > 'Z') && in QuoteMeta()
428 (unquoted[ii] < '0' || unquoted[ii] > '9') && in QuoteMeta()
429 unquoted[ii] != '_' && in QuoteMeta()
433 !(unquoted[ii] & 128)) { in QuoteMeta()
434 if (unquoted[ii] == '\0') { // Special handling for null chars. in QuoteMeta()
441 result += unquoted[ii]; in QuoteMeta()
Dpcre.h440 static string QuoteMeta(const StringPiece& unquoted);
/external/regex-re2/re2/
Dre2.cc425 string RE2::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() argument
427 result.reserve(unquoted.size() << 1); in QuoteMeta()
436 for (int ii = 0; ii < unquoted.length(); ++ii) { in QuoteMeta()
439 if ((unquoted[ii] < 'a' || unquoted[ii] > 'z') && in QuoteMeta()
440 (unquoted[ii] < 'A' || unquoted[ii] > 'Z') && in QuoteMeta()
441 (unquoted[ii] < '0' || unquoted[ii] > '9') && in QuoteMeta()
442 unquoted[ii] != '_' && in QuoteMeta()
446 !(unquoted[ii] & 128)) { in QuoteMeta()
447 if (unquoted[ii] == '\0') { // Special handling for null chars. in QuoteMeta()
457 result += unquoted[ii]; in QuoteMeta()
Dre2.h408 static string QuoteMeta(const StringPiece& unquoted);
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dgenerate_chromeos_dbus_bindings.cc58 std::string unquoted; in RemoveQuotes() local
59 base::TrimString(path, "\"'", &unquoted); in RemoveQuotes()
60 return base::FilePath{unquoted}; in RemoveQuotes()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-18.data2 This unquoted scalar
/external/llvm/test/YAMLParser/
Dspec-02-18.test4 This unquoted scalar
/external/regex-re2/re2/testing/
Dre2_test.cc384 static void TestQuoteMeta(string unquoted, in TestQuoteMeta() argument
386 string quoted = RE2::QuoteMeta(unquoted); in TestQuoteMeta()
388 EXPECT_TRUE_M(RE2::FullMatch(unquoted, re), in TestQuoteMeta()
389 "Unquoted='" + unquoted + "', quoted='" + quoted + "'."); in TestQuoteMeta()
394 static void NegativeTestQuoteMeta(string unquoted, string should_not_match, in NegativeTestQuoteMeta() argument
396 string quoted = RE2::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
399 "Unquoted='" + unquoted + "', quoted='" + quoted + "'."); in NegativeTestQuoteMeta()
/external/bison/m4/
Dwarnings.m423 # FIXME: gl_Warn must be used unquoted until we can assume Autoconf
Dwarn-on-use.m430 dnl FIXME: gl_Symbol must be used unquoted until we can assume
Dinclude_next.m4178 dnl FIXME: gl_next_header and gl_header_exists must be used unquoted
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
Dtest4.test11 {"description":"= in unquoted attribute value",
300 {"description":"Grave accent in unquoted attribute",
336 {"description":"EOF in attribute value (unquoted) state",
Dtest1.test192 {"description":"Open angled bracket in unquoted attribute value state",
/external/strace/m4/
Dwarnings.m423 # FIXME: gl_Warn must be used unquoted until we can assume Autoconf
/external/pcre/
Dpcrecpp.h626 static string QuoteMeta(const StringPiece& unquoted);
/external/chromium-trace/catapult/third_party/flot/
Djquery.min.js2unquoted,excess;if(matchExpr["CHILD"].test(match[0])){return null}if(match[3]){match[2]=match[3]}e…
Djquery.js4203 var unquoted, excess;
4210 } else if ( (unquoted = match[4]) ) {
4212 if ( rpseudo.test(unquoted) &&
4214 (excess = tokenize( unquoted, true )) &&
4216 (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
4219 unquoted = unquoted.slice( 0, excess );
4222 match[2] = unquoted;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dauth.py574 unquoted = urllib.parse.unquote(path.path)
576 encoded = urllib.parse.quote(unquoted)
/external/markdown/docs/
DCHANGE_LOG105 May 18, 2006: Stopped catching unquoted titles in reference links.
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt392 Switch to the attribute value (unquoted) state and reconsume
411 value. Switch to the attribute value (unquoted) state.
452 8.2.4.12 Attribute value (unquoted) state
480 value. Stay in the attribute value (unquoted) state.

12