HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 51 - 75 of 7124) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/unsupported/Eigen/src/MoreVectorization/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/MoreVectorization COMPONENT Devel
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NonLinearOptimization COMPONENT Devel
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NumericalDiff COMPONENT Devel
  /external/eigen/unsupported/Eigen/src/Polynomials/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Polynomials COMPONENT Devel
  /external/eigen/unsupported/Eigen/src/SVD/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}unsupported/Eigen/src/SVD COMPONENT Devel
  /external/eigen/unsupported/Eigen/src/Skyline/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Skyline COMPONENT Devel
  /external/eigen/unsupported/Eigen/src/SparseExtra/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SparseExtra COMPONENT Devel
  /external/eigen/unsupported/Eigen/src/Splines/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Splines COMPONENT Devel
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
jalr.l 3 .*:2: Error: a destination register must be supplied.*
4 .*:3: Error: source and destination must be different.*
6 .*:11: Error: a destination register must be supplied.*
7 .*:12: Error: source and destination must be different.*
  /external/opencv3/data/
CMakeLists.txt 4 install(FILES ${HAAR_CASCADES} DESTINATION ${OPENCV_OTHER_INSTALL_PATH}/haarcascades COMPONENT libs)
5 install(FILES ${LBP_CASCADES} DESTINATION ${OPENCV_OTHER_INSTALL_PATH}/lbpcascades COMPONENT libs)
8 install(DIRECTORY "${OPENCV_TEST_DATA_PATH}/" DESTINATION "${OPENCV_TEST_DATA_INSTALL_PATH}" COMPONENT "tests")
  /external/llvm/test/MC/ARM/
thumb2-ldrd.s 11 @ CHECK: error: destination operands can't be identical
12 @ CHECK: error: destination operands can't be identical
13 @ CHECK: error: destination operands can't be identical
14 @ CHECK: error: destination operands can't be identical
15 @ CHECK-NOT: error: destination operands can't be identical
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 48 // the same as the destination, the destination is ignored and
70 // Clear this move's destination to indicate a pending move. The actual
71 // destination is saved in a stack-allocated local. Recursion may allow
74 LOperand* destination = moves_[index].destination(); local
79 // as this one's destination blocks this one so recursively perform all
83 if (other_move.Blocks(destination) && !other_move.IsPending()) {
89 // not be swapped). Since this move's destination is B and there is
98 // pending, so restore its destination
129 LOperand* destination = moves_[i].destination(); local
143 LOperand* destination = moves_[index].destination(); local
239 LOperand* destination = moves_[index].destination(); local
    [all...]
  /external/v8/tools/gyp/test/copies/src/
copies.gyp 12 'destination': 'copies-out',
24 'destination': '<(PRODUCT_DIR)/copies-out',
37 'destination': '<(PRODUCT_DIR)/copies-out',
45 # entire directory path in the destination, only the final directory).
51 'destination': '<(PRODUCT_DIR)/copies-out',
64 'destination': '<(PRODUCT_DIR)/copies-null',
  /external/eigen/Eigen/src/Core/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core COMPONENT Devel
  /external/opencv3/samples/python2/
CMakeLists.txt 4 DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH}/python2
  /packages/apps/Gallery2/jni/filters/
geometry.c 20 static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
30 memcpy(destination + temp - i, source + i, bytes_to_copy);
34 static __inline__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
46 memcpy(destination + temp - j, source + i + j, cpy_bytes);
51 static __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
58 flipVertical(temp, dstWidth, dstHeight, destination, dstWidth, dstHeight);
63 flipHorizontal(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
67 flipVertical(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
73 static __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
84 memcpy(destination + column_disp + row_disp , source + j * srcWidth + i, cpy_bytes)
131 char* destination = 0; local
144 char* destination = 0; local
155 char* destination = 0; local
166 char* destination = 0; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 71 // the same as the destination, the destination is ignored and
92 // Clear this move's destination to indicate a pending move. The actual
93 // destination is saved in a stack allocated local. Multiple moves can
96 LOperand* destination = current_move.destination(); local
101 // as this one's destination blocks this one so recursively perform all
105 if (other_move.Blocks(destination) && !other_move.IsPending()) {
114 // pending, so restore its destination.
115 current_move.set_destination(destination);
136 LOperand* destination = moves_[i].destination(); local
203 LOperand* destination = moves_[index].destination(); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 53 // the same as the destination, the destination is ignored and
75 // Clear this move's destination to indicate a pending move. The actual
76 // destination is saved on the side.
78 LOperand* destination = moves_[index].destination(); local
83 // as this one's destination blocks this one so recursively perform all
87 if (other_move.Blocks(destination) && !other_move.IsPending()) {
93 // not be swapped). Since this move's destination is B and there is
102 // pending, so restore its destination
133 LOperand* destination = move.destination(); local
147 LOperand* destination = moves_[index].destination(); local
199 LOperand* destination = moves_[i].destination(); local
260 LOperand* destination = moves_[index].destination(); local
359 LOperand* destination = moves_[index].destination(); local
    [all...]
  /external/libcxx/include/
CMakeLists.txt 12 DESTINATION "${CMAKE_BINARY_DIR}/include/c++/v1"
19 DESTINATION include/c++/v1
  /external/libdivsufsort/pkgconfig/
CMakeLists.txt 4 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort.pc" DESTINATION ${CMAKE_INSTALL_PKGCONFIGDIR})
8 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort64.pc" DESTINATION ${CMAKE_INSTALL_PKGCONFIGDIR})
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
memcpy_wrap.c 11 void *__wrap_memcpy(void * destination, const void * source, size_t num)
13 return memcpy(destination, source, num);
  /external/libgdx/extensions/gdx-bullet/jni/
memcpy_wrap.c 11 void *__wrap_memcpy(void * destination, const void * source, size_t num)
13 return memcpy(destination, source, num);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
memcpy_wrap.c 11 void *__wrap_memcpy(void * destination, const void * source, size_t num)
13 return memcpy(destination, source, num);
  /external/libgdx/extensions/gdx-freetype/jni/
memcpy_wrap.c 11 void *__wrap_memcpy(void * destination, const void * source, size_t num)
13 return memcpy(destination, source, num);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/
memcpy_wrap.c 11 void *__wrap_memcpy(void * destination, const void * source, size_t num)
13 return memcpy(destination, source, num);

Completed in 1228 milliseconds

1 23 4 5 6 7 8 91011>>