HomeSort by relevance Sort by last modified time
    Searched defs:www (Results 1 - 25 of 35) sorted by null

1 2

  /external/valgrind/memcheck/tests/
errs1.c 15 void www ( void ) { xxx(); } function
17 int main ( void ) { www(); aaa(); return 0; }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.tests.internal.net.www.protocol.file;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
Handler.java 22 * or visit www.oracle.com if you need additional information or have any
30 package sun.net.www.protocol.ftp;
FtpURLConnection.java 23 * or visit www.oracle.com if you need additional information or have any
31 package sun.net.www.protocol.ftp;
52 import sun.net.www.MessageHeader;
53 import sun.net.www.MeteredStream;
54 import sun.net.www.URLConnection;
59 import sun.net.www.ParseUtil;
85 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API.
242 URI uri = sun.net.www.ParseUtil.toURI(url);
257 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API.
286 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
Handler.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www.protocol.file;
36 import sun.net.www.ParseUtil;
FileURLConnection.java 22 * or visit www.oracle.com if you need additional information or have any
32 package sun.net.www.protocol.file;
40 import sun.net.www.*;
  /libcore/ojluni/src/main/java/sun/net/www/
MeteredStream.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www;
URLConnection.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www;
MessageHeader.java 22 * or visit www.oracle.com if you need additional information or have any
30 package sun.net.www;
ParseUtil.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www;
44 * A class that contains useful routines common to sun.net.www
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
Handler.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www.protocol.jar;
30 import sun.net.www.ParseUtil;
159 sun.net.www.ParseUtil canonizer = new ParseUtil();
JarFileFactory.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www.protocol.jar;
JarURLConnection.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www.protocol.jar;
URLJarFile.java 22 * or visit www.oracle.com if you need additional information or have any
26 package sun.net.www.protocol.jar;
43 import sun.net.www.ParseUtil;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java 3 // License & terms of use: http://www.unicode.org/copyright.html#License
495 String www = "www."; local
497 StringBuffer source = new StringBuffer(www);
498 StringBuffer uni0 = new StringBuffer(www);
499 StringBuffer uni1 = new StringBuffer(www);
500 StringBuffer ascii0 = new StringBuffer(www);
501 StringBuffer ascii1 = new StringBuffer(www);
518 // prepend www. and append .com
527 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true)
630 String www = "www."; local
    [all...]
TestIDNA.java 3 // License & terms of use: http://www.unicode.org/copyright.html#License
419 String www = "www."; local
421 StringBuffer source = new StringBuffer(www);
422 StringBuffer uni0 = new StringBuffer(www);
423 StringBuffer uni1 = new StringBuffer(www);
424 StringBuffer ascii0 = new StringBuffer(www);
425 StringBuffer ascii1 = new StringBuffer(www);
442 // prepend www. and append .com
451 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true)
541 String www = "www."; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java 2 // License & terms of use: http://www.unicode.org/copyright.html#License
492 String www = "www."; local
494 StringBuffer source = new StringBuffer(www);
495 StringBuffer uni0 = new StringBuffer(www);
496 StringBuffer uni1 = new StringBuffer(www);
497 StringBuffer ascii0 = new StringBuffer(www);
498 StringBuffer ascii1 = new StringBuffer(www);
515 // prepend www. and append .com
524 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true)
627 String www = "www."; local
    [all...]
TestIDNA.java 2 // License & terms of use: http://www.unicode.org/copyright.html#License
416 String www = "www."; local
418 StringBuffer source = new StringBuffer(www);
419 StringBuffer uni0 = new StringBuffer(www);
420 StringBuffer uni1 = new StringBuffer(www);
421 StringBuffer ascii0 = new StringBuffer(www);
422 StringBuffer ascii1 = new StringBuffer(www);
439 // prepend www. and append .com
448 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true)
538 String www = "www."; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 2 // License & terms of use: http://www.unicode.org/copyright.html
409 "www.xn--vea.com",
410 /* "www.\\u00E0\\u00B3\\u00AF.com",//' ' (0x0020) produces U_IDNA_STD3_ASCII_RULES_ERROR*/
411 "www.\\u00C2\\u00A4.com",
412 "www.\\u00C2\\u00A3.com",
417 /*"www.\\u0021.com",*/
418 /*"www.\\u0024.com",*/
572 UChar www[] = {0x0057, 0x0057, 0x0057, 0x002E, 0x0000}; local
599 /* prepend www. */
600 u_strcat(source, www);
    [all...]
  /libcore/luni/src/module/java/
module-info.java 8 * http://www.apache.org/licenses/LICENSE-2.0
81 exports sun.net.www;
82 exports sun.net.www.protocol.file;
83 exports sun.net.www.protocol.ftp;
84 exports sun.net.www.protocol.jar;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.luni.tests.internal.net.www.protocol.http;
159 * org.apache.harmony.luni.internal.net.www.http.getOutputStream()
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 2 // License & terms of use: http://www.unicode.org/copyright.html
220 "www.xn--vea.com",
221 // "www.\\u00E0\\u00B3\\u00AF.com",//' ' (0x0020) produces U_IDNA_STD3_ASCII_RULES_ERROR
222 "www.\\u00C2\\u00A4.com",
223 "www.\\u00C2\\u00A3.com",
228 //"www.\\u0021.com",
229 //"www.\\u0024.com",
253 0x0077, 0x0077, 0x0077, 0x002e, /* www. */
260 "www.XN--8mb5595fsoa28orucya378bqre2tcwop06c5qbw82a1rffmae0361dea96b.com",
267 0x0077, 0x0077, 0x0077, 0x002e, /* www. *
776 UChar www[] = {0x0057, 0x0057, 0x0057, 0x002E, 0x0000}; local
1175 UChar www[] = {0x0057, 0x0057, 0x0057, 0x002E, 0x0000}; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1114 WWWAuthenticate www = new WWWAuthenticate(); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 7 // http://www.apache.org/licenses/LICENSE-2.0
1494 Swizzle4<Vector4, 0xFF> www; member in union:sw::XYZW::__anon35659
    [all...]

Completed in 347 milliseconds

1 2