OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeTransport
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h
47
class
FakeTransport
;
315
// Can be informed of another
FakeTransport
via SetDestination (low-tech way
317
class
FakeTransport
: public Transport {
320
FakeTransport
(talk_base::Thread* signaling_thread,
330
~
FakeTransport
() {
337
void SetDestination(
FakeTransport
* dest) {
407
FakeTransport
* dest_;
435
FakeTransport
* GetTransport(const std::string& content_name) {
436
return static_cast<
FakeTransport
*>(
446
static_cast<
FakeTransport
*>(it->second->impl())->SetDestination
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py
[
all
...]
Completed in 77 milliseconds