Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 25 of 115) sorted by relevance

12345

/external/mesa3d/src/glsl/glcpp/
Dpp.c99 const char *backslash = NULL; in remove_line_continuations() local
106 backslash = newline - 1; in remove_line_continuations()
108 backslash = newline - 2; in remove_line_continuations()
111 if (backslash != NULL && backslash[-1] == '\\') { in remove_line_continuations()
112 backslash = NULL; in remove_line_continuations()
115 if (backslash != NULL) { in remove_line_continuations()
118 if (in_directive(shader, backslash)) { in remove_line_continuations()
125 clean = hieralloc_strndup_append(clean, shader, backslash - shader); in remove_line_continuations()
/external/chromium/net/tools/dump_cache/
Durl_to_filename_encoder.h139 const std::string backslash("\\"); in Encode()
140 ReplaceAll(&filename, backslash, slash); in Encode()
198 const std::string backslash("\\"); in ConvertToSlashes()
199 ReplaceAll(path, slash, backslash); in ConvertToSlashes()
Dcache_dumper.cc45 std::wstring backslash(L"\\"); in SafeCreateDirectory() local
54 while ((pos = path.find(backslash, pos)) != std::wstring::npos) { in SafeCreateDirectory()
/external/webkit/LayoutTests/fast/encoding/
Dyentest2-expected.txt2 one backslash external:
4 one backslash inline:
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Dmkskel.tpu6 ! changing backslash (\) to doubled backslash (\\) and quote (")
7 ! to backslash quote (\"). For each line, insert space+space+quote
/external/qemu/pc-bios/keymaps/
Dpt-br31 backslash 0x0c altgr
64 backslash 0x56
Dar45 backslash 0x1e shift altgr
71 backslash 0x2b
Dpt34 backslash 0x0c altgr
88 backslash 0x29
Dtr35 backslash 0x0c altgr
93 backslash 0x29
Den-gb34 backslash 0x0c altgr
118 backslash 0x56
Dpl35 backslash 0x0c altgr
94 backslash 0x2b
Den-us28 backslash 0x2b
Dlv36 backslash 0x0c altgr
98 backslash 0x2b
Dfr-be46 backslash 0x0c altgr
134 backslash 0x56 altgr
Dfo70 backslash 0x56 altgr
Dfr-ca6 backslash 0x29 altgr
Dsv42 backslash 0xc altgr
Dnl26 backslash 0x0c altgr
Det42 backslash 0xc altgr
Dlt48 backslash 0x2b
/external/chromium/googleurl/base/
Dlogging.cc197 wchar_t* backslash = wcsrchr(prog_name, '\\'); in DisplayDebugMessage() local
198 if (backslash) in DisplayDebugMessage()
199 backslash[1] = 0; in DisplayDebugMessage()
/external/mdnsresponder/mDNSPosix/
DServices.txt7 # backslash to distinguish if from a comment line.
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text116 This is a code span with a literal backslash-backtick sequence: `` \` ``
/external/bison/m4/
Ddos.m456 [Define if the backslash character may also serve as a file name
/external/chromium/base/
Dlogging.cc487 wchar_t* backslash = wcsrchr(prog_name, '\\'); in DisplayDebugMessageInDialog() local
488 if (backslash) in DisplayDebugMessageInDialog()
489 backslash[1] = 0; in DisplayDebugMessageInDialog()

12345