Home
last modified time | relevance | path

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

/tools/netsim/ui/dist/js/
Dcube-sprite.js106prototype,"yaw",void 0),t([r({type:Number})],a.prototype,"pitch",void 0),t([r({type:Number})],a.pr…
Dpyramid-sprite.js92prototype,"yaw",void 0),t([r({type:Number})],d.prototype,"pitch",void 0),t([r({type:Number})],d.pr…
Ddevice-info.js325prototype,"selectedDevice",void 0),e([o({type:Number})],v.prototype,"yaw",void 0),e([o({type:Numbe…
Ddevice-map.js102prototype,"deviceData",void 0),e([n()],d.prototype,"imageIdx",void 0),e([n()],d.prototype,"numImag…
Dcustomize-map-button.js80 …`,t([n()],l.prototype,"disabled",void 0),t([n()],l.prototype,"eventName",void 0),l=t([r("ns-custom…
Dnetsim-app.js43 …`,e([o()],c.prototype,"viewMode",void 0),e([o()],c.prototype,"version",void 0),c=e([s("netsim-app"…
Ddevice-dropzone.js1 …({type:String,attribute:"serial"})],l.prototype,"serial",void 0),e([r({type:String,attribute:"type…
Dpacket-info.js208 …`,t([a()],d.prototype,"captureData",void 0),t([a()],d.prototype,"deviceData",void 0),d=t([n("ns-pa…
Ddevice-dragzone.js1 …){return r` <slot></slot> `}};t([a({type:String,attribute:"action"})],o.prototype,"action",void 0)…
Ddevice-list.js86 `,e([s()],l.prototype,"deviceData",void 0),l=e([n("ns-device-list")],l);export{l as DeviceList};
/tools/dexter/slicer/
Ddex_ir.cc60 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()
Dinstrumentation.cc99 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()
Ddex_ir_builder.cc27 && 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()
Dreader.cc875 ir_method->prototype = GetProto(dex_method.proto_idx); in ParseMethodDecl()
Dwriter.cc639 dexMethodId->proto_idx = ir_method->prototype->index; in FillMethods()
/tools/dexter/dexter/
Dexperimental.cc93 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()
Ddisassembler.cc217 MethodDeclaration(ir_method->prototype).c_str()); in Visit()
340 MethodDeclaration(ir_method->decl->prototype).c_str()); in DumpMethod()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h253 Proto* prototype; member
357 Proto* prototype = nullptr; member