HomeSort by relevance Sort by last modified time
    Searched refs:GetPort (Results 1 - 25 of 36) sorted by null

1 2

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 51 int GetPort
test_surface.c 50 if (!GetPort
test_blocks.c 53 if (!GetPort
test_context.c 49 if (!GetPort
testlib.c 43 int GetPort
test_rendering.c 158 if (!GetPort
test_subpicture.c 76 if (!GetPort
xvmc_bench.c 206 if (!GetPort
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 50 message.AddDescriptor(acknowledge_port.GetPort()); // message receive port
  /system/update_engine/common/
http_fetcher_unittest.cc 95 virtual in_port_t GetPort() const {
177 in_port_t GetPort() const override {
467 this->test_.SmallUrl(server->GetPort())));
483 this->test_.BigUrl(server->GetPort())));
507 this->test_.ErrorUrl(server->GetPort())));
539 int port = server.GetPort();
610 fetcher->BeginTransfer(this->test_.BigUrl(server->GetPort()));
701 delegate.fetcher_->BeginTransfer(this->test_.BigUrl(server->GetPort()));
768 LocalServerUrlForPath(server->GetPort(),
854 int port = server->GetPort();
    [all...]
  /external/libmojo/mojo/edk/system/ports/
node.h 75 int GetPort(const PortName& port_name, PortRef* port_ref);
169 scoped_refptr<Port> GetPort(const PortName& port_name);
node.cc 107 int Node::GetPort(const PortName& port_name, PortRef* port_ref) {
108 scoped_refptr<Port> port = GetPort(port_name);
246 if (GetPort(name, &ref) == OK)
294 scoped_refptr<Port> new_port = GetPort(new_port_name);
320 if (GetPort(message->ports()[i], &port) == OK)
432 scoped_refptr<Port> port = GetPort(port_name);
484 if (GetPort(message->ports()[i], &port_ref) == OK) {
499 scoped_refptr<Port> port = GetPort(port_name);
529 scoped_refptr<Port> port = GetPort(port_name);
600 scoped_refptr<Port> port = GetPort(port_name)
    [all...]
ports_unittest.cc 253 ASSERT_EQ(OK, node_.GetPort(message->ports()[i], &port));
633 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &F));
653 EXPECT_EQ(ERROR_PORT_UNKNOWN, node1.node().GetPort(F.name(), &F));
700 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &E));
834 EXPECT_EQ(OK, node0.node().GetPort(a3_name, &a3));
937 EXPECT_EQ(ERROR_PORT_UNKNOWN, node.node().GetPort(B.name(), &B));
986 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &E));
1024 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &C));
1031 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &D));
1038 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &E))
    [all...]
  /external/google-breakpad/src/common/mac/
MachIPC.h 269 mach_port_t GetPort() const { return port_; }
  /external/python/cpython2/Lib/plat-mac/
PixMapWrapper.py 157 if not port: port = Qd.GetPort()
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
PixMapWrapper.py 157 if not port: port = Qd.GetPort()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 157 if not port: port = Qd.GetPort()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdbase.h 309 virtual HRESULT STDMETHODCALLTYPE GetPort(
357 HRESULT (STDMETHODCALLTYPE *GetPort)(
394 #define IWSDTransportAddress_GetPort(This,pwPort) (This)->lpVtbl->GetPort(This,pwPort)
419 return This->lpVtbl->GetPort(This,pwPort);
886 HRESULT (STDMETHODCALLTYPE *GetPort)(
    [all...]
  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 401 if (node_controller->node()->GetPort(ports[0], &port) != ports::OK)
data_pipe_producer_dispatcher.cc 379 if (node_controller->node()->GetPort(ports[0], &port) != ports::OK)
message_pipe_dispatcher.cc 518 internal::g_core->GetNodeController()->node()->GetPort(ports[0], &port));
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 54 void GetPort(InterfaceRequest<sample::Port> port) override {}
sample_service_unittest.cc 290 void GetPort(mojo::InterfaceRequest<Port> port_request) override {}
interface_ptr_unittest.cc 157 void GetPort(mojo::InterfaceRequest<sample::Port> port) override {}
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc     [all...]

Completed in 280 milliseconds

1 2