Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create() local
47 if (prototype != NULL) { in create()
59 stub = islands.second->findStub(prototype, pReloc); in create()
67 stub = islands.first->findStub(prototype, pReloc); in create()
73 stub = prototype->clone(); in create()
109 islands.first->addStub(prototype, pReloc, *stub); in create()
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java121 private PrintDocumentInfo(PrintDocumentInfo prototype) { in PrintDocumentInfo() argument
122 mName = prototype.mName; in PrintDocumentInfo()
123 mPageCount = prototype.mPageCount; in PrintDocumentInfo()
124 mContentType = prototype.mContentType; in PrintDocumentInfo()
125 mDataSize = prototype.mDataSize; in PrintDocumentInfo()
DPrintJobInfo.java680 public Builder(PrintJobInfo prototype) { in Builder() argument
681 mPrototype = (prototype != null) in Builder()
682 ? new PrintJobInfo(prototype) in Builder()
DPrinterInfo.java56 private PrinterInfo(PrinterInfo prototype) { in PrinterInfo() argument
57 copyFrom(prototype); in PrinterInfo()
DPrinterCapabilitiesInfo.java72 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() argument
73 copyFrom(prototype); in PrinterCapabilitiesInfo()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h115 const Stub* prototype() const { return m_pPrototype; } in prototype() function
127 return (size_t((uintptr_t)KEY.prototype())) ^ in operator()
138 if ((KEY1.prototype() == KEY2.prototype()) && in operator()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java868 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers() argument
873 final int pointerCount = prototype.getPointerCount(); in sendDownForAllNotInjectedPointers()
875 final int pointerId = prototype.getPointerId(i); in sendDownForAllNotInjectedPointers()
880 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendDownForAllNotInjectedPointers()
924 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers() argument
927 final int pointerCount = prototype.getPointerCount(); in sendUpForInjectedDownPointers()
929 final int pointerId = prototype.getPointerId(i); in sendUpForInjectedDownPointers()
936 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendUpForInjectedDownPointers()
946 private void sendActionDownAndUp(MotionEvent prototype, int policyFlags) { in sendActionDownAndUp() argument
948 final int pointerId = prototype.getPointerId(prototype.getActionIndex()); in sendActionDownAndUp()
[all …]
/frameworks/testing/uiautomator/samples/SkeletonTest/
DREADME1 This is an (almost) empty test, it serves as a prototype to create new UI
/frameworks/base/tools/preload/
Dsorttable.js457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd678 if (!HTMLCanvasElement.prototype.toBlob && window.Blob) {
679 HTMLCanvasElement.prototype.toBlob = function(callback, mimeType, quality) {
/frameworks/compile/libbcc/
DREADME.rst190 argument in the function prototype, float2.x will go into r0, and float2.y,
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd85 <code>__attribute__((kernel))</code> applied to the function prototype. This denotes that the
95 input and output Allocations match the kernel's prototype; if they do not match, an exception is
/frameworks/base/docs/html/distribute/googleplay/edu/
Dstart.jd126 which to prototype and test your user experience. It's recommended highly
/frameworks/base/docs/html/tools/devices/
Demulator.jd73 that runs on your computer. The emulator lets you prototype, develop and test
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd624 <li>Changed the <code>ptrace()</code> prototype to <code>long ptrace(int, ...);</code>.</li>
1045 <li>Changed prototype of <code>poll</code> to <code>poll(struct