/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 46 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/ |
D | PrintDocumentInfo.java | 135 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo() argument 136 mName = prototype.mName; in PrintDocumentInfo() 137 mPageCount = prototype.mPageCount; in PrintDocumentInfo() 138 mContentType = prototype.mContentType; in PrintDocumentInfo() 139 mDataSize = prototype.mDataSize; in PrintDocumentInfo()
|
D | PrintJobInfo.java | 773 public Builder(@Nullable PrintJobInfo prototype) { in Builder() argument 774 mPrototype = (prototype != null) in Builder() 775 ? new PrintJobInfo(prototype) in Builder()
|
D | PrinterCapabilitiesInfo.java | 79 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() argument 80 copyFrom(prototype); in PrinterCapabilitiesInfo()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 835 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers() argument 840 final int pointerCount = prototype.getPointerCount(); in sendDownForAllNotInjectedPointers() 842 final int pointerId = prototype.getPointerId(i); in sendDownForAllNotInjectedPointers() 847 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendDownForAllNotInjectedPointers() 891 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers() argument 894 final int pointerCount = prototype.getPointerCount(); in sendUpForInjectedDownPointers() 896 final int pointerId = prototype.getPointerId(i); in sendUpForInjectedDownPointers() 903 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendUpForInjectedDownPointers() 914 private void sendActionDownAndUp(MotionEvent prototype, int policyFlags, in sendActionDownAndUp() argument 917 final int pointerId = prototype.getPointerId(prototype.getActionIndex()); in sendActionDownAndUp() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 113 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/ |
D | IVrComposerClient.hal | 62 * 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/tools/preload/ |
D | sorttable.js | 457 Function.prototype.forEach = function(object, block, context) { 459 if (typeof this.prototype[key] == "undefined") {
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PermissionsState.java | 75 public PermissionsState(PermissionsState prototype) { in PermissionsState() argument 76 copyFrom(prototype); in PermissionsState()
|
/frameworks/compile/libbcc/ |
D | README.rst | 190 argument in the function prototype, float2.x will go into r0, and float2.y,
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 570 # 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,
|
D | Doxyfile | 570 # 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,
|
/frameworks/native/docs/ |
D | Doxyfile | 525 # 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.
|