HomeSort by relevance Sort by last modified time
    Searched defs:StrDup (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/v8/src/
allocation.cc 85 char* StrDup(const char* str) {
  /external/v8/src/
allocation.cc 85 char* StrDup(const char* str) {
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 856 inline char* StrDup(const char* src) { return strdup(src); }
866 inline char* StrDup(const char* src) { return _strdup(src); }
892 inline char* StrDup(const char* src) { return strdup(src); }
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 848 inline char* StrDup(const char* src) { return strdup(src); }
858 inline char* StrDup(const char* src) { return _strdup(src); }
884 inline char* StrDup(const char* src) { return strdup(src); }
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 631 milliseconds