HomeSort by relevance Sort by last modified time
    Searched full:quoted (Results 276 - 300 of 1139) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 79 // Quoted query.
83 // This is kind of syntax error, since quoted string isn't finished.
  /external/chromium_org/content/child/
multipart_response_delegate.cc 319 // The byte range response can have quoted boundary strings. This is legal
321 // contain quoted boundary strings.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CookieParser.js 136 // Note: RFCs offer an option for quoted values that may contain commas and semicolons.
139 // Chrome and Safari on some old platforms. The latest version of Safari supports quoted
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
api_utils.py 81 The filename properly quoted to use as URI's path component.
92 filename: a quoted filename. /bucket/some%20filename.
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java 302 * @return {@code non-null;} the quoted string
314 * @return {@code non-null;} the quoted string
  /external/lldb/source/Interpreter/
OptionValueDictionary.cpp 255 error.SetErrorStringWithFormat ("invalid value path '%s', single quoted key names must be formatted as ['<key>'] where <key> is a string that doesn't contain quotes", name);
276 error.SetErrorStringWithFormat ("invalid value path '%s', double quoted key names must be formatted as [\"<key>\"] where <key> is a string that doesn't contain quotes", name);
  /external/apache-http/src/org/apache/http/message/
BasicHeader.java 53 * of token, separators, and quoted-string&gt;
  /external/chromium_org/build/android/pylib/
flag_changer.py 158 logging.warn('Unterminated quoted argument: ' + line)
  /external/chromium_org/chrome/browser/resources/net_internals/
source_filter_parser.js 141 // Assemble a list of quoted and unquoted strings in the filter.
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_unittest.cc 23 // Value is quoted. Quotes should be stripped.
  /external/chromium_org/net/http/
http_chunked_decoder.h 67 // chunk-ext-val = token | quoted-string
http_request_headers.h 120 // of token, separators, and quoted-string>
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMarkup.cpp 114 // For efficiency, we first pre-calculate the length of the quoted string, then we build the actual one.
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
Runner.java 231 // FIXME: This does not support quoted arguments.
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 238 // that arises from quoted-string, nor does this function properly unquote
344 // we don't handle spaces within quoted parameter values, because charset names cannot have any
765 // The value is a quoted string
768 // Store the value as a quoted string without quotes
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
charmap.pl 69 my $NOESC_QUOTE = 8; # Not escaped if quoted
  /external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
Runner.java 240 // FIXME: This does not support quoted arguments.
  /external/chromium_org/third_party/icu/source/common/
rbbiscan.h 102 UBool fQuoteMode; // Scan is in a 'quoted region'
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vec_index_to_swizzle.cpp 87 * The quoted spec text mentions non-constant expressions, but this code
  /external/chromium_org/third_party/sqlite/src/src/
vdbetrace.c 59 ** string literals, quoted identifier names, and comments. For text forms,
  /external/chromium_org/third_party/sqlite/src/test/
collate9.test 14 # sequences may be quoted using double quotes in SQL statements.
  /external/chromium_org/tools/gn/
err.cc 174 // Quoted line.
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUserFile.py 84 executable. All elements of the command will be quoted if
common.py 203 # _quote is a pattern that should match any argument that needs to be quoted
208 # $ expansions (quoted to always expand within one argument)
223 # backslash-escaped regardless of whether they appear in a double-quoted
256 argument may be quoted and escaped as necessary to ensure that POSIX shells

Completed in 2431 milliseconds

<<11121314151617181920>>