/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | config.sub | 127 os=-$maybe_os 133 then os=`echo $1 | sed 's/.*-/-/'` 134 else os=; fi 142 case $os in 143 -sun*os*) 153 os= 157 os=-cnk 160 os= 166 os=-vxworks 170 os=-chorusos [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | config.sub | 126 os=-$maybe_os 132 then os=`echo $1 | sed 's/.*-/-/'` 133 else os=; fi 141 case $os in 142 -sun*os*) 152 os= 156 os= 162 os=-vxworks 166 os=-chorusos 170 os=-chorusrdb [all …]
|
D | config.guess | 176 os=netbsd 178 os=netbsdelf 182 os=netbsd 201 echo "${machine}-${os}${release}"
|
/ndk/tests/device/test-stlport/unit/ |
D | ostmit_test.cpp | 38 ostringstream os; in ostmit0() local 40 ostream_iterator<char> iter(os); in ostmit0() 42 CPPUNIT_ASSERT(os.good()); in ostmit0() 43 os << ' '; in ostmit0() 44 CPPUNIT_ASSERT(os.good()); in ostmit0() 46 ostream_iterator<int> iter2(os); in ostmit0() 48 CPPUNIT_ASSERT(os.good()); in ostmit0() 49 CPPUNIT_ASSERT(os.str() == "hello 1524"); in ostmit0()
|
D | sstream_test.cpp | 253 ostringstream os( "12345" ); in init_out() local 254 CPPUNIT_ASSERT( os.str() == "12345" ); in init_out() 256 os << 67; in init_out() 257 CPPUNIT_ASSERT( os.good() ); in init_out() 275 CPPUNIT_ASSERT( os.str() == "1234567" ); in init_out() 278 os.str( "89ab" ); in init_out() 279 CPPUNIT_ASSERT( os.str() == "89ab" ); in init_out() 281 os << 10; in init_out() 282 CPPUNIT_ASSERT( os.good() ); in init_out() 284 CPPUNIT_ASSERT( os.str() == "89ab10" ); in init_out() [all …]
|
D | locale_test.cpp | 194 ostringstream os("test") ; in _locale_init_problem() local 197 os.imbue( loc2 ); in _locale_init_problem()
|
D | slist_test.cpp | 69 ostringstream os; in slist1() local 70 ostream_iterator<char> o(os,""); in slist1() 79 os << *i; in slist1() 80 stringbuf* buff=os.rdbuf(); in slist1()
|
D | num_put_get_test.cpp | 1231 os.str(""); os << fixed << setprecision(3) << showpos << val; \ 1232 CPPUNIT_ASSERT( os.str() == expected ) 1236 ostringstream os; in custom_numpunct() local 1237 locale loc(os.getloc(), new CommaSepNumPunct()); in custom_numpunct() 1238 os.imbue(loc); in custom_numpunct()
|
D | fstream_test.cpp | 516 ostringstream os; in rdbuf() local 517 ss.get( *os.rdbuf(), '\n' ); in rdbuf() 523 CPPUNIT_ASSERT( os.str() == "1234567" ); in rdbuf()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ostmit_test.cpp | 38 ostringstream os; in ostmit0() local 40 ostream_iterator<char> iter(os); in ostmit0() 42 CPPUNIT_ASSERT(os.good()); in ostmit0() 43 os << ' '; in ostmit0() 44 CPPUNIT_ASSERT(os.good()); in ostmit0() 46 ostream_iterator<int> iter2(os); in ostmit0() 48 CPPUNIT_ASSERT(os.good()); in ostmit0() 49 CPPUNIT_ASSERT(os.str() == "hello 1524"); in ostmit0()
|
D | sstream_test.cpp | 253 ostringstream os( "12345" ); in init_out() local 254 CPPUNIT_ASSERT( os.str() == "12345" ); in init_out() 256 os << 67; in init_out() 257 CPPUNIT_ASSERT( os.good() ); in init_out() 275 CPPUNIT_ASSERT( os.str() == "1234567" ); in init_out() 278 os.str( "89ab" ); in init_out() 279 CPPUNIT_ASSERT( os.str() == "89ab" ); in init_out() 281 os << 10; in init_out() 282 CPPUNIT_ASSERT( os.good() ); in init_out() 284 CPPUNIT_ASSERT( os.str() == "89ab10" ); in init_out() [all …]
|
D | locale_test.cpp | 194 ostringstream os("test") ; in _locale_init_problem() local 197 os.imbue( loc2 ); in _locale_init_problem()
|
D | slist_test.cpp | 69 ostringstream os; in slist1() local 70 ostream_iterator<char> o(os,""); in slist1() 79 os << *i; in slist1() 80 stringbuf* buff=os.rdbuf(); in slist1()
|
D | num_put_get_test.cpp | 1231 os.str(""); os << fixed << setprecision(3) << showpos << val; \ 1232 CPPUNIT_ASSERT( os.str() == expected ) 1236 ostringstream os; in custom_numpunct() local 1237 locale loc(os.getloc(), new CommaSepNumPunct()); in custom_numpunct() 1238 os.imbue(loc); in custom_numpunct()
|
D | fstream_test.cpp | 516 ostringstream os; in rdbuf() local 517 ss.get( *os.rdbuf(), '\n' ); in rdbuf() 523 CPPUNIT_ASSERT( os.str() == "1234567" ); in rdbuf()
|
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/ |
D | 0000-CROSS.patch | 180 + os=netbsd 182 + os=netbsdelf 186 + os=netbsd 205 + echo "${machine}-${os}${release}" 1668 + os=-$maybe_os 1672 + os=-linux-android 1678 + then os=`echo $1 | sed 's/.*-/-/'` 1679 + else os=; fi 1687 +case $os in 1688 + -sun*os*) [all …]
|
D | 0004-MINGW-FIXES-sysconfig-like-posix.patch | 22 - if os.name == "posix": 23 + if os.name == "posix" or sys.version.find('GCC') >= 0: 24 libpython = os.path.join(prefix, 76 vars['BINDIR'] = os.path.dirname(abspath(sys.executable))
|
D | 0001-MINGW.patch | 910 if os.name == "nt": 941 osname = os.name 956 -if os.name == 'nt': 957 +# GCC(mingw): os.name is "nt" but build system is posix 958 +if os.name == 'nt' and sys.version.find('GCC') < 0: 966 - if os.name == 'nt': 967 + # GCC(mingw): os.name is "nt" but build system is posix 968 + if os.name == 'nt' and sys.version.find('GCC') < 0: 979 if sys.executable.startswith(os.path.join(sys.exec_prefix, "bin")): 981 self.library_dirs.append(os.path.join(sys.prefix, "lib", [all …]
|
D | 0006-MINGW-static-tcltk.patch | 17 + cflags = cflags + ' ' + ('',os.environ.get('CC'))[os.environ.get('CC') != None] 18 + ldflags = ldflags + ' ' + ('',os.environ.get('LDSHARED'))[os.environ.get('LDSHARED') !…
|
D | 0002-MINGW-use-posix-getpath.patch | 108 + gcc_exe = os.environ.get('CC') or find_executable('gcc') 116 out = os.popen(gcc_exe + ' -dumpversion','r') 124 out = os.popen(ld_exe + ' -v','r') 131 + dllwrap_exe = os.environ.get('DLLWRAP') or find_executable('dllwrap') 133 out = os.popen(dllwrap_exe + ' --version','r') 454 exts.append( Extension('_msi', [os.path.join(pc_srcdir, p) 459 exts.append( Extension('_subprocess', [os.path.join(pc_srcdir, p)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | config.charset | 119 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` 121 echo "# suitable for operating system '${os}'." 125 case "$os" in
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | pt.po | 49 msgstr "'}' não quer quaisquer endereços" 53 msgstr ": não quer quaisquer endereços" 57 msgstr "comentários não aceitam quaisquer endereços" 254 " adicionar os conteúdos de 'script' aos comandos a serem " 361 "argumento não-opção é considerado como o 'script' a interpretar. Todos os\n"
|
/ndk/sources/host-tools/make-3.81/po/ |
D | gl.po | 205 "Atop�ronse os comandos do ficheiro `%s' por busca de regras impl�citas," 234 msgstr "Borrando os ficheiros intermedios...\n" 859 " -t, --touch Toca-los obxectivos no canto de os refacer.\n" 944 msgstr "find_and_set_shell busca de cami�os estabrece default_shell = %s\n" 1015 msgstr "Actualizando os ficheiros de make....\n" 1064 msgstr "Actualizando os obxectivos meta....\n" 1255 msgstr "Lendo os ficheiros de make...\n" 1304 msgstr "os comandos comezan antes do primeiro obxectivo" 1393 msgstr "aviso: ignorando os comandos do obxectivo `%s'" 1398 msgstr "aviso: ign�ranse os comandos antigos do obxectivo `%s'" [all …]
|
D | pt_BR.po | 638 msgstr "n�o p�de for�ar os limites de carga neste sistema operacional" 710 " -B, --always-make Processa todos os alvos incondicionalmente.\n" 737 " Assume os valores das vari�veis de ambiente.\n" 753 msgstr " -i, --ignore-errors Ignora os erros dos comandos.\n" 803 "os.\n" 825 " -q, --question N�o executa os comandos; O c�digo de saida " 840 msgstr " -s, --silent, --quiet N�o ecoa os comandos.\n" 1005 msgstr "Atualizando os arquivos makefiles ...\n" 1054 msgstr "Atualizando os objetivos finais...\n" 1086 msgstr "Informe os problemas para <bug-make@gnu.org>.\n" [all …]
|
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 412 const char *os = is; in qstring() local 421 SYNTAX( "newline in string %.20s...", os ); in qstring()
|