/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_animation_controller.cpp | 50 SideBarAnimation::SideBarAnimation(const WeakPtr<PipelineContext>& context, double start,
in SideBarAnimation() argument 54 : start_(start), end_(end), delay_(delay), duration_(duration)
in SideBarAnimation()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | disableProfiler.js | 24 Comments out stateMgmtProfiler.[start, stop] calls. 27 Disable all stateMgmtProfiler.[start, stop] from a file.
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_measure_layout.h | 42 void GenChildArray(int32_t start, int32_t end); 63 void GenChildArray(int32_t start, int32_t end);
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/ |
H A D | dump_event.bat | 24 goto start
26 :start
label
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_info_base.h | 148 * @param start first updated section. 150 virtual void InitSegments(const std::vector<WaterFlowSections::Section>& sections, int32_t start) = 0; 186 const std::vector<WaterFlowSections::Section>& prevSections, int32_t start) = 0;
|
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
H A D | soft_engine.h | 32 const Point& start, 48 const Point& start,
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_time_picker.h | 332 void InitPicker(UIPicker*& picker, int16_t start, int16_t end); 334 void GetValueByIndex(char* value, uint8_t len, uint16_t index, int16_t start, int16_t end);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_profiler.h | 28 // start tracing for one given phase, and return a traceId which will be used when calling STOP_TRACING 30 // start tracing for one given phase, and provids the component name together 116 uint64_t start; // count in clock ticks (usually 1ms) member 206 * @param [in] start The start timestamp, must count in clock tick. 209 * @return the elapsed time from start to end, count in ms 211 uint64_t CalculateElapsedTime(uint64_t start, uint64_t end) const;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 171 * @brief Sets the start point of a path. 175 * @param x Indicates the x coordinate of the start point. 176 * @param y Indicates the y coordinate of the start point. 198 * and then a start angle and a sweep angle are specified. 199 * The arc is a portion of the ellipse defined by the start angle and the sweep angle. 200 * By default, a line segment from the last point of the path to the start point of the arc is also added. 208 * @param startDeg Indicates the start angle, in degrees. 354 * @param start Indicates initial corner of rect to add. 359 OH_Drawing_PathDirection, uint32_t start); 379 * @param start Inde [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_native_impl.cpp | 79 int32_t rawFileLength = rawFile.start + rawFile.length; in OH_ImageSourceNative() 81 rawFile.fd, rawFile.start, rawFileLength, opts, errorCode); in OH_ImageSourceNative()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestSynchronizer.cpp | 70 auto start = std::chrono::high_resolution_clock::now(); in HWTEST_F() local 74 auto diff = static_cast<std::chrono::duration<double>>(end - start).count() * 1000; in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 22 goto start 24 :start label
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_poller.cpp | 93 TimePoint start = std::chrono::steady_clock::now(); in HWTEST_F() local 98 int m = std::chrono::duration_cast<std::chrono::milliseconds>(end - start).count(); in HWTEST_F()
|
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/ |
H A D | update_iface_stats_context.cpp | 89 void UpdateIfacesStatsContext::SetStart(uint32_t start) in SetStart() argument 91 start_ = start; in SetStart()
|
H A D | get_iface_uid_stats_context.cpp | 111 void GetIfaceUidStatsContext::SetStart(uint32_t start) in SetStart() argument 113 start_ = start; in SetStart()
|
H A D | get_iface_stats_context.cpp | 99 void GetIfaceStatsContext::SetStart(uint32_t start) in SetStart() argument 101 start_ = start; in SetStart()
|
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | driver_chipcommon_sflash.c | 15 .start = BCMA_SOC_FLASH2, 160 bcma_sflash_dev.resource[0].end = bcma_sflash_dev.resource[0].start + in bcma_sflash_init()
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | octeon-rng.c | 85 res_ports->start, in octeon_rng_probe() 91 res_result->start, in octeon_rng_probe()
|
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | common.c | 192 * @dev: Device to start. 195 * when it needs to start its device from the PM domain's perspective. Note 203 if (dev->pm_domain && dev->pm_domain->start) in dev_pm_domain_start() 204 return dev->pm_domain->start(dev); in dev_pm_domain_start()
|
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/ |
H A D | iq80321.c | 125 .start = 0xf0000000, 154 .start = IQ80321_UART,
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup_txprt.c | 114 module_param_named(start, synth_txprt.startup, short, 0444); 118 MODULE_PARM_DESC(start, "Start the synthesizer once it is loaded.");
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | s3c2412.c | 89 s3c_device_sdi.resource[1].start = IRQ_S3C2412_SDI; in s3c2412_init_uarts() 96 s3c_device_spi1.resource[0].start = S3C24XX_PA_SPI + S3C2412_SPI1; in s3c2412_init_uarts()
|
/kernel/linux/linux-5.10/arch/arm/boot/bootp/ |
H A D | init.S | 10 * This demonstrates how to append code to the start of the kernel 16 .section .start, "ax" 33 @ r7 = initrd start
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-sffsdr.c | 62 .start = DM644X_ASYNC_EMIF_DATA_CE0_BASE, 66 .start = DM644X_ASYNC_EMIF_CONTROL_BASE,
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | kirkwood.c | 31 .start = CPU_CONTROL_PHYS, 52 .start = DDR_OPERATION_BASE,
|