HomeSort by relevance Sort by last modified time
    Searched refs:over (Results 176 - 200 of 888) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/walt/docs/
Development.md 8 ADB can work over TCP connections. The [official documentation](https://developer.android.com/studio/command-line/adb.html#wireless) assumes that the TCP connection is established over WiFi, but a wired Ethernet connection can be used in the same way and is reported to work much better with ADB. Android will recognize and use most USB-Ethernet adapters out of the box.
DragLatency.md 6 other side. The microcontroller monitors the state of the laser detector and reports (over usb) when
  /prebuilts/go/darwin-x86/doc/play/
solitaire.go 51 // can jump over another peg in direction dir. If the
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 92 // Linear search is fine. Choose perfect fit over approximate.
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 16 fox = "The quick brown fox jumped over the lazy dog!\n"
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 92 // Open() to avoid fighting over the seek offset
  /prebuilts/go/darwin-x86/src/html/template/
url_test.go 149 urlNormalizer("The quick brown fox jumps over the lazy dog.\n")
  /prebuilts/go/darwin-x86/src/net/http/
transport_internal_test.go 41 defer pc.close(errors.New("test over"))
  /prebuilts/go/darwin-x86/src/os/
path.go 37 for j > 0 && !IsPathSeparator(path[j-1]) { // Scan backward over element.
  /prebuilts/go/darwin-x86/src/runtime/
utf8.go 50 // progress when decoderune is used to iterate over a string.
  /prebuilts/go/darwin-x86/test/
solitaire.go 54 // move tests if there is a peg at position pos that can jump over another peg
  /prebuilts/go/linux-x86/doc/play/
solitaire.go 51 // can jump over another peg in direction dir. If the
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 92 // Linear search is fine. Choose perfect fit over approximate.
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 16 fox = "The quick brown fox jumped over the lazy dog!\n"
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 92 // Open() to avoid fighting over the seek offset
  /prebuilts/go/linux-x86/src/html/template/
url_test.go 149 urlNormalizer("The quick brown fox jumps over the lazy dog.\n")
  /prebuilts/go/linux-x86/src/net/http/
transport_internal_test.go 41 defer pc.close(errors.New("test over"))
  /prebuilts/go/linux-x86/src/os/
path.go 37 for j > 0 && !IsPathSeparator(path[j-1]) { // Scan backward over element.
  /prebuilts/go/linux-x86/src/runtime/
utf8.go 50 // progress when decoderune is used to iterate over a string.
  /prebuilts/go/linux-x86/test/
solitaire.go 54 // move tests if there is a peg at position pos that can jump over another peg
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Mbr.S 48 # Print over
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 272 =over
  /external/curl/packages/vms/
setup_gnv_curl_build.com 150 $! Copy over the gnv$conftest* files to base directory.
200 $! Copy over the gnv$*.opt files for [.docs.examples]
  /external/ltp/
runltp 119 [NUM_PROCS = no. of processes creating the CPU Load by spinning over sqrt()
126 [NUM_PROCS = no. of processes creating Storage Load by spinning over write()]
136 [NUM_PROCS = no. of processes creating IO Bus Load by spinning over sync()]
142 [NUM_PROCS = no. of processes creating main Memory Load by spinning over malloc()]
625 # Skip over non-existent scenario files; things are
    [all...]
  /external/syslinux/gpxe/src/net/
tcp.c 96 static void tcp_expired ( struct retry_timer *timer, int over );
516 * @v over Failure indicator
518 static void tcp_expired ( struct retry_timer *timer, int over ) {
524 ( over ? "expired" : "fired" ), tcp_state ( tcp->tcp_state ),
535 if ( over || graceful_close ) {

Completed in 940 milliseconds

1 2 3 4 5 6 78 91011>>