HomeSort by relevance Sort by last modified time
    Searched refs:backslash (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/google-breakpad/src/processor/
pathname_stripper.cc 43 string::size_type backslash = path.rfind('\\'); local
47 (backslash == string::npos || slash > backslash)) {
49 } else if (backslash != string::npos) {
50 file_start = backslash + 1;
  /external/mesa3d/src/glsl/glcpp/
pp.c 107 const char *backslash = NULL; local
114 backslash = newline - 1;
116 backslash = newline - 2;
118 /* Double backslashes don't count (the backslash is escaped) */
119 if (backslash != NULL && backslash[-1] == '\\') {
120 backslash = NULL;
123 if (backslash != NULL) {
126 if (in_directive(shader, backslash)) {
133 ralloc_strncat(&clean, shader, backslash - shader)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_fail.py 34 '["Illegal backslash escape: \\x15"]',
36 '["Illegal backslash escape: \\\'"]',
38 '["Illegal backslash escape: \\017"]',
  /external/iproute2/lib/
json_writer.c 303 jsonw_string_field(wr, "backslash", "\\");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
110 # path is not empty and does not end with a backslash,
112 # ('a', ''), it's best if join() adds a backslash in
406 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
416 # with a backslash, it could either be an absolute path on the current
427 prefix = prefix + backslash
432 prefix = prefix + backslash
452 return prefix + backslash.join(comps)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 18 escaping the newline (ie. backslash at end of line), strip
42 leading up to the "#" -- unless it is escaped by a backslash
54 if a backslash is the last non-newline character on a line
57 with a backslash, then N+1 physical lines will be joined to
228 # did previous line end with a backslash? then accumulate
util.py 323 spaces are not escaped by a backslash, or inside a quoted string.
325 be backslash-escaped. The backslash is stripped from any two-character
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
110 # path is not empty and does not end with a backslash,
112 # ('a', ''), it's best if join() adds a backslash in
401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
411 # with a backslash, it could either be an absolute path on the current
422 prefix = prefix + backslash
427 prefix = prefix + backslash
447 return prefix + backslash.join(comps)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 18 escaping the newline (ie. backslash at end of line), strip
42 leading up to the "#" -- unless it is escaped by a backslash
54 if a backslash is the last non-newline character on a line
57 with a backslash, then N+1 physical lines will be joined to
228 # did previous line end with a backslash? then accumulate
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
257 be backslash-escaped. The backslash is stripped from any two-character
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
110 # path is not empty and does not end with a backslash,
112 # ('a', ''), it's best if join() adds a backslash in
401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
411 # with a backslash, it could either be an absolute path on the current
422 prefix = prefix + backslash
427 prefix = prefix + backslash
447 return prefix + backslash.join(comps)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 18 escaping the newline (ie. backslash at end of line), strip
42 leading up to the "#" -- unless it is escaped by a backslash
54 if a backslash is the last non-newline character on a line
57 with a backslash, then N+1 physical lines will be joined to
228 # did previous line end with a backslash? then accumulate
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
110 # path is not empty and does not end with a backslash,
112 # ('a', ''), it's best if join() adds a backslash in
401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
411 # with a backslash, it could either be an absolute path on the current
422 prefix = prefix + backslash
427 prefix = prefix + backslash
447 return prefix + backslash.join(comps)
  /prebuilts/go/darwin-x86/src/encoding/json/
tables.go 14 // double quote ("), and the backslash character ("\").
119 // double quote ("), the backslash character ("\"), HTML opening and closing
  /prebuilts/go/linux-x86/src/encoding/json/
tables.go 14 // double quote ("), and the backslash character ("\").
119 // double quote ("), the backslash character ("\"), HTML opening and closing
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 18 escaping the newline (ie. backslash at end of line), strip
42 leading up to the "#" -- unless it is escaped by a backslash
54 if a backslash is the last non-newline character on a line
57 with a backslash, then N+1 physical lines will be joined to
228 # did previous line end with a backslash? then accumulate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
110 # path is not empty and does not end with a backslash,
112 # ('a', ''), it's best if join() adds a backslash in
401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
411 # with a backslash, it could either be an absolute path on the current
422 prefix = prefix + backslash
427 prefix = prefix + backslash
447 return prefix + backslash.join(comps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 18 escaping the newline (ie. backslash at end of line), strip
42 leading up to the "#" -- unless it is escaped by a backslash
54 if a backslash is the last non-newline character on a line
57 with a backslash, then N+1 physical lines will be joined to
228 # did previous line end with a backslash? then accumulate
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
110 # path is not empty and does not end with a backslash,
112 # ('a', ''), it's best if join() adds a backslash in
401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
411 # with a backslash, it could either be an absolute path on the current
422 prefix = prefix + backslash
427 prefix = prefix + backslash
447 return prefix + backslash.join(comps)
  /cts/tools/dasm/src/dasm/
Scanner.java 419 throw new DasmError("Incorrect backslash escape sequence");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 65 # For DOS it is absolute if it starts with a slash or backslash (current
67 # starts with a slash or backslash.
436 backslash, dot = (u'\\', u'.') if isinstance(path, _unicode) else ('\\', '.')
446 # with a backslash, it could either be an absolute path on the current
457 prefix = prefix + backslash
462 prefix = prefix + backslash
482 return prefix + backslash.join(comps)
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLToken.h 31 backslash, // \ (not /) enumerator in enum:llvm::lltok::Kind
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 49 backslash := false
62 if quote == '\000' && !backslash && (c == '"' || c == '\'') {
64 backslash = false
65 } else if !backslash && quote == c {
67 } else if (quote == '\000' || quote == '"') && !backslash && c == '\\' {
68 backslash = true
70 backslash = false
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 49 backslash := false
62 if quote == '\000' && !backslash && (c == '"' || c == '\'') {
64 backslash = false
65 } else if !backslash && quote == c {
67 } else if (quote == '\000' || quote == '"') && !backslash && c == '\\' {
68 backslash = true
70 backslash = false
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 397 # If there is a trailing backslash, then delete it -- we don't
468 s|\\\"|<<dq>>|g; # Transform backslash double quote
469 s|\\\'|<<sq>>|g; # Transform backslash single quote
470 s|\\\#|<<lb>>|g; # Transform backslash pound
471 s|\\(.)|<<q$1>>|g; # Transform backslash escapes

Completed in 1714 milliseconds

1 2 3 4