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

<<11121314151617181920>>

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 53 * In ARM, there are three kinds of entries, GOT, PLT, and dynamic reloction.
58 * use dynamic relocation.
66 * 0001 ReserveRel - reserve an dynamic relocation entry
75 * Dynamic relocation entries
120 /// dynamic - the dynamic section of the target machine.
121 /// Use co-variant return type to return its own dynamic section.
122 ARMELFDynamic& dynamic();
124 /// dynamic - the dynamic section of the target machine
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 37 * In X86, there are three kinds of entries, GOT, PLT, and dynamic reloction.
42 * use dynamic relocation.
50 * 0001 ReserveRel - reserve an dynamic relocation entry
59 * Dynamic relocation entries
93 /// dynamic - the dynamic section of the target machine.
94 /// Use co-variant return type to return its own dynamic section.
95 X86ELFDynamic& dynamic();
97 /// dynamic - the dynamic section of the target machine
    [all...]
  /external/clang/test/SemaObjC/
property-user-setter.m 15 @dynamic x;
16 @dynamic y;
17 @dynamic z;
36 @dynamic identifier;
53 @dynamic rprop;
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
r1updt.h 7 Matrix< Scalar, Dynamic, Dynamic > &s,
8 const Matrix< Scalar, Dynamic, 1> &u,
11 Matrix< Scalar, Dynamic, 1> &v,
12 Matrix< Scalar, Dynamic, 1> &w,
covar.h 7 Matrix< Scalar, Dynamic, Dynamic > &r,
21 Matrix< Scalar, Dynamic, 1 > wa(n);
  /external/llvm/docs/HistoricalNotes/
2001-04-16-DynamicCompilation.txt 4 enable the best possible division of labor between static and dynamic
19 system somewhere in between these two extremes: Dynamic application
23 optimal performance in all cases, because applications have varying dynamic
41 characteristics of the dynamic execution environment.
47 type information to enable powerful dynamic and link time optimizations
  /external/chromium-trace/trace-viewer/src/importer/v8/
codemap.js 19 * Dynamic code entries. Used for JIT compiled code.
59 * Adds a dynamic (i.e. moveable and discardable) code entry.
71 * Moves a dynamic code entry. Throws an exception if there is no dynamic
86 * Discards a dynamic code entry. Throws an exception if there is no dynamic
168 * dynamic code entries are considered.
197 * Returns a dynamic code entry using its starting address.
209 * Returns an array of all dynamic code entries.
217 * Returns an array of pairs of all dynamic code entries and their addresses
    [all...]
  /external/v8/tools/
codemap.js 36 * Dynamic code entries. Used for JIT compiled code.
76 * Adds a dynamic (i.e. moveable and discardable) code entry.
88 * Moves a dynamic code entry. Throws an exception if there is no dynamic
102 * Discards a dynamic code entry. Throws an exception if there is no dynamic
184 * dynamic code entries are considered.
213 * Returns a dynamic code entry using its starting address.
225 * Returns an array of all dynamic code entries.
233 * Returns an array of pairs of all dynamic code entries and their addresses
    [all...]
  /external/eigen/Eigen/src/Core/
