/external/blktrace/btt/doc/ |
btt.tex | [all...] |
/external/v8/test/mjsunit/ |
json.js | 188 TestInvalid("'single quote'"); // Valid JavaScript 326 // Following the ES5 specification of the abstraction function Quote.
|
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyle.cpp | 680 void RenderStyle::setContent(QuoteType quote, bool add) 682 prepareToSetContent(0, add)->setQuote(quote); [all...] |
/external/bison/ |
config.status | 560 s,@LIBOBJS@, dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o,;t t 600 s,@LTLIBOBJS@, dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo,;t t 886 # Do quote $f, to prevent DOS paths from being IFS'd. [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 86 return urllib.quote(s, safe='~')
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipPhone.java | 390 String replaceStr = Pattern.quote(mProfile.getUserName() + "@"); [all...] |
/libcore/json/src/test/java/org/json/ |
JSONObjectTest.java | 931 assertEquals("\"\"", JSONObject.quote(null)); [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
DeviceExplorer.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 75 * quote. 77 * opening quote, where the opening quote is a single quote, and the replacement items use [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/ |
ArchiveInstaller.java | 633 found.split(Pattern.quote(";")))); //$NON-NLS-1$
[all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 114 const char* value, int quote ); [all...] |
/external/libxml2/ |
parser.c | 11451 xmlChar quote = 0; local [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |
/external/sqlite/dist/orig/ |
shell.c | 452 #define MODE_Csv 7 /* Quote strings, numbers are plain */ 857 ** the name of the table given. Escape any quote characters in the 898 ** If the third argument, quote, is not '\0', then it is used as a 899 ** quote character for zAppend. 901 static char *appendText(char *zIn, char const *zAppend, char quote){ 908 if( quote ){ 911 if( zAppend[i]==quote ) len++; 920 if( quote ){ 922 *zCsr++ = quote; 925 if( zAppend[i]==quote ) *zCsr++ = quote [all...] |
/external/sqlite/dist/ |
shell.c | 457 #define MODE_Csv 7 /* Quote strings, numbers are plain */ 862 ** the name of the table given. Escape any quote characters in the 903 ** If the third argument, quote, is not '\0', then it is used as a 904 ** quote character for zAppend. 906 static char *appendText(char *zIn, char const *zAppend, char quote){ 913 if( quote ){ 916 if( zAppend[i]==quote ) len++; 925 if( quote ){ 927 *zCsr++ = quote; 930 if( zAppend[i]==quote ) *zCsr++ = quote [all...] |
/external/webkit/Source/WebCore/editing/ |
TextIterator.cpp | [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 390 // Instead of a true tokenizer, we'll use double-quote as the split. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | [all...] |
/build/core/ |
main.mk | 196 # XXX The single quote on this line fixes gvim's syntax highlighting.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | |
/external/grub/stage2/ |
builtins.c | [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 710 ([\'"]) # quote char = $6 712 \6 # matching quote 713 [ ]* # ignore any spaces/tabs between closing quote and ) 835 ([\'"]) # quote char = $6 837 \6 # matching quote [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnJAJP.java | 513 String delimiter = Pattern.quote(getResources().getString(R.string.en_word_separators)); [all...] |