HomeSort by relevance Sort by last modified time
    Searched refs:strURL (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 784 String strURL = "http://a/b/c/d;p?q";
786 URL url = new URL(new URL(strURL), ref);
791 String strURL = "http://localhost?name=value";
792 URL url = new URL(strURL);
793 assertEquals(strURL, url.toExternalForm());
795 strURL = "http://localhost?name=value/age=12";
796 url = new URL(strURL);
797 assertEquals(strURL, url.toExternalForm());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 591 CFX_WideString strURL;
597 strURL = params[0].ToCFXWideString();
608 strURL =
629 pInterForm->SubmitForm(strURL, FALSE);
653 pInterForm->SubmitFields(strURL, fieldObjects, TRUE, !bFDF);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h     [all...]

Completed in 3028 milliseconds