HomeSort by relevance Sort by last modified time
    Searched full:copystr (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/common/
utext.cpp     [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 554 char *CopyStr = Alloc.Allocate<char>(Str.size()+1);
555 std::copy(Str.begin(), Str.end(), CopyStr);
556 CopyStr[Str.size()] = '\0';
557 return CopyStr;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 361 int CopyStr(char* Info::*str, Info&) const;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 359 int CopyStr(char* Info::*str, Info&) const;
mkvparser.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 398 int CopyStr(char* Info::*str, Info&) const;
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 341 int CopyStr(char* Info::*str, Info&) const;
mkvparser.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp 566 msg_ = copystr(exceptionmsg.message());
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
606 char *target = copystr(srcmsg);
614 static char *copystr(const char *srcmsg) { function in class:Swig::DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp 566 msg_ = copystr(exceptionmsg.message());
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
606 char *target = copystr(srcmsg);
614 static char *copystr(const char *srcmsg) { function in class:Swig::DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp 566 msg_ = copystr(exceptionmsg.message());
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
606 char *target = copystr(srcmsg);
614 static char *copystr(const char *srcmsg) { function in class:Swig::DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp 566 msg_ = copystr(exceptionmsg.message());
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
606 char *target = copystr(srcmsg);
614 static char *copystr(const char *srcmsg) { function in class:Swig::DirectorException
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp 566 msg_ = copystr(exceptionmsg.message());
570 DirectorException(const char *msg) : classname_(0), msg_(copystr(msg ? msg : "Unspecified DirectorException message")) {
606 char *target = copystr(srcmsg);
614 static char *copystr(const char *srcmsg) { function in class:Swig::DirectorException
    [all...]

Completed in 3759 milliseconds