Home
last modified time | relevance | path

Searched full:on_start (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/encoding/
D.travis.yml25 on_start: false # default: false
/third_party/flutter/flutter/packages/flutter_tools/templates/module/android/library/Flutter.tmpl/src/main/java/io/flutter/facade/
DFlutter.java.tmpl109 @OnLifecycleEvent(Lifecycle.Event.ON_START)
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterEngineAndroidLifecycle.java58 handleLifecycleEvent(Event.ON_START);
/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c347 "on_start", in init_malloc_hook_shared_library()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DFlutterActivity.java527 lifecycle.handleLifecycleEvent(Lifecycle.Event.ON_START); in onStart()