Searched
refs:http (Results
3751 -
3775 of
4370) sorted by null
<<151152153154155156157158159160>>
/external/u-boot/arch/arm/mach-omap2/ |
config_secure.mk | 3 # Copyright (C) 2016, Texas Instruments, Incorporated - http://www.ti.com/
|
/external/zlib/src/contrib/masmx86/ |
inffas32.asm | 18 ; * http://www.eetbeetee.com/zlib/ and http://www.charm.net/~christop/zlib/
24 ; ml.exe is also distributed in http://www.masm32.com/masmdl.htm
25 ; and in VC++2003 toolkit at http://msdn.microsoft.com/visualc/vctoolkit2003/
|
/external/boringssl/src/ssl/test/runner/ |
handshake_messages.go | 456 // http://tools.ietf.org/html/rfc4492#section-5.1.1 465 // http://tools.ietf.org/html/rfc4492#section-5.1.2 491 // http://tools.ietf.org/html/rfc5077#section-3.2 769 // http://tools.ietf.org/html/rfc4492#section-5.5.1 783 // http://tools.ietf.org/html/rfc4492#section-5.5.2 788 // http://tools.ietf.org/html/rfc5077#section-3.2 [all...] |
/build/make/target/product/ |
base_system.mk | 8 # http://www.apache.org/licenses/LICENSE-2.0 215 org.apache.http.legacy \
|
/build/soong/cc/config/ |
arm_device.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 275 // http://b/72619014 work around llvm LTO bug.
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewZoomTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 25 import android.net.http.SslError;
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Report.py | 8 # http://opensource.org/licenses/bsd-license.php
394 "http://www.w3.org/TR/html4/loose.dtd">
398 <meta http-equiv="Content-Type" content="text/html">
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/ |
MpFuncs.S | 8 # http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
Thunk16.S | 7 # http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/ |
Thunk16.S | 7 #* http://opensource.org/licenses/bsd-license.php
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
SecEntry.S | 7 # http://opensource.org/licenses/bsd-license.php.
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiEntry.S | 7 # http://opensource.org/licenses/bsd-license.php.
|
/external/apache-http/android/src/android/net/http/ |
RequestHandle.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package android.net.http; 34 * redirects, HTTP authentication requests, etc. 139 * @param statusCode HTTP status code returned from original request 165 if (mUrl.startsWith("https:") && redirectTo.startsWith("http:")) { 166 // implement http://www.w3.org/Protocols/rfc2616/rfc2616-sec15.html#sec15.1.3 168 HttpLog.v("blowing away the referer on an https -> http redirect"); 221 * Create and queue an HTTP authentication-response (basic) request. 233 * Create and queue an HTTP authentication-response (digest) request. 265 * @return HTTP request method (GET, PUT, etc) [all...] |
/external/autotest/client/site_tests/video_YouTubeMseEme/files/ |
video_YouTubeMseEme.js | 17 'http://localhost:8000/files/car-audio-1MB-trunc.mp4', 1048576, 65.875); 19 'http://localhost:8000/files/test-video-1MB.mp4', 1031034, 1.04);
|
/external/autotest/tko/ |
compose_query.cgi | 27 <a href="http://autotest.kernel.org/wiki/AutotestTKOCondition">Help</a>
|
/external/curl/lib/ |
mk-ca-bundle.pl | 152 print " 1) If you use HTTP URLs they are subject to a man in the middle attack\n"; 173 print "\t-k\tallow URLs other than HTTPS, enable HTTP fallback (insecure)\n"; 336 report "Falling back to HTTP"; 337 $url =~ s/^https:\/\//http:\/\//i;
|
/external/icu/icu4c/source/test/perf/perldriver/ |
Output.pm | 5 # * License & terms of use: http://www.unicode.org/copyright.html#License 208 #<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 212 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
/external/icu/icu4j/perf-tests/perldriver/ |
Output.pm | 6 # * License & terms of use: http://www.unicode.org/copyright.html#License 206 #<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 210 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
/external/libaom/libaom/aom_ports/ |
x86_abi_support.asm | 121 ; http://src.chromium.org/viewvc/chrome?view=rev&revision=73761 122 ; http://www.tortall.net/projects/yasm/ticket/236
|
/external/libevent/sample/ |
https-client.c | 7 Actually, it also accepts plain http URLs to make it easy to compare http vs 40 #include <event2/http.h> 123 /* See http://archives.seul.org/libevent/users/Jan-2013/msg00039.html */ 211 enum { HTTP, HTTPS } type = HTTP; 286 strcasecmp(scheme, "http") != 0)) { 287 err("url must be http or https"); 299 port = (strcasecmp(scheme, "http") == 0) ? 80 : 443; 394 if (strcasecmp(scheme, "http") == 0) [all...] |
/external/libjpeg-turbo/simd/i386/ |
jfdctflt-3dn.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or 15 ; http://sourceforge.net/project/showfiles.php?group_id=6208
|
/external/libjpeg-turbo/simd/x86_64/ |
jfdctflt-sse.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or 15 ; http://sourceforge.net/project/showfiles.php?group_id=6208
|
jidctint-avx2.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or 15 ; http://sourceforge.net/project/showfiles.php?group_id=6208
|
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 118 ; http://src.chromium.org/viewvc/chrome?view=rev&revision=73761 119 ; http://www.tortall.net/projects/yasm/ticket/236
|
/external/libxml2/doc/ |
Makefile.am | 318 -@($(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl xmllint.xml) 324 -@($(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl xmlcatalog_man.xml)
|
Completed in 1438 milliseconds
<<151152153154155156157158159160>>