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

  /external/v8/test/cctest/
cctest.cc 45 basename = v8::internal::StrDup(file);
47 basename = v8::internal::StrDup(basename + 1);
83 char* arg_copy = v8::internal::StrDup(arg);
test-api.cc 376 String::NewExternal(new TestAsciiResource(i::StrDup(c_source)));
426 new TestAsciiResource(i::StrDup(c_source)));
538 new TestAsciiResource(i::StrDup(one_byte_string)));
574 new TestAsciiResource(i::StrDup(one_byte_string)));
600 new TestAsciiResource(i::StrDup(one_byte_extern_1)));
    [all...]
  /external/v8/src/
allocation.h 123 // The normal strdup functions use malloc. These versions of StrDup
126 char* StrDup(const char* str);
debug-agent.h 47 : name_(StrDup(name)), port_(port),
flags.cc 261 args->Add(StrDup(jsargs[j]));
402 flag->set_string_value(value ? StrDup(value) : NULL, true);
409 js_argv[0] = StrDup(value);
412 js_argv[k - start_pos] = StrDup(argv[k]);
allocation.cc 82 char* StrDup(const char* str) {
d8-debug.cc 340 i::SmartPointer<char>(i::StrDup(command)));
conversions.cc 461 return StrDup(DoubleToCString(value, buffer));
d8.cc 85 return i::SmartPointer<char>(str ? i::StrDup(str) : str);
  /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/protobuf/gtest/src/
gtest-port.cc 136 pattern_ = posix::StrDup(regex);
384 pattern_ = posix::StrDup(regex);
gtest-death-test.cc 810 args_.insert(args_.end() - 1, posix::StrDup(argument));
818 args_.insert(args_.end() - 1, posix::StrDup(i->c_str()));
    [all...]

Completed in 865 milliseconds