/ndk/tests/device/test-stlport/unit/ |
D | sstream_test.cpp | 289 stringstream ss; in buf() local 291 ss << "1234567\n89\n"; in buf() 294 ss.get( buf, 10 ); in buf() 295 CPPUNIT_ASSERT( !ss.fail() ); in buf() 305 ss.get(c); in buf() 306 CPPUNIT_ASSERT( !ss.fail() ); in buf() 308 ss.get(c); in buf() 309 CPPUNIT_ASSERT( !ss.fail() ); in buf() 315 stringstream ss; in rdbuf() local 317 ss << "1234567\n89\n"; in rdbuf() [all …]
|
D | fstream_test.cpp | 364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf() local 366 ss << "1234567\n89\n"; in buf() 367 ss.seekg( 0, ios_base::beg ); in buf() 370 ss.get( buf, 10 ); in buf() 371 CPPUNIT_ASSERT( !ss.fail() ); in buf() 381 ss.get(c); in buf() 382 CPPUNIT_ASSERT( !ss.fail() ); in buf() 384 ss.get(c); in buf() 385 CPPUNIT_ASSERT( !ss.fail() ); in buf() 511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in rdbuf() local [all …]
|
D | string_test.cpp | 900 size_t ss = teststr.size(); in short_string_optim_bug_helper() local 901 return (ss == 8); in short_string_optim_bug_helper()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | sstream_test.cpp | 289 stringstream ss; in buf() local 291 ss << "1234567\n89\n"; in buf() 294 ss.get( buf, 10 ); in buf() 295 CPPUNIT_ASSERT( !ss.fail() ); in buf() 305 ss.get(c); in buf() 306 CPPUNIT_ASSERT( !ss.fail() ); in buf() 308 ss.get(c); in buf() 309 CPPUNIT_ASSERT( !ss.fail() ); in buf() 315 stringstream ss; in rdbuf() local 317 ss << "1234567\n89\n"; in rdbuf() [all …]
|
D | fstream_test.cpp | 364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf() local 366 ss << "1234567\n89\n"; in buf() 367 ss.seekg( 0, ios_base::beg ); in buf() 370 ss.get( buf, 10 ); in buf() 371 CPPUNIT_ASSERT( !ss.fail() ); in buf() 381 ss.get(c); in buf() 382 CPPUNIT_ASSERT( !ss.fail() ); in buf() 384 ss.get(c); in buf() 385 CPPUNIT_ASSERT( !ss.fail() ); in buf() 511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in rdbuf() local [all …]
|
D | string_test.cpp | 900 size_t ss = teststr.size(); in short_string_optim_bug_helper() local 901 return (ss == 8); in short_string_optim_bug_helper()
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 294 sopno ss; /* start sop of current subRE */ in dissect() local 308 for (ss = startst; ss < stopst; ss = es) { in dissect() 310 es = ss; in dissect() 324 switch (OP(m->g->strip[ss])) { in dissect() 349 rest = slow(m, sp, stp, ss, es); in dissect() 359 ssub = ss + 1; in dissect() 374 rest = slow(m, sp, stp, ss, es); in dissect() 384 ssub = ss + 1; in dissect() 411 rest = slow(m, sp, stp, ss, es); in dissect() 421 ssub = ss + 1; in dissect() [all …]
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_defs.h | 117 is_in_section(const void* rp, size_t rsize, const void* ss, size_t ssize) { in is_in_section() argument 120 return rp >= ss && ss != NULL && (diff_ptr(ss, rend) <= ssize) && rend >= rp; in is_in_section()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | alloca.c | 249 long ss[0200]; /* 0200 overflow words. */ member
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 261 long ss[0200]; /* 0200 overflow words. */ member
|
/ndk/sources/host-tools/make-3.81/po/ |
D | fi.po | 25 msgstr "arkistojäsenten kosketus ei ole mahdollista VMS:ssä" 637 msgstr "kuormarajoja ei voi ottaa käyttöön tässä käyttöjärjestelmässä" 870 " --no-print-directory Kumoa -w, vaikka se olisi käytössä " 1380 msgstr "kohde \"%s\" annettu yli yhden kerran samassa säännössä." 1534 msgstr "Tuotetaan \"%s\", koska --always-make -valitsin on käytössä.\n"
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | fi.po | 487 msgstr "Virheellinen sisältö \\{\\}:ssä"
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 645 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. 1977 \def\sfshape{ss} 1978 \def\sfbshape{ss} 4229 \definedummyword\ss 4388 \def\ss{ss}% 8203 \gdef^^df{\ss} 8323 \gdef^^df{\ss} 8529 \DeclareUnicodeCharacter{00DF}{\ss}
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 585 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. 1518 \def\sfshape{ss} 1519 \def\sfbshape{ss} 3289 \definedummyword\ss 3431 \def\ss{ss}%
|