Searched refs:ToString (Results 176 - 200 of 288) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLAllCollectionCustom.cpp62 v8::Handle<v8::Value> result = getNamedItems(collection, toWebCoreString(argument->ToString()));
H A DV8HTMLCollectionCustom.cpp62 v8::Local<v8::String> asString = argument->ToString();
H A DV8WorkerContextCustom.cpp97 v8::Handle<v8::String> scriptUrl = args[i]->ToString();
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.h61 ToString, enumerator in enum:JSC::Bindings::JSObjectCallType
/external/chromium/net/socket/
H A Dtcp_client_socket_pool.cc278 casted_params->get()->destination().host_port_pair().ToString())));
299 casted_params->get()->destination().host_port_pair().ToString())));
H A Dssl_client_socket_openssl.cc226 << host_and_port.ToString() << ", new entry = " << res.second;
243 << it->second->first.ToString();
259 << host_and_port.ToString();
611 cert_request_info->host_and_port = host_and_port_.ToString();
777 DVLOG(2) << "Result of session reuse for " << host_and_port_.ToString()
H A Dclient_socket_pool_manager.cc53 list->Append(it->second->GetInfoAsValue(it->first.ToString(),
95 std::string connection_group = origin_host_port.ToString();
651 request_info.url = GURL("http://" + host_port_pair.ToString());
H A Dtransport_client_socket_pool.cc456 casted_params->get()->destination().host_port_pair().ToString())));
477 casted_params->get()->destination().host_port_pair().ToString())));
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dport.h213 std::string ToString() const;
356 std::string ToString() const;
/external/regex-re2/re2/
H A Dsimplify.cc35 *dst = sre->ToString();
311 // if you call ToString() and re-parse it: (x){2} becomes (x)(x),
372 LOG(DFATAL) << "Malformed repeat " << re->ToString() << " " << min << " " << max;
/external/valgrind/unittest/
H A Dlinear_solver.h63 string ToString () const { function in class:Vector
143 string ToString() const { function in class:Matrix
210 //printf("tmp = %s\n", current.ToString().c_str());
290 //printf ("Dist=%.1lf, cur=%s\n", new_distance, current.ToString().c_str());
/external/v8/src/
H A Dmessages.js87 return ToString(obj);
551 var source = ToString(this.source);
1152 ToString(m),
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc230 string ToString() const;
355 string FlagValue::ToString() const { function in class:google::__anon3106::FlagValue
480 string current_value() const { return current_->ToString(); }
481 string default_value() const { return defvalue_->ToString(); }
797 + "'" + tentative_value->ToString() + "' for flag '" +
805 *msg += (string(flag->name()) + " set to " + flag_value->ToString()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs168 public override string ToString() { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
233 public override string ToString() { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs103 public override string ToString() { method in class:Antlr.Runtime.Tree.TreeWizard.TreePattern
105 return "%" + label + ":"; //+ base.ToString();
107 return base.ToString();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs113 public override string ToString() method in class:Antlr.Runtime.Tree.TreeWizard.TreePattern
117 return "%" + label + ":"; //+ base.ToString();
121 return base.ToString();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs201 public override string ToString() method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
284 public override string ToString() method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas359 Result := SB.ToString;
393 SB.Append(Element.ToString);
399 Result := SB.ToString;
425 Result := SB.ToString;
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket.cc41 GURL("http://" + proxy_server.ToString()),
351 (*headers)["url"] = endpoint_.ToString();
H A Dspdy_http_stream_unittest.cc38 connection->Init(host_port_pair.ToString(),
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs312 string s = ((char)c).ToString();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs383 string s = ( (char)c ).ToString();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs400 string s = ( (char)c ).ToString();
/external/chromium/net/http/
H A Dhttp_request_headers.cc167 std::string HttpRequestHeaders::ToString() const { function in class:net::HttpRequestHeaders
/external/chromium/net/proxy/
H A Dproxy_config.cc238 list->Append(Value::CreateStringValue((*it)->ToString()));

Completed in 399 milliseconds

1234567891011>>