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

  /external/chromium_org/third_party/openssl/openssl/apps/
apps.h 242 int set_ext_copy(int *copy_type, const char *arg);
243 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
apps.c 1306 int set_ext_copy(int *copy_type, const char *arg)
1309 *copy_type = EXT_COPY_NONE;
1311 *copy_type = EXT_COPY_ADD;
1313 *copy_type = EXT_COPY_ALL;
    [all...]
  /external/openssl/apps/
apps.h 242 int set_ext_copy(int *copy_type, const char *arg);
243 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
apps.c 1306 int set_ext_copy(int *copy_type, const char *arg)
1309 *copy_type = EXT_COPY_NONE;
1311 *copy_type = EXT_COPY_ADD;
1313 *copy_type = EXT_COPY_ALL;
    [all...]
  /frameworks/base/libs/hwui/utils/
SortedList.h 216 copy_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);
  /frameworks/rs/cpp/util/
TypeHelpers.h 151 void copy_type(TYPE* d, const TYPE* s, size_t n) { function in namespace:android::RSC
  /frameworks/rs/server/
TypeHelpers.h 151 void copy_type(TYPE* d, const TYPE* s, size_t n) { function in namespace:android
  /system/core/include/utils/
SortedVector.h 254 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
TypeHelpers.h 151 void copy_type(TYPE* d, const TYPE* s, size_t n) { function in namespace:android
Vector.h 400 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
  /system/core/libpixelflinger/codeflinger/tinyutils/
SortedVector.h 255 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
TypeHelpers.h 138 void copy_type(TYPE* d, const TYPE* s, size_t n) { function in namespace:android::tinyutils
Vector.h 329 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]

Completed in 841 milliseconds