/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unistd.in.h | 147 # define close(f) \ argument 200 # define euidaccess(f,m) \ argument 225 # define fchdir(f) \ argument 259 # define ftruncate(f,l) \ argument 480 # define lchown(f,u,g) \ argument 515 # define lseek(f,o,w) \ argument 534 # define readlink(f,b,s) \ argument
|
/ndk/tests/device/test-stlport/unit/ |
D | resolve_name.cpp | 8 bool f() in f() function
|
D | fstream_test.cpp | 98 ofstream f( "test_file.txt" ); in output() local 126 ifstream f( "test_file.txt" ); in input() local 175 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in io() local 210 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in err() local 348 FILE* f = fopen( "test_file.txt", "a" ); in tellp() local 893 fstream f( "test.txt", ios_base::in | ios_base::out | ios_base::trunc ); in null_buf() local
|
D | multiset_test.cpp | 107 fn_type f(less_than); in mset5() local
|
D | bind_test.cpp | 124 void f( int n ) const { in f() function in A
|
D | allocator_test.cpp | 141 void* f(void* pdatas) { in f() function
|
D | num_put_get_test.cpp | 1145 double f; in fix_float_long() local 1191 double f; in fix_float_long() local
|
D | mfunptr_test.cpp | 185 bool f( int _v ) const { return (v == _v); } in f() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | resolve_name.cpp | 8 bool f() in f() function
|
D | fstream_test.cpp | 98 ofstream f( "test_file.txt" ); in output() local 126 ifstream f( "test_file.txt" ); in input() local 175 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in io() local 210 …basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base… in err() local 348 FILE* f = fopen( "test_file.txt", "a" ); in tellp() local 893 fstream f( "test.txt", ios_base::in | ios_base::out | ios_base::trunc ); in null_buf() local
|
D | multiset_test.cpp | 107 fn_type f(less_than); in mset5() local
|
D | bind_test.cpp | 124 void f( int n ) const { in f() function in A
|
D | allocator_test.cpp | 141 void* f(void* pdatas) { in f() function
|
D | num_put_get_test.cpp | 1145 double f; in fix_float_long() local 1191 double f; in fix_float_long() local
|
D | sstream_test.cpp | 244 float f; in init_in() local
|
D | mfunptr_test.cpp | 185 bool f( int _v ) const { return (v == _v); } in f() function
|
/ndk/sources/cxx-stl/stlport/src/ |
D | iostream.cpp | 158 static int _Stl_extract_open_param(FILE* f) in _Stl_extract_open_param() 180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) { in _Stl_create_wfilebuf()
|
D | locale.cpp | 127 void locale::_M_insert(facet* f, locale::id& n) { in _M_insert() 382 locale::facet* f = (n._M_index < _M_impl->size() ? _M_impl->facets_vec[n._M_index] : 0); in _M_use_facet() local
|
D | locale_impl.cpp | 36 locale::facet * _STLP_CALL _get_facet(locale::facet *f) in _get_facet() 43 void _STLP_CALL _release_facet(locale::facet *&f) in _release_facet() 126 locale::facet* _Locale_impl::insert(locale::facet *f, const locale::id& n) { in insert()
|
D | cxa.c | 172 struct exit_function *f; in __cxa_finalize() local
|
D | ios.cpp | 199 event_callback f = _M_callbacks[i-1].first; in _M_invoke_callbacks() local
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-pcre.c | 41 FILE *f; in main() local
|
D | tst-boost.c | 84 FILE *f; in main() local
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_defs.h | 74 #define ELFF_FIELD_OFFSET(T, f) ((size_t)(size_t*)&(((T *)0)->f)) argument
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 144 # define GOODFLAGS(f) (f) in regexec() argument 146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec() argument
|