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

1 2

  /external/chromium_org/build/toolchain/win/
setup_toolchain.py 59 nul = '\0'
61 block += key + '=' + value + nul
62 block += nul
  /external/llvm/unittests/Support/
ProgramTest.cpp 90 // Redirect stdout and stdin to NUL, but let stderr through.
92 StringRef nul("NUL");
94 StringRef nul("/dev/null");
96 const StringRef *redirects[] = { &nul, &nul, nullptr };
  /external/chromium_org/chrome/tools/build/win/
map_drive.bat 10 net use %DRIVE_LETTER% | find "%SHARE_NAME%" > nul
  /external/openssl/crypto/des/
makefile.bc 42 $(TLIB) libdes.lib @libdes.rsp,nul
  /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 138 * 0 NUL
937 static const UChar nul[]={ 0 }; variable
957 { nul, LENGTHOF(nul) },
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 711 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local
716 /* search for NUL code point: find end of string */
720 first!=u_strchr(s, nul) ||
721 first!=u_strchr32(s, nul) ||
722 first!=u_memchr(s, nul, LENGTHOF(s)) ||
723 first!=u_memchr32(s, nul, LENGTHOF(s)) ||
724 first!=u_strrchr(s, nul) ||
725 first!=u_strrchr32(s, nul) ||
726 first!=u_memrchr(s, nul, LENGTHOF(s)) ||
727 first!=u_memrchr32(s, nul, LENGTHOF(s)
    [all...]
cmsccoll.c 1717 static const UChar nul = 0; local
1827 static const UChar nul = 0; local
    [all...]
bocu1tst.c 138 * 0 NUL
937 static const UChar nul[]={ 0 }; variable
957 { nul, LENGTHOF(nul) },
  /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/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 129 robocopy /? 1> nul 2> nul
  /dalvik/dx/etc/
mainDexClasses.bat 96 call "%proguard%" -injars %params% -dontwarn -forceprocessing -outjars "%tmpJar%" -libraryjars "%shrinkedAndroidJar%" -dontoptimize -dontobfuscate -dontpreverify -include "%baserules%" 1>nul
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 198 if not "%OS%"=="Windows_NT" echo 1 > nul | choice /n /c:1
  /external/iputils/doc/
docbook2man-spec.pl 72 push_output('nul');
255 push_output('nul');
513 sgml('<DOCINFO>', sub { push_output('nul'); });
515 sgml('<REFSECT1INFO>', sub { push_output('nul'); });
517 sgml('<REFSECT2INFO>', sub { push_output('nul'); });
519 sgml('<REFSECT3INFO>', sub { push_output('nul'); });
522 sgml('<INDEXTERM>', sub { push_output('nul'); });
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 429 DEV_NULL = nul
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 5106 static const UChar nul=0; local
5415 static const UChar nul=0; local
    [all...]
uresdata.c 65 UChar nul; member in struct:__anon16687
583 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */
739 /* swap each UChar (the terminating NUL would not change) */
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.c 5106 static const UChar nul=0; local
5415 static const UChar nul=0; local
    [all...]
uresdata.c 63 UChar nul; member in struct:__anon1410
581 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */
737 /* swap each UChar (the terminating NUL would not change) */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 221 errln("UnicodeString.setTo(buffer without NUL, length, capacity) does not work with length==-1");
224 errln("UnicodeString(buffer without NUL, length, capacity) does not work with length==-1");
536 // test new, NUL-terminating extract() function
561 errln("UnicodeString.extract(dest just right without NUL)==%d (%s) expected %d (U_STRING_NOT_TERMINATED_WARNING)",
565 errln("UnicodeString.extract(dest just right without NUL) did not extract the string correctly");
1597 static const UChar nul=0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 221 errln("UnicodeString.setTo(buffer without NUL, length, capacity) does not work with length==-1");
224 errln("UnicodeString(buffer without NUL, length, capacity) does not work with length==-1");
536 // test new, NUL-terminating extract() function
561 errln("UnicodeString.extract(dest just right without NUL)==%d (%s) expected %d (U_STRING_NOT_TERMINATED_WARNING)",
565 errln("UnicodeString.extract(dest just right without NUL) did not extract the string correctly");
1597 static const UChar nul=0; local
    [all...]

Completed in 1006 milliseconds

1 2