/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() 67 stub = islands.first->findStub(prototype, pReloc); in create() 73 stub = prototype->clone(); in create() 109 islands.first->addStub(prototype, pReloc, *stub); in create()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentInfo.java | 121 private PrintDocumentInfo(PrintDocumentInfo prototype) { in PrintDocumentInfo() argument 122 mName = prototype.mName; in PrintDocumentInfo() 123 mPageCount = prototype.mPageCount; in PrintDocumentInfo() 124 mContentType = prototype.mContentType; in PrintDocumentInfo() 125 mDataSize = prototype.mDataSize; in PrintDocumentInfo()
|
D | PrintJobInfo.java | 680 public Builder(PrintJobInfo prototype) { in Builder() argument 681 mPrototype = (prototype != null) in Builder() 682 ? new PrintJobInfo(prototype) in Builder()
|
D | PrinterInfo.java | 56 private PrinterInfo(PrinterInfo prototype) { in PrinterInfo() argument 57 copyFrom(prototype); in PrinterInfo()
|
D | PrinterCapabilitiesInfo.java | 72 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() argument 73 copyFrom(prototype); in PrinterCapabilitiesInfo()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 115 const Stub* prototype() const { return m_pPrototype; } in prototype() function 127 return (size_t((uintptr_t)KEY.prototype())) ^ in operator() 138 if ((KEY1.prototype() == KEY2.prototype()) && in operator()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 868 private void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers() argument 873 final int pointerCount = prototype.getPointerCount(); in sendDownForAllNotInjectedPointers() 875 final int pointerId = prototype.getPointerId(i); in sendDownForAllNotInjectedPointers() 880 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendDownForAllNotInjectedPointers() 924 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers() argument 927 final int pointerCount = prototype.getPointerCount(); in sendUpForInjectedDownPointers() 929 final int pointerId = prototype.getPointerId(i); in sendUpForInjectedDownPointers() 936 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendUpForInjectedDownPointers() 946 private void sendActionDownAndUp(MotionEvent prototype, int policyFlags) { in sendActionDownAndUp() argument 948 final int pointerId = prototype.getPointerId(prototype.getActionIndex()); in sendActionDownAndUp() [all …]
|
/frameworks/testing/uiautomator/samples/SkeletonTest/ |
D | README | 1 This is an (almost) empty test, it serves as a prototype to create new UI
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 457 Function.prototype.forEach = function(object, block, context) { 459 if (typeof this.prototype[key] == "undefined") {
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | device-art.jd | 678 if (!HTMLCanvasElement.prototype.toBlob && window.Blob) { 679 HTMLCanvasElement.prototype.toBlob = function(callback, mimeType, quality) {
|
/frameworks/compile/libbcc/ |
D | README.rst | 190 argument in the function prototype, float2.x will go into r0, and float2.y,
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 85 <code>__attribute__((kernel))</code> applied to the function prototype. This denotes that the 95 input and output Allocations match the kernel's prototype; if they do not match, an exception is
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | start.jd | 126 which to prototype and test your user experience. It's recommended highly
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 73 that runs on your computer. The emulator lets you prototype, develop and test
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 624 <li>Changed the <code>ptrace()</code> prototype to <code>long ptrace(int, ...);</code>.</li> 1045 <li>Changed prototype of <code>poll</code> to <code>poll(struct
|