Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/net/mlxsw/
Dqos_defprio.sh38 local app="app=$prio,1,0"
40 lldptool -T -i $dev -V APP $app >/dev/null
42 APP[$prio]=$app
49 local app=${APP[$prio]}
51 lldptool -T -i $dev -V APP -d $app >/dev/null
Dqos_dscp_bridge.sh71 echo app=$prio,5,$((base + prio))
Dqos_dscp_router.sh103 echo app=$prio,5,$((base + prio))
/tools/io_uring/
DREADME14 app demonstrates the various features of io_uring, like fixed files,
/tools/perf/util/
Dmap.c78 char *ndk, *app; in replace_android_lib() local
83 app = getenv("APP_PLATFORM"); in replace_android_lib()
85 if (!(ndk && app)) in replace_android_lib()
89 app_length = strlen(app); in replace_android_lib()
109 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.py4247 def CreateExitAction(app, parent=None): argument
4248 …return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Qui…
4626 file_menu.addAction(CreateExitAction(glb.app, self))
4791 self.app = None
4992 app = QApplication(sys.argv)
4995 err = app.exec_()
5016 app = QApplication(sys.argv)
5017 glb.app = app
5021 err = app.exec_()
/tools/testing/selftests/net/forwarding/
Dlib.sh474 while lldptool -t -i $dev -V APP -c app | grep -Eq "pending|unknown"; do