/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/ |
D | HandleBase.java | 27 protected CoreImpl mCore; field in HandleBase 33 mCore = core; in HandleBase() 42 mCore = other.mCore; in HandleBase() 58 mCore.close(handle); in close() 67 return mCore.queryHandleSignalsState(mMojoHandle); in querySignalsState() 91 return mCore; in getCore() 133 mCore.closeWithResult(mMojoHandle); in finalize()
|
D | DataPipeConsumerHandleImpl.java | 44 return mCore.discardData(this, numBytes, flags); in discardData() 52 return mCore.readData(this, elements, flags); in readData() 60 return mCore.beginReadData(this, numBytes, flags); in beginReadData() 68 mCore.endReadData(this, numBytesRead); in endReadData()
|
D | BaseRunLoop.java | 20 private final CoreImpl mCore; field in BaseRunLoop 23 this.mCore = core; in BaseRunLoop() 57 assert mCore.getCurrentRunLoop() == this : "Only the current run loop can be closed"; in close() 58 mCore.clearCurrentRunLoop(); in close()
|
D | SharedBufferHandleImpl.java | 42 return mCore.duplicate(this, options); in duplicate() 50 return mCore.map(this, offset, numBytes, flags); in map() 58 mCore.unmap(buffer); in unmap()
|
D | DataPipeProducerHandleImpl.java | 44 return mCore.writeData(this, elements, flags); in writeData() 52 return mCore.beginWriteData(this, numBytes, flags); in beginWriteData() 60 mCore.endWriteData(this, numBytesWritten); in endWriteData()
|
D | MessagePipeHandleImpl.java | 45 mCore.writeMessage(this, bytes, handles, flags); in writeMessage() 53 return mCore.readMessage(this, flags); in readMessage()
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/ |
D | WatcherImplTest.java | 42 private Core mCore; field in WatcherImplTest 50 mCore = CoreImpl.getInstance(); in setUp() 120 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testCorrectResult() 141 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testClosingPeerHandle() 165 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testClosingWatchedHandle() 189 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testInvalidHandle() 228 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testCancel() 257 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testImmediateCancelOnInvalidHandle()
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Interface.java | 100 private final Core mCore; field in Interface.AbstractProxy.HandlerImpl 125 this.mCore = core; in HandlerImpl() 144 return mCore; in getCore() 279 private final Core mCore; field in Interface.Stub 293 mCore = core; in Stub() 301 return mCore; in getCore()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 82 mCore = std::string(core); in JitManager() 83 std::transform(mCore.begin(), mCore.end(), mCore.begin(), ::tolower); in JitManager()
|
D | JitManager.h | 170 std::string mCore; member
|
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/ |
D | interface_definition.tmpl | 259 private final org.chromium.mojo.system.Core mCore; 267 mCore = core; 280 mCore,
|