Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, in create() local
49 if (NULL != prototype) { in create()
58 Stub* stub = island->findStub(prototype, pReloc); in create()
65 stub = prototype->clone(); in create()
100 island->addStub(prototype, pReloc, *stub); in create()
/frameworks/base/services/java/com/android/server/accessibility/
DTouchExplorer.java780 MotionEvent prototype = MotionEvent.obtain(event); in handleMotionEventStateDelegating() local
781 sendDownForAllActiveNotInjectedPointers(prototype, policyFlags); in handleMotionEventStateDelegating()
898 private void sendDownForAllActiveNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllActiveNotInjectedPointers() argument
902 final int pointerCount = prototype.getPointerCount(); in sendDownForAllActiveNotInjectedPointers()
906 final int pointerId = prototype.getPointerId(i); in sendDownForAllActiveNotInjectedPointers()
914 final int pointerId = prototype.getPointerId(i); in sendDownForAllActiveNotInjectedPointers()
925 sendMotionEvent(prototype, action, pointerIdBits, policyFlags); in sendDownForAllActiveNotInjectedPointers()
968 private void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers() argument
971 final int pointerCount = prototype.getPointerCount(); in sendUpForInjectedDownPointers()
973 final int pointerId = prototype.getPointerId(i); in sendUpForInjectedDownPointers()
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h118 const Stub* prototype() const { return m_pPrototype; } in prototype() function
130 return (size_t((uintptr_t)KEY.prototype())) ^ in operator()
140 return (KEY1.prototype() == KEY2.prototype()) && in operator()
/frameworks/native/libs/utils/
DVectorImpl.cpp249 ssize_t VectorImpl::replaceAt(const void* prototype, size_t index) in replaceAt() argument
259 if (item != prototype) { in replaceAt()
263 if (prototype == 0) { in replaceAt()
266 _do_copy(item, prototype, 1); in replaceAt()
/frameworks/testing/uiautomator/samples/SkeletonTest/
DREADME1 This is an (almost) empty test, it serves as a prototype to create new UI
/frameworks/base/tools/preload/
Dsorttable.js457 Function.prototype.forEach = function(object, block, context) {
459 if (typeof this.prototype[key] == "undefined") {
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt286 /sdcard/android/layout_tests/fast/dom/prototype-inheritance-2.html
302 /sdcard/android/layout_tests/fast/dom/prototype-inheritance.html
664 /sdcard/android/layout_tests/http/tests/security/isolatedWorld/image-prototype.html
666 /sdcard/android/layout_tests/http/tests/security/isolatedWorld/number-prototype.html
667 /sdcard/android/layout_tests/http/tests/security/isolatedWorld/body-prototype.html
669 /sdcard/android/layout_tests/http/tests/security/isolatedWorld/location-prototype.html
672 /sdcard/android/layout_tests/http/tests/security/isolatedWorld/document-prototype.html
679 /sdcard/android/layout_tests/http/tests/security/isolatedWorld/string-prototype.html
680 /sdcard/android/layout_tests/http/tests/security/isolatedWorld/object-prototype.html
805 /sdcard/android/layout_tests/http/tests/security/cross-frame-access-object-prototype.html
Dlayout_tests_passed.txt1425 /sdcard/android/layout_tests/fast/js/pic/cached-prototype-setter.html
1430 /sdcard/android/layout_tests/fast/js/pic/cached-prototype-then-immediate.html
1435 /sdcard/android/layout_tests/fast/js/pic/dictionary-prototype.html
1469 /sdcard/android/layout_tests/fast/js/object-prototype-toLocaleString.html
1502 /sdcard/android/layout_tests/fast/js/object-prototype-constructor.html
1662 /sdcard/android/layout_tests/fast/js/function-prototype.html
1776 /sdcard/android/layout_tests/fast/dom/DOMException/prototype-object.html
1787 /sdcard/android/layout_tests/fast/dom/HTMLOptionElement/option-prototype.html
1882 /sdcard/android/layout_tests/fast/dom/Window/window-custom-prototype.html
1887 /sdcard/android/layout_tests/fast/dom/Window/window-custom-prototype-crash.html
[all …]
/frameworks/compile/libbcc/
DREADME.rst190 argument in the function prototype, float2.x will go into r0, and float2.y,
/frameworks/base/docs/html/tools/devices/
Demulator.jd73 that runs on your computer. The emulator lets you prototype, develop and test