/prebuilts/libs/libedit/share/man/man3/ |
el_set.3 | 845 1 for an unmatched single quote, 846 2 for an unmatched double quote,
|
el_source.3 | 845 1 for an unmatched single quote, 846 2 for an unmatched double quote,
|
el_tok_end.3 | 845 1 for an unmatched single quote, 846 2 for an unmatched double quote,
|
el_tok_init.3 | 845 1 for an unmatched single quote, 846 2 for an unmatched double quote,
|
el_tok_line.3 | 845 1 for an unmatched single quote, 846 2 for an unmatched double quote,
|
el_tok_reset.3 | 845 1 for an unmatched single quote, 846 2 for an unmatched double quote,
|
el_tok_str.3 | 845 1 for an unmatched single quote, 846 2 for an unmatched double quote,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 256 Single and double quotes are equivalent, and the quote characters can 258 escape sequence, leaving only the escaped character. The quote
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imputil.py | 676 # insert names of archives into sys.path (see quote below) 679 # (see quote below)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 256 Single and double quotes are equivalent, and the quote characters can 258 escape sequence, leaving only the escaped character. The quote
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imputil.py | 676 # insert names of archives into sys.path (see quote below) 679 # (see quote below)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 350 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR)); 616 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR)); [all...] |
/external/sqlite/dist/orig/ |
shell.c | 576 #define MODE_Csv 7 /* Quote strings, numbers are plain */ 1059 ** the name of the table given. Escape any quote characters in the 1100 ** If the third argument, quote, is not '\0', then it is used as a 1101 ** quote character for zAppend. 1103 static char *appendText(char *zIn, char const *zAppend, char quote){ 1110 if( quote ){ 1113 if( zAppend[i]==quote ) len++; 1122 if( quote ){ 1124 *zCsr++ = quote; 1127 if( zAppend[i]==quote ) *zCsr++ = quote [all...] |
/external/sqlite/dist/ |
shell.c | 582 #define MODE_Csv 7 /* Quote strings, numbers are plain */ 1065 ** the name of the table given. Escape any quote characters in the 1106 ** If the third argument, quote, is not '\0', then it is used as a 1107 ** quote character for zAppend. 1109 static char *appendText(char *zIn, char const *zAppend, char quote){ 1116 if( quote ){ 1119 if( zAppend[i]==quote ) len++; 1128 if( quote ){ 1130 *zCsr++ = quote; 1133 if( zAppend[i]==quote ) *zCsr++ = quote [all...] |
/external/google-breakpad/src/third_party/curl/ |
curl.h | 334 CURLE_QUOTE_ERROR, /* 21 - quote command failure */ 761 /* send linked-list of QUOTE commands */ 762 CINIT(QUOTE, OBJECTPOINT, 28), 796 /* send linked-list of post-transfer QUOTE commands */ [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Utility.java | 658 // Represent control characters, backslash and double quote 707 // Represent control characters, backslash and double quote [all...] |
/external/bison/src/ |
scan-gram.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
standards.info | [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 114 const char* value, int quote ); [all...] |
/device/generic/goldfish/qemud/ |
qemud.c | 564 quote( const void* data, int len ) function 1080 funcname, p->len, quote(p->data, p->len)); 1254 p->len, quote(p->data, p->len)); [all...] |
/external/bison/m4/ |
gnulib-comp.m4 | 164 # Code from module quote: 1043 lib/quote.h [all...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 229 // sequence \" by a double-quote, and replacing each escape sequence \\ by a 272 // Remove the front quote, replacing it with a space, so that the pragma 276 // Replace the terminating quote with a \n. [all...] |
/external/icu/icu4c/source/common/ |
messagepattern.cpp | 471 // skip the quote-starting apostrophe 482 // skip the quote-ending apostrophe 675 // skip the quote-ending apostrophe [all...] |
/external/libunwind/aux/ |
ltmain.sh | 295 # Aesthetically quote the previous argument. 300 # Double-quote args containing other shell metacharacters. 355 # Double-quote args containing other shell metacharacters. 396 # Aesthetically quote the previous argument. 403 # Double-quote args containing other shell metacharacters. [all...] |
/external/lldb/www/ |
tutorial.html | 44 If you need to put a backslash or double-quote character
47 quote some arguments in lldb that you wouldn't in gdb.</p>
[all...] |