/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
D | reader.js | 144 jspb.BinaryReader.prototype.alloc = jspb.BinaryReader.alloc; 150 jspb.BinaryReader.prototype.free = function() { 167 jspb.BinaryReader.prototype.getFieldCursor = function() { 176 jspb.BinaryReader.prototype.getCursor = function() { 185 jspb.BinaryReader.prototype.getBuffer = function() { 194 jspb.BinaryReader.prototype.getFieldNumber = function() { 203 jspb.BinaryReader.prototype.getWireType = function() { 212 jspb.BinaryReader.prototype.isEndGroup = function() { 221 jspb.BinaryReader.prototype.getError = function() { 232 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) { [all …]
|
D | writer.js | 117 jspb.BinaryWriter.prototype.appendUint8Array_ = function(arr) { 132 jspb.BinaryWriter.prototype.beginDelimited_ = function(field) { 149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) { 171 jspb.BinaryWriter.prototype.writeSerializedMessage = function( 184 jspb.BinaryWriter.prototype.maybeWriteSerializedMessage = function( 195 jspb.BinaryWriter.prototype.reset = function() { 207 jspb.BinaryWriter.prototype.getResultBuffer = function() { 241 jspb.BinaryWriter.prototype.getResultBase64String = function() { 252 jspb.BinaryWriter.prototype.beginSubMessage = function(field) { 261 jspb.BinaryWriter.prototype.endSubMessage = function() { [all …]
|
D | decoder.js | 97 jspb.BinaryIterator.prototype.init_ = 142 jspb.BinaryIterator.prototype.free = function() { 153 jspb.BinaryIterator.prototype.clear = function() { 171 jspb.BinaryIterator.prototype.get = function() { 180 jspb.BinaryIterator.prototype.atEnd = function() { 190 jspb.BinaryIterator.prototype.next = function() { 306 jspb.BinaryDecoder.prototype.free = function() { 318 jspb.BinaryDecoder.prototype.clone = function() { 327 jspb.BinaryDecoder.prototype.clear = function() { 340 jspb.BinaryDecoder.prototype.getBuffer = function() { [all …]
|
D | encoder.js | 62 jspb.BinaryEncoder.prototype.length = function() { 70 jspb.BinaryEncoder.prototype.end = function() { 83 jspb.BinaryEncoder.prototype.writeSplitVarint64 = function(lowBits, highBits) { 107 jspb.BinaryEncoder.prototype.writeUnsignedVarint32 = function(value) { 126 jspb.BinaryEncoder.prototype.writeSignedVarint32 = function(value) { 155 jspb.BinaryEncoder.prototype.writeUnsignedVarint64 = function(value) { 171 jspb.BinaryEncoder.prototype.writeSignedVarint64 = function(value) { 186 jspb.BinaryEncoder.prototype.writeZigzagVarint32 = function(value) { 200 jspb.BinaryEncoder.prototype.writeZigzagVarint64 = function(value) { 215 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { [all …]
|
D | decoder_test.js | 258 jspb.BinaryDecoder.prototype.readUint8, 259 jspb.BinaryEncoder.prototype.writeUint8, 263 jspb.BinaryDecoder.prototype.readUint16, 264 jspb.BinaryEncoder.prototype.writeUint16, 268 jspb.BinaryDecoder.prototype.readUint32, 269 jspb.BinaryEncoder.prototype.writeUint32, 273 jspb.BinaryDecoder.prototype.readUint64, 274 jspb.BinaryEncoder.prototype.writeUint64, 284 jspb.BinaryDecoder.prototype.readInt8, 285 jspb.BinaryEncoder.prototype.writeInt8, [all …]
|
D | arith.js | 73 jspb.arith.UInt64.prototype.cmp = function(other) { 88 jspb.arith.UInt64.prototype.rightShift = function() { 99 jspb.arith.UInt64.prototype.leftShift = function() { 110 jspb.arith.UInt64.prototype.msb = function() { 119 jspb.arith.UInt64.prototype.lsb = function() { 128 jspb.arith.UInt64.prototype.zero = function() { 138 jspb.arith.UInt64.prototype.add = function(other) { 152 jspb.arith.UInt64.prototype.sub = function(other) { 208 jspb.arith.UInt64.prototype.mul = function(a) { 227 jspb.arith.UInt64.prototype.div = function(_divisor) { [all …]
|
D | reader_test.js | 322 assertNotUndefined(jspb.BinaryReader.prototype.readUint32); 323 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint32); 324 assertNotUndefined(jspb.BinaryReader.prototype.readUint64); 325 assertNotUndefined(jspb.BinaryWriter.prototype.writeUint64); 326 assertNotUndefined(jspb.BinaryReader.prototype.readBool); 327 assertNotUndefined(jspb.BinaryWriter.prototype.writeBool); 329 jspb.BinaryReader.prototype.readUint32, 330 jspb.BinaryWriter.prototype.writeUint32, 334 jspb.BinaryReader.prototype.readUint64, 335 jspb.BinaryWriter.prototype.writeUint64, [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | map.js | 84 jspb.Map.prototype.loadFromArray_ = function() { 99 jspb.Map.prototype.toArray = function() { 105 if (Object.prototype.hasOwnProperty.call(m, p)) { 155 jspb.Map.prototype.getLength = function() { 163 jspb.Map.prototype.clear = function() { 177 jspb.Map.prototype.del = function(key) { 195 jspb.Map.prototype.getEntryList = function() { 213 jspb.Map.prototype.entries = function() { 229 jspb.Map.prototype.keys = function() { 245 jspb.Map.prototype.values = function() { [all …]
|
D | message.js | 137 jspb.ExtensionFieldInfo.prototype.isMessageType = function() { 201 jspb.Message.prototype.array; 211 jspb.Message.prototype.wrappers_; 220 jspb.Message.prototype.extensionObject_; 229 jspb.Message.prototype.pivot_; 238 jspb.Message.prototype.messageId_; 246 jspb.Message.prototype.convertedFloatingPointFields_; 258 jspb.Message.prototype.messageXid; 267 jspb.Message.prototype.getJsPbMessageId = function() { 279 jspb.Message.prototype.arrayIndexOffset_; [all …]
|
D | debug.js | 93 for (var name in ctor.prototype) {
|
/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/startop/view_compiler/ |
D | dex_builder.cc | 264 MethodBuilder ClassBuilder::CreateMethod(const std::string& name, Prototype prototype) { in CreateMethod() argument 265 ir::MethodDecl* decl = parent_->GetOrDeclareMethod(type_descriptor_, name, prototype).decl; in CreateMethod() 285 CHECK(decl_->prototype != nullptr); in Encode() 287 decl_->prototype->param_types != nullptr ? decl_->prototype->param_types->types.size() : 0; in Encode() 292 size_t const return_count = decl_->prototype->return_type == dex_->GetOrAddType("V") ? 0 : 1; in Encode() 431 const auto& prototype = dex_->GetPrototypeByMethodId(instruction.method_id()); in EncodeInvoke() local 432 CHECK(prototype.has_value()); in EncodeInvoke() 442 move_op = prototype->ArgType(i - 1).is_object() ? Instruction::Op::kMoveObject in EncodeInvoke() 446 move_op = prototype->ArgType(i).is_object() ? Instruction::Op::kMoveObject in EncodeInvoke() 559 Prototype prototype) { in GetOrDeclareMethod() argument [all …]
|
D | dex_builder.h | 453 MethodBuilder CreateMethod(const std::string& name, Prototype prototype); 487 Prototype prototype); 494 ir::Proto* GetOrEncodeProto(Prototype prototype); 511 Prototype prototype; member 514 return std::make_tuple(type, name, prototype) < 515 std::make_tuple(rhs.type, rhs.name, rhs.prototype);
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentInfo.java | 138 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()
|
D | PrintJobInfo.java | 791 public Builder(@Nullable PrintJobInfo prototype) { in Builder() argument 792 mPrototype = (prototype != null) in Builder() 793 ? new PrintJobInfo(prototype) in Builder()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 855 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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | dynamic_message.cc | 241 const DynamicMessage* prototype; member 244 TypeInfo() : prototype(NULL), default_oneof_instance(NULL) {} in TypeInfo() 247 delete prototype; in ~TypeInfo() 286 return type_info_->prototype == this || in is_prototype() 289 type_info_->prototype == NULL; in is_prototype() 390 type_info_->prototype->OffsetToPointer( in SharedCtor() 515 type_info_->prototype->OffsetToPointer( in ~DynamicMessage() 647 return (*target)->prototype; in GetPrototypeNoLock() 750 type_info->prototype = static_cast<DynamicMessage*>(base); in GetPrototypeNoLock() 751 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() local [all …]
|
D | message.cc | 292 void RegisterType(const Descriptor* descriptor, const Message* prototype); 336 const Message* prototype) { in RegisterType() argument 345 if (!InsertIfNotPresent(&type_map_, descriptor, prototype)) { in RegisterType() 403 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage() argument 404 GeneratedMessageFactory::singleton()->RegisterType(descriptor, prototype); in InternalRegisterGeneratedMessage() 491 const Message* prototype, google::protobuf::Arena* arena) { in NewFromPrototype() argument 492 return prototype->New(arena); in NewFromPrototype()
|
D | extension_set.h | 181 const MessageLite* prototype); 258 const MessageLite& prototype, desc); 270 MessageLite* ReleaseMessage(int number, const MessageLite& prototype); 272 int number, const MessageLite& prototype); 334 const MessageLite& prototype, desc); 450 const MessageLite& prototype) const = 0; 451 virtual MessageLite* MutableMessage(const MessageLite& prototype) = 0; 454 virtual MessageLite* ReleaseMessage(const MessageLite& prototype) = 0; 456 const MessageLite& prototype) = 0; 465 virtual bool ReadMessage(const MessageLite& prototype,
|
D | extension_set_heavy.cc | 170 const MessageLite* prototype = in MutableMessage() local 173 extension->message_value = prototype->New(arena_); in MutableMessage() 262 const MessageLite* prototype; in AddMessage() local 264 prototype = factory->GetPrototype(descriptor->message_type()); in AddMessage() 265 GOOGLE_CHECK(prototype != NULL); in AddMessage() 267 prototype = &extension->repeated_message_value->Get(0); in AddMessage() 269 result = prototype->New(arena_); in AddMessage()
|
D | extension_set.cc | 168 const MessageLite* prototype) { in RegisterMessageExtension() argument 172 info.message_prototype = prototype; in RegisterMessageExtension() 565 const MessageLite& prototype, in MutableMessage() argument 573 extension->message_value = prototype.New(arena_); in MutableMessage() 580 return extension->lazymessage_value->MutableMessage(prototype); in MutableMessage() 667 const MessageLite& prototype) { in ReleaseMessage() argument 676 ret = iter->second.lazymessage_value->ReleaseMessage(prototype); in ReleaseMessage() 696 int number, const MessageLite& prototype) { in UnsafeArenaReleaseMessage() argument 706 iter->second.lazymessage_value->UnsafeArenaReleaseMessage(prototype); in UnsafeArenaReleaseMessage() 738 const MessageLite& prototype, in AddMessage() argument [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/libs/hwui/ |
D | WebViewFunctorManager.cpp | 41 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/ |
D | WebViewFunctor.h | 69 ANDROID_API int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, RenderM…
|