HomeSort by relevance Sort by last modified time
    Searched refs:nul (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/tools/gn/secondary/build/config/win/
get_msvc_config.py 40 nul = '\0'
42 block += key + '=' + value + nul
43 block += nul
get_msvc_config_real.py 502 nul = '\0'
504 block += key + '=' + value + nul
505 block += nul
  /external/llvm/unittests/Support/
ProgramTest.cpp 77 // Redirect stdout and stdin to NUL, but let stderr through.
79 StringRef nul("NUL");
81 StringRef nul("/dev/null");
83 const StringRef *redirects[] = { &nul, &nul, 0 };
  /prebuilts/devtools/tools/
android.bat 50 xcopy %swt_path% %tmp_dir%\%swt_path% /I /E /C /G /R /Y /Q > nul
51 copy /B /D /Y lib\common.jar %tmp_dir%\lib\ > nul
52 copy /B /D /Y lib\commons-codec* %tmp_dir%\lib\ > nul
53 copy /B /D /Y lib\commons-compress* %tmp_dir%\lib\ > nul
54 copy /B /D /Y lib\commons-logging* %tmp_dir%\lib\ > nul
55 copy /B /D /Y lib\dvlib.jar %tmp_dir%\lib\ > nul
56 copy /B /D /Y lib\guava* %tmp_dir%\lib\ > nul
57 copy /B /D /Y lib\httpclient* %tmp_dir%\lib\ > nul
58 copy /B /D /Y lib\httpcore* %tmp_dir%\lib\ > nul
59 copy /B /D /Y lib\httpmime* %tmp_dir%\lib\ > nul
    [all...]
  /external/chromium_org/chrome/tools/build/win/
map_drive.bat 10 net use %DRIVE_LETTER% | find "%SHARE_NAME%" > nul
version.bat 33 call svn --version 2>nul 1>nul
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
makefile.bc 42 $(TLIB) libdes.lib @libdes.rsp,nul
  /external/openssl/crypto/des/
makefile.bc 42 $(TLIB) libdes.lib @libdes.rsp,nul
  /external/stlport/test/eh/
intel.mak 10 NULL=nul
intel45.mak 10 NULL=nul
intel50.mak 10 NULL=nul
  /external/zlib/src/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
watcom_f.mak 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
720 /* search for NUL code point: find end of string */
724 first!=u_strchr(s, nul) ||
725 first!=u_strchr32(s, nul) ||
726 first!=u_memchr(s, nul, LENGTHOF(s)) ||
727 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
728 first!=u_strrchr(s, nul) ||
729 first!=u_strrchr32(s, nul) ||
730 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
731 first!=u_memrchr32(s, nul, LENGTHOF(s)
    [all...]
bocu1tst.c 137 * 0 NUL
936 static const UChar nul[]={ 0 }; variable
956 { nul, LENGTHOF(nul) },
  /external/icu4c/test/cintltst/
custrtst.c 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
720 /* search for NUL code point: find end of string */
724 first!=u_strchr(s, nul) ||
725 first!=u_strchr32(s, nul) ||
726 first!=u_memchr(s, nul, LENGTHOF(s)) ||
727 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
728 first!=u_strrchr(s, nul) ||
729 first!=u_strrchr32(s, nul) ||
730 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
731 first!=u_memrchr32(s, nul, LENGTHOF(s)
    [all...]
bocu1tst.c 138 * 0 NUL
937 static const UChar nul[]={ 0 }; variable
957 { nul, LENGTHOF(nul) },
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 2 if not exist .\WinDebug\nul mkdir .\WinDebug
7 if not exist .\WinRel\nul mkdir .\WinRel
  /device/common/
generate-factory-images-common.sh 213 ping -n $SLEEPDURATION 127.0.0.1 >nul
220 ping -n $SLEEPDURATION 127.0.0.1 >nul
228 ping -n $SLEEPDURATION 127.0.0.1 >nul
235 pause >nul
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 12 net session >nul 2>&1
  /external/proguard/examples/dictionaries/
windows.txt 30 nul
31 Nul
32 nUl
33 NUl
34 nuL
35 NuL
36 nUL
37 NUL
38 NUL
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
windows.txt 30 nul
31 Nul
32 nUl
33 NUl
34 nuL
35 NuL
36 nUL
37 NUL
38 NUL
  /external/bison/djgpp/
djunpack.bat 51 copy top_src.dir junk.tmp > nul
56 copy ext_list.bat junk.tmp > nul
  /external/chromium_org/third_party/libxml/src/win32/
Makefile 409 @-$(BINDIR)\testXPath.exe | find /C "support not compiled in" 1>nul
422 fc $(XML_SRCDIR)\result\XPath\expr\%%~nxI result.%%~nxI >nul &\
424 findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\
432 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \
  /external/chromium_org/tools/win/
copy-installer.bat 119 robocopy /? 1> nul 2> nul

Completed in 1468 milliseconds

1 2