Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 21 of 21) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create() local
47 if (prototype != NULL) { in create()
59 stub = islands.second->findStub(prototype, pReloc); in create()
64 stub = islands.first->findStub(prototype, pReloc); in create()
67 stub = prototype->clone(); in create()
73 islands.first->addStub(prototype, pReloc, *stub); in create()
83 Stub* prototype = findPrototype(pFragRef); in create() local
84 if (prototype == NULL) { in create()
94 Stub* stub = prototype->clone(); in create()
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java138 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo() argument
139 mName = prototype.mName; in PrintDocumentInfo()
140 mPageCount = prototype.mPageCount; in PrintDocumentInfo()
141 mContentType = prototype.mContentType; in PrintDocumentInfo()
142 mDataSize = prototype.mDataSize; in PrintDocumentInfo()
DPrintJobInfo.java791 public Builder(@Nullable PrintJobInfo prototype) { in Builder() argument
792 mPrototype = (prototype != null) in Builder()
793 ? new PrintJobInfo(prototype) in Builder()
DPrinterCapabilitiesInfo.java79 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() argument
80 copyFrom(prototype); in PrinterCapabilitiesInfo()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java855 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers() argument
860 final int pointerCount = prototype.getPointerCount(); in sendDownForAllNotInjectedPointers()
862 final int pointerId = prototype.getPointerId(i); in sendDownForAllNotInjectedPointers()
867 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendDownForAllNotInjectedPointers()
910 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers() argument
913 final int pointerCount = prototype.getPointerCount(); in sendUpForInjectedDownPointers()
915 final int pointerId = prototype.getPointerId(i); in sendUpForInjectedDownPointers()
922 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendUpForInjectedDownPointers()
933 private void sendActionDownAndUp(MotionEvent prototype, int policyFlags, in sendActionDownAndUp() argument
936 final int pointerId = prototype.getPointerId(prototype.getActionIndex()); in sendActionDownAndUp()
[all …]
/frameworks/base/startop/view_compiler/
Ddex_builder.cc298 MethodBuilder ClassBuilder::CreateMethod(const std::string& name, Prototype prototype) { in CreateMethod() argument
299 ir::MethodDecl* decl = parent_->GetOrDeclareMethod(type_descriptor_, name, prototype).decl; in CreateMethod()
319 CHECK(decl_->prototype != nullptr); in Encode()
321 decl_->prototype->param_types != nullptr ? decl_->prototype->param_types->types.size() : 0; in Encode()
326 size_t const return_count = decl_->prototype->return_type == dex_->GetOrAddType("V") ? 0 : 1; in Encode()
483 const auto& prototype = dex_->GetPrototypeByMethodId(instruction.index_argument()); in EncodeInvoke() local
484 CHECK(prototype.has_value()); in EncodeInvoke()
494 move_op = prototype->ArgType(i - 1).is_object() ? Instruction::Op::kMoveObject in EncodeInvoke()
498 move_op = prototype->ArgType(i).is_object() ? Instruction::Op::kMoveObject in EncodeInvoke()
659 Prototype prototype) { in GetOrDeclareMethod() argument
[all …]
Ddex_builder.h525 MethodBuilder CreateMethod(const std::string& name, Prototype prototype);
564 Prototype prototype);
571 ir::Proto* GetOrEncodeProto(Prototype prototype);
588 Prototype prototype; member
591 return std::make_tuple(type, name, prototype) <
592 std::make_tuple(rhs.type, rhs.name, rhs.prototype);
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h113 const Stub* prototype() const { return m_pPrototype; } in prototype() function
123 return (size_t((uintptr_t)KEY.prototype())) ^ str_hasher(sym_name) ^ in operator()
131 if ((KEY1.prototype() == KEY2.prototype()) && in operator()
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal62 * SET_LAYER_INFO has this pseudo prototype
84 * SET_CLIENT_TARGET_METADATA has this pseudo prototype
97 * SET_LAYER_BUFFER_METADATA has this pseudo prototype
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp41 int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, in WebViewFunctor_create() argument
52 return WebViewFunctorManager::instance().createFunctor(data, prototype, functorMode); in WebViewFunctor_create()
/frameworks/base/libs/hwui/private/hwui/
DWebViewFunctor.h69 ANDROID_API int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, RenderM…
/frameworks/base/tools/preload/
Dsorttable.js457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionsState.java79 public PermissionsState(PermissionsState prototype) { in PermissionsState() argument
80 copyFrom(prototype); in PermissionsState()
/frameworks/base/packages/SystemUI/docs/
Dplugins.md3 Plugins provide an easy way to rapidly prototype SystemUI features.  Plugins are APKs that will be …
5 …master and only on the devices which need to use the prototype.  You can distribute early prototyp…
/frameworks/compile/libbcc/
DREADME.rst190 argument in the function prototype, float2.x will go into r0, and float2.y,
/frameworks/av/media/libaaudio/
DDoxyfile570 # the prototype and the implementation of a member function even if there is
573 # accept a match between prototype and implementation in such cases.
940 # source code will show a tooltip with additional information such as prototype,
DDoxyfile.orig570 # the prototype and the implementation of a member function even if there is
573 # accept a match between prototype and implementation in such cases.
931 # source code will show a tooltip with additional information such as prototype,
/frameworks/av/media/codec2/docs/
Ddoxygen.config605 # the prototype and the implementation of a member function even if there is
608 # accept a match between prototype and implementation in such cases.
984 # source code will show a tooltip with additional information such as prototype,
/frameworks/base/media/native/midi/include/
DDoxyfile.orig614 # the prototype and the implementation of a member function even if there is
617 # accept a match between prototype and implementation in such cases.
1034 # source code will show a tooltip with additional information such as prototype,
DDoxyfile614 # the prototype and the implementation of a member function even if there is
617 # accept a match between prototype and implementation in such cases.
1034 # source code will show a tooltip with additional information such as prototype,
/frameworks/native/docs/
DDoxyfile525 # match between the prototype and the implementation of a member function even
528 # will still accept a match between prototype and implementation in such cases.