/ndk/tests/device/test-gnustl-full/unit/ |
D | string_test.cpp | 953 string space(1, ' '); in template_expression() local 1003 CPPUNIT_CHECK( (one + space) == "one " ); in template_expression() 1006 CPPUNIT_CHECK( ((one + space) + "two") == "one two" ); in template_expression() 1007 CPPUNIT_CHECK( ("one" + (space + two)) == "one two" ); in template_expression() 1008 CPPUNIT_CHECK( ((one + space) + two) == "one two" ); in template_expression() 1009 CPPUNIT_CHECK( (one + (space + two)) == "one two" ); in template_expression() 1010 CPPUNIT_CHECK( ((one + space) + 't') == "one t" ); in template_expression() 1011 CPPUNIT_CHECK( ('o' + (space + two)) == "o two" ); in template_expression() 1014 CPPUNIT_CHECK( ((one + space) + (two + space)) == "one two " ); in template_expression() 1019 result = one + space + two; in template_expression() [all …]
|
D | ctype_facets_test.cpp | 37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') ); in _ctype_facet() 38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') ); in _ctype_facet() 62 CPPUNIT_ASSERT( (res[2] & ctype_base::space) == 0 ); in _ctype_facet() 65 CPPUNIT_ASSERT( (res[3] & ctype_base::space) != 0 ); in _ctype_facet() 181 CPPUNIT_CHECK( wct.is(ctype_base::space, L' ') ); in _ctype_facet_w() 182 CPPUNIT_CHECK( !wct.is(ctype_base::space, L'2') ); in _ctype_facet_w() 206 CPPUNIT_CHECK( (res[2] & ctype_base::space) == 0 ); in _ctype_facet_w() 209 CPPUNIT_CHECK( (res[3] & ctype_base::space) != 0 ); in _ctype_facet_w() 445 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::space, c) == cfacet.is(ctype_base::space, c)); in ctype_by_name()
|
D | money_facets_test.cpp | 119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space || in _money_put_get2() 153 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ) { in _money_put_get2() 213 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space || in _money_put_get2() 235 dom_fmp.neg_format().field[fieldIndex] == money_base::space) { in _money_put_get2() 317 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space || in _money_put_X_bug() 334 dom_fmp.neg_format().field[fieldIndex] == money_base::space) { in _money_put_X_bug() 379 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space || in _money_put_X_bug() 399 dom_fmp.neg_format().field[fieldIndex] == money_base::space) { in _money_put_X_bug()
|
/ndk/tests/device/test-stlport/unit/ |
D | string_test.cpp | 953 string space(1, ' '); in template_expression() local 1003 CPPUNIT_CHECK( (one + space) == "one " ); in template_expression() 1006 CPPUNIT_CHECK( ((one + space) + "two") == "one two" ); in template_expression() 1007 CPPUNIT_CHECK( ("one" + (space + two)) == "one two" ); in template_expression() 1008 CPPUNIT_CHECK( ((one + space) + two) == "one two" ); in template_expression() 1009 CPPUNIT_CHECK( (one + (space + two)) == "one two" ); in template_expression() 1010 CPPUNIT_CHECK( ((one + space) + 't') == "one t" ); in template_expression() 1011 CPPUNIT_CHECK( ('o' + (space + two)) == "o two" ); in template_expression() 1014 CPPUNIT_CHECK( ((one + space) + (two + space)) == "one two " ); in template_expression() 1019 result = one + space + two; in template_expression() [all …]
|
D | ctype_facets_test.cpp | 37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') ); in _ctype_facet() 38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') ); in _ctype_facet() 62 CPPUNIT_ASSERT( (res[2] & ctype_base::space) == 0 ); in _ctype_facet() 65 CPPUNIT_ASSERT( (res[3] & ctype_base::space) != 0 ); in _ctype_facet() 181 CPPUNIT_CHECK( wct.is(ctype_base::space, L' ') ); in _ctype_facet_w() 182 CPPUNIT_CHECK( !wct.is(ctype_base::space, L'2') ); in _ctype_facet_w() 206 CPPUNIT_CHECK( (res[2] & ctype_base::space) == 0 ); in _ctype_facet_w() 209 CPPUNIT_CHECK( (res[3] & ctype_base::space) != 0 ); in _ctype_facet_w() 445 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::space, c) == cfacet.is(ctype_base::space, c)); in ctype_by_name()
|
D | money_facets_test.cpp | 119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space || in _money_put_get2() 153 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ) { in _money_put_get2() 213 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space || in _money_put_get2() 235 dom_fmp.neg_format().field[fieldIndex] == money_base::space) { in _money_put_get2() 317 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space || in _money_put_X_bug() 334 dom_fmp.neg_format().field[fieldIndex] == money_base::space) { in _money_put_X_bug() 379 if (dom_fmp.neg_format().field[fieldIndex] == money_base::space || in _money_put_X_bug() 399 dom_fmp.neg_format().field[fieldIndex] == money_base::space) { in _money_put_X_bug()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | fmt.c | 123 short space; /* the size of the following space */ member 151 static void put_space P_ ((int space)); 332 word_limit->space = in_column - start; in get_line() 335 && (c == '\n' || word_limit->space > 1))); in get_line() 337 word_limit->space = word_limit->final ? 2 : 1; in get_line() 469 len += (w - 1)->space + w->length; /* w > start >= words */ in fmt_paragraph() 559 put_space (w->space); in put_line() 583 put_space (int space) in put_space() argument 585 out_column += space; in put_space() 586 while (space--) in put_space()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | remove-potcdate.sin | 5 # pattern is achieved by looking at the hold space. 8 # Test if the hold space is empty. 16 # The hold space was nonempty. Following occurrences. Do nothing.
|
D | insert-header.sin | 6 # occurrences is achieved by looking at the hold space. 9 # Test if the hold space is empty. 20 # The hold space was nonempty. Following occurrences. Do nothing.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | remove-potcdate.sin | 5 # pattern is achieved by looking at the hold space. 8 # Test if the hold space is empty. 16 # The hold space was nonempty. Following occurrences. Do nothing.
|
D | insert-header.sin | 6 # occurrences is achieved by looking at the hold space. 9 # Test if the hold space is empty. 20 # The hold space was nonempty. Following occurrences. Do nothing.
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 111 #define STATEVARS long vn; char *space 112 #define STATESETUP(m, nv) { (m)->space = (char*)malloc((nv)*(m)->g->nstates); \ 113 if ((m)->space == NULL) return(REG_ESPACE); \ 115 #define STATETEARDOWN(m) { free((m)->space); } 116 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | strip | 3 the ability of make to strip white space from lists of object.\n"; 6 $details = "The make file is built with a list of objects that contain white space 37 space: ; @echo '$(strip ) $(strip )' 53 &run_make_with_options($makefile,"space",&get_logfile);
|
D | foreach | 7 This function starts with a space separated list of 19 run_make_test("space = ' '".' 21 auto_var = udef space CC null FOOFOO MAKE foo CFLAGS WHITE @ < 25 for_var = $(addsuffix .c,foo $(null) $(foo) $(space) $(av) )
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 146 By default, `sed' prints out the pattern space at the end of each 302 `sed' maintains two data buffers: the active _pattern_ space, and the 303 auxiliary _hold_ space. Both are initially empty. 307 trailing newline, and places it in the pattern space. Then commands 313 use, the contents of pattern space are printed out to the output 317 Unless special commands (like `D') are used, the pattern space is 318 deleted between two cycles. The hold space, on the other hand, keeps 505 Matches the null string at beginning of the pattern space, i.e. 507 the pattern space. 509 In most scripts, pattern space is initialized to the content of [all …]
|
D | sed-in.texi | 212 By default, @command{sed} prints out the pattern space 421 @cindex Pattern space, definition 422 @cindex Hold space, definition 423 @command{sed} maintains two data buffers: the active @emph{pattern} space, 424 and the auxiliary @emph{hold} space. Both are initially empty. 428 stream, removes any trailing newline, and places it in the pattern space. 435 is in use, the contents of pattern space are printed out to the output 444 Unless special commands (like @samp{D}) are used, the pattern space is 445 deleted between two cycles. The hold space, on the other hand, keeps 719 Matches the null string at beginning of the pattern space, i.e. what [all …]
|
D | sed.texi | 213 By default, @command{sed} prints out the pattern space 422 @cindex Pattern space, definition 423 @cindex Hold space, definition 424 @command{sed} maintains two data buffers: the active @emph{pattern} space, 425 and the auxiliary @emph{hold} space. Both are initially empty. 429 stream, removes any trailing newline, and places it in the pattern space. 436 is in use, the contents of pattern space are printed out to the output 445 Unless special commands (like @samp{D}) are used, the pattern space is 446 deleted between two cycles. The hold space, on the other hand, keeps 720 Matches the null string at beginning of the pattern space, i.e. what [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | facets_byname.cpp | 133 _Locale_mask_t all_bits = _Locale_mask_t(ctype_base::space | in do_is() 525 pos_format.field[2] = (char) money_base::space; in _Init_monetary_formats() 537 pos_format.field[2] = (char) money_base::space; in _Init_monetary_formats() 552 pos_format.field[1] = (char) money_base::space; in _Init_monetary_formats() 566 pos_format.field[1] = (char) money_base::space; in _Init_monetary_formats() 584 pos_format.field[2] = (char) money_base::space; in _Init_monetary_formats() 611 pos_format.field[1] = (char) money_base::space; in _Init_monetary_formats() 639 neg_format.field[2] = (char) money_base::space; in _Init_monetary_formats() 651 neg_format.field[2] = (char) money_base::space; in _Init_monetary_formats() 666 neg_format.field[1] = (char) money_base::space; in _Init_monetary_formats() [all …]
|
D | ctype.cpp | 55 ctype_base::mask(space | cntrl) /* tab */, in classic_table() 56 ctype_base::mask(space | cntrl) /* LF */, in classic_table() 57 ctype_base::mask(space | cntrl) /* ^K */, in classic_table() 58 ctype_base::mask(space | cntrl) /* FF */, in classic_table() 59 ctype_base::mask(space | cntrl) /* ^M */, in classic_table() 78 ctype_base::mask(space | print) /* */, in classic_table()
|
/ndk/toolchains/x86-4.4.3/ |
D | setup.mk | 61 $(call set-src-files-text,$(LOCAL_SRC_FILES),x86$(space)$(space)) \
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | Makefile.am | 17 SEDTESTS += space 64 space.good space.inp space.sed \
|
D | dollar.sed | 1 $s/^/space /
|
/ndk/toolchains/mipsel-linux-android-4.4.3/ |
D | setup.mk | 75 $(call set-src-files-text,$(__debug_sources),mips$(space)) \ 76 $(call set-src-files-text,$(__release_sources),mips$(space)) \
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.c | 155 case money_base::space: in __money_do_get() 156 if (!__c_type.is(ctype_base::space, *__s)) { in __money_do_get() 162 while (__s != __end && __c_type.is(ctype_base::space, *__s)) in __money_do_get() 437 if ((__format.field[1] == (char) money_base::space) || in __money_do_put() 438 (__format.field[2] == (char) money_base::space)) in __money_do_put() 455 case money_base::space: in __money_do_put()
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
D | setup.mk | 110 $(call set-src-files-text,$(__arm_sources),arm$(space)$(space)) \
|