OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_sink
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/proxy/
proxy_channel.cc
42
void ProxyChannel::InitWithTestSink(IPC::TestSink*
test_sink
) {
44
test_sink_ =
test_sink
;
resource_message_test_sink.cc
89
ResourceMessageTestSink*
test_sink
,
93
: test_sink_(
test_sink
),
proxy_channel.h
60
void InitWithTestSink(IPC::TestSink*
test_sink
);
resource_message_test_sink.h
70
ResourceSyncCallHandler(ResourceMessageTestSink*
test_sink
,
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
PipeTest.java
44
public void
test_sink
() throws IOException {
method in class:PipeTest
Completed in 770 milliseconds