/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/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;
|
/ndk/sources/host-tools/make-3.81/ |
commands.c | 300 int backslash = 1; 303 backslash = !backslash; 304 if (backslash) 298 int backslash = 1; local
|
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...] |
read.c | 1105 register int backslash = 0; local 2512 int backslash = 0; local 2564 int backslash; local [all...] |
/external/chromium/base/ |
logging.cc | 487 wchar_t* backslash = wcsrchr(prog_name, '\\'); local 488 if (backslash) 489 backslash[1] = 0;
|
/external/chromium_org/base/ |
logging.cc | 492 wchar_t* backslash = wcsrchr(prog_name, '\\'); local 493 if (backslash) 494 backslash[1] = 0;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
creststn.c | 472 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''"; 1015 UChar *backslash; local [all...] |
/external/icu4c/test/cintltst/ |
creststn.c | 472 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''"; 1015 UChar *backslash; local [all...] |
/external/llvm/lib/AsmParser/ |
LLToken.h | 31 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/ |
ant-apache-oro.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/external/zxing/core/ |
core.jar | |