HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 151 - 175 of 213) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 86 return urllib.quote(s, safe='~')
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 477 String replaceStr = Pattern.quote(mProfile.getUserName() + "@");
    [all...]
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 931 assertEquals("\"\"", JSONObject.quote(null));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 81 * quote.
83 * opening quote, where the opening quote is a single quote, and the replacement items use
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 114 const char* value, int quote );
    [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/libxml2/
parser.c 11451 xmlChar quote = 0; local
    [all...]
  /external/expat/conftools/
ltmain.sh 406 # Same as above, but do not quote variable references.
593 # Aesthetically quote ARG to be evaled later.
608 # Double-quote args containing shell metacharacters to delay
623 # Aesthetically quote ARG to be evaled later; same as above,
624 # but do not quote variable references.
636 # Double-quote args containing shell metacharacters to delay
855 # Quote VALUE and append to the end of shell variable VAR, separated
969 # Evaluate the configuration. Be careful to quote the path
    [all...]
  /external/expat/
libtool 849 # Same as above, but do not quote variable references.
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 402 # Same as above, but do not quote variable references.
589 # Aesthetically quote ARG to be evaled later.
604 # Double-quote args containing shell metacharacters to delay
619 # Aesthetically quote ARG to be evaled later; same as above,
620 # but do not quote variable references.
632 # Double-quote args containing shell metacharacters to delay
851 # Quote VALUE and append to the end of shell variable VAR, separated
965 # Evaluate the configuration. Be careful to quote the path
    [all...]
  /external/openfst/
ltmain.sh 402 # Same as above, but do not quote variable references.
589 # Aesthetically quote ARG to be evaled later.
604 # Double-quote args containing shell metacharacters to delay
619 # Aesthetically quote ARG to be evaled later; same as above,
620 # but do not quote variable references.
632 # Double-quote args containing shell metacharacters to delay
851 # Quote VALUE and append to the end of shell variable VAR, separated
965 # Evaluate the configuration. Be careful to quote the path
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 402 # Same as above, but do not quote variable references.
589 # Aesthetically quote ARG to be evaled later.
604 # Double-quote args containing shell metacharacters to delay
619 # Aesthetically quote ARG to be evaled later; same as above,
620 # but do not quote variable references.
632 # Double-quote args containing shell metacharacters to delay
851 # Quote VALUE and append to the end of shell variable VAR, separated
965 # Evaluate the configuration. Be careful to quote the path
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp     [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...]
  /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/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...]
  /prebuilts/sdk/10/
android.jar 

Completed in 970 milliseconds

1 2 3 4 5 67 8 9