/third_party/curl/packages/vms/ |
D | build_libcurl_pc.com | 118 $ if f$locate("Libs:", line_in) .eq. 0 125 $ if f$locate("@", line_in) .ge. line_in_len 131 $ if f$locate("@prefix@", line_in) .lt line_in_len 141 $ if f$locate("@exec_prefix@", line_in) .lt line_in_len 151 $ if f$locate("@libdir@", line_in) .lt line_in_len 156 $ if f$locate("@includedir@", line_in) .lt line_in_len 161 $ if f$locate("@SUPPORT_PROTOCOLS@", line_in) .lt line_in_len 169 $ if f$locate("@SUPPORT_FEATURES@", line_in) .lt line_in_len 179 $ if f$locate("@CURLVERSION@", line_in) .lt line_in_len 184 $ if f$locate("@LIBCURL_LIBS@", line_in) .lt line_in_len [all …]
|
D | build_vms.com | 436 $ if f$locate(",64,", args_lower) .lt. args_lower_len 442 $ args_loc = f$locate(",ccqual=", args_lower) 452 $ if f$locate(",debug,", args_lower) .lt. args_lower_len 461 $ if f$locate(",noieee,", args_lower) .lt. args_lower_len 467 $ if f$locate(",nolarge,", args_lower) .lt. args_lower_len 477 $ if f$locate(",noldap,", args_lower) .lt. args_lower_len 482 $ if f$locate(",list,", args_lower) .lt. args_lower_len 486 $ if f$locate(",fulllist,", args_lower) .lt. args_lower_len 492 $ if f$locate(",nohpssl,", args_lower) .lt. args_lower_len 497 $ if f$locate(",nossl,", args_lower) .lt. args_lower_len [all …]
|
D | build_curl-config_script.com | 69 $ if f$locate("#define LIBCURL_VERSION ", line_in) .eq. 0 74 $ if f$locate("#define LIBCURL_VERSION_NUM ", line_in) .eq. 0 84 $ if f$locate("-", x_curlversion) .lt. f$length(x_curlversion) 115 $ if f$locate("@", line_in) .ge. line_in_len
|
D | generate_config_vms_h_curl.com | 70 $if f$locate(",nossl,", args_lower) .lt. args_len then nossl = 1 97 $ if f$locate(",nohpssl,", args_lower) .lt. args_len 105 $ if f$locate(",nohpssl,", args_lower) .lt. args_len 118 $ if f$locate(",libidn,", args_lower) .lt. args_len 137 $ if f$locate(",libssh2,", args_lower) .lt. args_len 151 $if f$locate(",noldap,", args_lower) .lt. args_len 160 $if f$locate(",nokerberos,", args_lower) .lt. args_len then nokerberos = 1 175 $ if f$locate(",nozlib,", args_lower) .lt. args_len
|
D | build_gnv_curl_pcsi_desc.com | 177 $ old_start = f$locate("[gnv.usr", pathname) 294 $ old_start = f$locate("[gnv.usr", pathname) 346 $ old_start = f$locate("[gnv.usr", pathname) 356 $ if f$locate("$", pathname) .lt. f$length(pathname) then goto inst_file_loop 424 $ old_start = f$locate("[gnv.usr", destname) 452 $ old_start = f$locate("[gnv.usr", destname)
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/ |
D | readme.md | 1 # p-locate [![Build Status](https://travis-ci.org/sindresorhus/p-locate.svg?branch=master)](https:/… 11 $ npm install p-locate 21 const pLocate = require('p-locate'); 37 *The above is just an example. Use [`locate-path`](https://github.com/sindresorhus/locate-path) if …
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/ |
D | readme.md | 1 # p-locate [![Build Status](https://travis-ci.org/sindresorhus/p-locate.svg?branch=master)](https:/… 11 $ npm install p-locate 21 const pLocate = require('p-locate'); 37 *The above is just an example. Use [`locate-path`](https://github.com/sindresorhus/locate-path) if …
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/ |
D | readme.md | 1 # locate-path [![Build Status](https://travis-ci.org/sindresorhus/locate-path.svg?branch=master)](h… 9 $ npm install locate-path 18 const locatePath = require('locate-path');
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
D | readme.md | 1 # locate-path [![Build Status](https://travis-ci.org/sindresorhus/locate-path.svg?branch=master)](h… 9 $ npm install locate-path 18 const locatePath = require('locate-path');
|
/third_party/boost/tools/build/src/tools/ |
D | package.jam | 215 local bin-locate = [ $(paths).bindir ] ; 218 local lib-locate = [ $(paths).libdir ] ; 221 local include-locate = [ $(paths).includedir ] ; 224 <location>$(bin-locate) ; 230 # awkward to pass bin-locate and lib-locate from there to another rule. 237 <location>$(lib-locate) <install-dependencies>on <install-type>SHARED_LIB ; 239 <location>$(bin-locate) <install-dependencies>on <install-type>SHARED_LIB ; 244 <location>$(lib-locate) <install-dependencies>on <install-type>STATIC_LIB ; 246 <location>$(include-locate)$(install-header-subdir)
|
D | xsltproc-config.jam | 12 local rule locate-executable ( name ) 28 local xsltproc-exe = [ locate-executable xsltproc ] ;
|
D | vmsdecc.jam | 290 local locate ; 298 locate = [ on $(f) return $(LOCATE) ] ; 300 "$(nl)\"$(f:TG=:R=$(locate))\"" ; 312 # To handle such cases on VMS, one needs first to locate the library module 314 # GLOB_ARCHIVE built-in can locate the module name (globbing by symbol MAIN). 437 local locate = [ on $(targets[1]) return $(LOCATE) ] ; 438 LINK-MAINMOD-OPT on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.opt) ; 439 LINK-MAINMOD-JAM on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.jam) ; 483 local locate = [ on $(targets[1]) return $(LOCATE) ] ; 484 LINK-MAINMOD-OPT on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.opt) ; [all …]
|
/third_party/libxml2/doc/ |
D | buildDocBookCatalog | 210 echo could not locate version $VERSION of DocBook XML 276 echo could not locate iso-amsb.ent of ISO DocBook entities 290 echo could not locate ISO DocBook entities 376 echo could not locate chunk-common.xsl of DocBook XSLT stylesheets 391 echo could not locate DocBook XSLT stylesheets
|
/third_party/skia/third_party/externals/freetype/ |
D | vms_make.com | 91 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - 104 $ if f$locate("DEMOS",file) .eqs. f$length(file) then write optf file 1031 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) 1033 $ start = f$locate("=",cparm) + 1 1038 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) 1040 $ start = f$locate("=",cparm) + 1 1044 $ if f$locate("CC=",cparm) .lt. f$length(cparm) 1046 $ start = f$locate("=",cparm) + 1 1061 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm) 1063 $ start = f$locate("=",cparm) + 1 [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | vms_make.com | 91 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - 104 $ if f$locate("DEMOS",file) .eqs. f$length(file) then write optf file 1031 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) 1033 $ start = f$locate("=",cparm) + 1 1038 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) 1040 $ start = f$locate("=",cparm) + 1 1044 $ if f$locate("CC=",cparm) .lt. f$length(cparm) 1046 $ start = f$locate("=",cparm) + 1 1061 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm) 1063 $ start = f$locate("=",cparm) + 1 [all …]
|
/third_party/freetype/ |
D | vms_make.com | 91 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - 104 $ if f$locate("DEMOS",file) .eqs. f$length(file) then write optf file 1031 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) 1033 $ start = f$locate("=",cparm) + 1 1038 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) 1040 $ start = f$locate("=",cparm) + 1 1044 $ if f$locate("CC=",cparm) .lt. f$length(cparm) 1046 $ start = f$locate("=",cparm) + 1 1061 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm) 1063 $ start = f$locate("=",cparm) + 1 [all …]
|
/third_party/python/PCbuild/ |
D | prepare_ssl.bat | 40 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2) 43 if ERRORLEVEL 1 (echo Cannot locate python.exe on PATH or as PYTHON variable & exit /b 3) 48 if "%PERL%" == "" (echo Cannot locate perl.exe on PATH or as PERL variable & exit /b 4)
|
D | prepare_tcltk.bat | 42 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2) 45 rem if ERRORLEVEL 1 (echo Cannot locate python.exe on PATH or as PYTHON variable & exit /b 3)
|
/third_party/boost/tools/build/src/engine/ |
D | search.cpp | 77 void set_explicit_binding( OBJECT * target, OBJECT * locate ) in set_explicit_binding() argument 100 f->f_root.ptr = object_str( locate ); in set_explicit_binding() 101 f->f_root.len = strlen( object_str( locate ) ); in set_explicit_binding()
|
D | search.h | 18 void set_explicit_binding( OBJECT * target, OBJECT * locate );
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | make_vms.com | 320 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) 322 $ start = f$locate("=",cparm) + 1 325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - 329 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) 331 $ start = f$locate("=",cparm) + 1 335 $ if f$locate("CC=",cparm) .lt. f$length(cparm) 337 $ start = f$locate("=",cparm) + 1 352 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm) 354 $ start = f$locate("=",cparm) + 1 545 $ in_ldef = f$locate(cdef,libdefs)
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | make_vms.com | 320 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) 322 $ start = f$locate("=",cparm) + 1 325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - 329 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) 331 $ start = f$locate("=",cparm) + 1 335 $ if f$locate("CC=",cparm) .lt. f$length(cparm) 337 $ start = f$locate("=",cparm) + 1 352 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm) 354 $ start = f$locate("=",cparm) + 1 545 $ in_ldef = f$locate(cdef,libdefs)
|
/third_party/zlib/ |
D | make_vms.com | 320 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) 322 $ start = f$locate("=",cparm) + 1 325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - 329 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) 331 $ start = f$locate("=",cparm) + 1 335 $ if f$locate("CC=",cparm) .lt. f$length(cparm) 337 $ start = f$locate("=",cparm) + 1 352 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm) 354 $ start = f$locate("=",cparm) + 1 545 $ in_ldef = f$locate(cdef,libdefs)
|
/third_party/python/Tools/msi/ |
D | uploadrelease.bat | 37 if not defined PLINK echo Cannot locate plink.exe & exit /B 1 45 if not defined PSCP echo Cannot locate pscp.exe & exit /B 1 54 if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be uploaded & pause 59 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | android_sdk.dart | 45 /// Locate ADB. Prefer to use one from an Android SDK, if we can locate that. 62 /// Locate 'emulator'. Prefer to use one from an Android SDK, if we can locate that. 99 /// Locate 'avdmanager'. Prefer to use one from an Android SDK, if we can locate that. 130 throw AndroidNdkSearchError('Can not locate NDK because no SDK is found'); 136 throw AndroidNdkSearchError('Can not locate ndk-bundle, tried: $ndkDirectory'); 158 throw AndroidNdkSearchError('Can not locate GCC binary, tried $ndkCompiler'); 199 …throw AndroidNdkSearchError('Can not locate a suitable platform ARM sysroot (need android-9 or new… 250 throw AndroidNdkSearchError('Can not locate linker binary, tried $ndkLinker'); 356 printTrace('Unable to locate an Android SDK.'); 563 // If we can locate Java, then add it to the path used to run the Android SDK manager.
|