/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); 268 if (launcher != null) { [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 | leagoo-t5c.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
|
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/llvm-project/compiler-rt/test/profile/Inputs/ |
D | instrprof-gcov-multithread_fork.cpp | 6 void launcher(T func) { in launcher() function 18 launcher<>(g); in f() 22 launcher<>(f); in main()
|
/external/libcap/libcap/ |
D | cap_alloc.c | 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/setuptools/ |
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…
|
D | MANIFEST.in | 11 include launcher.c 12 include msvc-build-launcher.cmd
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | profiler_util.cc | 76 base::StringView launcher( in PackageFromLocation() local 78 if (location.size() >= launcher.size() && in PackageFromLocation() 79 location.substr(0, launcher.size()) == launcher) { in PackageFromLocation()
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/ |
D | TestLauncher.py | 194 launcher = ScriptLoggerThread(cmd, self.__consoleLogger) 197 launcher = SubprocessLoggerThread(cmd, self.__consoleLogger) 199 launcher.start() 203 launcher.join()
|
/external/python/cpython3/ |
D | Android.bp | 339 name: "py3-launcher-defaults", 368 // statically to py3-launcher(s). Hence, need this flag to export 402 name: "py3-launcher-lib", 403 defaults: ["py3-launcher-defaults"], 435 name: "py3-launcher", 436 defaults: ["py3-launcher-defaults"], 438 static_libs: ["py3-launcher-lib"], 442 name: "py3-launcher-autorun", 443 defaults: ["py3-launcher-defaults"], 445 static_libs: ["py3-launcher-lib"],
|
/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | JobChildStressTest.kt | 37 val launcher = scope.launch { in <lambda>() constant 52 joinAll(launcher, canceller, parent) in <lambda>()
|
/external/ImageMagick/MagickWand/tests/ |
D | script-token-test-data.txt | 4 : Shell script launcher comment ignore 5 @ DOS script launcher comment ignore
|
/external/autotest/docs/ |
D | chrome-automation-codelab.md | 44 Let's demonstrate how to simulate a click on the launcher button in the system 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/Tools/msi/ |
D | build.bat | 47 rem Build the launcher MSI separately 48 %MSBUILD% "%D%launcher\launcher.wixproj" /p:Platform=x86
|
D | buildrelease.bat | 171 %MSBUILD% "%D%launcher\launcher.wixproj" /p:Platform=x86 %CERTOPTS% /p:ReleaseUri=%RELEASE_URI% 173 ) else if not exist "%Py_OutDir%win32\en-us\launcher.msi" ( 174 %MSBUILD% "%D%launcher\launcher.wixproj" /p:Platform=x86 %CERTOPTS% /p:ReleaseUri=%RELEASE_URI%
|
D | README.txt | 389 .\py[w].exe PEP 397 launcher 432 The py.exe launcher is installed as part of a regular Python install, 438 launcher's root key is: 442 launcher's root key is: 448 When the launcher is installed, a key "InstallPath" is created within 449 its root key with its default value set to the launcher's install 488 configuration, users are recommended to use the py.exe launcher and 495 The py.exe launcher is recommended because it uses a consistent and 503 launcher is installed. This ensures that the search order is always 504 consistent (as the 64-bit launcher is subtly different from the 32-bit [all …]
|
/external/angle/infra/specs/ |
D | gn_isolate_map.pyl | 113 "--test-launcher-print-test-stdio=always", 114 "--test-launcher-jobs=1", 115 "--test-launcher-retry-limit=0",
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1.rst | 17 launcher detection.
|
/external/python/cpython2/ |
D | Android.bp | 267 name: "py2-launcher-defaults", 311 name: "py2-launcher-lib", 312 defaults: ["py2-launcher-defaults"], 401 name: "py2-launcher", 402 defaults: ["py2-launcher-defaults"], 404 static_libs: ["py2-launcher-lib"], 408 name: "py2-launcher-autorun", 409 defaults: ["py2-launcher-defaults"], 411 static_libs: ["py2-launcher-lib"],
|
/external/skia/infra/cross-compile/docker/cross-linux-arm64/ |
D | Dockerfile | 1 FROM launcher.gcr.io/google/clang-debian9 AS build
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorScan.h | 161 ScanLauncher<Self, Op, Device> launcher; 163 launcher(*this, data); 169 launcher(*this, m_output);
|
/external/llvm-project/llvm/utils/docker/debian8/ |
D | Dockerfile | 9 FROM launcher.gcr.io/google/debian8:latest as builder 53 FROM launcher.gcr.io/google/debian8:latest
|
/external/webrtc/modules/video_coding/codecs/test/batch/ |
D | run-instantiation-tests.sh | 50 --test-launcher-retry-limit 0 \
|