Searched refs:foundation (Results 1 – 25 of 72) sorted by relevance
123
/external/webrtc/webrtc/p2p/base/ |
D | candidate.h | 51 const std::string& foundation) in Candidate() argument 62 foundation_(foundation) {} in Candidate() 141 const std::string& foundation() const { in foundation() function 145 void set_foundation(const std::string& foundation) { in set_foundation() argument 146 foundation_ = foundation; in set_foundation()
|
D | port_unittest.cc | 2092 EXPECT_NE(testport->Candidates()[0].foundation(), in TEST_F() 2093 testport->Candidates()[1].foundation()); in TEST_F() 2104 EXPECT_EQ(udpport1->Candidates()[0].foundation(), in TEST_F() 2105 udpport2->Candidates()[0].foundation()); in TEST_F() 2110 EXPECT_EQ(tcpport1->Candidates()[0].foundation(), in TEST_F() 2111 tcpport2->Candidates()[0].foundation()); in TEST_F() 2116 EXPECT_NE(tcpport1->Candidates()[0].foundation(), in TEST_F() 2117 stunport->Candidates()[0].foundation()); in TEST_F() 2118 EXPECT_NE(tcpport2->Candidates()[0].foundation(), in TEST_F() 2119 stunport->Candidates()[0].foundation()); in TEST_F() [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
D | BUILD.bazel | 17 "//src/python/grpcio/grpc/framework/foundation", 29 "//src/python/grpcio/grpc/framework/foundation:stream",
|
D | face.py | 26 from grpc.framework.foundation import abandonment # pylint: disable=unused-import 27 from grpc.framework.foundation import future # pylint: disable=unused-import 28 from grpc.framework.foundation import stream # pylint: disable=unused-import
|
D | utilities.py | 21 from grpc.framework.foundation import stream # pylint: disable=unused-import
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | utilities.py | 22 from grpc.framework.foundation import callable_util 23 from grpc.framework.foundation import future
|
D | _server_adaptations.py | 25 from grpc.framework.foundation import abandonment 26 from grpc.framework.foundation import logging_pool 27 from grpc.framework.foundation import stream
|
D | BUILD.bazel | 55 "//src/python/grpcio/grpc/framework/foundation",
|
/external/grpc-grpc/ |
D | CODE-OF-CONDUCT.md | 3 gRPC follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-cond…
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/ |
D | BUILD.bazel | 8 "//src/python/grpcio/grpc/framework/foundation",
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
D | BUILD.bazel | 17 "//src/python/grpcio/grpc/framework/foundation:abandonment",
|
D | base.py | 32 from grpc.framework.foundation import abandonment # pylint: disable=unused-import
|
/external/pdfium/third_party/lcms/ |
D | 0001-fix-include.patch | 7 // Include plug-in foundation
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/foundation/ |
D | stream_testing.py | 16 from grpc.framework.foundation import stream
|
D | _logging_pool_test.py | 19 from grpc.framework.foundation import logging_pool
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/ |
D | BUILD.bazel | 5 name = "foundation",
|
/external/autotest/client/tests/fs_mark/ |
D | control | 15 http://devresources.linux-foundation.org/dev/doubt/fs_mark/index.html
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/ |
D | README | 9 commercially. This act of "sharing" is the foundation Openclipart is based upon.
|
/external/skqp/resources/ |
D | README | 9 commercially. This act of "sharing" is the foundation Openclipart is based upon.
|
/external/skia/resources/ |
D | README | 9 commercially. This act of "sharing" is the foundation Openclipart is based upon.
|
/external/tensorflow/tensorflow/contrib/rpc/python/kernel_tests/ |
D | rpc_op_test.py | 25 from grpc.framework.foundation import logging_pool
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _reconnect_test.py | 21 from grpc.framework.foundation import logging_pool
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _utilities_test.py | 22 from grpc.framework.foundation import future
|
/external/kotlinc/license/third_party/ |
D | jquery_license.txt | 1 Copyright JS Foundation and other contributors, https://js.foundation/
|
/external/libnfnetlink/ |
D | README | 15 nfnetlink handling functions. It is used as a foundation for other, netfilter
|
123