/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_obj.h | 36 struct gl_texture_object base; member in struct:intel_texture_object 38 /* This is a mirror of base._MaxLevel, updated at validate time, 39 * except that we don't bother with the non-base levels for 61 struct swrast_texture_image base; member in struct:intel_texture_image 64 * Else if intelImage->base.Buffer != NULL, image is stored there.
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_queryobj.h | 40 struct gl_query_object base; member in struct:st_query_object
|
/external/openssh/openbsd-compat/ |
inet_aton.c | 91 int base, n; local 105 val = 0; base = 10; 109 base = 16, c = *++cp; 111 base = 8; 115 val = (val * base) + (c - '0'); 117 } else if (base == 16 && isascii(c) && isxdigit(c)) {
|
/external/valgrind/main/none/tests/ppc32/ |
mftocrf.c | 8 int base = 0x31415927; local 14 : /*w*/ : /*r*/ "b"(base) : /*trash*/"cc" );
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
NullFilter.java | 18 package android.filterpacks.base;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
ctor_alloc.pass.cpp | 24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test 25 typedef typename base::container_type container_type; 26 typedef typename base::value_compare value_compare; 28 explicit test(const test_allocator<int>& a) : base(a) {} 30 : base(comp, c, a) {} 32 const test_allocator<int>& a) : base(comp, c, a) {} 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} 40 using base::c;
|
ctor_comp_alloc.pass.cpp | 24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test 25 typedef typename base::container_type container_type; 26 typedef typename base::value_compare value_compare; 28 explicit test(const test_allocator<int>& a) : base(a) {} 30 : base(comp, a) {} 32 const test_allocator<int>& a) : base(comp, c, a) {} 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} 40 using base::c;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 35 typedef std::binder1st<test_func> base; typedef in class:test
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/ |
binder2nd.pass.cpp | 35 typedef std::binder2nd<test_func> base; typedef in class:test
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/ |
get_money.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 33 base::setg(const_cast<CharT*>(str_.data()),
|
get_time.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 33 base::setg(const_cast<CharT*>(str_.data()),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
member_swap.pass.cpp | 31 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream 32 test_iostream(testbuf<CharT>* sb) : base(sb) {} 34 void swap(test_iostream& s) {base::swap(s);}
|
move_assign.pass.cpp | 33 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream 34 test_iostream(testbuf<CharT>* sb) : base(sb) {} 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/ |
member_swap.pass.cpp | 31 typedef std::basic_istream<CharT> base; typedef in struct:test_istream 32 test_istream(testbuf<CharT>* sb) : base(sb) {} 34 void swap(test_istream& s) {base::swap(s);}
|
move_assign.pass.cpp | 33 typedef std::basic_istream<CharT> base; typedef in struct:test_istream 34 test_istream(testbuf<CharT>* sb) : base(sb) {} 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
member_swap.pass.cpp | 31 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream 32 test_ostream(testbuf<CharT>* sb) : base(sb) {} 34 void swap(test_ostream& s) {base::swap(s);}
|
move_assign.pass.cpp | 33 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
seekp.pass.cpp | 26 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 31 typename base::pos_type 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which)
|
seekp2.pass.cpp | 26 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 31 typename base::pos_type 32 seekoff(typename base::off_type off, std::ios_base::seekdir way,
|
tellp.pass.cpp | 26 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 31 typename base::pos_type 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
setg.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:test 30 base::setg(gbeg, gnext, gend); 31 assert(base::eback() == gbeg); 32 assert(base::gptr() == gnext); 33 assert(base::egptr() == gend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
setp.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:test 30 base::setp(pbeg, pend); 31 assert(base::pbase() == pbeg); 32 assert(base::pptr() == pbeg); 33 assert(base::epptr() == pend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
xsgetn.pass.cpp | 23 typedef std::basic_streambuf<char> base; typedef in struct:test 29 base::setg(gbeg, gnext, gend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
xsputn.pass.cpp | 23 typedef std::basic_streambuf<char> base; typedef in struct:test 29 base::setp(pbeg, pend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
overflow.pass.cpp | 26 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf 29 : base(str, which) {} 31 typename base::int_type 32 overflow(typename base::int_type c = base::type_traits::eof()) 33 {++overflow_called; return base::overflow(c);} 35 void pbump(int n) {base::pbump(n);}
|