Home
last modified time | relevance | path

Searched refs:app (Results 1 – 7 of 7) sorted by relevance

/tools/io_uring/
DREADME14 app demonstrates the various features of io_uring, like fixed files,
/tools/testing/selftests/drivers/net/mlxsw/
Dqos_dscp_bridge.sh71 echo app=$prio,5,$((base + prio))
Dqos_dscp_router.sh97 echo app=$prio,5,$((base + prio))
/tools/perf/util/
Dmap.c94 char *ndk, *app; in replace_android_lib() local
99 app = getenv("APP_PLATFORM"); in replace_android_lib()
101 if (!(ndk && app)) in replace_android_lib()
105 app_length = strlen(app); in replace_android_lib()
125 ndk_length, ndk, app_length, app, arch, libname); in replace_android_lib()
/tools/perf/scripts/python/
Dsched-migration.py367 app = wx.App(False)
370 app.MainLoop()
Dexported-sql-viewer.py2873 def CreateExitAction(app, parent=None): argument
2874 …return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Qui…
3228 file_menu.addAction(CreateExitAction(glb.app, self))
3474 self.app = None
3568 app = QApplication(sys.argv)
3571 err = app.exec_()
3592 app = QApplication(sys.argv)
3593 glb.app = app
3597 err = app.exec_()
/tools/testing/selftests/net/forwarding/
Dlib.sh276 while lldptool -t -i $dev -V APP -c app | grep -Eq "pending|unknown"; do