/external/chromium_org/tools/gn/secondary/build/config/win/ |
H A D | get_msvc_config.py | 40 nul = '\0' 42 block += key + '=' + value + nul 43 block += nul
|
H A D | get_msvc_config_real.py | 502 nul = '\0' 504 block += key + '=' + value + nul 505 block += nul
|
/external/llvm/unittests/Support/ |
H A D | ProgramTest.cpp | 79 StringRef nul("NUL"); 81 StringRef nul("/dev/null"); 83 const StringRef *redirects[] = { &nul, &nul, 0 };
|
/external/chromium_org/chrome/tools/build/win/ |
H A D | map_drive.bat | 10 net use %DRIVE_LETTER% | find "%SHARE_NAME%" > nul
|
H A D | version.bat | 33 call svn --version 2>nul 1>nul
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
H A D | makefile.bc | 42 $(TLIB) libdes.lib @libdes.rsp,nul
|
/external/openssl/crypto/des/ |
H A D | makefile.bc | 42 $(TLIB) libdes.lib @libdes.rsp,nul
|
/external/stlport/test/eh/ |
H A D | intel.mak | 10 NULL=nul
|
H A D | intel45.mak | 10 NULL=nul
|
H A D | intel50.mak | 10 NULL=nul
|
/external/zlib/src/watcom/ |
H A D | watcom_l.mak | 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
|
H A D | 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/ |
H A D | custrtst.c | 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local 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)) 733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe [all...] |
H A D | bocu1tst.c | 936 static const UChar nul[]={ 0 }; variable 956 { nul, LENGTHOF(nul) },
|
/external/icu4c/test/cintltst/ |
H A D | custrtst.c | 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local 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)) 733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe [all...] |
H A D | bocu1tst.c | 937 static const UChar nul[]={ 0 }; variable 957 { nul, LENGTHOF(nul) },
|
/external/chromium_org/remoting/tools/win/ |
H A D | chromoting-set-channel.bat | 12 net session >nul 2>&1
|
/external/proguard/examples/dictionaries/ |
H A D | windows.txt | 30 nul
|
/external/bison/djgpp/ |
H A D | 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/ |
H A D | 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/ |
H A D | copy-installer.bat | 119 robocopy /? 1> nul 2> nul
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 773 nul = '\0' 775 block += key + '=' + value + nul 776 block += nul
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
H A D | ant.bat | 198 if not "%OS%"=="Windows_NT" echo 1 > nul | choice /n /c:1
|
/external/valgrind/main/coregrind/ |
H A D | m_main.c | 1880 HChar nul[1]; local 1891 nul[0] = 0; 1895 VG_(write)(fd, nul, 1); 1900 VG_(write)(fd, nul, 1);
|
/external/chromium/testing/gmock/include/gmock/ |
H A D | gmock-matchers.h | 874 const typename StringType::value_type nul = 0; local 875 const size_t i1 = s1.find(nul), i2 = s2.find(nul);
|