/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Interface.java | 143 public Core getCore() { in getCore() method in Interface.AbstractProxy.HandlerImpl 201 InterfaceControlMessagesHelper.sendRunMessage(getCore(), mMessageReceiver, message, in queryVersion() 229 getCore(), mMessageReceiver, message); in requireVersion() 300 protected Core getCore() { in getCore() method in Interface.Stub 409 bind(handle.getCore(), impl, router); in bind() 426 P proxy = attachProxy(handle.getCore(), router); in attachProxy() 459 Core core = handlerImpl.getCore(); in buildThreadSafeProxy()
|
D | BindingsHelper.java | 193 if (handle.getCore() != null) { in getWatcherForHandle() 194 return handle.getCore().getWatcher(); in getWatcherForHandle()
|
D | RouterImpl.java | 130 Core core = messagePipeHandle.getCore(); in RouterImpl()
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/ |
D | CoreImplTest.java | 173 Assert.assertEquals(core, handles.first.getCore()); in testGetCore() 174 Assert.assertEquals(core, handles.second.getCore()); in testGetCore() 178 Assert.assertEquals(core, handles.first.getCore()); in testGetCore() 179 Assert.assertEquals(core, handles.second.getCore()); in testGetCore() 185 Assert.assertEquals(core, handle.getCore()); in testGetCore() 186 Assert.assertEquals(core, handle2.getCore()); in testGetCore()
|
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/ |
D | interface_definition.tmpl | 101 getCore(), {{interface|name}}_Internal.MANAGER, messageWithHeader, receiver); 121 …d.parameters %}, {% endif %}new {{response_struct|name}}ProxyToResponder(getCore(), receiver, head… 187 getProxyHandler().getCore(), 196 getProxyHandler().getCore(),
|
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | Handle.java | 47 public Core getCore(); in getCore() method
|
D | InvalidHandle.java | 59 public Core getCore() { in getCore() method in InvalidHandle
|
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/ |
D | HandleBase.java | 90 public Core getCore() { in getCore() method in HandleBase
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | BNF.java | 221 Pick getCore() { in getCore() method in BNF 245 Pick item = getCore(); in getSequence()
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/ |
D | HandleMock.java | 64 public Core getCore() { in getCore() method in HandleMock
|
/external/libchrome/libchrome_tools/patch/ |
D | mojo-Add-a-way-to-create-thread-safe-interfaces-in-Java.patch | 115 + Core core = handlerImpl.getCore();
|