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

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java121 private PrintDocumentInfo(PrintDocumentInfo prototype) { argument
122 mName = prototype.mName;
123 mPageCount = prototype.mPageCount;
124 mContentType = prototype.mContentType;
125 mDataSize = prototype.mDataSize;
H A DPrintJobInfo.java677 * @param prototype Prototype to use as a starting point.
680 public Builder(PrintJobInfo prototype) { argument
681 mPrototype = (prototype != null)
682 ? new PrintJobInfo(prototype)
H A DPrinterInfo.java56 private PrinterInfo(PrinterInfo prototype) { argument
57 copyFrom(prototype);
H A DPrinterCapabilitiesInfo.java72 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { argument
73 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.java861 * @param prototype The prototype from which to create the injected events.
864 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { argument
869 final int pointerCount = prototype.getPointerCount();
871 final int pointerId = prototype.getPointerId(i);
876 sendMotionEvent(prototype, action, pointerIdBits, policyFlags);
917 * @param prototype The prototype from which to create the injected events.
920 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { argument
923 final int pointerCount = prototype
942 sendActionDownAndUp(MotionEvent prototype, int policyFlags) argument
958 sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, int policyFlags) argument
1299 post(MotionEvent prototype, int policyFlags) argument
1470 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 2762 milliseconds