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