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

/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp34 /// addPrototype - register a stub prototype
44 // find if there is a prototype stub for the input relocation
46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); local
47 if (prototype != NULL) {
59 stub = islands.second->findStub(prototype, pReloc);
64 stub = islands.first->findStub(prototype, pReloc);
66 // create a stub from the prototype
67 stub = prototype->clone();
73 islands.first->addStub(prototype, pReloc, *stub);
83 Stub* prototype local
[all...]
/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java133 * @param prototype from which to clone.
135 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { argument
136 mName = prototype.mName;
137 mPageCount = prototype.mPageCount;
138 mContentType = prototype.mContentType;
139 mDataSize = prototype.mDataSize;
H A DPrinterCapabilitiesInfo.java79 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { argument
80 copyFrom(prototype);
H A DPrintJobInfo.java776 * @param prototype Prototype to use as a starting point.
779 public Builder(@Nullable PrintJobInfo prototype) { argument
780 mPrototype = (prototype != null)
781 ? new PrintJobInfo(prototype)
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h89 /// findStub - return true if there is a stub built from the given prototype
113 const Stub* prototype() const { return m_pPrototype; } function in class:mcld::BranchIsland::Key
123 return (size_t((uintptr_t)KEY.prototype())) ^ str_hasher(sym_name) ^
131 if ((KEY1.prototype() == KEY2.prototype()) &&
/frameworks/base/services/core/java/com/android/server/pm/
H A DPermissionsState.java75 public PermissionsState(PermissionsState prototype) { argument
76 copyFrom(prototype);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java824 * @param prototype The prototype from which to create the injected events.
827 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { argument
832 final int pointerCount = prototype.getPointerCount();
834 final int pointerId = prototype.getPointerId(i);
839 sendMotionEvent(prototype, action, pointerIdBits, policyFlags);
880 * @param prototype The prototype from which to create the injected events.
883 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { argument
886 final int pointerCount = prototype
906 sendActionDownAndUp(MotionEvent prototype, int policyFlags, boolean targetAccessibilityFocus) argument
925 sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, int policyFlags) argument
1221 post(MotionEvent prototype, int pointerIdBits, int policyFlags) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 434 milliseconds