Searched refs:app (Results 1 – 7 of 7) sorted by relevance
/tools/io_uring/ |
D | README | 14 app demonstrates the various features of io_uring, like fixed files,
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_dscp_bridge.sh | 71 echo app=$prio,5,$((base + prio))
|
D | qos_dscp_router.sh | 97 echo app=$prio,5,$((base + prio))
|
/tools/perf/util/ |
D | map.c | 94 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/ |
D | sched-migration.py | 367 app = wx.App(False) 370 app.MainLoop()
|
D | exported-sql-viewer.py | 2873 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/ |
D | lib.sh | 276 while lldptool -t -i $dev -V APP -c app | grep -Eq "pending|unknown"; do
|