HomeSort by relevance Sort by last modified time
    Searched refs:https (Results 251 - 275 of 1245) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/
const5.go 7 // Test that len non-constants are not constants, https://golang.org/issue/3244.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug273.go 7 // https://golang.org/issue/589
bug274.go 16 // This is a test case for issue 777 ( https://golang.org/issue/777 ).
  /prebuilts/sdk/tools/
jack 135 https://${SERVER_HOST}:$SERVER_PORT_SERVICE/jack \
150 https://${SERVER_HOST}:$SERVER_PORT_SERVICE/jack \
  /external/libxcam/
README.md 53 * If --enable-libcl, need compile ocl driver <https://www.freedesktop.org/wiki/Software/Beignet/>
54 * If --enable-opencv, need compile opencv <http://opencv.org> (or: <https://github.com/opencv/opencv/wiki>)
95 <https://github.com/01org/libxcam/wiki/Tests>
99 <https://github.com/01org/libxcam/issues>
  /external/lisa/libs/utils/android/
viewer.py 53 uri="https://media.giphy.com/media/XIqCQx02E1U9W/giphy.gif")
  /external/walt/docs/
ScreenLatency.md 7 Because the screen refreshes at predefined intervals (typically 60 Hz), most drawing commands do not take effect immediately but are processes during the next frame render event. See [Choreographer.FrameCallback](https://developer.android.com/reference/android/view/Choreographer.FrameCallback.html). An in-depth explanation about Android graphics can be found in [this video](https://www.youtube.com/watch?v=Q8m9sHdyXnE).
TapLatency.md 3 * [Video demonstration of tap latency measurement](https://www.youtube.com/watch?v=1xAReF75Cts&list=PLd6Fi7WgXfcCEJg1FDqNCoQfpWo7W3J5a&index=2)
15 Linux [Multi Touch (MT)](https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt)
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
reparse_windows.go 15 // in https://msdn.microsoft.com/en-us/library/cc232007.aspx
16 // and https://msdn.microsoft.com/en-us/library/cc232006.aspx.
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest.go 26 // "https".
82 if strings.HasPrefix(target, "https://") {
  /prebuilts/go/darwin-x86/src/runtime/
hash32.go 6 // xxhash: https://code.google.com/p/xxhash/
7 // cityhash: https://code.google.com/p/cityhash/
hash64.go 6 // xxhash: https://code.google.com/p/xxhash/
7 // cityhash: https://code.google.com/p/cityhash/
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
reparse_windows.go 15 // in https://msdn.microsoft.com/en-us/library/cc232007.aspx
16 // and https://msdn.microsoft.com/en-us/library/cc232006.aspx.
  /prebuilts/go/linux-x86/src/net/http/httptest/
httptest.go 26 // "https".
82 if strings.HasPrefix(target, "https://") {
  /prebuilts/go/linux-x86/src/runtime/
hash32.go 6 // xxhash: https://code.google.com/p/xxhash/
7 // cityhash: https://code.google.com/p/cityhash/
hash64.go 6 // xxhash: https://code.google.com/p/xxhash/
7 // cityhash: https://code.google.com/p/cityhash/
  /compatibility/cdd/5_multimedia/
5_10_professional-audio.md 18 [OpenSL ES](https://developer.android.com/ndk/guides/audio/opensl-for-android.html)
22 using [SimpleSynth](https://github.com/googlesamples/android-audio-high-performance/tree/master/SimpleSynth)
23 commit [1bd6391](https://github.com/googlesamples/android-audio-high-performance/commit/1bd6391f8ba9512f9f8798e979bc55b899f856d1).
73 [AAudio](https://developer.android.com/ndk/guides/audio/aaudio/aaudio.html) API.
81 https://source.android.com/devices/accessories/headset/jack-headset-spec)
83 https://source.android.com/devices/accessories/headset/plug-headset-spec).
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 169 pair(":scheme", "https"),
217 pair(":scheme", "https"),
250 pair("location", "https://www.example.com"),
253 pair("location", "https://www.example.com"),
265 pair("location", "https://www.example.com"),
269 pair("location", "https://www.example.com"),
288 pair("location", "https://www.example.com"),
321 pair("location", "https://www.example.com"),
324 pair("location", "https://www.example.com"),
336 pair("location", "https://www.example.com")
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 169 pair(":scheme", "https"),
217 pair(":scheme", "https"),
250 pair("location", "https://www.example.com"),
253 pair("location", "https://www.example.com"),
265 pair("location", "https://www.example.com"),
269 pair("location", "https://www.example.com"),
288 pair("location", "https://www.example.com"),
321 pair("location", "https://www.example.com"),
324 pair("location", "https://www.example.com"),
336 pair("location", "https://www.example.com")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
vcs.go 49 "https": true,
130 scheme: []string{"https", "http", "ssh"},
167 scheme: []string{"git", "https", "http", "git+ssh", "ssh"},
235 scheme: []string{"https", "http", "bzr", "bzr+ssh"},
293 scheme: []string{"https", "http", "svn", "svn+ssh"},
344 scheme: []string{"https", "http"},
419 "go: missing %s command. See https://golang.org/s/gogetcmd\n",
643 var httpPrefixRE = regexp.MustCompile(`^https?:`)
684 // A common error is to use https://packagepath because that's what
768 msg := "https fetch: %v
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
vcs.go 49 "https": true,
130 scheme: []string{"https", "http", "ssh"},
167 scheme: []string{"git", "https", "http", "git+ssh", "ssh"},
235 scheme: []string{"https", "http", "bzr", "bzr+ssh"},
293 scheme: []string{"https", "http", "svn", "svn+ssh"},
344 scheme: []string{"https", "http"},
419 "go: missing %s command. See https://golang.org/s/gogetcmd\n",
643 var httpPrefixRE = regexp.MustCompile(`^https?:`)
684 // A common error is to use https://packagepath because that's what
768 msg := "https fetch: %v
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 38 'wais', 'file', 'https', 'shttp', 'mms',
42 'imap', 'wais', 'file', 'mms', 'https', 'shttp',
46 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips',
53 uses_query = ['http', 'wais', 'imap', 'https', 'shttp', 'mms',
56 'nntp', 'wais', 'https', 'shttp', 'snews',
  /external/python/cpython2/Lib/
urlparse.py 38 'wais', 'file', 'https', 'shttp', 'mms',
42 'imap', 'wais', 'file', 'mms', 'https', 'shttp',
46 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips',
53 uses_query = ['http', 'wais', 'imap', 'https', 'shttp', 'mms',
56 'nntp', 'wais', 'https', 'shttp', 'snews',
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 38 'wais', 'file', 'https', 'shttp', 'mms',
42 'imap', 'wais', 'file', 'mms', 'https', 'shttp',
46 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips',
53 uses_query = ['http', 'wais', 'imap', 'https', 'shttp', 'mms',
56 'nntp', 'wais', 'https', 'shttp', 'snews',
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 38 'wais', 'file', 'https', 'shttp', 'mms',
42 'imap', 'wais', 'file', 'mms', 'https', 'shttp',
46 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips',
53 uses_query = ['http', 'wais', 'imap', 'https', 'shttp', 'mms',
56 'nntp', 'wais', 'https', 'shttp', 'snews',

Completed in 894 milliseconds

<<11121314151617181920>>