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

<<111213141516

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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 
org.apache.jasper_5.5.17.v201004212143.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 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]

Completed in 1203 milliseconds

<<111213141516