Searched defs:prototype (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create() local 83 Stub* prototype = findPrototype(pFragRef); in create() local
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.cc | 298 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()
|
D | dex_builder.h | 588 Prototype prototype; member
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 113 const Stub* prototype() const { return m_pPrototype; } in prototype() function
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 855 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/ |
D | PrintDocumentInfo.java | 138 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo()
|
D | PrinterCapabilitiesInfo.java | 79 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() method in PrinterCapabilitiesInfo
|
D | PrintJobInfo.java | 791 public Builder(@Nullable PrintJobInfo prototype) { in Builder()
|
/frameworks/base/libs/hwui/ |
D | WebViewFunctorManager.cpp | 41 int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, in WebViewFunctor_create()
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | PermissionsState.java | 79 public PermissionsState(PermissionsState prototype) { in PermissionsState() method in PermissionsState
|