/test/testfwk/developer_test/ |
H A D | start.sh | 36 ${python_filepath} -m main "$@" 38 echo "main failed!" 44 main() function 50 main "$@"
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 253 const RefPtr<RenderNode>& child, int32_t main, int32_t cross, int32_t mainSpan, int32_t crossSpan) in SetChildPosition() 258 if (main < startIndex_) { in SetChildPosition() 259 positionMain -= GetSize(gridCells_.at(main).at(0)); in SetChildPosition() 260 positionMain += (main - startIndex_) * (*mainGap_); in SetChildPosition() 262 for (int32_t i = startIndex_; i < main; ++i) { in SetChildPosition() 265 positionMain += (main - startIndex_) * (*mainGap_); in SetChildPosition() 269 positionCross += GetSize(gridCells_.at(main).at(i), false); in SetChildPosition() 277 mainLen += GetSize(gridCells_.at(main + i).at(0)); in SetChildPosition() 282 crossLen += GetSize(gridCells_.at(main).at(cross + i), false); in SetChildPosition() 407 void RenderGridScroll::BuildGrid(std::vector<double>& main, st argument 252 SetChildPosition( const RefPtr<RenderNode>& child, int32_t main, int32_t cross, int32_t mainSpan, int32_t crossSpan) SetChildPosition() argument 439 std::vector<double> main; InitialGridProp() local 509 CheckGridPlaced( int32_t index, int32_t main, int32_t cross, int32_t& mainSpan, int32_t& crossSpan) CheckGridPlaced() argument 548 LayoutChild(const RefPtr<RenderNode>& child, int32_t main, int32_t cross, int32_t mainSpan, int32_t crossSpan, bool needPosition) LayoutChild() argument 596 MakeInnerLayoutParam( int32_t main, int32_t cross, int32_t mainSpan, int32_t crossSpan, bool itemIsPercentUnit) const MakeInnerLayoutParam() argument 905 int32_t main = startIndex_ > 0 ? startIndex_ - 1 : startIndex_; PerformLayout() local [all...] |
/device/soc/hisilicon/common/hal/ |
H A D | build.sh | 14 function main(){ function 18 main "$@"
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/ |
H A D | build.sh | 26 function main() function 32 main "$@"
|
/foundation/communication/dsoftbus/ |
H A D | check_sub_module.py | 21 def main(): function 33 sys.exit(main())
|
H A D | config.py | 69 def main(): function 84 sys.exit(main()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | build.py | 22 def main(argv): function 38 main(sys.argv)
|
/foundation/arkui/ui_lite/tools/server/ |
H A D | main.py | 21 def main():
function 34 main()
|
/foundation/graphic/graphic_2d/utils/build/ |
H A D | graphic_2d_ext_exists.py | 20 def main(): function 27 sys.exit(main())
|
H A D | copy_arkui_adapters.py | 23 def main(): function 57 main()
|
/device/soc/rockchip/rk2206/sdk_liteos/image/ |
H A D | build.sh | 34 function main() function 44 main "$@
|
/foundation/arkui/ace_engine/build/tools/ |
H A D | gen_uicontext_ohos.py | 20 def main(input_path, output_path): function 52 main(sys.argv[1], sys.argv[2])
|
H A D | run_objcopy_pc_mac.py | 41 def main(): function 91 sys.exit(main())
|
H A D | run_objcopy.py | 39 def main(): function 89 sys.exit(main())
|
H A D | build_resource_to_bytecode.py | 49 def main(): function 64 sys.exit(main())
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | grid_container_model_impl.cpp | 31 auto main = ViewStackProcessor::GetInstance()->GetMainComponent(); in Create() local 32 auto column = AceType::DynamicCast<FlexComponent>(main); in Create()
|
/foundation/arkui/ace_engine/build/ |
H A D | search.py | 21 def main(): function 45 main()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ |
H A D | plugin_config.py | 24 def main(argv): function 56 sys.exit(main(sys.argv))
|
/test/xts/acts/appbuild/cmake_test/ohos_app_demo_test/scripts/ |
H A D | ohos_app_demo_check.py | 36 def main(): function 56 sys.exit(main()
|
/device/qemu/arm_mps3_an547/liteos_m/board/ |
H A D | startup.s | 32 .arch armv8.1-m.main
61 b main
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner/src/ |
H A D | medialibrary_scan.cpp | 18 int main() in main() function 71 int32_t main() in main() function
|
/device/soc/hisilicon/common/hal/middleware/ |
H A D | build.sh | 24 function main(){ function 56 main "$@"
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | build_ffmpeg.sh | 11 function main(){ function 85 main "$@
|
/device/soc/rockchip/rk2206/tools/package/ |
H A D | mkimage.sh | 106 function main() function 127 main "$@"
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/ |
H A D | publish_refresh_lnn_demo.c | 84 int32_t main(void) in main() function 114 int32_t main(void) in main() function
|