/third_party/pulseaudio/src/daemon/ |
H A D | cpulimit.c | 81 static bool installed = false; variable 181 pa_assert(!installed); in pa_cpu_limit_init() 210 installed = true; in pa_cpu_limit_init() 229 if (installed) { in pa_cpu_limit_done() 231 installed = false; in pa_cpu_limit_done()
|
/third_party/skia/docs/examples/ |
H A D | Bitmap_installPixels.cpp | 16 bool installed = bitmap.installPixels(info, pixels, 16, releaseProc, nullptr); in REG_FIDDLE() local 17 SkDebugf("install " "%s" "successful\n", installed ? "" : "not "); in REG_FIDDLE()
|
/third_party/astc-encoder/Test/ |
H A D | make.bat | 19 echo.installed, then set the SPHINXBUILD environment variable to point 23 echo.If you don't have Sphinx installed, grab it from
|
/third_party/protobuf/python/docs/ |
H A D | make.bat | 19 echo.installed, then set the SPHINXBUILD environment variable to point
23 echo.If you don't have Sphinx installed, grab it from
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_install_scripts.py | 73 installed = os.listdir(target) 75 self.assertIn(name, installed)
|
/third_party/curl/projects/ |
H A D | build-openssl.bat | 80 rem Determine the VC14.1 path based on the installed edition in descending
93 rem Determine the VC14.2 path based on the installed edition in descending
106 rem Determine the VC14.3 path based on the installed edition in descending
171 rem Check we have Visual Studio installed
178 rem It isn't so check we have it installed and set the path if it is
689 echo installed on the win system.
710 echo Error: %VC_DESC% is not installed
711 echo Error: Please check whether Visual compiler is installed at the path "%ABS_VC_PATH%"
717 echo Error: Perl is not installed
718 echo Error: Please check whether Perl is installed o [all...] |
H A D | build-wolfssl.bat | 84 rem Determine the VC14.1 path based on the installed edition in descending
98 rem Determine the VC14.2 path based on the installed edition in descending
112 rem Determine the VC14.3 path based on the installed edition in descending
155 rem Check we have Visual Studio installed
399 echo Error: %VC_DESC% is not installed
|
H A D | checksrc.bat | 83 rem It isn't so check we have it installed and set the path if it is
211 echo Error: Perl is not installed
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | install.js | 37 // 0.x.y-pre versions are not published yet and cannot be installed. Bail. 41 throw new Error('"pre" versions of node cannot be installed, use the --nodedir flag instead') 50 // the directory where the dev files will be installed 54 // check if it is already installed, and only install when needed 56 log.verbose('install', '--ensure was passed, so won\'t reinstall if already installed') 61 log.verbose('install', 'version not already installed, continuing with install', release.version) 72 log.verbose('install', 'version is already installed, need to check "installVersion"') 101 log.verbose('install', `version not already installed for ${arch}, continuing with install`, release.version)
|
/third_party/python/Doc/ |
H A D | make.bat | 33 rem Should have been installed with Sphinx earlier
44 rem Should have been installed with Sphinx earlier
87 echo.installed, then set the SPHINXBUILD environment variable to point
91 echo.If you don't have Sphinx installed, grab it from
|
/third_party/icu/icu4c/source/i18n/ |
H A D | coll.cpp | 229 StackUResourceBundle installed; in initAvailableLocaleList() local 233 ures_getByKey(index, "InstalledLocales", installed.getAlias(), &status); in initAvailableLocaleList() 236 availableLocaleListCount = ures_getSize(installed.getAlias()); in initAvailableLocaleList() 240 ures_resetIterator(installed.getAlias()); in initAvailableLocaleList() 241 while(ures_hasNext(installed.getAlias())) { in initAvailableLocaleList() 243 ures_getNextString(installed.getAlias(), NULL, &tempKey, &status); in initAvailableLocaleList()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | coll.cpp | 230 StackUResourceBundle installed; in initAvailableLocaleList() local 234 ures_getByKey(index, "InstalledLocales", installed.getAlias(), &status); in initAvailableLocaleList() 237 availableLocaleListCount = ures_getSize(installed.getAlias()); in initAvailableLocaleList() 241 ures_resetIterator(installed.getAlias()); in initAvailableLocaleList() 242 while(ures_hasNext(installed.getAlias())) { in initAvailableLocaleList() 244 ures_getNextString(installed.getAlias(), nullptr, &tempKey, &status); in initAvailableLocaleList()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | coll.cpp | 229 StackUResourceBundle installed; in initAvailableLocaleList() local 233 ures_getByKey(index, "InstalledLocales", installed.getAlias(), &status); in initAvailableLocaleList() 236 availableLocaleListCount = ures_getSize(installed.getAlias()); in initAvailableLocaleList() 240 ures_resetIterator(installed.getAlias()); in initAvailableLocaleList() 241 while(ures_hasNext(installed.getAlias())) { in initAvailableLocaleList() 243 ures_getNextString(installed.getAlias(), NULL, &tempKey, &status); in initAvailableLocaleList()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_spec.py | 266 installed = sys.modules[self.spec.name] 269 self.assertIs(loaded, installed) 279 installed = sys.modules[self.spec.name] variable in ModuleSpecMethodsTests.test_load_replaced.ReplacingLoader 282 self.assertIs(installed, replacement) 346 installed = sys.modules[self.spec.name] 350 self.assertIs(installed, loaded) 397 installed = sys.modules[self.spec.name] 401 self.assertIs(installed, loaded)
|
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | 208 installed-package-contents <path> [-d<n> --depth=<n>] 210 Lists the files installed for a package specified by <path>.
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | demo.bat | 12 REM with Bitstream Cyberbit installed.
|
/third_party/python/Lib/unittest/test/ |
H A D | test_program.py | 354 self.installed = False 356 self.installed = True 365 self.assertTrue(self.installed)
|
/third_party/python/PCbuild/ |
H A D | blurb.bat | 19 rem Before reporting the error, make sure that blurb is actually installed.
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 2500 UResourceBundle installed; member 2508 ures_close(&ctx->installed); in ures_loc_closeLocales() 2516 return ures_getSize(&ctx->installed); in ures_loc_countLocales() 2527 UResourceBundle *res = &(ctx->installed); in ures_loc_nextLocale() 2544 UResourceBundle *res = &((ULocalesContext *)en->context)->installed; in ures_loc_resetLocales() 2581 ures_initStackObject(&myContext->installed); in ures_openAvailableLocales() 2584 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status); in ures_openAvailableLocales() 2588 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed)); in ures_openAvailableLocales() 2595 ures_close(&myContext->installed); in ures_openAvailableLocales()
|
/third_party/elfutils/tests/ |
H A D | backtrace-subr.sh | 100 # making the native tests fail unless debuginfo (for glibc) is installed 105 echo >&2 $testname: arm needs debuginfo installed for all libraries
|
/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_single_artifact.bat | 27 REM Prepend newly installed Python to the PATH of this build (this cannot be
|
/third_party/libuv/docs/ |
H A D | make.bat | 55 echo.installed, then set the SPHINXBUILD environment variable to point
59 echo.If you don't have Sphinx installed, grab it from
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | specifiers.py | 900 installed: Optional[bool] = None, 944 if installed and item.is_prerelease:
|
/third_party/libabigail/ |
H A D | ltmain.sh | 39 # uninstall remove libraries from an installed directory 1743 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed 1905 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a 2397 -LLIBDIR search LIBDIR for required installed libraries 2398 -lNAME OUTPUT-FILE requires the installed library libNAME 2408 -rpath LIBDIR the created library will eventually be installed in LIBDIR 2699 echo "Libraries have been installed in:" 2704 echo "If you ever happen to want to link against installed libraries" 2942 # are installed to the same prefix. 2944 # are installed int [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 59 # uninstall remove libraries from an installed directory 1763 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed 1925 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a 2417 -LLIBDIR search LIBDIR for required installed libraries 2418 -lNAME OUTPUT-FILE requires the installed library libNAME 2428 -rpath LIBDIR the created library will eventually be installed in LIBDIR 2719 echo "Libraries have been installed in:" 2724 echo "If you ever happen to want to link against installed libraries" 2962 # are installed to the same prefix. 2964 # are installed int [all...] |