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
43
void ProxyChannel::InitWithTestSink(IPC::TestSink*
test_sink
) {
45
test_sink_ =
test_sink
;
proxy_channel.h
60
void InitWithTestSink(IPC::TestSink*
test_sink
);
resource_message_test_sink.h
81
ResourceSyncCallHandler(ResourceMessageTestSink*
test_sink
,
resource_message_test_sink.cc
112
ResourceMessageTestSink*
test_sink
,
116
: test_sink_(
test_sink
),
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
PipeTest.java
44
public void
test_sink
() throws IOException {
method in class:PipeTest
Completed in 311 milliseconds