OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_string
(Results
101 - 125
of
553
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grpc-grpc/test/cpp/end2end/
proto_server_reflection_test.cc
50
grpc::string server_address = "localhost:" +
to_string
(port_);
56
string target = "dns:localhost:" +
to_string
(port_);
64
string
to_string
(const int number) {
function in class:grpc::testing::ProtoServerReflectionTest
shutdown_test.cc
71
grpc::string server_address = "localhost:" +
to_string
(port);
85
string target = "dns:localhost:" +
to_string
(port_);
93
string
to_string
(const int number) {
function in class:grpc::testing::ShutdownTest
/external/parameter-framework/upstream/parameter/
BitParameterType.cpp
59
strResult += std::
to_string
(_bitPos);
64
strResult += std::
to_string
(_uiBitSize);
69
strResult += std::
to_string
(_uiMax);
/frameworks/base/cmds/idmap2/libidmap2/
RawPrintVisitor.cpp
43
print(header.GetTargetPath().
to_string
(), "target path");
44
print(header.GetOverlayPath().
to_string
(), "overlay path");
46
target_apk_ = ApkAssets::Load(header.GetTargetPath().
to_string
());
/external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v4.hpp
92
ASIO_DECL std::string
to_string
() const;
95
ASIO_DECL std::string
to_string
(asio::error_code& ec) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
CodeGenCoverage.cpp
95
llvm::
to_string
(::getpid());
97
llvm::
to_string
(::GetCurrentProcessId());
/external/skia/src/sksl/
SkSLMetalCodeGenerator.cpp
91
this->write(
to_string
(type.columns()));
95
this->write(
to_string
(type.columns()));
97
this->write(
to_string
(type.rows()));
385
name = "float" +
to_string
(columns) + "x" +
to_string
(rows) + "_from_float";
411
name = "float" +
to_string
(columns) + "x" +
to_string
(rows) + "_from_float" +
412
to_string
(argColumns) + "x" +
to_string
(argRows);
485
this->write(
to_string
(c.fType.rows()))
[
all
...]
SkSLHCodeGenerator.h
52
return "fCoordTransform" +
to_string
(index);
/development/vndk/tools/header-checker/src/repr/
ir_representation_internal.h
34
return element.GetReferencedType() + ":" + std::
to_string
(element.GetSize());
/external/bcc/src/cc/
ns_guard.cc
32
std::string target_path = "/proc/" + std::
to_string
(pid) + "/ns/mnt";
/external/epid-sdk/epid/common-testhelper/
epid_gtest-testhelper.cc
68
return os << enum_name << " (" << std::
to_string
(e) << ")";
/external/libbrillo/brillo/
secure_blob.h
41
std::string
to_string
() const;
/external/libbrillo/policy/
resilient_policy_util.cc
68
std::
to_string
(index));
/external/libese/esed/
esed.cpp
56
errMsg += " (" + std::
to_string
(ese.error_code()) + "): " + ese.error_message();
/external/libkmsxx/kms++/inc/kms++/
videomode.h
52
std::string
to_string
() const;
/external/libtextclassifier/lang_id/common/lite_strings/
str-cat.h
50
return std::
to_string
(v);
/external/parameter-framework/upstream/test/tmpfile/
TmpFile.hpp
90
auto message = context + ": (" + std::
to_string
(errno) + ") " + std::strerror(errno);
/external/perfetto/src/trace_processor/
sqlite3_str_split_unittest.cc
43
"\", " + std::
to_string
(field) + ");";
/external/perfetto/tools/ftrace_proto_gen/
ftrace_descriptor_gen.cc
46
*fout << std::
to_string
(max_id + 1) + "> descriptors{{";
/external/skia/src/sksl/ir/
SkSLIntLiteral.h
31
return
to_string
(fValue);
/external/skqp/src/sksl/
SkSLHCodeGenerator.h
52
return "fCoordTransform" +
to_string
(index);
/external/skqp/src/sksl/ir/
SkSLIntLiteral.h
31
return
to_string
(fValue);
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
split-stats.h
68
"\nGain = " + std::
to_string
(gain);
/external/v8/src/interpreter/
interpreter-intrinsics.h
37
V(ToString,
to_string
, 1) \
/frameworks/base/cmds/idmap2/idmap2/
Lookup.cpp
198
target_path = idmap_header->GetTargetPath().
to_string
();
206
GetTargetPackageNameFromManifest(idmap_header->GetOverlayPath().
to_string
());
214
idmap_header->GetTargetPath().
to_string
().c_str());
220
idmap_header->GetOverlayPath().
to_string
().c_str());
Completed in 1886 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>