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

1 2

  /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/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/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/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/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/quake/quake/src/QW/gas2masm/
gas2masm.mak 31 NULL=nul
  /external/valgrind/main/coregrind/
m_main.c 1880 HChar nul[1]; local
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 863 // String comparison for narrow or wide strings that can have embedded NUL
874 const typename StringType::value_type nul = 0; local
875 const size_t i1 = s1.find(nul), i2 = s2.find(nul);
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 161 re setting the NUL bit on the branch and eliding the nop. */
712 static void tcg_out_branch(TCGContext *s, int label_index, int nul)
715 uint32_t op = nul ? INSN_BL_N : INSN_BL;
778 Which means that if the nul bit is set, the delay slot is
788 Which means that if the nul bit is set, the delay slot is
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 5110 static const UChar nul=0; local
5419 static const UChar nul=0; local
    [all...]
uresdata.c 65 UChar nul; member in struct:__anon8633
583 *nextSepP = 0; /* overwrite the separator with a NUL to terminate the key */
739 /* swap each UChar (the terminating NUL would not change) */
    [all...]
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 30 if not exist .\WinDebug\nul mkdir .\WinDebug
96 if not exist .\WinRel\nul mkdir .\WinRel
  /external/icu4c/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");
1582 static const UChar nul=0; local
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 29 NULL=nul
    [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h 5486 const typename StringType::value_type nul = 0; local
    [all...]

Completed in 913 milliseconds

1 2