HomeSort by relevance Sort by last modified time
    Searched full:dynamic (Results 26 - 50 of 5641) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.x 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.x 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
i386linux.x 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
i386linux.x 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.x 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.x 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /external/eigen/Eigen/src/SVD/
JacobiSVD_MKL.h 44 JacobiSVD<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>, ColPivHouseholderQRPreconditioner>& \
45 JacobiSVD<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>, ColPivHouseholderQRPreconditioner>::compute(const Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>& matrix, unsigned int computationOptions)
    [all...]
  /external/eigen/blas/
common.h 91 typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> PlainMatrixType;
92 typedef Map<Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > MatrixType;
93 typedef Map<Matrix<Scalar,Dynamic,1>, 0, InnerStride<Dynamic> > StridedVectorType;
94 typedef Map<Matrix<Scalar,Dynamic,1> > CompactVectorType;
97 Map<Matrix<T,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> >
100 return Map<Matrix<T,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> >(data, rows, cols, OuterStride<>(stride))
    [all...]
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR_MKL.h 45 ColPivHouseholderQR<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic> >& \
46 ColPivHouseholderQR<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic> >::compute( \
47 const Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>& matrix)
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
package.html 3 Dynamic proxy (similar to <code>Enhancer</code> of <a href="http://cglib.sourceforge.net/">cglib</a>).
  /external/llvm/test/Object/
readobj.test 1 // Don't crash while reading non-dynamic files.

Completed in 320 milliseconds

12 3 4 5 6 7 8 91011>>