Home
last modified time | relevance | path

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

/external/libxml2/win32/
DMakefile.msvc453 findstr /C:"MEMORY ALLOCATED : 0" \
458 findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\
466 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \
469 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0">null &&\
484 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null \
487 findstr /C:"MEMORY ALLOC" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null && \
489 …$(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/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 (
450 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/webrtc/modules/audio_processing/test/
Dapmtest.m200 if ~isempty(findstr(opt, '-vad'))