| /frameworks/base/cmds/idmap2/libidmap2/ |
| PrettyPrintVisitor.cpp | 38 target_apk_ = ApkAssets::Load(header.GetTargetPath().to_string());
|
| /bionic/tools/versioner/src/ |
| DeclarationDatabase.cpp | 342 std::string to_string(const AvailabilityValues& av) { function 364 std::string to_string(const DeclarationType& type) { function 376 std::string to_string(const DeclarationAvailability& decl_av) { function 379 ss << to_string(decl_av.global_availability) << ", "; 384 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; 396 std::string to_string(const Location& loc) { function
|
| /bootable/recovery/tests/component/ |
| install_test.cpp | 211 ASSERT_EQ(std::to_string(status_fd), cmd[2]); 223 ASSERT_EQ(std::to_string(status_fd), cmd[2]); 289 ASSERT_EQ("--offset=" + std::to_string(payload_entry.offset), cmd[2]); 291 ASSERT_EQ("--status_fd=" + std::to_string(status_fd), cmd[4]); 387 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), 397 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), 506 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), 516 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), 534 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), 544 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()) [all...] |
| /external/bcc/src/cc/frontends/b/ |
| parser.cc | 43 decl->scope_id_ = string("v") + std::to_string(scopes_->current_var()->id_) + string("_"); 56 decl->scope_id_ = string("v") + std::to_string(scopes_->current_var()->id_) + string("_"); 82 decl->scope_id_ = string("v") + std::to_string(scopes_->current_var()->id_) + string("_"); 99 state->scope_id_ = string("s") + std::to_string(scopes_->current_state()->id_) + string("_"); 113 state->scope_id_ = string("s") + std::to_string(scopes_->current_state()->id_) + string("_");
|
| /external/libkmsxx/py/pykms/ |
| pykmsbase.cpp | 76 .def("__repr__", [](const Connector& o) { return "<pykms.Connector " + to_string(o.id()) + ">"; }) 94 .def("__repr__", [](const Crtc& o) { return "<pykms.Crtc " + to_string(o.id()) + ">"; }) 106 .def("__repr__", [](const Plane& o) { return "<pykms.Plane " + to_string(o.id()) + ">"; }) 222 .def("__repr__", [](const Videomode& vm) { return "<pykms.Videomode " + to_string(vm.hdisplay) + "x" + to_string(vm.vdisplay) + ">"; })
|
| /external/skqp/src/sksl/ |
| SkSLMetalCodeGenerator.cpp | 89 this->write(to_string(type.columns())); 93 this->write(to_string(type.columns())); 95 this->write(to_string(type.rows())); 312 name = "float" + to_string(columns) + "x" + to_string(rows) + "_from_float"; 389 this->write(to_string(c.fType.rows())); 611 this->write(to_string(i.fValue & 0xffffffff) + "u"); 613 this->write(to_string((int32_t) i.fValue)); 618 this->write(to_string(f.fValue)); 649 to_string(fUniformBuffer) + ")]]") [all...] |
| SkSLGLSLCodeGenerator.cpp | 109 result += to_string(type.columns()); 124 result += to_string(type.columns()); 127 result += to_string(type.rows()); 134 result += to_string(type.columns()); 255 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); 256 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); 427 String name = "transpose" + to_string(mat.fType.columns()) + to_string(mat.fType.rows()); 441 fExtraFunctions.writeText(("m[" + to_string(column) + "][" + to_string(row) [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
| RISCVCompressInstEmitter.cpp | 653 << std::to_string(OpNo) + ").getReg() == MI.getOperand(" 654 << std::to_string(SourceOperandMap[OpNo].TiedOpIdx) 666 << "(MI.getOperand(" + std::to_string(OpNo) + ").isImm()) &&\n" + 667 " (MI.getOperand(" + std::to_string(OpNo) + 669 std::to_string(SourceOperandMap[OpNo].Data.Imm) + ") &&\n"; 673 CondStream.indent(6) << "(MI.getOperand(" + std::to_string(OpNo) + 701 std::to_string(OpIdx) + ").getReg())) &&\n"; 704 std::to_string(OpIdx) + "));\n"; 710 "MI.getOperand(" + std::to_string(OpIdx) + 711 "), STI, " + std::to_string(Entry) [all...] |
| /external/skia/src/sksl/ |
| SkSLGLSLCodeGenerator.cpp | 105 result += to_string(type.columns()); 120 result += to_string(type.columns()); 123 result += to_string(type.rows()); 130 result += to_string(type.columns()); 251 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); 252 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); 423 String name = "transpose" + to_string(mat.fType.columns()) + to_string(mat.fType.rows()); 437 fExtraFunctions.writeText(("m[" + to_string(column) + "][" + to_string(row) [all...] |
| /art/profman/ |
| profile_assistant.cc | 104 *error += " (index=" + std::to_string(i) + ")"; 118 *error += " (index=" + std::to_string(i) + ")";
|
| /device/generic/goldfish/camera/ |
| EmulatedQemuCamera.cpp | 150 std::string preferred_size = std::to_string(resolutions[0].first) 151 + "x" + std::to_string(resolutions[0].second);
|
| /external/dynamic_depth/internal/dynamic_depth/ |
| item.cc | 122 std::to_string(params_.length)); 130 std::to_string(params_.padding));
|
| plane.cc | 125 std::to_string(extent_x_))) { 130 std::to_string(extent_z_))) {
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
| gen_common.py | 43 def to_string(template_filename, **kwargs): member in class:MakoTemplateWriter 73 print(MakoTemplateWriter.to_string(template_filename, **kwargs), file=outfile)
|
| /external/perfetto/src/protozero/protoc_plugin/ |
| protozero_generator.cc | 332 std::to_string(value->number())); 341 setter["id"] = std::to_string(field->number()); 463 "id", std::to_string(field->number()), "name", field->name(), "action", 483 "max", std::to_string(max_field_id), "rep", 559 std::to_string(field->number())); 565 "name", field->name(), "id", std::to_string(field->number())); 569 "name", field->name(), "id", std::to_string(field->number()), 589 std::to_string(field->number()));
|
| /external/swiftshader/third_party/subzero/src/ |
| IceLiveness.h | 117 return "MaxLocals(" + std::to_string(MaxLocals) + "), " 119 std::to_string(NumGlobals) + ")";
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| matrix_test.cc | 149 auto to_string = [&](absl::string_view x, absl::string_view y, local 160 ParseEinsumString(to_string(test_case[0], test_case[1], test_case[2]));
|
| /external/tensorflow/tensorflow/core/kernels/ |
| mkl_softmax_op.cc | 173 string error_msg = "Status: " + std::to_string(e.status) + 175 string(__FILE__) + ":" + std::to_string(__LINE__);
|
| /external/tensorflow/tensorflow/python/training/ |
| device_setter.py | 126 return ps_device.to_string() 130 return worker_device.to_string()
|
| /external/v8/src/tracing/ |
| traced-value.cc | 78 data_ += std::to_string(value); 119 data_ += std::to_string(value);
|
| /frameworks/av/media/mtp/ |
| MtpProperty.cpp | 394 buffer += std::to_string(value.u.i8); 397 buffer += std::to_string(value.u.u8); 400 buffer += std::to_string(value.u.i16); 403 buffer += std::to_string(value.u.u16); 406 buffer += std::to_string(value.u.i32); 409 buffer += std::to_string(value.u.u32); 412 buffer += std::to_string(value.u.i64); 415 buffer += std::to_string(value.u.u64);
|
| /bionic/libc/malloc_debug/ |
| UnwindBacktrace.cpp | 105 line += "+" + std::to_string(info->function_offset);
|
| /external/bcc/src/cc/ |
| table_storage.h | 47 const std::string &to_string() const { return path_; } function in class:ebpf::Path
|
| /external/grpc-grpc/examples/cpp/helloworld/ |
| greeter_async_client2.cc | 135 std::string user("world " + std::to_string(i));
|
| /external/grpc-grpc/test/cpp/server/ |
| server_builder_with_socket_mutator_test.cc | 90 auto address = "localhost:" + std::to_string(grpc_pick_unused_port_or_die());
|