HomeSort by relevance Sort by last modified time
    Searched full:stripquotes (Results 1 - 6 of 6) sorted by null

  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 35 StripQuotes
80 \"([^"\\\r\n]*(\\.[^"\\\r\n]*)*)\" yylval.string = StripQuotes(yytext); return QUOTEDSTRING;
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCClient.java 328 // value, optionally stripping outside quotes if |stripQuotes| requests it.
330 String roomHtml, String varName, boolean stripQuotes)
342 if (stripQuotes) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 186 private String stripQuotes(String text) {
262 if (oldAppNamespaceString.equals(stripQuotes(lastAttrValue))) {
357 if (SdkConstants.ANDROID_URI.equals(stripQuotes(lastAttrValue))) {
378 String package_path = stripQuotes(lastAttrValue);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 262 def read_stringnl(f, decode=True, stripquotes=True):
273 >>> read_stringnl(StringIO.StringIO("\n"), stripquotes=False)
294 if stripquotes:
322 return read_stringnl(f, decode=False, stripquotes=False)
497 s = read_stringnl(f, decode=False, stripquotes=False)
532 s = read_stringnl(f, decode=False, stripquotes=False)
568 s = read_stringnl(f, decode=False, stripquotes=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 262 def read_stringnl(f, decode=True, stripquotes=True):
273 >>> read_stringnl(StringIO.StringIO("\n"), stripquotes=False)
294 if stripquotes:
322 return read_stringnl(f, decode=False, stripquotes=False)
497 s = read_stringnl(f, decode=False, stripquotes=False)
532 s = read_stringnl(f, decode=False, stripquotes=False)
568 s = read_stringnl(f, decode=False, stripquotes=False)
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 

Completed in 458 milliseconds