/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/ |
D | funcs.go | 96 func GetTopChannels(id int64) ([]*ChannelMetric, bool) { 106 func GetServers(id int64) ([]*ServerMetric, bool) { 117 func GetServerSockets(id int64, startID int64) ([]*SocketMetric, bool) { 122 func GetChannel(id int64) *ChannelMetric { 127 func GetSubChannel(id int64) *SubChannelMetric { 132 func GetSocket(id int64) *SocketMetric { 140 func RegisterChannel(c Channel, pid int64, ref string) int64 { 161 func RegisterSubChannel(c Channel, pid int64, ref string) int64 { 197 func RegisterListenSocket(s Socket, pid int64, ref string) int64 { 212 func RegisterNormalSocket(s Socket, pid int64, ref string) int64 { [all …]
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_linux_arm.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 48 func seek(fd int, offset int64, whence int) (newoffset int64, err syscall.Errno) 50 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 135 func Fadvise(fd int, offset int64, length int64, advice int) (err error) { 165 func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, …
|
D | syscall_solaris_amd64.go | 9 func setTimespec(sec, nsec int64) Timespec { 13 func setTimeval(sec, usec int64) Timeval {
|
D | syscall_freebsd_arm.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 40 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | syscall_freebsd_386.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 40 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | syscall_freebsd_amd64.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 40 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | syscall_dragonfly_amd64.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 40 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | timestruct.go | 17 func NsecToTimespec(nsec int64) Timespec { 51 func NsecToTimeval(nsec int64) Timeval {
|
D | syscall_darwin_386.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 51 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | syscall_darwin_arm64.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 51 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | syscall_darwin_amd64.go | 14 func setTimespec(sec, nsec int64) Timespec { 18 func setTimeval(sec, usec int64) Timeval { 51 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | syscall_darwin_arm.go | 12 func setTimespec(sec, nsec int64) Timespec { 16 func setTimeval(sec, usec int64) Timeval { 49 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
|
D | syscall_netbsd_386.go | 9 func setTimespec(sec, nsec int64) Timespec { 13 func setTimeval(sec, usec int64) Timeval {
|
D | syscall_openbsd_386.go | 9 func setTimespec(sec, nsec int64) Timespec { 13 func setTimeval(sec, usec int64) Timeval {
|
D | syscall_netbsd_amd64.go | 9 func setTimespec(sec, nsec int64) Timespec { 13 func setTimeval(sec, usec int64) Timeval {
|
D | syscall_netbsd_arm.go | 9 func setTimespec(sec, nsec int64) Timespec { 13 func setTimeval(sec, usec int64) Timeval {
|
D | syscall_openbsd_arm.go | 9 func setTimespec(sec, nsec int64) Timespec { 13 func setTimeval(sec, usec int64) Timeval {
|
D | syscall_openbsd_amd64.go | 9 func setTimespec(sec, nsec int64) Timespec { 13 func setTimeval(sec, usec int64) Timeval {
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cudnn_pooling_gpu.cc | 36 const std::array<int64, 3>& window, in Compute() 120 const std::array<int64, 3>& window, const std::array<int64, 3>& stride, in Compute()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 48 func FakeQuantWithMinMaxVarsPerChannelGradientNumBits(value int64) FakeQuantWithMinMaxVarsPerChanne… 104 func FakeQuantWithMinMaxVarsPerChannelNumBits(value int64) FakeQuantWithMinMaxVarsPerChannelAttr { 157 func FakeQuantWithMinMaxVarsGradientNumBits(value int64) FakeQuantWithMinMaxVarsGradientAttr { 226 func FakeQuantWithMinMaxArgsGradientNumBits(value int64) FakeQuantWithMinMaxArgsGradientAttr { 288 func FakeQuantWithMinMaxArgsNumBits(value int64) FakeQuantWithMinMaxArgsAttr { 752 func SpaceToDepth(scope *Scope, input tf.Output, block_size int64, optional ...SpaceToDepthAttr) (o… 869 func SpaceToBatch(scope *Scope, input tf.Output, paddings tf.Output, block_size int64) (output tf.O… 1381 func StridedSliceBeginMask(value int64) StridedSliceAttr { 1391 func StridedSliceEndMask(value int64) StridedSliceAttr { 1407 func StridedSliceEllipsisMask(value int64) StridedSliceAttr { [all …]
|
/external/libtextclassifier/lang_id/common/lite_base/ |
D | integral-types.h | 41 typedef __int64 int64; typedef 43 typedef long long int64; // NOLINT typedef
|
/external/libtextclassifier/utils/base/ |
D | integral_types.h | 42 typedef __int64 int64; typedef 44 typedef long long int64; // NOLINT typedef
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_multi.cc | 206 const std::pair<const string, std::tuple<int64, int64, int64>>& b) { in FormatInputShapes()
|
/external/syzkaller/dashboard/app/ |
D | access.go | 69 func checkTextAccess(c context.Context, r *http.Request, tag string, id int64) (*Crash, error) { 100 func checkCrashTextAccess(c context.Context, r *http.Request, field string, id int64) (*Crash, erro… 121 func checkJobTextAccess(c context.Context, r *http.Request, field string, id int64) error {
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.h | 343 std::array<int64, 2> starts, in Slice2D() 366 std::array<int64, 3> starts, in Slice3D() 397 std::array<int64, 4> starts, in Slice4D()
|