/ndk/sources/cxx-stl/gabi++/src/ |
D | new.cc | 97 void* space; in operator new() local 99 space = malloc(size); in operator new() 100 if (space) { in operator new() 101 return space; in operator new() 108 } while (space == 0); in operator new()
|
/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()
|
/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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
D | lookup_classname.pass.cpp | 48 test("s", std::ctype_base::space); in main() 49 test("S", std::ctype_base::space); in main() 50 test("s", std::ctype_base::space, true); in main() 51 test("S", std::ctype_base::space, true); in main() 103 test("space", std::ctype_base::space); in main() 104 test("SPACE", std::ctype_base::space); in main() 105 test("space", std::ctype_base::space, true); in main() 106 test("Space", std::ctype_base::space, true); in main() 136 test(L"s", std::ctype_base::space); in main() 137 test(L"S", std::ctype_base::space); in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | is_many.pass.cpp | 38 assert(!(m[0] & F::space)); in main() 52 assert( (m[1] & F::space)); in main() 66 assert(!(m[2] & F::space)); in main() 80 assert(!(m[3] & F::space)); in main() 94 assert(!(m[4] & F::space)); in main() 108 assert(!(m[5] & F::space)); in main() 122 assert(!(m[6] & F::space)); in main() 147 assert(!(m[0] & F::space)); in main() 161 assert( (m[1] & F::space)); in main() 175 assert(!(m[2] & F::space)); in main() [all …]
|
D | is_1.pass.cpp | 30 assert(f.is(F::space, L' ')); in main() 31 assert(!f.is(F::space, L'A')); in main() 73 assert(f.is(F::space, L' ')); in main() 74 assert(!f.is(F::space, L'A')); in main()
|
/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/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/tests/device/test-stlport_static-exception/jni/ |
D | new6.cpp | 9 int space = 0xdeadbeef; variable 14 return &space; in operator new()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new6.cpp | 9 int space = 0xdeadbeef; variable 14 return &space; in operator new()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
D | is_many.pass.cpp | 35 assert( (m[0] & F::space)); in main() 49 assert(!(m[1] & F::space)); in main() 63 assert(!(m[2] & F::space)); in main() 77 assert(!(m[3] & F::space)); in main() 91 assert(!(m[4] & F::space)); in main() 105 assert(!(m[5] & F::space)); in main()
|
D | is_1.pass.cpp | 26 assert(f.is(F::space, ' ')); in main() 27 assert(!f.is(F::space, 'A')); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
D | is_many.pass.cpp | 35 assert( (m[0] & F::space)); in main() 49 assert(!(m[1] & F::space)); in main() 63 assert(!(m[2] & F::space)); in main() 77 assert(!(m[3] & F::space)); in main() 91 assert(!(m[4] & F::space)); in main() 105 assert(!(m[5] & F::space)); in main()
|
/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/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/cxx-stl/llvm-libc++/libcxx/src/ |
D | memory.cpp | 205 align(size_t alignment, size_t size, void*& ptr, size_t& space) in align() argument 208 if (size <= space) in align() 213 if (d <= space - size) in align() 217 space -= d; in align()
|
/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/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/ |
D | ctype_base.pass.cpp | 44 assert(std::ctype_base::space); in main() 54 ( std::ctype_base::space in main() 66 test(std::ctype_base::space); in main()
|
/ndk/build/core/ |
D | definitions-utils.mk | 34 space := $(empty) $(empty) 36 space4 := $(space)$(space)$(space)$(space) 201 $(eval __lj_temp := $(subst $(space),x,$1))\
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | dollar.sed | 1 $s/^/space /
|