HomeSort by relevance Sort by last modified time
    Searched refs:ToCString (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/google-breakpad/src/testing/gtest/test/
gtest-message_test.cc 43 const char* ToCString(const Message& msg) {
54 EXPECT_STREQ("", ToCString(msg));
61 EXPECT_STREQ("Hello", ToCString(msg2));
67 EXPECT_STREQ("Hello", ToCString(msg));
72 const char* const s = ToCString(Message() << 1.23456F << " " << 2.34567F);
80 const char* const s = ToCString(Message() << 1260570880.4555497 << " "
91 EXPECT_STRNE("(null)", ToCString(Message() << p));
97 EXPECT_STREQ("(null)", ToCString(Message() << p));
102 EXPECT_STREQ("Foo", ToCString(Message() << "Foo"));
108 EXPECT_STREQ("(null)", ToCString(Message() << p))
    [all...]
  /external/protobuf/gtest/test/
gtest-message_test.cc 44 const char* ToCString(const Message& msg) {
55 EXPECT_STREQ("", ToCString(msg));
62 EXPECT_STREQ("Hello", ToCString(msg2));
68 EXPECT_STREQ("Hello", ToCString(msg));
73 const char* const s = ToCString(Message() << 1.23456F << " " << 2.34567F);
81 const char* const s = ToCString(Message() << 1260570880.4555497 << " "
92 EXPECT_STRNE("(null)", ToCString(Message() << p));
98 EXPECT_STREQ("(null)", ToCString(Message() << p));
103 EXPECT_STREQ("Foo", ToCString(Message() << "Foo"));
109 EXPECT_STREQ("(null)", ToCString(Message() << p))
    [all...]
  /external/v8/src/compiler/
js-inlining.cc 463 shared_info->DebugName()->ToCString().get(),
464 info_->shared_info()->DebugName()->ToCString().get());
471 shared_info->DebugName()->ToCString().get(),
472 info_->shared_info()->DebugName()->ToCString().get());
480 shared_info->DebugName()->ToCString().get(),
481 info_->shared_info()->DebugName()->ToCString().get());
492 shared_info->DebugName()->ToCString().get(),
493 info_->shared_info()->DebugName()->ToCString().get());
502 shared_info->DebugName()->ToCString().get(),
503 info_->shared_info()->DebugName()->ToCString().get())
    [all...]
pipeline-statistics.cc 58 info->shared_info()->DebugName()->ToCString();
js-inlining-heuristic.cc 303 shared->DebugName()->ToCString().get());
  /external/vixl/src/aarch32/
disasm-aarch32.cc 1122 os() << ToCString(kAdc) << ConditionPrinter(it_block_, cond) << size;
1136 os() << ToCString(kAdcs) << ConditionPrinter(it_block_, cond) << size;
1150 os() << ToCString(kAdd) << ConditionPrinter(it_block_, cond) << size;
1160 os() << ToCString(kAdd) << ConditionPrinter(it_block_, cond) << " " << rd
1170 os() << ToCString(kAdds) << ConditionPrinter(it_block_, cond) << size;
1180 os() << ToCString(kAdds) << " " << rd << ", " << operand;
1188 os() << ToCString(kAddw) << ConditionPrinter(it_block_, cond);
1201 os() << ToCString(kAdr) << ConditionPrinter(it_block_, cond) << size << " "
1212 os() << ToCString(kAnd) << ConditionPrinter(it_block_, cond) << size;
1226 os() << ToCString(kAnds) << ConditionPrinter(it_block_, cond) << size
    [all...]
constants-aarch32.cc 35 const char* ToCString(InstructionType type) {
constants-aarch32.h 529 const char* ToCString(InstructionType type);
  /external/v8/src/ic/
ic-stats.cc 65 script_name->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL)
84 char* function_name = shared->DebugName()->ToCString().release();
access-compiler.cc 34 Handle<String>::cast(name)->ToCString().get())
  /external/v8/src/
source-position.cc 23 out << name->ToCString(DISALLOW_NULLS).get();
97 ->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL)
codegen.cc 169 os << String::cast(source_name)->ToCString().get() << ":";
171 os << shared->DebugName()->ToCString().get() << ") id{";
199 os << "INLINE (" << h.shared_info->DebugName()->ToCString().get() << ") id{"
compilation-info.cc 158 return parse_info()->literal()->debug_name()->ToCString();
161 return parse_info()->shared_info()->DebugName()->ToCString();
string-stream.h 138 std::unique_ptr<char[]> ToCString() const;
log.cc 904 class_name_obj->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
907 String::cast(name)->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
918 ->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
931 class_name_obj->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
940 class_name_obj->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
977 String::cast(name)->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
986 ->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
    [all...]
disassembler.cc 195 std::unique_ptr<char[]> obj_name = accumulator.ToCString();
objects-printer.cc     [all...]
deoptimizer.cc 595 << "[method: " << shared->DebugName()->ToCString().get() << "]\n"
824 std::unique_ptr<char[]> name = shared->DebugName()->ToCString();
    [all...]
execution.cc 48 PrintF(": %s", String::cast(name)->ToCString().get());
perf-jit.cc 257 ->ToCString(DISALLOW_NULLS, FAST_STRING_TRAVERSAL, &name_length);
d8.cc     [all...]
  /external/v8/samples/
shell.cc 101 const char* ToCString(const v8::String::Utf8Value& value) {
151 const char* cstr = ToCString(str);
365 const char* cstr = ToCString(str);
377 const char* exception_string = ToCString(exception);
387 const char* filename_string = ToCString(filename);
393 const char* sourceline_string = ToCString(sourceline);
410 const char* stack_trace_string = ToCString(stack_trace);
  /external/v8/src/profiler/
strings-storage.cc 85 std::unique_ptr<char[]> data = str->ToCString(
  /external/v8/src/regexp/
regexp-macro-assembler-tracer.cc 425 PrintF(" GetCode(%s);\n", source->ToCString().get());
  /external/v8/src/runtime/
runtime-test.cc 593 arg->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
617 base::OS::PrintError("abort: %s\n", message->ToCString().get());

Completed in 532 milliseconds

1 2 3