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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/
CTestCustom.cmake.in 2 ## A tribute to Dynamic!
  /external/eigen/doc/snippets/
Map_general_stride.cpp 3 cout << Map<MatrixXi, 0, Stride<Dynamic,2> >
4 (array, 3, 3, Stride<Dynamic,2>(8, 2))
  /external/clang/test/CodeGenObjC/
newproperty-nested-synthesis-1.m 24 @dynamic PropertyAtomic_char;
25 @dynamic PropertyAtomic_short;
26 @dynamic PropertyAtomic_int;
27 @dynamic PropertyAtomic_long;
28 @dynamic PropertyAtomic_longlong;
29 @dynamic PropertyAtomic_float;
30 @dynamic PropertyAtomic_double;
31 @dynamic PropertyAtomic_id;
32 @dynamic PropertyAtomicRetained_id;
33 @dynamic PropertyAtomicRetainedCopied_id
    [all...]
  /external/clang/test/SemaObjC/
property-2.m 20 @dynamic PropertyAtomic_char;
21 @dynamic PropertyAtomic_short;
22 @dynamic PropertyAtomic_int;
23 @dynamic PropertyAtomic_long;
24 @dynamic PropertyAtomic_longlong;
25 @dynamic PropertyAtomic_float;
26 @dynamic PropertyAtomic_double;
27 @dynamic PropertyAtomic_id;
28 @dynamic PropertyAtomicRetained_id;
29 @dynamic PropertyAtomicRetainedCopied_id
    [all...]
conflict-nonfragile-abi2.m 30 @dynamic p;
31 @dynamic le;
32 @dynamic l;
33 @dynamic ls;
34 @dynamic r;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
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. */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
  /external/clang/test/Sema/
attr-tls_model.c 7 int f() __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only applies to thread-local variables}}
9 int x __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only applies to thread-local variables}}
10 static __thread int y __attribute((tls_model("global-dynamic"))); // no-warning
12 static __thread int y __attribute((tls_model("local", "dynamic"))); // expected-error {{attribute takes one argument}}
14 static __thread int y __attribute((tls_model("foobar"))); // expected-error {{tls_model must be "global-dynamic", "local-dynamic", "initial-exec" or "local-exec"}}
  /external/valgrind/main/VEX/
HACKING.README 2 This directory and its children contain LibVEX, a library for dynamic
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 17 template <typename Scalar, int Dim, int Degree = Dynamic> class Spline;
19 template < typename SplineType, int DerivativeOrder = Dynamic > struct SplineTraits {};
23 * \brief Compile-time attributes of the Spline class for Dynamic degree.
26 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, Dynamic >
32 enum { OrderAtCompileTime = _Degree==Dynamic ? Dynamic : _Degree+1 /*!< The spline curve's order at compile-time. */ };
39 typedef Array<Scalar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> BasisDerivativeType;
42 typedef Array<Scalar,Dimension,Dynamic,ColMajor,Dimension,NumOfDerivativesAtCompileTime> DerivativeType;
48 typedef Array<Scalar,1,Dynamic> KnotVectorType
    [all...]
  /external/eigen/test/
zerosized.cpp 16 if (MatrixType::SizeAtCompileTime == Dynamic)
18 if (MatrixType::RowsAtCompileTime == Dynamic)
20 if (MatrixType::ColsAtCompileTime == Dynamic)
23 if (MatrixType::RowsAtCompileTime == Dynamic && MatrixType::ColsAtCompileTime == Dynamic)
36 if (VectorType::SizeAtCompileTime == Dynamic)
48 zeroSizedMatrix<Matrix<float, 2, Dynamic> >();
51 zeroSizedMatrix<Matrix<float, Dynamic, 0, 0, 0, 0> >();
52 zeroSizedMatrix<Matrix<float, 0, Dynamic, 0, 0, 0> >();
53 zeroSizedMatrix<Matrix<float, Dynamic, Dynamic, 0, 0, 0> >()
    [all...]
  /external/skia/src/gpu/
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic)
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic) {}

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>