Home
last modified time | relevance | path

Searched refs:beg (Results 1 – 25 of 43) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
Dio.hpp40 char_type const* const beg = reinterpret_cast<char_type const* const>( str.begin() ); in operator <<() local
42 os << std::basic_string<char_type>( beg, end - beg ); in operator <<()
53 CharT1 const* const beg = reinterpret_cast<CharT1 const*>( str.begin() ); // !!
55 os << std::basic_string<CharT1,Tr>( beg, end - beg );
/ndk/sources/host-tools/make-3.81/
Dexpand.c246 register char *beg = p + 1; in variable_expand_string() local
263 end = strchr (beg, closeparen); in variable_expand_string()
267 p1 = lindex (beg, end, '$'); in variable_expand_string()
273 for (p = beg; *p != '\0'; ++p) in variable_expand_string()
285 beg = expand_argument (beg, p); /* Expand the name. */ in variable_expand_string()
287 end = strchr (beg, '\0'); in variable_expand_string()
300 colon = lindex (beg, end, ':'); in variable_expand_string()
320 v = lookup_variable (beg, colon - beg); in variable_expand_string()
322 warn_undefined (beg, colon - beg); in variable_expand_string()
376 o = reference_variable (o, beg, end - beg); in variable_expand_string()
[all …]
Dfunction.c738 const char *beg = s; in check_numeric() local
745 if (s <= end || end - beg < 0) in check_numeric()
746 fatal (*expanding_var, "%s: '%s'", message, beg); in check_numeric()
2129 char *beg; in handle_function() local
2136 beg = *stringp + 1; in handle_function()
2138 entry_p = lookup_function (beg); in handle_function()
2146 beg = next_token (beg + entry_p->len); in handle_function()
2153 for (nargs=1, end=beg; *end != '\0'; ++end) in handle_function()
2181 int len = end - beg; in handle_function()
2184 memcpy (p, beg, len); in handle_function()
[all …]
Dread.c873 const char *end, *beg; /* Helpers for whitespace stripping. */ in eval() local
1165 beg = p2; in eval()
1166 end = beg + strlen (beg) - 1; in eval()
1167 strip_whitespace (&beg, &end); in eval()
1169 if (beg <= end && *beg != '\0') in eval()
1173 deps->name = savestring (beg, end - beg + 1); in eval()
2667 char *p = buffer, *beg; in get_next_mword() local
2674 beg = p; in get_next_mword()
2752 if (!(p - beg >= 2 in get_next_mword()
2754 && (p - beg == 2 || p[-3] == '('))) in get_next_mword()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
Dseekp2.pass.cpp36 assert(way == std::ios_base::beg); in seekoff()
46 assert(&os.seekp(5, std::ios_base::beg) == &os); in main()
52 assert(&os.seekp(10, std::ios_base::beg) == &os); in main()
55 assert(&os.seekp(-1, std::ios_base::beg) == &os); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Dseekoff.pass.cpp25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1); in main()
28 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in | std::ios_base::out) == -1); in main()
31 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); in main()
40 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == -1); in main()
43 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out | std::ios_base::in) == -1); in main()
46 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == 3); in main()
58 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); in main()
64 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out | std::ios_base::in) == 3); in main()
73 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == 3); in main()
85 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Dseekoff.pass.cpp25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1); in main()
28 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in | std::ios_base::out) == -1); in main()
31 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); in main()
41 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); in main()
44 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out | std::ios_base::in) == 3); in main()
47 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == 3); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
Dseekdir.pass.cpp23 assert(std::ios_base::beg != std::ios_base::cur); in main()
24 assert(std::ios_base::beg != std::ios_base::end); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
Dpubseekoff.pass.cpp32 assert(t.pubseekoff(0, std::ios_base::beg) == -1); in main()
33 assert(t.pubseekoff(0, std::ios_base::beg, std::ios_base::app) == -1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
Dmember_swap.pass.cpp30 f.pubseekoff(1, std::ios_base::beg); in main()
45 f.pubseekoff(1, std::ios_base::beg); in main()
Dmove_assign.pass.cpp31 f.pubseekoff(1, std::ios_base::beg); in main()
46 f.pubseekoff(1, std::ios_base::beg); in main()
Dnonmember_swap.pass.cpp32 f.pubseekoff(1, std::ios_base::beg); in main()
47 f.pubseekoff(1, std::ios_base::beg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
Dmove.pass.cpp31 f.pubseekoff(1, std::ios_base::beg); in main()
45 f.pubseekoff(1, std::ios_base::beg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dseekg_off.pass.cpp60 is.seekg(-1, std::ios_base::beg); in main()
70 is.seekg(-1, std::ios_base::beg); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h33 State(char *beg, char *end) in State()
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0), in State()
68 StackAllocator(char *beg, char *end) in StackAllocator()
69 : m_state(beg, end) {} in StackAllocator()
Dsstream_test.cpp391 s.seekg( 6, ios::beg ); in seek()
398 is.seekg( 6, ios::beg ); in seek()
414 s.seekp( 0, ios::beg ); in seekp()
431 ss.seekg( 0, ios::beg ); in seek_gp()
Dfstream_test.cpp182 f.seekg( 0, ios_base::beg ); in io()
218 f.seekg( 0, ios_base::beg ); in err()
272 is.seekg( p, ios_base::beg ); in tellg()
368 ss.seekg( 0, ios_base::beg ); in buf()
495 off = s.rdbuf()->pubseekoff(0, ios_base::beg); in seek()
515 ss.seekg( 0, ios_base::beg ); in rdbuf()
911 f.seekg( 0, ios_base::beg ); in null_buf()
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h33 State(char *beg, char *end) in State()
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0), in State()
68 StackAllocator(char *beg, char *end) in StackAllocator()
69 : m_state(beg, end) {} in StackAllocator()
Dsstream_test.cpp391 s.seekg( 6, ios::beg ); in seek()
398 is.seekg( 6, ios::beg ); in seek()
414 s.seekp( 0, ios::beg ); in seekp()
431 ss.seekg( 0, ios::beg ); in seek_gp()
Dfstream_test.cpp182 f.seekg( 0, ios_base::beg ); in io()
218 f.seekg( 0, ios_base::beg ); in err()
272 is.seekg( p, ios_base::beg ); in tellg()
368 ss.seekg( 0, ios_base::beg ); in buf()
495 off = s.rdbuf()->pubseekoff(0, ios_base::beg); in seek()
515 ss.seekg( 0, ios_base::beg ); in rdbuf()
911 f.seekg( 0, ios_base::beg ); in null_buf()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp37 f.pubseekoff(0, std::ios_base::beg); in main()
58 f.pubseekoff(0, std::ios_base::beg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/
Dmove2.pass.cpp33 vecis[n].seekg(0, std::ios_base::beg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dasan_testing.h17 ( const void *beg, const void *mid, const void *end );
/ndk/sources/cxx-stl/stlport/src/
Dnum_put.cpp128 char* beg = __write_integer_backward(bufend, flags, x); in __write_integer() local
129 return copy(beg, bufend, buf); in __write_integer()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dseekoff.pass.cpp50 f.pubseekoff(0, std::ios_base::beg); in main()

12