Home
last modified time | relevance | path

Searched defs:getController (Results 1 – 6 of 6) sorted by relevance

/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
DMockStreamingApi.java79 public MockStreamController<ResponseT> getController() { in getController() method in MockStreamingApi.MockServerStreamingCall
180 public StreamController getController() { in getController() method in MockStreamingApi.MockResponseObserver
/external/cronet/third_party/libc++/src/test/support/
Dcontrolled_allocators.h282 AllocController& getController() const { return *P; } in getController() function
325 AllocController& getController() const { return *P; } in getController() function
408 AllocController& getController() const { return *P; } in getController() function
488 AllocController& getController() const { return *P; } in getController() function
Dtest_std_memory_resource.h58 AllocController& getController() { return C; } in getController() function
/external/libcxx/test/support/
Dcontrolled_allocators.hpp276 AllocController& getController() const { return *P; } in getController() function in CountingAllocator
319 AllocController& getController() const { return *P; } in getController() function in CountingAllocator
402 AllocController& getController() const { return *P; } in getController() function in MinAlignedAllocator
482 AllocController& getController() const { return *P; } in getController() function in NullAllocator
Dtest_memory_resource.hpp65 AllocController& getController() { return C; } in getController() function in TestResourceImp
/external/cronet/components/cronet/android/fake/java/org/chromium/net/test/
DFakeCronetEngine.java140 FakeCronetController getController() { in getController() method in FakeCronetEngine