Home
last modified time | relevance | path

Searched refs:Launcher (Results 1 – 25 of 34) sorted by relevance

12

/external/libcap/cap/
Dlaunch.go17 type Launcher struct { struct
41 func NewLauncher(path string, args []string, env []string) *Launcher {
42 return &Launcher{
57 func (attr *Launcher) Callback(fn func(*syscall.ProcAttr, interface{}) error) { argument
62 func (attr *Launcher) SetUID(uid int) { argument
69 func (attr *Launcher) SetGroups(gid int, groups []int) { argument
76 func (attr *Launcher) SetMode(mode Mode) { argument
84 func (attr *Launcher) SetIAB(iab *IAB) { argument
90 func (attr *Launcher) SetChroot(root string) { argument
132 func launch(result chan<- lResult, attr *Launcher, data interface{}, quit chan<- struct{}) { argument
[all …]
/external/python/cpython2/Mac/PythonLauncher/
DMakefile.in27 all: Python\ Launcher.app
29 install: Python\ Launcher.app
39 Python\ Launcher.app: Info.plist \
40 Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \
76 Python\ Launcher: $(OBJECTS)
/external/python/cpython3/Mac/PythonLauncher/
DMakefile.in25 install: Python\ Launcher.app
36 Python\ Launcher.app: Info.plist \
37 Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \
72 Python\ Launcher: $(OBJECTS)
/external/autotest/docs/
Dchrome-automation-codelab.md56 > (7) ["Back", "Launcher", "Chromium", "Stylus tools", "Status tray, time 4:21
65 "Launcher" is the one we're looking for.
70 var launcher = root.find({attributes: {role: "button", name: "Launcher"}});
109 var launcher = root.find({attributes: {role: 'button', name: 'Launcher'}});
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java34 public class Launcher extends DemoApplet { class
187 new Launcher().showDemo(); in main()
/external/icu/icu4j/demos/
Dmanifest.stub2 Main-Class: com.ibm.icu.dev.demo.Launcher
/external/python/cpython3/PC/
Dpyshellext.rc35 VALUE "InternalName", "Python Launcher Shell Extension\0"
Dpylauncher.rc49 VALUE "InternalName", "Python Launcher\0"
/external/apache-commons-compress/
Dmvnw163 CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
/external/kotlinx.atomicfu/atomicfu-maven-plugin/
Dmvnw163 CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
/external/snakeyaml/
Dmvnw185 CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
/external/python/cpython3/.github/
DCODEOWNERS32 # Launcher
/external/libcap/goapps/gowns/
Dgowns.go163 var w *cap.Launcher
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/resources/
Djdi.properties22 sun.vm_exec.label = Launcher
/external/python/cpython3/Tools/msi/
DREADME.txt372 .\Scripts Launcher scripts (*.exe, *.py)
439 HKEY_LOCAL_MACHINE\Software\Wow6432Node\Python\Launcher
443 HKEY_LOCAL_MACHINE\Software\Python\Launcher
446 HKEY_CURRENT_USER\Software\Python\Launcher
/external/mesa3d/docs/relnotes/
D19.3.3.rst37 - Commit be08e6a causes crash in com.android.launcher3 (Launcher)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a2.rst395 Implement :pep:`486` - Make the Python Launcher aware of virtual environments.
/external/python/cpython2/Mac/
DREADME266 "Python Launcher.app" is a helper application that will handle things when you
272 through Python Launcher's preferences dialog.
/external/python/cpython2/
DAndroid.bp403 srcs: ["Launcher/launcher_main.cpp"],
410 srcs: ["Launcher/launcher_main.cpp"],
/external/python/cpython3/Mac/
DREADME.rst274 "Python Launcher.app" is a helper application that will handle things when you
280 through Python Launcher's preferences dialog.
/external/python/cpython3/PCbuild/
Dreadme.txt107 py.exe, the Python Launcher for Windows, see
/external/python/cpython2/PCbuild/
Dreadme.txt155 py.exe, the Python Launcher for Windows, see
/external/python/cpython3/Doc/library/
Dvenv.rst81 Python Launcher for Windows installed (this was added to Python in 3.3 - see
/external/python/cpython2/Misc/NEWS.d/
D2.7.6rc1.rst839 The "Python Launcher" on OSX could not launch python scripts that have paths
/external/python/cpython3/Doc/whatsnew/
D3.3.rst289 PEP 397: Python Launcher for Windows
315 :pep:`397` - Python Launcher for Windows
319 Launcher documentation: :ref:`launcher`

12