Home
last modified time | relevance | path

Searched refs:foundation (Results 1 – 25 of 100) sorted by relevance

1234

/external/webrtc/api/
Dcandidate.h43 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()
Dcandidate.cc36 const std::string& foundation, in Candidate() argument
49 foundation_(foundation), in Candidate()
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
DBUILD.bazel17 "//src/python/grpcio/grpc/framework/foundation",
29 "//src/python/grpcio/grpc/framework/foundation:stream",
Dface.py26 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
Dutilities.py21 from grpc.framework.foundation import stream # pylint: disable=unused-import
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dutilities.py22 from grpc.framework.foundation import callable_util
23 from grpc.framework.foundation import future
D_server_adaptations.py25 from grpc.framework.foundation import abandonment
26 from grpc.framework.foundation import logging_pool
27 from grpc.framework.foundation import stream
DBUILD.bazel55 "//src/python/grpcio/grpc/framework/foundation",
/external/rust/crates/grpcio-sys/grpc/
DCODE-OF-CONDUCT.md3 gRPC follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-cond…
/external/grpc-grpc/
DCODE-OF-CONDUCT.md3 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/
DBUILD.bazel8 "//src/python/grpcio/grpc/framework/foundation",
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
DBUILD.bazel17 "//src/python/grpcio/grpc/framework/foundation:abandonment",
Dbase.py32 from grpc.framework.foundation import abandonment # pylint: disable=unused-import
/external/pdfium/third_party/lcms/
D0001-fix-include.patch7 // Include plug-in foundation
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/foundation/
Dstream_testing.py16 from grpc.framework.foundation import stream
D_logging_pool_test.py19 from grpc.framework.foundation import logging_pool
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
DBUILD.bazel5 name = "foundation",
/external/webrtc/p2p/base/
Dport_unittest.cc2501 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/
Dcontrol15 http://devresources.linux-foundation.org/dev/doubt/fs_mark/index.html
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/
DREADME9 commercially. This act of "sharing" is the foundation Openclipart is based upon.
/external/skqp/resources/
DREADME9 commercially. This act of "sharing" is the foundation Openclipart is based upon.
/external/skia/resources/
DREADME9 commercially. This act of "sharing" is the foundation Openclipart is based upon.
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_reconnect_test.py21 from grpc.framework.foundation import logging_pool
/external/vm_tools/p9/
DREADME.md11 (integers, strings, vectors) that form the foundation of all [9p]
/external/mesa3d/docs/
Dconform.rst25 You should probably coordinate with board@foundation.x.org for your

1234