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

  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 44 #define RST PJ2
58 RST_PORT &= ~_BV(RST);
60 RST_PORT |= _BV(RST);
78 RST_DDR |= _BV(RST);
  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 59 RST = 0xD0, /* Reset Marker d0 -> .. */
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 86 #define STORE_TO_ALLOC(RST, CT) \
87 case RST: \
115 #define LAUNCH_VERIFY_KERNEL(RST, CT) \
116 case RST: \
  /system/extras/tests/net_test/
tcp_test.py 71 return packets.RST(self.version, self.myaddr, self.remoteaddr,
packets.py 87 def RST(version, srcaddr, dstaddr, packet):
91 return ("TCP RST",
multinetwork_test.py 403 self.CheckReflection(4, self.SYNToClosedPort, packets.RST)
406 self.CheckReflection(6, self.SYNToClosedPort, packets.RST)
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 343 // A more sophisticated decoder could use RST[0-7] markers to resynchronize from corrupt input,
349 return FormatError("bad RST marker")
reader.go 551 // mechanism within a scan (the RST[0-7] markers).
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 343 // A more sophisticated decoder could use RST[0-7] markers to resynchronize from corrupt input,
349 return FormatError("bad RST marker")
reader.go 551 // mechanism within a scan (the RST[0-7] markers).
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 278 // otherwise we'd send a RST. (golang.org/issue/4183)
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 278 // otherwise we'd send a RST. (golang.org/issue/4183)
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 79 clang::QualType RST = PVT->getPointeeType();
80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
server.go     [all...]
serve_test.go 1092 // implementation may send a RST if our request body data was known
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go     [all...]
serve_test.go 1092 // implementation may send a RST if our request body data was known
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
jsondata_test.go     [all...]
  /prebuilts/go/linux-x86/test/bench/go1/
jsondata_test.go     [all...]

Completed in 2275 milliseconds