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

  /external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_browsertest.cc 176 std::string result_string; local
177 JSONWriter::Write(result.get(), &result_string);
178 VLOG(2) << result_string;
236 std::string result_string; local
237 JSONWriter::Write(result.get(), &result_string);
238 EXPECT_EQ("\"\"", result_string);
348 std::string result_string; local
349 JSONWriter::Write(result.get(), &result_string);
350 VLOG(2) << "Results: " << result_string;
  /external/chromium_org/v8/src/
messages.cc 146 Handle<String> result_string = Handle<String>::cast(result); local
152 result_string = String::Flatten(result_string);
153 return result_string;
json-stringifier.h 479 Handle<String> result_string = Handle<String>::cast(result); local
489 factory_->NewConsString(accumulator(), result_string),
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 88 result_string = decrypted_text;
124 base::string16 result_string; member in class:FFDecryptorServerChannelListener
218 return listener_->result_string;
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression_test.py 141 def _AssertParseResult(self, expected_values, result_string):
145 results = results_template % {'value': result_string}
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.cc 339 std::string result_string; local
340 base::JSONWriter::Write(&result, &result_string);
341 EXPECT_EQ(expected_result_string, result_string);
session_manager_client.cc 488 std::string result_string; local
489 if (!reader.PopString(&result_string)) {
493 const bool success = StartsWithASCII(result_string, "success", false);
500 std::string result_string; local
501 if (!reader.PopString(&result_string)) {
505 const bool success = StartsWithASCII(result_string, "success", false);
  /external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.cc 345 std::string result_string; local
348 result_string = std::string(reinterpret_cast<const char*>(expanded_time),
354 reply.WriteString(result_string);
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 565 std::string* result_string) {
569 return result.get() && result->GetAsString(result_string);
969 std::string result_string; local
1067 std::string result_string; local
1347 std::string result_string; local
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 3570 Register result_string = x0; local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 155 std::string result_string; local
156 JDWP::JdwpError error = Dbg::StringToUtf8(resultValue, &result_string);
158 VLOG(jdwp) << " string '" << result_string << "'";
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 499 milliseconds