HomeSort by relevance Sort by last modified time
    Searched defs:backslash (Results 1 - 13 of 13) sorted by null

  /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...]
  /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_org/base/
logging.cc 484 wchar_t* backslash = wcsrchr(prog_name, '\\'); local
485 if (backslash)
486 backslash[1] = 0;
  /build/core/
config.mk 26 # Unfortunately you can't simply define backslash as \ or \\.
27 backslash := \a macro
28 backslash := $(patsubst %a,%,$(backslash)) macro
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 465 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''";
1011 UChar *backslash; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 467 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''";
1011 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 

Completed in 1808 milliseconds