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

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dpp.c107 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
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dpp.c107 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
[all...]
/external/chromium_org/base/
H A Dlogging.cc484 wchar_t* backslash = wcsrchr(prog_name, '\\'); local
485 if (backslash)
486 backslash[1] = 0;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c465 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''";
1011 UChar *backslash; local
1012 while ((backslash = u_strchr(utestdatapath, 0x005C))) {
1013 *backslash = 0x002F;
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c467 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''";
1011 UChar *backslash; local
1012 while ((backslash = u_strchr(utestdatapath, 0x005C))) {
1013 *backslash = 0x002F;
/external/llvm/lib/AsmParser/
H A DLLToken.h31 backslash, // \ (not /) enumerator in enum:llvm::lltok::Kind
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jar ... StringBuffer stringbuf public static final java.lang.String backslash (java.lang.String) char c int i String ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 197 milliseconds