/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | EventDispatcher.java | 91 MotionEvent prototype, in sendMotionEvent() argument 96 prototype.setAction(action); in sendMotionEvent() 100 event = prototype; in sendMotionEvent() 142 if (event != prototype) { in sendMotionEvent() 279 prototype, in sendDownForAllNotInjectedPointers() 340 prototype.getDownTime(), in computeInjectionDownEvent() 345 prototype.getAction(), in computeInjectionDownEvent() 355 prototype.getSource(), in computeInjectionDownEvent() 356 prototype.getFlags()); in computeInjectionDownEvent() 470 MotionEvent prototype, in sendActionDownAndUp() argument [all …]
|
H A D | TouchExplorer.java | 1399 MotionEvent prototype, MotionEvent rawEvent, int pointerIdBits, int policyFlags) { in post() argument 1401 mPrototype = MotionEvent.obtain(prototype); in post()
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A 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()
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.cc | 319 CHECK(decl_->prototype != nullptr); in Encode() 321 decl_->prototype->param_types != nullptr ? decl_->prototype->param_types->types.size() : 0; in Encode() 484 CHECK(prototype.has_value()); in EncodeInvoke() 498 move_op = prototype->ArgType(i).is_object() ? Instruction::Op::kMoveObject in EncodeInvoke() 659 Prototype prototype) { in GetOrDeclareMethod() argument 660 MethodDeclData& entry = method_id_map_[{type, name, prototype}]; in GetOrDeclareMethod() 671 decl->prototype = GetOrEncodeProto(prototype); in GetOrDeclareMethod() 689 return entry.first.prototype; in GetPrototypeByMethodId() 695 ir::Proto* DexBuilder::GetOrEncodeProto(Prototype prototype) { in GetOrEncodeProto() argument 696 ir::Proto*& ir_proto = proto_map_[prototype]; in GetOrEncodeProto() [all …]
|
H A D | dex_builder.h | 525 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);
|
/aosp12/frameworks/base/core/java/android/print/ |
H A D | PrintDocumentInfo.java | 140 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo() argument 141 mName = prototype.mName; in PrintDocumentInfo() 142 mPageCount = prototype.mPageCount; in PrintDocumentInfo() 143 mContentType = prototype.mContentType; in PrintDocumentInfo() 144 mDataSize = prototype.mDataSize; in PrintDocumentInfo()
|
H A D | PrintJobInfo.java | 791 public Builder(@Nullable PrintJobInfo prototype) { in Builder() argument 792 mPrototype = (prototype != null) in Builder() 793 ? new PrintJobInfo(prototype) in Builder()
|
H A D | PrinterCapabilitiesInfo.java | 81 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() argument 82 copyFrom(prototype); in PrinterCapabilitiesInfo()
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A 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()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/ |
H A D | IComposerClient.hal | 624 * SELECT_DISPLAY has this pseudo prototype 633 * SELECT_LAYER has this pseudo prototype 642 * SET_ERROR has this pseudo prototype 690 * SET_PRESENT_FENCE has this pseudo prototype 770 * SET_CLIENT_TARGET has this pseudo prototype 813 * SET_OUTPUT_BUFFER has this pseudo prototype 836 * VALIDATE_DISPLAY has this pseudo prototype 862 * PRESENT_DISPLAY has this pseudo prototype 903 * SET_LAYER_BUFFER has this pseudo prototype 968 * SET_LAYER_COLOR has this pseudo prototype [all …]
|
/aosp12/frameworks/hardware/interfaces/vr/composer/1.0/ |
H A 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
|
/aosp12/frameworks/hardware/interfaces/vr/composer/2.0/ |
H A 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
|
/aosp12/system/core/libutils/ |
H A D | VectorImpl.cpp | 257 ssize_t VectorImpl::replaceAt(const void* prototype, size_t index) in replaceAt() argument 267 if (item != prototype) { in replaceAt() 271 if (prototype == nullptr) { in replaceAt() 274 _do_copy(item, prototype, 1); in replaceAt()
|
/aosp12/frameworks/base/libs/hwui/private/hwui/ |
H A D | WebViewFunctor.h | 110 ANDROID_API int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, RenderM…
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | WebViewFunctorManager.cpp | 71 int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, in WebViewFunctor_create() argument 82 return WebViewFunctorManager::instance().createFunctor(data, prototype, functorMode); in WebViewFunctor_create()
|
/aosp12/art/test/954-invoke-polymorphic-verifier/smali/ |
H A D | TooFewArguments.smali | 30 # Invoke with one argument too few for prototype.
|
H A D | TooManyArguments.smali | 32 # Invoke with one argument too many for prototype.
|
/aosp12/frameworks/base/tools/preload/ |
H A D | sorttable.js | 457 Function.prototype.forEach = function(object, block, context) { 459 if (typeof this.prototype[key] == "undefined") {
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-1.6.2.min.js | 16 …prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slic… 17 …prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h<i;h++){var …
|
H A D | jquery-resizable.min.js | 12 …prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;… 19 …prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType… 29 …prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:functio…
|
/aosp12/bionic/docs/ |
H A D | elf-tls.md | 218 Neither musl nor the Bionic TLS prototype currently allocate any surplus TLS memory. 494 There is an [ELF TLS prototype] uploaded on Gerrit. It implements: 503 [ELF TLS prototype]: https://android-review.googlesource.com/q/topic:%22elf-tls-prototype%22+(statu… 518 The prototype currently allocates a `pthread_internal_t` object and static TLS in a single mmap'ed 523 `LinkerMemoryAllocator`, adapted to avoid the STL and to provide `memalign`. The prototype tries to 532 the prototype uses a [special function pointer] to call libc.so's `__tls_get_addr` from the loader. 535 The prototype currently allows for arbitrarily-large TLS variable alignment. IIRC, different 544 The prototype's `__tls_get_addr` might be async-signal safe. Making it AS-safe is a good idea if 553 The prototype lazily allocates TLS memory for dlopen'ed modules (see `__tls_get_addr`), and an 652 The TLS prototype currently uses a patched LLD that uses a variant 1 TLS layout with a 16-word TCB [all …]
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | plugins.md | 4 Plugins provide an easy way to rapidly prototype SystemUI features. Plugins are APKs that will be … 6 …master and only on the devices which need to use the prototype. You can distribute early prototyp…
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ |
H A D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/hardware/interfaces/graphics/composer/2.4/ |
H A D | IComposerClient.hal | 66 * SET_CLIENT_TARGET_PROPERTY has this pseudo prototype 78 * SET_LAYER_GENERIC_METADATA has this pseudo prototype
|