HomeSort by relevance Sort by last modified time
    Searched refs:backslash (Results 1 - 25 of 27) sorted by null

1 2

  /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_org/net/tools/dump_cache/
url_to_filename_encoder.h 138 const std::string backslash("\\");
139 ReplaceAll(&filename, backslash, slash);
197 const std::string backslash("\\");
198 ReplaceAll(path, slash, backslash);
cache_dumper.cc 50 std::wstring backslash(L"\\");
59 while ((pos = path.value().find(backslash, pos)) != std::wstring::npos) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
SearchConfig.js 67 var filePattern = "-?file:(([^\\\\ ]|\\\\.)+)"; // After file: prefix: any symbol except space and backslash or any symbol escaped with a backslash.
68 var quotedPattern = "\"(([^\\\\\"]|\\\\.)+)\""; // Inside double quotes: any symbol except double quote and backslash or any symbol escaped with a backslash.
70 // A word is a sequence of any symbols except space and backslash or any symbols escaped with a backslash, that does not start with file:.
  /cts/tools/dasm/src/dasm/
Scanner.java 419 throw new DasmError("Incorrect backslash escape sequence");
  /external/llvm/lib/AsmParser/
LLToken.h 31 backslash, // \ (not /) enumerator in enum:llvm::lltok::Kind
LLLexer.cpp 246 case '\\': return lltok::backslash;
  /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/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 47 // quotes (") appearing in a URI must be escaped with a backslash
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 86 // no backslash characters, then we can safely slap some quotes around it.
338 // First we replace the JSON backslash pairs with '@' (a non-JSON
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py     [all...]
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 207 // backslash characters, then we can safely slap some quotes around it.
451 // replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 485 '\\': 'backslash'
  /external/chromium_org/ui/webui/resources/js/
util.js 78 // quotes (") appearing in a URI must be escaped with a backslash
  /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 
  /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/fonttools/Lib/fontTools/
agl.py 364 005C;backslash;REVERSE SOLIDUS
  /external/bison/build-aux/
texinfo.tex     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]

Completed in 1566 milliseconds

1 2