/tools/netsim/ui/dist/js/ |
D | cube-sprite.js | 106 …prototype,"yaw",void 0),t([r({type:Number})],a.prototype,"pitch",void 0),t([r({type:Number})],a.pr…
|
D | pyramid-sprite.js | 92 …prototype,"yaw",void 0),t([r({type:Number})],d.prototype,"pitch",void 0),t([r({type:Number})],d.pr…
|
D | device-info.js | 325 …prototype,"selectedDevice",void 0),e([o({type:Number})],v.prototype,"yaw",void 0),e([o({type:Numbe…
|
D | device-map.js | 102 …prototype,"deviceData",void 0),e([n()],d.prototype,"imageIdx",void 0),e([n()],d.prototype,"numImag…
|
D | customize-map-button.js | 80 …`,t([n()],l.prototype,"disabled",void 0),t([n()],l.prototype,"eventName",void 0),l=t([r("ns-custom…
|
D | netsim-app.js | 43 …`,e([o()],c.prototype,"viewMode",void 0),e([o()],c.prototype,"version",void 0),c=e([s("netsim-app"…
|
D | device-dropzone.js | 1 …({type:String,attribute:"serial"})],l.prototype,"serial",void 0),e([r({type:String,attribute:"type…
|
D | packet-info.js | 208 …`,t([a()],d.prototype,"captureData",void 0),t([a()],d.prototype,"deviceData",void 0),d=t([n("ns-pa…
|
D | device-dragzone.js | 1 …){return r` <slot></slot> `}};t([a({type:String,attribute:"action"})],o.prototype,"action",void 0)…
|
D | device-list.js | 86 `,e([s()],l.prototype,"deviceData",void 0),l=e([n("ns-device-list")],l);export{l as DeviceList};
|
/tools/dexter/slicer/ |
D | dex_ir.cc | 60 method_key.prototype = method->decl->prototype; in GetKey() 67 std::hash<void*>{}(method_key.prototype)); in Hash() 73 method_key.prototype == method->decl->prototype; in Compare() 253 : a->prototype->index < b->prototype->index; in Normalize()
|
D | instrumentation.cc | 99 auto signature_str = ir_method->decl->prototype->Signature(); in MethodLabel() 140 if (ir_method->decl->prototype->param_types != nullptr) { in Apply() 141 const auto& orig_param_types = ir_method->decl->prototype->param_types->types; in Apply() 184 if (ir_method->decl->prototype->param_types != nullptr) { in GenerateShiftParamsCode() 185 const auto& orig_param_types = ir_method->decl->prototype->param_types->types; in GenerateShiftParamsCode() 226 auto param_types_list = ir_method->decl->prototype->param_types; in InjectArrayParamsHook() 365 const auto declared_return_type = ir_method->decl->prototype->return_type; in Apply() 551 if (orig_method->prototype->param_types != nullptr) { in Apply() 552 const auto& orig_param_types = orig_method->prototype->param_types->types; in Apply() 557 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in Apply()
|
D | dex_ir_builder.cc | 27 && method_decl->prototype->Signature() == signature; in Match() 48 method_key.prototype = ir_prototype; in FindMethod() 208 ir_method->prototype == proto && in GetMethodDecl() 217 ir_method->prototype = proto; in GetMethodDecl()
|
D | reader.cc | 875 ir_method->prototype = GetProto(dex_method.proto_idx); in ParseMethodDecl()
|
D | writer.cc | 639 dexMethodId->proto_idx = ir_method->prototype->index; in FillMethods()
|
/tools/dexter/dexter/ |
D | experimental.cc | 93 if (orig_method->prototype->param_types != nullptr) { in StressWrapInvoke() 94 const auto& orig_param_types = orig_method->prototype->param_types->types; in StressWrapInvoke() 98 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in StressWrapInvoke() 154 if (ir_method->decl->prototype->param_types != nullptr) { in StressEntryHook() 155 const auto& orig_param_types = ir_method->decl->prototype->param_types->types; in StressEntryHook() 210 ::strcmp(ir_method->decl->prototype->return_type->descriptor->c_str(), "V") == 0; in StressExitHook() 215 param_types.push_back(ir_method->decl->prototype->return_type); in StressExitHook() 218 auto ir_proto = builder.GetProto(ir_method->decl->prototype->return_type, in StressExitHook() 388 ir_method->decl->prototype->Signature().c_str()); in CodeCoverage() 449 auto signature = decl->prototype->Signature(); in StressFindMethod()
|
D | disassembler.cc | 217 MethodDeclaration(ir_method->prototype).c_str()); in Visit() 340 MethodDeclaration(ir_method->decl->prototype).c_str()); in DumpMethod()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 253 Proto* prototype; member 357 Proto* prototype = nullptr; member
|