/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 459 * passed as a quoted option, e.g. "-Ximage-compiler-option --compiler-filter=verify-none". 487 * passed as a quoted option, e.g. "-Ximage-compiler-option [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pickletester.py | 535 insecure = ["abc", "2 + 2", # not quoted 536 #"'abc' + 'def'", # not a single quoted string [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 23 _QStr = "(?:'[^']*'|\"[^\"]*\")" # quoted XML string 573 self.syntax_error("attribute `%s' value not quoted" % attrname) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pickletester.py | 535 insecure = ["abc", "2 + 2", # not quoted 536 #"'abc' + 'def'", # not a single quoted string [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 23 _QStr = "(?:'[^']*'|\"[^\"]*\")" # quoted XML string 573 self.syntax_error("attribute `%s' value not quoted" % attrname) [all...] |
/cts/tools/dasm/src/dasm/ |
parser.cup | 464 // an item is an integer, a float/double/long, or a quoted string
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 106 * in between its arguments. __CONCAT can also concatenate double-quoted
|
/development/ndk/platforms/android-L/include/sys/ |
cdefs.h | 93 * in between its arguments. __CONCAT can also concatenate double-quoted
|
/external/bison/data/m4sugar/ |
foreach.m4 | 226 # Return ARGS as an unquoted list of double-quoted arguments.
|
/external/chromium_org/base/debug/ |
trace_event_impl.h | 72 // data must be a valid JSON object. Strings must be properly quoted, and
|
/external/chromium_org/base/json/ |
json_reader_unittest.cc | 417 // Invalid, keys must be quoted
|
/external/chromium_org/base/message_loop/ |
message_loop.cc | 70 // in the pair (i.e., the quoted string) when printing out a histogram.
|
/external/chromium_org/chrome/browser/web_applications/ |
web_app_win.cc | 195 // properly quoted for a Windows command line. The method on
|
/external/chromium_org/extensions/browser/api/web_request/ |
form_data_parser.cc | 210 // represent "--" + |literal| as a "quoted pattern", a verbatim copy enclosed
|
/external/chromium_org/sql/ |
recovery_unittest.cc | 483 // Embedded "'" to make sure default-handling continues to be quoted
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
html5.html | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InsertParagraphSeparatorCommand.cpp | 232 // into an unquoted area. We then don't want the newline within the blockquote or else it will also be quoted.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebPageNewSerializerTest.cpp | 340 expectedEncoding = "quoted-printable";
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_rule.cpp | 472 // a non-quoted element must be inserted.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmtrtts.cpp | 299 // quoted characters. Currently, this isn't a problem with the locale
|
/external/chromium_org/third_party/libxml/src/ |
entities.c | 875 * This will dump the quoted string value, taking care of the special
|
/external/chromium_org/third_party/re2/re2/testing/ |
parse_test.cc | 124 // Test Perl quoted literals
|
/external/chromium_org/third_party/sqlite/src/test/ |
index.test | 705 # Drop index with a quoted name. Ticket #695.
|
trigger1.test | 439 # Check to make sure the name of a trigger can be quoted so that keywords
|
/external/chromium_org/tools/gn/ |
substitution_writer.cc | 146 // The result needs to be quoted as if it was one string, but the $ for
|