Searched refs:findstr (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/win32/ |
D | Makefile.msvc | 456 findstr /C:"MEMORY ALLOCATED : 0" \ 461 findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\ 469 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \ 472 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0">null &&\ 487 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null \ 490 findstr /C:"MEMORY ALLOC" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null && \ 492 …$(BINDIR)\xmllint.exe result.%%~nxI 2>&1 > result2.%%~nxI | findstr /V /C:"failed to load external…
|
/external/python/cpython3/Tools/msi/ |
D | testrelease.bat | 68 …@dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\star… 69 …@dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startm…
|
/external/capstone/windowsce/ |
D | make_windowsce7-armv7.bat | 94 for /f "tokens=3" %%i in ('findstr /c:"#define CS_API_MAJOR" "%SOURCES_ROOT%\include\capstone\capst… 95 for /f "tokens=3" %%i in ('findstr /c:"#define CS_API_MINOR" "%SOURCES_ROOT%\include\capstone\capst…
|
D | make_windowsce8-armv7.bat | 94 for /f "tokens=3" %%i in ('findstr /c:"#define CS_API_MAJOR" "%SOURCES_ROOT%\include\capstone\capst… 95 for /f "tokens=3" %%i in ('findstr /c:"#define CS_API_MINOR" "%SOURCES_ROOT%\include\capstone\capst…
|
/external/fastrpc/inc/ |
D | uthash.h | 247 #define HASH_FIND_STR(head,findstr,out) \ argument 248 HASH_FIND(hh,head,findstr,strlen(findstr),out)
|
/external/libdrm/intel/ |
D | uthash.h | 374 #define HASH_FIND_STR(head,findstr,out) \ argument 375 HASH_FIND(hh,head,findstr,(unsigned)uthash_strlen(findstr),out)
|
/external/curl/projects/ |
D | generate.bat | 272 for /f "usebackq delims=" %%i in (`"findstr /n ^^ %2"`) do ( 468 echo %EXITCODE%|findstr /r "[^0-9\-]" 1>NUL 2>&1
|
/external/curl/ |
D | buildconf.bat | 226 findstr "/C:void hugehelp(void)" src\tool_hugehelp.c 1>NUL 2>&1
|
/external/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 210 if ~isempty(findstr(opt, '-vad'))
|