Searched defs:backslash (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
H A Dpathname_stripper.cc43 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/compiler/glsl/glcpp/
H A Dpp.c115 const char *backslash, *newline, *search_start; local
160 backslash = strchr(search_start, '\\');
177 (backslash == NULL || newline < backslash))
190 search_start = backslash + 1;
192 if (backslash == NULL)
195 /* At each line continuation, (backslash followed by a
200 if (backslash[1] == '\r' || backslash[1] == '\n')
203 ralloc_strncat(&clean, shader, backslash
[all...]
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLToken.h31 backslash, // \ (not /) enumerator in enum:llvm::lltok::Kind
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c466 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''";
1010 UChar *backslash; local
1011 while ((backslash = u_strchr(utestdatapath, 0x005C))) {
1012 *backslash = 0x002F;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 330 milliseconds