/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/ |
D | fix_build_deps.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 148 'google/devtools/cloudtrace/v2/tracing.grpc.pb.h': 150 'google/logging/v2/logging.grpc.pb.h': 152 'google/logging/v2/logging.pb.h': 154 'google/logging/v2/log_entry.pb.h': 163 'opencensus-stats-stackdriver_exporter', 165 'opencensus-trace-stackdriver_exporter', 167 'opencensus-trace-context_util', 169 'opencensus-trace-propagation', 171 'opencensus-tags-context_util', [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_tpacket.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 * - TPACKET_V1: RX_RING, TX_RING 21 * - TPACKET_V2: RX_RING, TX_RING 22 * - TPACKET_V3: RX_RING 67 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) 96 } *v2; member 105 if (sock == -1) { in pfsocket() 111 if (ret == -1) { in pfsocket() 137 if (eth->h_proto != htons(ETH_P_IP)) { in test_payload() 139 "type: 0x%x!\n", ntohs(eth->h_proto)); in test_payload() [all …]
|
/external/grpc-grpc/tools/distrib/ |
D | fix_build_deps.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 121 "google/devtools/cloudtrace/v2/tracing.grpc.pb.h": ( 124 "google/logging/v2/logging.grpc.pb.h": "googleapis_logging_grpc_service", 125 "google/logging/v2/logging.pb.h": "googleapis_logging_cc_proto", 126 "google/logging/v2/log_entry.pb.h": "googleapis_logging_cc_proto", 133 "opencensus-stats-stackdriver_exporter" 136 "opencensus-trace-stackdriver_exporter" 138 "opencensus/trace/context_util.h": "opencensus-trace-context_util", 140 "opencensus-trace-propagation" 142 "opencensus/tags/context_util.h": "opencensus-tags-context_util", [all …]
|
/external/llvm-libc/src/unistd/ |
D | pread.h | 1 //===-- Implementation header for pread -------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/off_t.h" 13 #include "hdr/types/size_t.h" 14 #include "hdr/types/ssize_t.h" 15 #include "hdr/unistd_macros.h"
|
D | pwrite.h | 1 //===-- Implementation header for pwrite ------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/off_t.h" 13 #include "hdr/types/size_t.h" 14 #include "hdr/types/ssize_t.h" 15 #include "hdr/unistd_macros.h"
|
D | read.h | 1 //===-- Implementation header for read --------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/size_t.h" 13 #include "hdr/types/ssize_t.h" 14 #include "hdr/unistd_macros.h"
|
D | write.h | 1 //===-- Implementation header for write -------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/size_t.h" 13 #include "hdr/types/ssize_t.h" 14 #include "hdr/unistd_macros.h"
|
D | readlink.h | 1 //===-- Implementation header for readlink ----------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/size_t.h" 13 #include "hdr/types/ssize_t.h" 14 #include "hdr/unistd_macros.h"
|
D | readlinkat.h | 1 //===-- Implementation header for readlinkat --------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/size_t.h" 13 #include "hdr/types/ssize_t.h" 14 #include "hdr/unistd_macros.h"
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/unistd/ |
D | pathconf_test.cpp | 1 //===-- Unittests for pathconf --------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 #include "hdr/fcntl_macros.h" 9 #include "hdr/limits_macros.h" 10 #include "hdr/sys_stat_macros.h" 11 #include "hdr/unistd_macros.h" 24 EXPECT_EQ(LIBC_NAMESPACE::pathconf(FILENAME, _PC_SYNC_IO), -1l); in TEST()
|
D | fpathconf_test.cpp | 1 //===-- Unittests for fpathconf -------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 #include "hdr/fcntl_macros.h" 9 #include "hdr/limits_macros.h" 10 #include "hdr/sys_stat_macros.h" 11 #include "hdr/unistd_macros.h" 24 EXPECT_EQ(LIBC_NAMESPACE::fpathconf(fd, _PC_SYNC_IO), -1l); in TEST()
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/unistd/ |
D | pathconf_test.cpp | 1 //===-- Unittests for pathconf --------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 #include "hdr/fcntl_macros.h" 9 #include "hdr/limits_macros.h" 10 #include "hdr/sys_stat_macros.h" 11 #include "hdr/unistd_macros.h" 24 EXPECT_EQ(LIBC_NAMESPACE::pathconf(FILENAME, _PC_SYNC_IO), -1l); in TEST()
|
D | fpathconf_test.cpp | 1 //===-- Unittests for fpathconf -------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 #include "hdr/fcntl_macros.h" 9 #include "hdr/limits_macros.h" 10 #include "hdr/sys_stat_macros.h" 11 #include "hdr/unistd_macros.h" 24 EXPECT_EQ(LIBC_NAMESPACE::fpathconf(fd, _PC_SYNC_IO), -1l); in TEST()
|
/external/llvm-libc/test/src/unistd/ |
D | pathconf_test.cpp | 1 //===-- Unittests for pathconf --------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 #include "hdr/fcntl_macros.h" 9 #include "hdr/limits_macros.h" 10 #include "hdr/sys_stat_macros.h" 11 #include "hdr/unistd_macros.h" 29 EXPECT_EQ(LIBC_NAMESPACE::pathconf(FILENAME, _PC_SYNC_IO), -1l); in TEST_F()
|
D | fpathconf_test.cpp | 1 //===-- Unittests for fpathconf -------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 #include "hdr/fcntl_macros.h" 9 #include "hdr/limits_macros.h" 10 #include "hdr/sys_stat_macros.h" 11 #include "hdr/unistd_macros.h" 29 EXPECT_EQ(LIBC_NAMESPACE::fpathconf(fd, _PC_SYNC_IO), -1l); in TEST_F()
|
/external/cronet/tot/third_party/llvm-libc/src/src/sys/epoll/linux/ |
D | epoll_pwait2.cpp | 1 //===---------- Linux implementation of the epoll_pwait2 function ---------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 #include "hdr/signal_macros.h" // for NSIG 12 #include "hdr/types/sigset_t.h" 13 #include "hdr/types/struct_epoll_event.h" 14 #include "hdr/types/struct_timespec.h" 36 libc_errno = -ret; 37 return -1;
|
/external/llvm-libc/src/sys/epoll/linux/ |
D | epoll_pwait2.cpp | 1 //===---------- Linux implementation of the epoll_pwait2 function ---------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 #include "hdr/signal_macros.h" // for NSIG 12 #include "hdr/types/sigset_t.h" 13 #include "hdr/types/struct_epoll_event.h" 14 #include "hdr/types/struct_timespec.h" 36 libc_errno = -ret; 37 return -1;
|
/external/cronet/stable/third_party/llvm-libc/src/src/sys/epoll/linux/ |
D | epoll_pwait2.cpp | 1 //===---------- Linux implementation of the epoll_pwait2 function ---------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 #include "hdr/signal_macros.h" // for NSIG 12 #include "hdr/types/sigset_t.h" 13 #include "hdr/types/struct_epoll_event.h" 14 #include "hdr/types/struct_timespec.h" 36 libc_errno = -ret; 37 return -1;
|
/external/llvm-libc/src/time/ |
D | strftime_l.h | 1 //===-- Implementation header for strftime_l --------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/locale_t.h" 13 #include "hdr/types/size_t.h" 14 #include "hdr/types/struct_tm.h"
|
/external/llvm-libc/src/sys/epoll/ |
D | epoll_pwait2.h | 1 //===-- Implementation header for epoll_pwait2 function ---------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/sigset_t.h" 13 #include "hdr/types/struct_epoll_event.h" 14 #include "hdr/types/struct_timespec.h"
|
/external/cronet/stable/third_party/llvm-libc/src/src/sys/epoll/ |
D | epoll_pwait2.h | 1 //===-- Implementation header for epoll_pwait2 function ---------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/sigset_t.h" 13 #include "hdr/types/struct_epoll_event.h" 14 #include "hdr/types/struct_timespec.h"
|
/external/cronet/tot/third_party/llvm-libc/src/src/sys/epoll/ |
D | epoll_pwait2.h | 1 //===-- Implementation header for epoll_pwait2 function ---------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/sigset_t.h" 13 #include "hdr/types/struct_epoll_event.h" 14 #include "hdr/types/struct_timespec.h"
|
/external/cronet/tot/third_party/llvm-libc/src/src/sys/socket/ |
D | sendto.h | 1 //===-- Implementation header for sendto ------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/socklen_t.h" 13 #include "hdr/types/ssize_t.h" 14 #include "hdr/types/struct_sockaddr.h"
|
/external/llvm-libc/src/sys/socket/ |
D | sendto.h | 1 //===-- Implementation header for sendto ------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/socklen_t.h" 13 #include "hdr/types/ssize_t.h" 14 #include "hdr/types/struct_sockaddr.h"
|
/external/cronet/stable/third_party/llvm-libc/src/src/sys/socket/ |
D | sendto.h | 1 //===-- Implementation header for sendto ------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "hdr/types/socklen_t.h" 13 #include "hdr/types/ssize_t.h" 14 #include "hdr/types/struct_sockaddr.h"
|