Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 10 of 10) 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/base/startop/view_compiler/
Ddex_builder.cc298 MethodBuilder ClassBuilder::CreateMethod(const std::string& name, Prototype prototype) { in CreateMethod()
483 const auto& prototype = dex_->GetPrototypeByMethodId(instruction.index_argument()); in EncodeInvoke() local
659 Prototype prototype) { in GetOrDeclareMethod()
695 ir::Proto* DexBuilder::GetOrEncodeProto(Prototype prototype) { in GetOrEncodeProto()
Ddex_builder.h588 Prototype prototype; member
/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.java855 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers()
910 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers()
933 private void sendActionDownAndUp(MotionEvent prototype, int policyFlags, in sendActionDownAndUp()
952 private void sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, in sendMotionEvent()
1248 public void post(MotionEvent prototype, int pointerIdBits, int policyFlags) { in post()
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java138 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo()
DPrinterCapabilitiesInfo.java79 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() method in PrinterCapabilitiesInfo
DPrintJobInfo.java791 public Builder(@Nullable PrintJobInfo prototype) { in Builder()
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp41 int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, in WebViewFunctor_create()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionsState.java79 public PermissionsState(PermissionsState prototype) { in PermissionsState() method in PermissionsState