| /external/libchrome/base/test/ |
| D | test_switches.cc | 8 const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit"; 13 "test-launcher-bot-mode"; 15 // Makes it possible to debug the launcher itself. By default the launcher 19 "test-launcher-debug-launcher"; 24 "test-launcher-force-run-broken-tests"; 27 const char switches::kTestLauncherFilterFile[] = "test-launcher-filter-file"; 29 // Whether the test launcher should launch in "interactive mode", which disables 31 const char switches::kTestLauncherInteractive[] = "test-launcher-interactive"; 33 // Number of parallel test launcher jobs. 34 const char switches::kTestLauncherJobs[] = "test-launcher-jobs"; [all …]
|
| /external/python/cpython3/Mac/PythonLauncher/ |
| D | Makefile.in | 25 install: Python\ Launcher.app 27 …test -d "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/Pyth… 28 /bin/cp -r "Python Launcher.app" "$(DESTDIR)$(PYTHONAPPSDIR)" 29 touch "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" 32 rm -f *.o "Python Launcher" 33 rm -rf "Python Launcher.app" 36 Python\ Launcher.app: Info.plist \ 37 Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \ 41 rm -fr "Python Launcher.app" 42 mkdir "Python Launcher.app" [all …]
|
| /external/libcap/cap/ |
| D | launch.go | 11 // Launcher holds a configuration for launching a child process with 17 type Launcher struct { struct 39 // NewLauncher returns a new launcher for the specified program path 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 [all …]
|
| /external/python/cpython2/Mac/PythonLauncher/ |
| D | Makefile.in | 27 all: Python\ Launcher.app 29 install: Python\ Launcher.app 31 …test -d "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/Pyth… 32 /bin/cp -r "Python Launcher.app" "$(DESTDIR)$(PYTHONAPPSDIR)" 33 touch "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" 36 rm -f *.o "Python Launcher" 37 rm -rf "Python Launcher.app" 39 Python\ Launcher.app: Info.plist \ 40 Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \ 44 rm -fr "Python Launcher.app" [all …]
|
| /external/cpuinfo/test/build.prop/ |
| D | atm7029b-tablet.log | 37 ro.launcher.swipe=enable 38 ro.launcher.config.cling=enable 39 ro.launcher.hideactivity=disable 40 ro.launcher.allapp.landX=7 41 ro.launcher.allapp.landY=4 42 ro.launcher.allapp.portX=4 43 ro.launcher.allapp.portY=6 44 ro.launcher.workspace.landX=6 45 ro.launcher.workspace.landY=3 46 ro.launcher.workspace.portX=6 [all …]
|
| D | huawei-mate-20.log | 256 ro.launcher.circleslide=true 257 ro.launcher.shakewallpaper=true 258 ro.launcher.defaultfoldername=true 259 ro.launcher.unreadinfo=true 260 ro.launcher.dynamicicon=true 261 ro.launcher.dynamicclock=true 262 ro.launcher.dynamiccalendar=true
|
| /external/apache-commons-compress/src/test/resources/ |
| D | COMPRESS-245.tar.gz | |
| /external/libchrome/base/test/android/java/src/org/chromium/base/ |
| D | MultiprocessTestClientLauncher.java | 202 final MultiprocessTestClientLauncher launcher = in launchClient() local 209 if (launcher == null) { in launchClient() 213 if (!launcher.waitForConnection(CONNECTION_TIMEOUT_MS)) { in launchClient() 220 int pid = launcher.mLauncher.getPid(); in launchClient() 222 sPidToLauncher.put(pid, launcher); in launchClient() 232 MultiprocessTestClientLauncher launcher = 234 if (!launcher.mLauncher.start( 239 return launcher; 265 MultiprocessTestClientLauncher launcher = sPidToLauncher.get(pid); 266 // The launcher can be null if it got cleaned-up (because the connection was lost) before [all …]
|
| /external/androidplot/Examples/DemoApp/ |
| D | AndroidManifest.xml | 15 <category android:name="android.intent.category.LAUNCHER" /> 21 <category android:name="android.intent.category.LAUNCHER"/> 27 <category android:name="android.intent.category.LAUNCHER" /> 33 <category android:name="android.intent.category.LAUNCHER"/> 39 <category android:name="android.intent.category.LAUNCHER"/> 46 <category android:name="android.intent.category.LAUNCHER" /> 52 <category android:name="android.intent.category.LAUNCHER" /> 58 <category android:name="android.intent.category.LAUNCHER" /> 64 <category android:name="android.intent.category.LAUNCHER" />
|
| /external/autotest/docs/ |
| D | chrome-automation-codelab.md | 44 Let's demonstrate how to simulate a click on the launcher button in the system 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"}}); 71 launcher.doDefault(); 109 var launcher = root.find({attributes: {role: 'button', name: 'Launcher'}}); 110 launcher.doDefault();
|
| /external/python/cpython3/ |
| D | Android.bp | 346 name: "py3-launcher-defaults", 371 // statically to py3-launcher(s). Hence, need this flag to export 410 name: "py3-launcher-lib", 411 defaults: ["py3-launcher-defaults"], 446 name: "py3-launcher", 447 defaults: ["py3-launcher-defaults"], 449 static_libs: ["py3-launcher-lib"], 453 name: "py3-launcher-autorun", 454 defaults: ["py3-launcher-defaults"], 456 static_libs: ["py3-launcher-lib"], [all …]
|
| /external/libchrome/base/test/launcher/ |
| D | unit_test_launcher.cc | 5 #include "base/test/launcher/unit_test_launcher.h" 30 #include "base/test/launcher/test_launcher.h" 70 " --test-launcher-jobs=N\n" in PrintUsage() 74 " Runs the tests and the launcher in the same process. Useful\n" in PrintUsage() 78 " --test-launcher-filter-file=PATH\n" in PrintUsage() 83 " --test-launcher-batch-limit=N\n" in PrintUsage() 86 " --test-launcher-debug-launcher\n" in PrintUsage() 88 " making it possible to use them to debug launcher itself.\n" in PrintUsage() 90 " --test-launcher-retry-limit=N\n" in PrintUsage() 93 " --test-launcher-summary-output=PATH\n" in PrintUsage() [all …]
|
| /external/cpuinfo/test/mock/ |
| D | atm7029b-tablet.h | 59 "ro.launcher.swipe=enable\n" 60 "ro.launcher.config.cling=enable\n" 61 "ro.launcher.hideactivity=disable\n" 62 "ro.launcher.allapp.landX=7\n" 63 "ro.launcher.allapp.landY=4\n" 64 "ro.launcher.allapp.portX=4\n" 65 "ro.launcher.allapp.portY=6\n" 66 "ro.launcher.workspace.landX=6\n" 67 "ro.launcher.workspace.landY=3\n" 68 "ro.launcher.workspace.portX=6\n" [all …]
|
| /external/skia/platform_tools/android/apps/androidkitdemo/src/main/ |
| D | AndroidManifest.xml | 14 <category android:name="android.intent.category.LAUNCHER" /> 20 <category android:name="android.intent.category.LAUNCHER" /> 26 <category android:name="android.intent.category.LAUNCHER" /> 32 <category android:name="android.intent.category.LAUNCHER" /> 38 <category android:name="android.intent.category.LAUNCHER" /> 44 <category android:name="android.intent.category.LAUNCHER" />
|
| /external/libcap/libcap/ |
| D | cap_alloc.c | 131 * cap_new_launcher allocates some memory for a launcher and 132 * initializes it. To actually launch a program with this launcher, 133 * use cap_launch(). By default, the launcher is a no-op from a 185 cap_launch_t launcher = data_p; in cap_free() local 186 if (launcher->iab) { in cap_free() 187 cap_free(launcher->iab); in cap_free() 189 if (launcher->chroot) { in cap_free() 190 cap_free(launcher->chroot); in cap_free()
|
| /external/python/cpython3/Doc/using/ |
| D | windows.rst | 72 C Runtime Library is required or you install the :ref:`launcher` for all 75 * The :ref:`launcher` will be installed according to the option at the bottom 77 * The standard library, test suite, launcher and pip will be installed 90 * The :ref:`launcher` will be installed into the Windows directory 163 | | launcher is also installed. | | 185 | Include_launcher | Install :ref:`launcher`. | 1 | 187 | InstallLauncherAllUsers | Installs :ref:`launcher` for all | 1 | 203 | LauncherOnly | Only installs the launcher. This | 0 | 224 (Note that omitting the launcher also omits file associations, and is only 226 that included the launcher.) [all …]
|
| /external/python/setuptools/tools/ |
| D | msvc-build-launcher.cmd | 16 …cl /D "GUI=0" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:CONSOLE /out:s… 17 …cl /D "GUI=1" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:WINDOWS /out:s… 23 REM the 32-bit launcher scripts without the -32 in the filename, so copy them 32 …cl /D "GUI=0" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:CONSOLE /out:s… 33 …cl /D "GUI=1" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:WINDOWS /out:s…
|
| /external/python/cpython3/Tools/msi/ |
| D | README.txt | 374 .\Scripts Launcher scripts (*.exe, *.py) 383 .\py[w].exe PEP 397 launcher 427 The py.exe launcher is installed as part of a regular Python install, 433 launcher's root key is: 434 HKEY_LOCAL_MACHINE\Software\Wow6432Node\Python\Launcher 437 launcher's root key is: 438 HKEY_LOCAL_MACHINE\Software\Python\Launcher 441 HKEY_CURRENT_USER\Software\Python\Launcher 443 When the launcher is installed, a key "InstallPath" is created within 444 its root key with its default value set to the launcher's install [all …]
|
| /external/python/cpython3/Tools/msi/bundle/packagegroups/ |
| D | launcher.wxs | 4 <PackageGroup Id="launcher"> 5 <!-- The All Users launcher is always the 32-bit version --> 7 SourceFile="!(bindpath.build32)en-us\launcher.msi" 17 SourceFile="!(bindpath.build32)en-us\launcher.msi"
|
| /external/python/cpython3/Tools/msi/launcher/ |
| D | launcher_en-US.wxl | 5 <String Id="ProductName">Python Launcher</String> 6 <String Id="Title">Python Launcher</String> 7 <String Id="Description">Python Launcher</String> 9 <String Id="NoDowngrade">A newer version of the Python launcher is already installed.</String>
|
| /external/autotest/client/site_tests/policy_UIUtilsSmokeTest/ |
| D | policy_UIUtilsSmokeTest.py | 29 self.ui.doDefault_on_obj(name='Launcher', role='button') 32 self.ui.doCommand_on_obj(name='Launcher', 39 if self.ui.is_obj_restricted(name='Launcher', role='button',): 40 raise error.TestError('Launcher should not be restricted')
|
| /external/deqp/android/openglcts/ |
| D | AndroidManifest.xml | 34 <category android:name="android.intent.category.LAUNCHER" /> 49 <category android:name="android.intent.category.LAUNCHER" /> 64 <category android:name="android.intent.category.LAUNCHER" /> 79 <category android:name="android.intent.category.LAUNCHER" /> 94 <category android:name="android.intent.category.LAUNCHER" /> 109 <category android:name="android.intent.category.LAUNCHER" />
|
| /external/libyuv/files/tools_libyuv/valgrind/ |
| D | libyuv_tests.py | 107 parser.add_option("--test-launcher-bot-mode", action="store_true", 108 help="run the tests with --test-launcher-bot-mode") 109 parser.add_option("--test-launcher-total-shards", type=int, 110 help="run the tests with --test-launcher-total-shards") 111 parser.add_option("--test-launcher-shard-index", type=int, 112 help="run the tests with --test-launcher-shard-index")
|
| /external/tensorflow/tensorflow/tools/android/test/ |
| D | AndroidManifest.xml | 39 <category android:name="android.intent.category.LAUNCHER" /> 49 <category android:name="android.intent.category.LAUNCHER" /> 59 <category android:name="android.intent.category.LAUNCHER" /> 69 <category android:name="android.intent.category.LAUNCHER" />
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
| D | JobChildStressTest.kt | 36 // concurrent child launcher in <lambda>() 37 val launcher = scope.launch { in <lambda>() constant 52 joinAll(launcher, canceller, parent) in <lambda>()
|