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

  /external/google-breakpad/src/processor/
pathname_stripper.cc 43 string::size_type backslash = path.rfind('\\'); local
47 (backslash == string::npos || slash > backslash)) {
49 } else if (backslash != string::npos) {
50 file_start = backslash + 1;
  /build/make/common/
core.mk 41 # Unfortunately you can't simply define backslash as \ or \\.
42 backslash := \a macro
43 backslash := $(patsubst %a,%,$(backslash)) macro
46 .KATI_READONLY := SHELL empty space comma newline pound backslash
  /external/mesa3d/src/compiler/glsl/glcpp/
pp.c 114 const char *backslash, *newline, *search_start; local
120 backslash = strchr(shader, '\\');
123 if (backslash == NULL)
182 (backslash == NULL || newline < backslash))
197 search_start = backslash + 1;
199 if (backslash == NULL)
202 /* At each line continuation, (backslash followed by a
207 if (backslash[1] == '\r' || backslash[1] == '\n'
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 468 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''";
1012 UChar *backslash; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLToken.h 31 backslash, // \ (not /) enumerator in enum:llvm::lltok::Kind
  /external/zxing/core/
core.jar 

Completed in 589 milliseconds