Block.h 19 * \brief Expression of a fixed-size or dynamic-size block
26 * This class represents an expression of either a fixed-size or dynamic-size block. It is the return
34 * Here is an example illustrating the dynamic case:
38 * \note Even though this expression has dynamic size, in the case where \a XprType
40 * it does not cause a dynamic memory allocation.
64 : RowsAtCompileTime != Dynamic ? int(RowsAtCompileTime)
67 : ColsAtCompileTime != Dynamic ? int(ColsAtCompileTime)
81 MaskPacketAccessBit = (InnerSize == Dynamic || (InnerSize % packet_traits<Scalar>::size) == 0)
84 MaskAlignedBit = (InnerPanel && (OuterStrideAtCompileTime!=Dynamic) && (((OuterStrideAtCompileTime * int(sizeof(Scalar))) % 16) == 0)) ? AlignedBit : 0,
131 EIGEN_STATIC_ASSERT(RowsAtCompileTime!=Dynamic && ColsAtCompileTime!=Dynamic,THIS_METHOD_IS_ONLY_FOR_FIXED_SIZE
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 79 /* Dynamic pipe control block */
94 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
108 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
133 tNFA_STATUS status; /* Status of creating dynamic pipe for the application */
144 UINT8 pipe; /* The dynamic pipe for open operation */
151 UINT8 pipe; /* The dynamic pipe for close operation */
158 UINT8 pipe; /* The dynamic pipe for delete operation */
307 ** the application and list of dynamic pipes created for the
309 ** NFA_HCI_GET_GATE_PIPE_LIST_EVT. List of allocated dynamic
398 ** Description This function is called to create a dynamic pipe with th
    [all...]
  /external/eigen/test/eigen2/
eigen2_sparse_solvers.cpp 14 Matrix<Scalar,Dynamic,Dynamic>& refMat,
17 Matrix<Scalar,Dynamic,Dynamic> aux(refMat.rows(),refMat.cols());
36 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;
37 typedef Matrix<Scalar,Dynamic,1> DenseVector;
eigen2_sparse_vector.cpp 16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;
17 typedef Matrix<Scalar,Dynamic,1> DenseVector;
  /external/eigen/test/
integer_types.cpp 145 CALL_SUBTEST_3( integer_type_tests(Matrix<char, 2, Dynamic>(2, 10)) );
146 CALL_SUBTEST_3( signed_integer_type_tests(Matrix<signed char, 2, Dynamic>(2, 10)) );
149 CALL_SUBTEST_4( integer_type_tests(Matrix<unsigned char, Dynamic, Dynamic>(20, 20)) );
151 CALL_SUBTEST_5( integer_type_tests(Matrix<short, Dynamic, 4>(7, 4)) );
152 CALL_SUBTEST_5( signed_integer_type_tests(Matrix<short, Dynamic, 4>(7, 4)) );
159 CALL_SUBTEST_8( integer_type_tests(Matrix<unsigned long long, Dynamic, 5>(1, 5)) );
array_replicate.cpp 21 typedef Matrix<Scalar, Dynamic, Dynamic> MatrixX;
22 typedef Matrix<Scalar, Dynamic, 1> VectorX;
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 40 DEFD, /* override by symbol dynamic defined. */
41 DEFWD, /* override by symbol dynamic weak defined. */
42 MDEFD, /* mark symbol dynamic defined. */
43 MDEFWD, /* mark symbol dynamic weak defined. */
44 DUND, /* override dynamic defined symbol by undefined one. */
45 DUNDW, /* oevrride dynamic defined symbol by weak undefined one. */
63 * d -> dynamic
  /external/eigen/bench/
sparse_trisolver.cpp 64 typedef Matrix<Scalar,Dynamic,1> DenseVector;
82 Matrix<Scalar,Dynamic,Dynamic,Dynamic,Dynamic,RowMajorBit> m2(rows,cols);
143 Map<Matrix<Scalar,Dynamic,1> >(&gmmX[0], cols) = x;
144 Map<Matrix<Scalar,Dynamic,1> >(&gmmB[0], cols) = b;
149 // std::cerr << Map<Matrix<Scalar,Dynamic,1> >(&gmmX[0], cols).transpose() << "\n";
155 // std::cerr << Map<Matrix<Scalar,Dynamic,1> >(&gmmX[0], cols).transpose() << "\n";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
link.h 1 /* Data structure for communication from the run-time dynamic linker for
38 /* Rendezvous structure used by the run-time dynamic linker to communicate
40 dynamic section has a DT_DEBUG element, the run-time linker sets that
67 /* This is the instance of that structure used by the dynamic linker. */
70 /* This symbol refers to the "dynamic structure" in the `.dynamic' section
82 These data structures exist in space used by the run-time dynamic linker;
92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
109 /* Values representing origin of name for dynamic loading. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 1 /* Data structure for communication from the run-time dynamic linker for
38 /* Rendezvous structure used by the run-time dynamic linker to communicate
40 dynamic section has a DT_DEBUG element, the run-time linker sets that
67 /* This is the instance of that structure used by the dynamic linker. */
70 /* This symbol refers to the "dynamic structure" in the `.dynamic' section
82 These data structures exist in space used by the run-time dynamic linker;
92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
109 /* Values representing origin of name for dynamic loading. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 1 /* Data structure for communication from the run-time dynamic linker for
38 /* Rendezvous structure used by the run-time dynamic linker to communicate
40 dynamic section has a DT_DEBUG element, the run-time linker sets that
67 /* This is the instance of that structure used by the dynamic linker. */
70 /* This symbol refers to the "dynamic structure" in the `.dynamic' section
82 These data structures exist in space used by the run-time dynamic linker;
92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
109 /* Values representing origin of name for dynamic loading. */
  /external/ceres-solver/internal/ceres/generated/
schur_eliminator_d_d_d.cc 49 template class SchurEliminator<Dynamic, Dynamic, Dynamic>;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h 19 typedef Matrix<Scalar,Dynamic,1> Vector;
24 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType;
  /external/llvm/test/CodeGen/X86/
unaligned-load.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=I386 %s
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=CORE2 %s
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=corei7 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=COREI7 %s
  /external/replicaisland/src/com/replica/replicaisland/
DynamicCollisionComponent.java 21 * A component to include dynamic collision volumes (such as those produced every frame from
22 * animating sprites) in the dynamic collision world. Given a set of "attack" volumes and
25 * it to the dynamic collision system. Including this component in a game object will allow it to
  /external/eigen/Eigen/src/Core/util/
Macros.h 366 // followed by Dynamic, followed by other finite values. The reason for giving Dynamic the priority over
367 // finite values is that min(3, Dynamic) should be Dynamic, since that could be anything between 0 and 3.
370 : ((int)a == Dynamic || (int)b == Dynamic) ? Dynamic \
374 // now have priority over Dynamic, so that min(3, Dynamic) gives 3. Indeed, whatever the actual value is
378 : ((int)a == Dynamic && (int)b == Dynamic) ? Dynamic
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 53 * it is set to the \a Dynamic constant.
59 * it is set to the \a Dynamic constant.
66 * rows times the number of columns, or to \a Dynamic if this is not
122 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > ConstantReturnType;
361 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
404 SparseInnerVectorSet<Derived,Dynamic> subrows(Index start, Index size);
405 const SparseInnerVectorSet<Derived,Dynamic> subrows(Index start, Index size) const;
406 SparseInnerVectorSet<Derived,Dynamic> subcols(Index start, Index size)
    [all...]

Completed in 1242 milliseconds

<<11121314151617181920>>