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

1 2

  /external/webkit/LayoutTests/fast/encoding/resources/
yentestexternal2.js 4 document.write("one backslash external: \ <br>");
  /external/mesa3d/src/glsl/glcpp/
pp.c 99 const char *backslash = NULL; local
106 backslash = newline - 1;
108 backslash = newline - 2;
110 /* Double backslashes don't count (the backslash is escaped) */
111 if (backslash != NULL && backslash[-1] == '\\') {
112 backslash = NULL;
115 if (backslash != NULL) {
118 if (in_directive(shader, backslash)) {
125 clean = hieralloc_strndup_append(clean, shader, backslash - shader)
    [all...]
  /system/core/sh/
show.c 328 case '\n': c = 'n'; goto backslash;
329 case '\t': c = 't'; goto backslash;
330 case '\r': c = 'r'; goto backslash;
331 case '"': c = '"'; goto backslash;
332 case '\\': c = '\\'; goto backslash;
333 case CTLESC: c = 'e'; goto backslash;
334 case CTLVAR: c = 'v'; goto backslash;
335 case CTLVAR+CTLQUOTE: c = 'V'; goto backslash;
336 case CTLBACKQ: c = 'q'; goto backslash;
337 case CTLBACKQ+CTLQUOTE: c = 'Q'; goto backslash;
    [all...]
mkinit.sh 39 backslash='\'
95 [ "$line" = "${line%$backslash}" ] || continue
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 139 const std::string backslash("\\");
140 ReplaceAll(&filename, backslash, slash);
198 const std::string backslash("\\");
199 ReplaceAll(path, slash, backslash);
cache_dumper.cc 45 std::wstring backslash(L"\\");
54 while ((pos = path.find(backslash, pos)) != std::wstring::npos) {
  /ndk/sources/host-tools/make-3.81/
misc.c 71 /* Discard each backslash-newline combination from LINE.
72 Backslash-backslash-newline combinations become backslash-newlines.
79 register int backslash;
93 the end just before IN, and BACKSLASH gets nonzero
95 backslash = 0;
99 if (backslash)
101 backslash = !backslash;
78 register int backslash; local
432 register int backslash = 0; local
    [all...]
commands.c 300 int backslash = 1;
303 backslash = !backslash;
304 if (backslash)
298 int backslash = 1; local
read.c 1105 register int backslash = 0; local
2512 int backslash = 0; local
2564 int backslash; local
    [all...]
job.c     [all...]
  /external/chromium/googleurl/base/
logging.cc 91 last_backslash[1] = 0; // name now ends with the backslash
197 wchar_t* backslash = wcsrchr(prog_name, '\\'); local
198 if (backslash)
199 backslash[1] = 0;
  /cts/tools/dasm/src/dasm/
Scanner.java 419 throw new DasmError("Incorrect backslash escape sequence");
  /external/llvm/lib/AsmParser/
LLToken.h 31 backslash, // \ (not /) enumerator in enum:llvm::lltok::Kind
LLLexer.cpp 253 case '\\': return lltok::backslash;
  /external/dbus/dbus/
dbus-shell.c 38 * Double quotes allow $ ` " \ and newline to be escaped with backslash.
163 * be escaped with backslash. Otherwise double quotes preserve things
194 /* Append all non-quoted chars, honoring backslash escape
201 /* all characters can get escaped by backslash,
203 * a backslash outside of quotes
274 * 1) "If the current character is backslash, single-quote or
371 /* we append nothing; backslash-newline become nothing */
  /external/qemu/
curses_keys.h 92 ['\\'] = 43, /* Backslash */
308 { "backslash", 0x05c },
  /external/chromium/base/
logging.cc 487 wchar_t* backslash = wcsrchr(prog_name, '\\'); local
488 if (backslash)
489 backslash[1] = 0;
  /external/chromium/chrome/browser/resources/shared/js/
util.js 50 // quotes (") appearing in a URI must be escaped with a backslash
  /external/webkit/LayoutTests/fast/url/script-tests/
relative.js 75 // IE will also allow one or the other to be a backslash to get the same
  /external/bluetooth/glib/glib/
gconvert.c 1560 char *p, *backslash; local
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 18 // double quotes (") appearing in a URI must be escaped with a backslash
  /external/chromium-trace/src/shared/js/
util.js 48 // quotes (") appearing in a URI must be escaped with a backslash
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/grub/stage2/
builtins.c     [all...]

Completed in 1751 milliseconds

1 2