Home
last modified time | relevance | path

Searched defs:base (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dbasename.c34 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); in last_component() local
76 char const *base = last_component (name); in base_name() local
Dstripslash.c32 char *base = last_component (file); in strip_trailing_slashes() local
Dlocalcharset.c124 const char *base = "charset.alias"; in get_charset_aliases() local
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp318 void* base; in _M_mmap() local
336 void _Filebuf_base::_M_unmap(void* base, streamoff len) in _M_unmap()
Dfstream_win32io.cpp585 void* base; in _M_mmap() local
618 void _Filebuf_base::_M_unmap(void* base, streamoff len) { in _M_unmap()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iterator_old.h84 _BidirectionalIterator base() const { return current; } in base() function
180 _RandomAccessIterator base() const { return __current; } in base() function
D_iterator.h74 iterator_type base() const { return current; } in base() function
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument
622 #define CHECK(type, val, base, expected) \ argument
Dcodecvt_test.cpp56 typedef codecvt<char,char,mbstate_t> base; typedef
149 typedef codecvt<char,char,mbstate_t> base; typedef
Duninitialized_test.cpp81 struct base {}; struct
Dtype_traits_test.cpp130 struct base struct
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument
622 #define CHECK(type, val, base, expected) \ argument
Dcodecvt_test.cpp56 typedef codecvt<char,char,mbstate_t> base; typedef
149 typedef codecvt<char,char,mbstate_t> base; typedef
Duninitialized_test.cpp81 struct base {}; struct
Dtype_traits_test.cpp130 struct base struct
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c63 const unsigned char *base; member
305 convert_number(result, buf, bufend, base, maxdigits, default_char) in convert_number() argument
777 char *base; local
Dutils.c196 ck_mkstemp (p_filename, tmpdir, base) in ck_mkstemp() argument