Home
last modified time | relevance | path

Searched refs:findstr (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/win32/
DMakefile.msvc456 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/
Dtestrelease.bat68 …@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/
Dmake_windowsce7-armv7.bat94 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…
Dmake_windowsce8-armv7.bat94 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/
Duthash.h247 #define HASH_FIND_STR(head,findstr,out) \ argument
248 HASH_FIND(hh,head,findstr,strlen(findstr),out)
/external/libdrm/intel/
Duthash.h374 #define HASH_FIND_STR(head,findstr,out) \ argument
375 HASH_FIND(hh,head,findstr,(unsigned)uthash_strlen(findstr),out)
/external/curl/projects/
Dgenerate.bat272 for /f "usebackq delims=" %%i in (`"findstr /n ^^ %2"`) do (
468 echo %EXITCODE%|findstr /r "[^0-9\-]" 1>NUL 2>&1
/external/curl/
Dbuildconf.bat226 findstr "/C:void hugehelp(void)" src\tool_hugehelp.c 1>NUL 2>&1
/external/webrtc/modules/audio_processing/test/
Dapmtest.m210 if ~isempty(findstr(opt, '-vad'))