Searched refs:foundation (Results 1 – 25 of 100) sorted by relevance
1234
/external/webrtc/api/ |
D | candidate.h | 43 const std::string& foundation, 128 const std::string& foundation() const { return foundation_; } in foundation() function 129 void set_foundation(const std::string& foundation) { in set_foundation() argument 130 foundation_ = foundation; in set_foundation()
|
D | candidate.cc | 36 const std::string& foundation, in Candidate() argument 49 foundation_(foundation), in Candidate()
|
/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/rust/crates/grpcio-sys/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/ |
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/webrtc/p2p/base/ |
D | port_unittest.cc | 2501 EXPECT_NE(testport->Candidates()[0].foundation(), in TEST_F() 2502 testport->Candidates()[1].foundation()); in TEST_F() 2513 EXPECT_EQ(udpport1->Candidates()[0].foundation(), in TEST_F() 2514 udpport2->Candidates()[0].foundation()); in TEST_F() 2519 EXPECT_EQ(tcpport1->Candidates()[0].foundation(), in TEST_F() 2520 tcpport2->Candidates()[0].foundation()); in TEST_F() 2524 EXPECT_NE(tcpport1->Candidates()[0].foundation(), in TEST_F() 2525 stunport->Candidates()[0].foundation()); in TEST_F() 2526 EXPECT_NE(tcpport2->Candidates()[0].foundation(), in TEST_F() 2527 stunport->Candidates()[0].foundation()); in TEST_F() [all …]
|
/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/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _reconnect_test.py | 21 from grpc.framework.foundation import logging_pool
|
/external/vm_tools/p9/ |
D | README.md | 11 (integers, strings, vectors) that form the foundation of all [9p]
|
/external/mesa3d/docs/ |
D | conform.rst | 25 You should probably coordinate with board@foundation.x.org for your
|
1234