Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create() local
83 Stub* prototype = findPrototype(pFragRef); in create() local
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h113 const Stub* prototype() const { return m_pPrototype; } in prototype() function
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java835 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers()
891 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers()
914 private void sendActionDownAndUp(MotionEvent prototype, int policyFlags, in sendActionDownAndUp()
933 private void sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, in sendMotionEvent()
1234 public void post(MotionEvent prototype, int pointerIdBits, int policyFlags) { in post()
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java135 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo()
DPrinterCapabilitiesInfo.java79 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() method in PrinterCapabilitiesInfo
DPrintJobInfo.java773 public Builder(@Nullable PrintJobInfo prototype) { in Builder()
/frameworks/base/services/core/java/com/android/server/pm/
DPermissionsState.java75 public PermissionsState(PermissionsState prototype) { in PermissionsState() method in PermissionsState