Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 35) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dconfig.sub127 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/
Dconfig.sub126 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 …]
Dconfig.guess176 os=netbsd
178 os=netbsdelf
182 os=netbsd
201 echo "${machine}-${os}${release}"
/ndk/tests/device/test-stlport/unit/
Dostmit_test.cpp38 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()
Dsstream_test.cpp253 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 …]
Dlocale_test.cpp194 ostringstream os("test") ; in _locale_init_problem() local
197 os.imbue( loc2 ); in _locale_init_problem()
Dslist_test.cpp69 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()
Dnum_put_get_test.cpp1231 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()
Dfstream_test.cpp516 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/
Dostmit_test.cpp38 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()
Dsstream_test.cpp253 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 …]
Dlocale_test.cpp194 ostringstream os("test") ; in _locale_init_problem() local
197 os.imbue( loc2 ); in _locale_init_problem()
Dslist_test.cpp69 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()
Dnum_put_get_test.cpp1231 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()
Dfstream_test.cpp516 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/
D0000-CROSS.patch180 + 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 …]
D0004-MINGW-FIXES-sysconfig-like-posix.patch22 - 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))
D0001-MINGW.patch910 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 …]
D0006-MINGW-static-tcltk.patch17 + cflags = cflags + ' ' + ('',os.environ.get('CC'))[os.environ.get('CC') != None]
18 + ldflags = ldflags + ' ' + ('',os.environ.get('LDSHARED'))[os.environ.get('LDSHARED') !…
D0002-MINGW-use-posix-getpath.patch108 + 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/
Dconfig.charset119 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/
Dpt.po49 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/
Dgl.po205 "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 …]
Dpt_BR.po638 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/
Dtran.c412 const char *os = is; in qstring() local
421 SYNTAX( "newline in string %.20s...", os ); in qstring()

12