Searched refs:prototype (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java65 private PrintDocumentInfo(PrintDocumentInfo prototype) { argument
66 mName = prototype.mName;
67 mPageCount = prototype.mPageCount;
68 mContentType = prototype.mContentType;
69 mDataSize = prototype.mDataSize;
H A DPrintJobInfo.java613 * @param prototype Prototype to use as a starting point.
616 public Builder(PrintJobInfo prototype) { argument
617 mPrototype = (prototype != null)
618 ? new PrintJobInfo(prototype)
H A DPrinterInfo.java51 private PrinterInfo(PrinterInfo prototype) { argument
52 copyFrom(prototype);
H A DPrinterCapabilitiesInfo.java65 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { argument
66 copyFrom(prototype);
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp33 /// addPrototype - register a stub prototype
45 // find if there is a prototype stub for the input relocation
46 Stub* prototype = findPrototype(pReloc, local
49 if (NULL != prototype) {
58 Stub* stub = island->findStub(prototype, pReloc);
64 // create a stub from the prototype
65 stub = prototype->clone();
100 island->addStub(prototype, pReloc, *stub);
110 /// findPrototype - find if there is a registered stub prototype for the given
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h92 /// findStub - return true if there is a stub built from the given prototype
117 const Stub* prototype() const { return m_pPrototype; } function in class:mcld::BranchIsland::Key
129 return (size_t((uintptr_t)KEY.prototype())) ^
139 return (KEY1.prototype() == KEY2.prototype()) &&
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java842 * @param prototype The prototype from which to create the injected events.
845 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { argument
850 final int pointerCount = prototype.getPointerCount();
852 final int pointerId = prototype.getPointerId(i);
857 sendMotionEvent(prototype, action, pointerIdBits, policyFlags);
898 * @param prototype The prototype from which to create the injected events.
901 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { argument
904 final int pointerCount = prototype
923 sendActionDownAndUp(MotionEvent prototype, int policyFlags) argument
939 sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, int policyFlags) argument
1266 post(MotionEvent prototype, int policyFlags) argument
1437 post(MotionEvent prototype, int pointerIdBits, int policyFlags) argument
[all...]
/frameworks/base/tools/preload/
H A Dsorttable.js457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {

Completed in 163 milliseconds