/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 8 # Windows nmake makefile for compiling and packaging the resources 9 # for the ICU sample program "ufortune". 12 # MSVC project file for ufortune 16 # When adding a resource source (.txt) file for a new locale, the corresponding 22 # ICUDIR the location of ICU, used to locate the tools for 37 # File name extensions for inference rule matching. 38 # clear out the built-in ones (for .c and the like), and add 39 # the definition for .txt to .res. 44 # Inference rule, for compiling a .txt file into a .res file.
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 8 # Windows nmake makefile for compiling and packaging the resources 9 # for the ICU sample program "ufortune". 12 # MSVC project file for ufortune 16 # When adding a resource source (.txt) file for a new locale, the corresponding 22 # ICUDIR the location of ICU, used to locate the tools for 37 # File name extensions for inference rule matching. 38 # clear out the built-in ones (for .c and the like), and add 39 # the definition for .txt to .res. 44 # Inference rule, for compiling a .txt file into a .res file.
|
/third_party/curl/projects/ |
H A D | checksrc.bat | 118 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" -Wtool_hugehelp.c "%%i"
119 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" "%%i"
126 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" "%%i"
127 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake -Wcurl_config.h.in -Wcurl_config.h "%%i"
132 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
133 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
138 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
139 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
144 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vssh" "%%i"
145 for / [all...] |
H A D | generate.bat | 203 rem %1 - Project Type (vcxproj for VC10, VC11, VC12, VC14, VC14.10, VC14.20 and VC14.30)
219 for /f "usebackq delims=" %%i in (`"findstr /n ^^ %2"`) do (
225 for /f "delims=" %%c in ('dir /b ..\src\*.c') do call :element %1 src "%%c" %3
227 for /f "delims=" %%h in ('dir /b ..\src\*.h') do call :element %1 src "%%h" %3
229 for /f "delims=" %%r in ('dir /b ..\src\*.rc') do call :element %1 src "%%r" %3
252 for /f "delims=" %%c in ('dir /b ..\lib\*.c') do call :element %1 lib "%%c" %3
254 for /f "delims=" %%h in ('dir /b ..\include\curl\*.h') do call :element %1 include\curl "%%h" %3
255 for /f "delims=" %%h in ('dir /b ..\lib\*.h') do call :element %1 lib "%%h" %3
257 for /f "delims=" %%r in ('dir /b ..\lib\*.rc') do call :element %1 lib "%%r" %3
259 for / [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 16 operating systems adhering to the processor-specific ABI defined for 18 and big-endian HP-UX. Furthermore, to make it possible for a single 27 possible for platform-dependent unwind code to use 29 latter is useful for stringification purposes and to construct 107 \item[\Const{UNW\_IA64\_GR}:] The base-index for general (integer) 119 value for this function. 120 \item[\Const{UNW\_IA64\_NAT}:] The base-index for the NaT bits of the 126 \item[\Const{UNW\_IA64\_FR}:] The base-index for floating-point 134 \item[\Const{UNW\_IA64\_AR}:] The base-index for application 139 as ``reserved for futur [all...] |
H A D | unw_backtrace.tex | 8 \begin{Name}{3}{unw\_backtrace}{David Mosberger-Tang}{Programming Library}{unw\_backtrace}unw\_backtrace -- return backtrace for the calling program 23 \Func{unw\_backtrace}() is a convenient routine for obtaining the backtrace for 25 pointed by \Var{buffer}. The routine is only available for local unwinding. 28 called \Func{backtrace}(). The prototype for this function is usually obtained 29 by including the \File{$<$execinfo.h$>$} header file -- a prototype for
|
H A D | unw_init_local.tex | 8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding 28 call stack. The machine-state must remain valid for the duration for 31 The \Func{unw\_init\_local}() routine can be used only for unwinding in 32 the address space of the current process (i.e., for local unwinding). 42 \Func{unw\_init\_local2}() should be used for correct initialization 61 (this normally happens when calling \Func{unw\_init\_local}() for a
|
H A D | libunwind.tex | 95 extreme case, a program could maintain a separate cursor for each call 100 registers that were preserved for the current stack frame (as 102 for this purpose: \Func{unw\_get\_reg}() reads an integer (general) 123 useful for implementing non-local gotos and the exception handling 136 \File{$<$libunwind.h$>$}. It is perfectly OK for a single program to 142 portion of \Prog{libunwind} that manages unwind-info for dynamically 175 used by debuggers and instruction-set simulators, for example. 178 address-space object for that process. This is achieved with the 217 multi-platform unwinding is very simple: for native unwinding, a 222 of the target platform (e.g., \File{ia64} for I [all...] |
H A D | unw_get_proc_info_by_ip.tex | 23 because it is possible to look up the info for an arbitrary procedure, 31 \Var{unw\_local\_addr\_space} can be passed for this argument. 32 Argument \Var{ip} is the instruction-pointer for which the procedure 37 argument of the same name for \Func{unw\_init\_remote}(). When 39 \Var{unw\_local\_addr\_space}), \Const{NULL} must be passed for this 42 Note that for the purposes of \Prog{libunwind}, the code of a 67 unwind-info for the procedure. 68 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
|
H A D | libunwind-dynamic.tex | 8 \begin{Name}{3}{libunwind-dynamic}{David Mosberger-Tang}{Programming Library}{Introduction to dynamic unwind-info}libunwind-dynamic -- libunwind-support for runtime-generated code 19 current value (for frame registers) or by providing the location at 24 information needed to reconstruct the frame-state for each instruction 35 (discontiguous) procedures: one for frequently-executed (hot) code and 36 one for rarely-executed (cold) code. Similarly, simple 38 into code for which the default unwind-conventions apply and for such 43 region is, by default, assumed to be the frame state for the next 46 can be empty. If non-empty, the prologue sets up the frame state for 104 for thi [all...] |
H A D | unw_get_proc_info.tex | 47 obtained for some reason. \\ 52 \item[\Type{int} \Var{format}] The format of the unwind-info for this 57 reserved for future use by \Prog{libunwind}. This member exists 58 for use by the \Func{find\_proc\_info}() call-back (see 63 in bytes. This member exists for use by the 70 \Const{NULL}. This member exists for use by the 76 Note that for the purposes of \Prog{libunwind}, the code of a 101 unwind-info for the procedure. 102 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
|
/third_party/node/tools/msvs/ |
H A D | find_python.cmd | 3 echo Looking for Python
8 for /f "delims=" %%a in ('where python.exe 2^> nul') do (
13 :: Query the 3 locations mentioned in PEP 514 for a Python InstallPath
15 for %%k in ( "HKCU\Software", "HKLM\SOFTWARE", "HKLM\Software\Wow6432Node") do (
25 for /f "delims=" %%a in ('reg query "%~1\Python\PythonCore" /f * /k 2^> nul ^| findstr /r ^^HK') do (
38 for /f "skip=2 tokens=1* delims=)" %%a in ('reg query "%1\InstallPath" /ve /t REG_SZ 2^> nul') do (
39 for /f "tokens=1*" %%c in ("%%b") do (
|
H A D | nodevars.bat | 11 for /F "usebackq delims=" %%v in (`%print_version%`) do set version=%%v 15 echo Your environment has been set up for using Node.js !version! and npm. 17 echo Your environment has been set up for using Node.js !version!.
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 7 # nmake file for creating data files on win32 18 # Optionally change the name of the data file for the UWP version. 40 # Suffixes for data files 45 # the prefix "icudt62_" for use in filenames 48 # need to nuke \\ for .NET... 98 # The source directory. Contains the source files for the common data to be built. 104 # Destination directory for the common data DLL file. 106 # The lib file for the data DLL goes in $(DLL_OUTPUT)/../lib/ 123 # The source directory for data needed for tes [all...] |
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 7 # nmake file for creating data files on win32 18 # Optionally change the name of the data file for the UWP version. 40 # Suffixes for data files 45 # the prefix "icudt62_" for use in filenames 48 # need to nuke \\ for .NET... 98 # The source directory. Contains the source files for the common data to be built. 104 # Destination directory for the common data DLL file. 106 # The lib file for the data DLL goes in $(DLL_OUTPUT)/../lib/ 123 # The source directory for data needed for tes [all...] |
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 3 % Various packages of possible use. {index} creates problems for some reason. 56 often used for additional purposes such as library code generators or 66 \code{make} and generate C/C++ header files for all the following 87 repurpose the registry for reasons other than header file generation, or 88 to generate headers for languages other than C. 103 the relevant interfaces and creates a C-language header file for them. 104 \code{genheaders.py} contains predefined generator options for OpenGL compatibility 115 several objects and methods for loading registries and extracting 116 interfaces and extensions for use in header generation. There is some 132 At present there are separate registries for [all...] |
/third_party/musl/dist/ |
H A D | config.mak | 11 # Installation prefix for musl-gcc compiler wrapper. 14 # Location for the dynamic linker ld-musl-$(ARCH).so.1 26 # Uncomment for smaller code size. 29 # Uncomment to omit massive GCC4 DWARF2 bloat (only useful for debugging) 32 # Uncomment for warnings (as errors). Might need tuning to your gcc version.
|
/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 12 ; @wordsize eq 8 for 64-bit x64
13 ; @wordsize eq 2 for 32-bit x86
37 ; Use ABI_CDECL for x86 (32-bit) only
189 ; for fastcall and for WIN-x64
196 ; for x86-fastcall
208 ; for WIN-x64:
222 ; for LINUX-x64:
|
/third_party/python/Tools/msi/ |
H A D | testrelease.bat | 29 for %%f in ("%PCBUILD%win32\en-us\*.exe") do (
38 for %%f in ("%PCBUILD%amd64\en-us\*.exe") do (
72 @for /F "usebackq" %%f in (`reg query HKCR /s /f python /k`) do @(
108 echo --target (-t) Specify the target directory for installs and logs
109 echo -x86 Run tests for x86 installers
110 echo -x64 Run tests for x64 installers
111 echo --alluser (-a) Run tests for all-user installs (requires Administrator)
112 echo --peruser (-p) Run tests for per-user installs
|
H A D | get_externals.bat | 3 rem Simple script to fetch source for external libraries
41 for %%e in (%libraries%) do (
53 rem We always use whatever's latest in the repo for these
61 for %%b in (%binaries%) do (
77 echo.Pull all sources and binaries necessary for compiling optional extension
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 3 % Various packages of possible use. {index} creates problems for some reason. 59 often used for additional purposes such as library code generators or 69 \code{make} and generate C/C++ header files for all the following 90 repurpose the registry for reasons other than header file generation, or 91 to generate headers for languages other than C. 106 the relevant interfaces and creates a C-language header file for them. 107 \code{genheaders.py} contains predefined generator options for OpenGL compatibility 118 several objects and methods for loading registries and extracting 119 interfaces and extensions for use in header generation. There is some 135 At present there are separate registries for [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 20 % General Public License for more details. 54 % It is possible to adapt texinfo.tex for other languages, to some 108 % Use TeX 3.0's \inputlineno to get the line number, for better error 117 % Set up fixed words for English if not already set. 241 % add check for \lastpenalty to plain's definitions. If the last thing 275 % marks for the sectioning macros, one before the section break, and 289 % \topmark doesn't work for the very first chapter (after the title 370 % (We lessened \vsize for it in \oddfootingyyy.) 411 % Here are the rules for the cropmarks. Note that they are 517 % Define the framework for environment [all...] |
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 22 for /F "usebackq delims==" %%c in (`hdc list targets`) DO (
38 for %%j in (%TESTDIR%\*) do (
56 for /F "usebackq delims==" %%r in (`hdc shell param get const.product.cpu.abilist`) DO (
76 for %%j in (%DYNLIB%\*) do (
149 for /f "delims=:" %%a in ('dir /b /a:-d "%TESTDIR%" ^| findstr /n .*') do set all=%%a
150 for /f %%b in (' find /c /v "" ^<"FileList.txt" ') do set /a run=%%b
151 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c
168 echo Check REPORT for more details.
174 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
|
/third_party/python/Tools/buildbot/ |
H A D | remoteDeploy.bat | 39 for /f "USEBACKQ" %%i in (`dir PCbuild\*.bat /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild"
40 for /f "USEBACKQ" %%i in (`dir PCbuild\*.py /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild"
41 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.exe /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
42 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.pyd /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
43 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.dll /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate
3 @rem a build, so we no longer search for the full VC toolset.
35 @for /F "tokens=*" %%i in ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath -latest -prerelease -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set _Py_MSBuild_Root=%%i\MSBuild)
37 @for %%j in (Current 15.0) DO @if exist "%_Py_MSBuild_Root%\%%j\Bin\msbuild.exe" (set MSBUILD="%_Py_MSBuild_Root%\%%j\Bin\msbuild.exe")
44 @if NOT ERRORLEVEL 1 @for /F "tokens=1,2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32') DO @(
|