HomeSort by relevance Sort by last modified time
    Searched refs:gslice (Results 1 - 21 of 21) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
gslice.h 1 // The template and inlines for the -*- C++ -*- gslice class.
26 /** @file gslice.h
63 class gslice class
67 gslice();
79 gslice(size_t, const valarray<size_t>&, const valarray<size_t>&);
85 gslice(const gslice&);
88 ~gslice();
92 gslice& operator=(const gslice&)
147 gslice::gslice() function in class:gslice
151 gslice::gslice(size_t __o, const valarray<size_t>& __l, function in class:gslice
156 gslice::gslice(const gslice& __g) function in class:gslice
    [all...]
valarray_after.h 171 valarray<value_type> operator[](const gslice&) const;
227 _Expr<_Clos, _Tp>::operator[](const gslice& __gs) const
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 1 // The template and inlines for the -*- C++ -*- gslice class.
26 /** @file gslice.h
63 class gslice class
67 gslice();
79 gslice(size_t, const valarray<size_t>&, const valarray<size_t>&);
85 gslice(const gslice&);
88 ~gslice();
92 gslice& operator=(const gslice&)
147 gslice::gslice() function in class:gslice
151 gslice::gslice(size_t __o, const valarray<size_t>& __l, function in class:gslice
156 gslice::gslice(const gslice& __g) function in class:gslice
    [all...]
valarray_after.h 171 valarray<value_type> operator[](const gslice&) const;
227 _Expr<_Clos, _Tp>::operator[](const gslice& __gs) const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 1 // The template and inlines for the -*- C++ -*- gslice class.
26 /** @file gslice.h
63 class gslice class
67 gslice();
79 gslice(size_t, const valarray<size_t>&, const valarray<size_t>&);
85 gslice(const gslice&);
88 ~gslice();
92 gslice& operator=(const gslice&)
147 gslice::gslice() function in class:gslice
151 gslice::gslice(size_t __o, const valarray<size_t>& __l, function in class:gslice
156 gslice::gslice(const gslice& __g) function in class:gslice
    [all...]
valarray_after.h 171 valarray<value_type> operator[](const gslice&) const;
227 _Expr<_Clos, _Tp>::operator[](const gslice& __gs) const
  /external/bluetooth/glib/glib/
Android.mk 12 gslice.c \
gslice.h 28 #error Include <glib.h> instead of <gslice.h>
gmem.h 34 #include <glib/gslice.h>
  /external/bluetooth/glib/
glib.h 73 #include <glib/gslice.h>
  /external/stlport/stlport/stl/
_valarray.c 85 // __x was constructed from a degenerate gslice.
98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
_valarray.h 45 class gslice;
93 friend class gslice;
169 valarray<_Tp> operator[](const gslice&) const;
170 gslice_array<_Tp> operator[](const gslice&);
    [all...]
  /external/stlport/test/unit/
valarray_test.cpp 118 valarray<double> v2(v0[gslice()]);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 85 // __x was constructed from a degenerate gslice.
98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
_valarray.h 45 class gslice;
93 friend class gslice;
169 valarray<_Tp> operator[](const gslice&) const;
170 gslice_array<_Tp> operator[](const gslice&);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 118 valarray<double> v2(v0[gslice()]);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 118 valarray<double> v2(v0[gslice()]);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 85 // __x was constructed from a degenerate gslice.
98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
_valarray.h 45 class gslice;
93 friend class gslice;
169 valarray<_Tp> operator[](const gslice&) const;
170 gslice_array<_Tp> operator[](const gslice&);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 85 // __x was constructed from a degenerate gslice.
98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
_valarray.h 45 class gslice;
93 friend class gslice;
169 valarray<_Tp> operator[](const gslice&) const;
170 gslice_array<_Tp> operator[](const gslice&);
    [all...]

Completed in 151 milliseconds