/external/libcap/cap/ |
D | launch.go | 17 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/ |
D | Makefile.in | 27 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/ |
D | Makefile.in | 25 install: Python\ Launcher.app 36 Python\ Launcher.app: Info.plist \ 37 Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \ 72 Python\ Launcher: $(OBJECTS)
|
/external/autotest/docs/ |
D | chrome-automation-codelab.md | 56 > (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/ |
D | Launcher.java | 34 public class Launcher extends DemoApplet { class 187 new Launcher().showDemo(); in main()
|
/external/icu/icu4j/demos/ |
D | manifest.stub | 2 Main-Class: com.ibm.icu.dev.demo.Launcher
|
/external/python/cpython3/PC/ |
D | pyshellext.rc | 35 VALUE "InternalName", "Python Launcher Shell Extension\0"
|
D | pylauncher.rc | 49 VALUE "InternalName", "Python Launcher\0"
|
/external/apache-commons-compress/ |
D | mvnw | 163 CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
|
/external/kotlinx.atomicfu/atomicfu-maven-plugin/ |
D | mvnw | 163 CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
|
/external/snakeyaml/ |
D | mvnw | 185 CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
|
/external/python/cpython3/.github/ |
D | CODEOWNERS | 32 # Launcher
|
/external/libcap/goapps/gowns/ |
D | gowns.go | 163 var w *cap.Launcher
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/resources/ |
D | jdi.properties | 22 sun.vm_exec.label = Launcher
|
/external/python/cpython3/Tools/msi/ |
D | README.txt | 372 .\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/ |
D | 19.3.3.rst | 37 - Commit be08e6a causes crash in com.android.launcher3 (Launcher)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a2.rst | 395 Implement :pep:`486` - Make the Python Launcher aware of virtual environments.
|
/external/python/cpython2/Mac/ |
D | README | 266 "Python Launcher.app" is a helper application that will handle things when you 272 through Python Launcher's preferences dialog.
|
/external/python/cpython2/ |
D | Android.bp | 403 srcs: ["Launcher/launcher_main.cpp"], 410 srcs: ["Launcher/launcher_main.cpp"],
|
/external/python/cpython3/Mac/ |
D | README.rst | 274 "Python Launcher.app" is a helper application that will handle things when you 280 through Python Launcher's preferences dialog.
|
/external/python/cpython3/PCbuild/ |
D | readme.txt | 107 py.exe, the Python Launcher for Windows, see
|
/external/python/cpython2/PCbuild/ |
D | readme.txt | 155 py.exe, the Python Launcher for Windows, see
|
/external/python/cpython3/Doc/library/ |
D | venv.rst | 81 Python Launcher for Windows installed (this was added to Python in 3.3 - see
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6rc1.rst | 839 The "Python Launcher" on OSX could not launch python scripts that have paths
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 289 PEP 397: Python Launcher for Windows 315 :pep:`397` - Python Launcher for Windows 319 Launcher documentation: :ref:`launcher`
|