HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 301 - 325 of 400) sorted by null

<<111213141516

  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 392 // Instead of a true tokenizer, we'll use double-quote as the split.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 651 path = urllib.quote(path, HTTP_PATH_SAFE)
    [all...]
doctest.py 653 interesting appears on the same line as opening triple-quote,
712 # line containing "#doctest:" that is *followed* by a quote mark.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 651 path = urllib.quote(path, HTTP_PATH_SAFE)
    [all...]
doctest.py 653 interesting appears on the same line as opening triple-quote,
712 # line containing "#doctest:" that is *followed* by a quote mark.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/sinonjs/src/
sinon.js 483 var quote = typeof qs !== "boolean" || qs;
484 return processed || quote ? '"' + object + '"' : object;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/sqlite/dist/orig/
shell.c 491 #define MODE_Csv 7 /* Quote strings, numbers are plain */
927 ** the name of the table given. Escape any quote characters in the
968 ** If the third argument, quote, is not '\0', then it is used as a
969 ** quote character for zAppend.
971 static char *appendText(char *zIn, char const *zAppend, char quote){
978 if( quote ){
981 if( zAppend[i]==quote ) len++;
990 if( quote ){
992 *zCsr++ = quote;
995 if( zAppend[i]==quote ) *zCsr++ = quote
    [all...]
  /external/sqlite/dist/
shell.c 496 #define MODE_Csv 7 /* Quote strings, numbers are plain */
932 ** the name of the table given. Escape any quote characters in the
973 ** If the third argument, quote, is not '\0', then it is used as a
974 ** quote character for zAppend.
976 static char *appendText(char *zIn, char const *zAppend, char quote){
983 if( quote ){
986 if( zAppend[i]==quote ) len++;
995 if( quote ){
997 *zCsr++ = quote;
1000 if( zAppend[i]==quote ) *zCsr++ = 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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 4195 milliseconds

<<111213141516