HomeSort by relevance Sort by last modified time
    Searched refs:ToString (Results 501 - 525 of 1208) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.cc 57 std::string SsrcGroup::ToString() const {
66 std::string StreamParams::ToString() const {
82 ost << it->ToString();
videocommon_unittest.cc 70 // Test ToString: print fourcc when it is printable.
73 EXPECT_EQ("0x0x10000", format.ToString());
79 EXPECT_EQ("I420 640x480x20", format.ToString());
85 EXPECT_EQ("640x480x20", format.ToString());
  /external/chromium_org/tools/memory_watcher/
memory_watcher.cc 119 #if 0 // Don't do this until stack->ToString() uses ONLY our heap.
122 block_it->second->ToString(&output);
124 stack->ToString(&output);
248 stack->ToString(&output);
  /external/chromium_org/chromeos/dbus/
update_engine_client.cc 245 << response->ToString();
256 << (error ? error->ToString() : "");
279 LOG(ERROR) << "Incorrect response: " << response->ToString();
289 VLOG(1) << "Status update signal received: " << signal->ToString();
302 << signal->ToString();
  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress.cc 132 os << ip.ToString();
144 std::string IPAddress::ToString() const {
161 return ToString();
165 std::string address = ToString();
176 return TruncateIP(*this, 128 - 80).ToString();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs 67 actual = stream.ToString();
88 actual = stream.ToString();
113 actual = stream.ToString();
132 actual = stream.ToString();
149 actual = stream.ToString();
165 actual = stream.ToString();
391 String found = stream.ToString();
575 String expecting = buf.ToString();
579 expecting = buf2.ToString();
580 found = stream.ToString();
    [all...]
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 184 EXPECT_EQ("0,10 50x60", window_->bounds().ToString());
197 EXPECT_EQ("790,10 50x60", window_->bounds().ToString());
203 EXPECT_EQ("790,10 50x60", window_->bounds().ToString());
224 window_->bounds().ToString());
293 window_->bounds().ToString());
628 EXPECT_EQ(initial_bounds.ToString(), window->bounds().ToString());
647 EXPECT_EQ(initial_bounds.ToString(), window->bounds().ToString());
667 EXPECT_NE(initial_bounds.ToString(), window->bounds().ToString())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 176 return it_->key().ToString();
191 std::string current_key = it_->key().ToString();
202 DCHECK_EQ(current_key, it_->key().ToString());
494 LOG(ERROR) << "Failed to create resource map DB: " << status.ToString();
521 LOG(ERROR) << "Failed to repair trashed DB: " << status.ToString();
530 LOG(ERROR) << "Failed to open trashed DB: " << status.ToString();
719 children->push_back(it->value().ToString());
909 DLOG(ERROR) << "Broken ID entry. status = " << status.ToString();
928 DLOG(ERROR) << "Can't get parent entry. status = " << status.ToString();
939 DLOG(ERROR) << "Child map is broken. status = " << status.ToString();
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 97 << location.ToString();
99 << location.ToString();
135 EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
140 EXPECT_TRUE(base::PathExists(icon_path)) << location.ToString();
166 EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
187 << location.ToString();
202 EXPECT_FALSE(base::PathExists(shortcut_path)) << location.ToString();
210 ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS)) << location.ToString();
211 EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
224 ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS)) << location.ToString();
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 257 name.ToString().c_str(),
262 fprintf(stdout, "Microseconds per op:\n%s\n", hist_.ToString().c_str());
376 cpu_type = val.ToString();
378 cache_size = val.ToString();
508 fprintf(stderr, "unknown benchmark '%s'\n", name.ToString().c_str());
515 name.ToString().c_str());
700 fprintf(stderr, "open error: %s\n", s.ToString().c_str());
736 fprintf(stderr, "put error: %s\n", s.ToString().c_str());
846 fprintf(stderr, "del error: %s\n", s.ToString().c_str());
880 fprintf(stderr, "put error: %s\n", s.ToString().c_str())
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 379 Console.Error.WriteLine(ToString());
457 return buf.ToString();
460 public override string ToString() {
461 return ToString(GetReport());
492 public static string ToString(ProfileStats stats) {
587 return buf.ToString();
627 return buf.ToString();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 422 Console.Error.WriteLine(ToString());
502 return buf.ToString();
505 public override string ToString()
507 return ToString(GetReport());
542 public static string ToString(ProfileStats stats)
638 return buf.ToString();
681 return buf.ToString();
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 130 std::wstring ToString() const;
135 std::wstring ChromeVersion::ToString() const {
409 ctx->new_version_str = ctx->new_version.ToString();
428 ctx.current_version_str = ctx.current_version.ToString();
664 ctx.current_version_str = ctx.current_version.ToString();
694 ctx.current_version_str = ctx.current_version.ToString();
696 ctx.new_version_str = ctx.new_version.ToString();
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.cc 242 std::string key = it->key().ToString();
295 << ", error: " << s.ToString();
303 << ", error: " << s.ToString();
409 std::string key = it->key().ToString();
415 std::string map_id = it->value().ToString();
460 std::string key = it->key().ToString();
519 std::string key = it->key().ToString();
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 220 string ToString();
267 string Prefilter::Info::ToString() {
481 VLOG(0) << " = " << a->ToString();
508 LOG(INFO) << "BuildPrefilter::Info: " << re->ToString();
611 VLOG(10) << "Alt: " << info->ToString();
642 VLOG(0) << "BuildInfo " << re->ToString()
643 << ": " << info->ToString();
  /external/regex-re2/re2/
prefilter.cc 220 string ToString();
267 string Prefilter::Info::ToString() {
481 VLOG(0) << " = " << a->ToString();
508 LOG(INFO) << "BuildPrefilter::Info: " << re->ToString();
611 VLOG(10) << "Alt: " << info->ToString();
642 VLOG(0) << "BuildInfo " << re->ToString()
643 << ": " << info->ToString();
  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 270 EXPECT_EQ(in.ToString(), out.ToString());
305 EXPECT_EQ(bounds.ToString(), out.ToString());
314 EXPECT_EQ(bounds.ToString(), out.ToString());
323 EXPECT_EQ(bounds.ToString(), out.ToString());
332 EXPECT_EQ(bounds.ToString(), out.ToString());
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 487 EXPECT_NE(window->bounds().ToString(), snap_left.ToString());
489 EXPECT_NE(window->bounds().ToString(), snap_left.ToString());
493 EXPECT_EQ(window->bounds().ToString(), snap_left.ToString());
499 EXPECT_NE(window->bounds().ToString(), snap_right.ToString());
501 EXPECT_NE(window->bounds().ToString(), snap_right.ToString());
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 835 EXPECT_EQ(gfx::Vector2d(75, 75).ToString(),
836 scroll_layer->max_scroll_offset().ToString());
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 182 // Stringizes a V8 object by calling its toString() method. Returns true
183 // on success. This may fail if the toString() throws an exception.
190 v8::Local<v8::String> str_object = object->ToString();
204 const string16 hostname_utf16 = V8StringToUTF16(args[0]->ToString());
384 string16 ret_str = V8StringToUTF16(ret->ToString());
545 return v8::Undefined(); // toString() threw an exception.
647 std::string ip_address_list = V8StringToUTF8(args[0]->ToString());
664 std::string ip_address = V8StringToUTF8(args[0]->ToString());
667 std::string ip_prefix = V8StringToUTF8(args[1]->ToString());
  /external/chromium/net/spdy/
spdy_session_unittest.cc 146 connection->Init(test_host_port_pair.ToString(),
218 connection->Init(test_host_port_pair.ToString(),
353 connection->Init(test_host_port_pair.ToString(),
439 connection->Init(test_host_port_pair.ToString(),
539 connection->Init(test_host_port_pair.ToString(),
613 connection->Init(test_host_port_pair.ToString(),
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 195 // Stringizes a V8 object by calling its toString() method. Returns true
196 // on success. This may fail if the toString() throws an exception.
203 v8::Local<v8::String> str_object = object->ToString();
217 const android::String16 hostname_utf16 = V8StringToUTF16(args[0]->ToString());
404 *results = V8StringToUTF16(ret->ToString());
556 return v8::Undefined(); // toString() threw an exception.
658 std::string ip_address_list = V8StringToUTF8(args[0]->ToString());
673 std::string ip_address = V8StringToUTF8(args[0]->ToString());
674 std::string ip_prefix = V8StringToUTF8(args[1]->ToString());
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 230 std::string session_id = SessionId(session_tag, tab.tab_id.id()).ToString();
271 SessionId(session_tag, window.window_id.id()).ToString();
459 SetInvalidIdError(session_id.ToString());
485 SetInvalidIdError(session_id.ToString());
531 SetInvalidIdError(session_id.ToString());
541 SetInvalidIdError(session_id.ToString());
  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor.cc 277 change.location().ToString(),
291 change.location().ToString(),
301 change.location().ToString(),
368 change.location().ToString() + ", ";
427 change.location().ToString() + ", ";
520 change.location().ToString(),
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 580 << " new device: " << device.ToString()
581 << " old device: " << device_found->ToString();
601 << " device = " << device.ToString()
607 << " device = " << device.ToString()
615 << " device = " << device.ToString()
621 << " device = " << device.ToString()

Completed in 382 milliseconds

<<21222324252627282930>>