Searched refs:result_string (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
H A Dwebrtc_audio_private_browsertest.cc176 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/
H A Dmessages.cc146 Handle<String> result_string = Handle<String>::cast(result); local
152 result_string = String::Flatten(result_string);
153 return result_string;
H A Djson-stringifier.h479 Handle<String> result_string = Handle<String>::cast(result); local
489 factory_->NewConsString(accumulator(), result_string),
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest_utils_mac.cc88 result_string = decrypted_text;
124 base::string16 result_string; member in class:FFDecryptorServerChannelListener
218 return listener_->result_string;
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression_test.py141 def _AssertParseResult(self, expected_values, result_string):
145 results = results_template % {'value': result_string}
/external/chromium_org/chromeos/dbus/
H A Dshill_client_unittest_base.cc339 std::string result_string; local
340 base::JSONWriter::Write(&result, &result_string);
341 EXPECT_EQ(expected_result_string, result_string);
H A Dsession_manager_client.cc488 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/
H A Dsandbox_ipc_linux.cc345 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/
H A Ddownloads_api_browsertest.cc565 std::string* result_string) {
569 return result.get() && result->GetAsString(result_string);
969 std::string result_string; local
976 base::StringPrintf("[%d, {}]", download_item->GetId()), &result_string));
982 &result_string));
987 args32, &result_string));
994 args32, &result_string));
999 args32, &result_string));
1017 &result_string));
1067 std::string result_string; local
562 RunFunctionAndReturnString( scoped_refptr<UIThreadExtensionFunction> function, const std::string& args, std::string* result_string) argument
1347 std::string result_string; local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc3570 Register result_string = x0; local
3664 // x0 result_string pointer to result string object (uninit)
3686 __ AllocateOneByteSlicedString(result_string, result_length, x3, x4,
3691 __ AllocateTwoByteSlicedString(result_string, result_length, x3, x4,
3696 __ Str(from, FieldMemOperand(result_string, SlicedString::kOffsetOffset));
3698 FieldMemOperand(result_string, SlicedString::kParentOffset));
3704 // x0 result_string pointer to result string object (uninit)
3742 __ AllocateOneByteString(result_string, result_length, x3, x4, x5, &runtime);
3748 __ Add(result_char0, result_string,
3757 __ AllocateTwoByteString(result_string, result_lengt
[all...]
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py3172 result_string = "return "
3174 result_string = ""
3176 (result_string, func.original_name,
3213 result_string = "return "
3215 result_string = ""
3219 (result_string, func.name, func.MakeOriginalArgString("")))

Completed in 2449 milliseconds