Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 49) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/bean/
DMemoryConfig.ts16 private static instance: MemoryConfig; property in MemoryConfig
24 if (!this.instance) {
25 this.instance = new MemoryConfig();
27 return this.instance;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DNetWork.ts25 public static instance: NetWork = null property in NetWork
27 if (this.instance == null) {
28 this.instance = new NetWork()
30 return this.instance
DDDR.ets27 public static instance: DDR = null
29 if (this.instance == null) {
30 this.instance = new DDR()
32 return this.instance
DRAM.ets28 public static instance: RAM = null
30 if (this.instance == null) {
31 this.instance = new RAM()
33 return this.instance
DFPS.ets32 public static instance: FPS = null
34 if (this.instance == null) {
35 this.instance = new FPS()
37 return this.instance
DGPU.ets32 public static instance: GPU = null
34 if (this.instance == null) {
35 this.instance = new GPU()
37 return this.instance
DThermal.ets35 public static instance: Thermal = null
37 if (this.instance == null) {
38 this.instance = new Thermal()
40 return this.instance
/developtools/profiler/host/smartperf/client/client_command/include/
DDubai.h23 static Dubai instance; in GetInstance() local
24 return instance; in GetInstance()
DCapture.h23 static Capture instance; in GetInstance() local
24 return instance; in GetInstance()
DDDR.h25 static DDR instance; in GetInstance() local
26 return instance; in GetInstance()
DPower.h26 static Power instance; in GetInstance() local
27 return instance; in GetInstance()
DGPU.h27 static GPU instance; in GetInstance() local
28 return instance; in GetInstance()
DRAM.h27 static RAM instance; in GetInstance() local
28 return instance; in GetInstance()
DByTrace.h24 static ByTrace instance; in GetInstance() local
25 return instance; in GetInstance()
DTemperature.h31 static Temperature instance; in GetInstance() local
32 return instance; in GetInstance()
DCPU.h26 static CPU instance; in GetInstance() local
27 return instance; in GetInstance()
Dsp_task.h56 static SPTask instance; in GetInstance() local
57 return instance; in GetInstance()
DFPS.h48 static FPS instance; in GetInstance() local
49 return instance; in GetInstance()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DObjectPool.ets26 …* Benefit - The pool can also know if an instance of Poolable is already stored in a different p…
40 * Returns the id of the given pool instance.
42 * @return an integer ID belonging to this pool instance.
49 …* Returns an ObjectPool instance, of a given starting capacity, that recycles instances of a given…
52 * @param object An instance of the object that the pool should recycle.
122 * Returns an instance of Poolable. If get() is called with an empty pool, the pool will be
126 * @return An instance of Poolable object T
142 * Recycle an instance of Poolable that this pool is capable of generating.
143 * The T instance passed must not already exist inside this or any other ObjectPool instance.
168 * The T instances passed must not already exist inside this or any other ObjectPool instance.
/developtools/profiler/device/services/ipc/src/
Dclient_map.cpp25 static ClientMap instance; in GetInstance() local
26 return instance; in GetInstance()
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DUtils.test.ts23 let instance = Utils.getInstance(); variable
25 expect(instance).toBe(instance2);
29 let instance = Utils.getInstance(); variable
30 expect(instance.getStatusMap().get('D')).toBe('Uninterruptible Sleep');
/developtools/profiler/hiebpf/include/
Dcommand_helper.h27 static CommandHelper instance {}; in GetInstance()
28 return instance; in GetInstance()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp30 static PrintkFormatsParser instance; in GetInstance() local
31 return instance; in GetInstance()
/developtools/profiler/host/smartperf/ide/src/js-heap/
DHeapDataInterface.ts33 private static instance: HeapDataInterface; property in HeapDataInterface
40 if (!this.instance) {
41 this.instance = new HeapDataInterface();
43 return this.instance;
/developtools/smartperf_host/ide/src/js-heap/
DHeapDataInterface.ts32 private static instance: HeapDataInterface; property in HeapDataInterface
39 if (!this.instance) {
40 this.instance = new HeapDataInterface();
42 return this.instance;

12