HomeSort by relevance Sort by last modified time
    Searched refs:to_string (Results 151 - 175 of 749) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/interfaces/light/utils/
main.cpp 53 std::to_string(static_cast<int>(type)));
  /system/core/debuggerd/libdebuggerd/
open_files_list.cpp 39 std::string fd_dir_name = "/proc/" + std::to_string(pid) + "/fd";
  /system/core/fs_mgr/
fs_mgr_dm_ioctl.cpp 68 *out_dev_name = "/dev/block/dm-" + std::to_string(dev_num);
  /system/update_engine/
fake_p2p_manager_configuration.h 52 std::string str_minimum_size = std::to_string(minimum_size);
  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 345 std::string to_string(const AvailabilityValues& av) { function
371 std::string to_string(const DeclarationType& type) { function
383 std::string to_string(const DeclarationAvailability& decl_av) { function
386 ss << to_string(decl_av.global_availability) << ", ";
391 ss << to_string(it.first) << ": " << to_string(it.second) << ", ";
403 std::string to_string(const Location& loc) { function
  /system/libvintf/
HalManifest.cpp 291 *error = "Wrong type; checking " + to_string(mType) + " manifest against "
292 + to_string(mat.mType) + " compatibility matrix";
301 *error += " Matrix level = " + to_string(mat.level()) + ".";
303 *error += " Manifest level = " + to_string(level()) + ".";
329 *error = "Sepolicy version " + to_string(device.mSepolicyVersion)
404 xmlFileName + "_V" + std::to_string(version.majorVer) + "_" +
405 std::to_string(version.minorVer) + ".xml";
parse_string.cpp 107 return os << to_string(kctv.mIntegerValue);
109 return os << to_string(kctv.mRangeValue.first) << "-"
110 << to_string(kctv.mRangeValue.second);
112 return os << to_string(kctv.mTristateValue);
314 return os << to_string(ta.transport) << to_string(ta.arch);
410 s += "@" + to_string(vr);
495 return toFQNameString(package, to_string(version), interface, instance);
507 return toFQNameString(package, to_string(range), interface, instance);
  /system/tools/hidl/
ArrayType.cpp 57 return std::to_string(dimension()) + "d array of " + mElementType->typeName();
253 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
328 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
460 std::string offsetName = "_hidl_array_offset_" + std::to_string(depth);
474 "_hidl_index_" + std::to_string(depth) + "_" + std::to_string(dim);
515 out << offsetName << " += " << std::to_string(elementSize) << ";\n";
VectorType.cpp 323 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
434 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
618 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
639 iteratorName + " * " + std::to_string(elementSize),
677 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
696 iteratorName + " * " + std::to_string(elementSize),
  /system/extras/simpleperf/
cmd_record_test.cpp 104 ASSERT_TRUE(RunRecordCmd({"-f", std::to_string(UINT_MAX)}));
224 std::string pid = std::to_string(workloads[0]->GetPid());
249 std::string pid = std::to_string(workloads[0]->GetPid());
368 std::string pid = std::to_string(workloads[0]->GetPid());
414 std::to_string(getpid()), "-o", tmpfile.path, "--in-app"}));
447 ASSERT_TRUE(RecordCmd()->Run({"-o", tmpfile.path, "-t", std::to_string(tid), "--in-app"}));
453 std::string pid = std::to_string(workloads[0]->GetPid());
469 exit(RunRecordCmd({"--start_profiling_fd", std::to_string(write_fd)}) ? 0 : 1);
498 std::string pid = std::to_string(workloads[0]->GetPid());
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/stlport/
printers.py 116 def to_string (self): member in class:BitsetPrinter
191 def to_string (self): member in class:DequePrinter
249 def to_string (self): member in class:ListPrinter
301 def to_string (self): member in class:MapPrinter
339 def to_string (self): member in class:SetPrinter
378 def to_string (self): member in class:SlistPrinter
394 def to_string (self): member in class:StringPrinter
480 def to_string (self): member in class:VectorPrinter
520 def to_string (self): member in class:WrapperPrinter
523 % (self.typename, ta0, self.visualizer.to_string()))
572 def to_string (self): member in class:UnorderedMapPrinter
615 def to_string (self): member in class:UnorderedSetPrinter
633 def to_string (self): member in class:AutoptrPrinter
653 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/stlport/
printers.py 116 def to_string (self): member in class:BitsetPrinter
191 def to_string (self): member in class:DequePrinter
249 def to_string (self): member in class:ListPrinter
301 def to_string (self): member in class:MapPrinter
339 def to_string (self): member in class:SetPrinter
378 def to_string (self): member in class:SlistPrinter
394 def to_string (self): member in class:StringPrinter
480 def to_string (self): member in class:VectorPrinter
520 def to_string (self): member in class:WrapperPrinter
523 % (self.typename, ta0, self.visualizer.to_string()))
572 def to_string (self): member in class:UnorderedMapPrinter
615 def to_string (self): member in class:UnorderedSetPrinter
633 def to_string (self): member in class:AutoptrPrinter
653 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 115 def to_string (self): member in class:BitsetPrinter
190 def to_string (self): member in class:DequePrinter
248 def to_string (self): member in class:ListPrinter
300 def to_string (self): member in class:MapPrinter
338 def to_string (self): member in class:SetPrinter
377 def to_string (self): member in class:SlistPrinter
393 def to_string (self): member in class:StringPrinter
479 def to_string (self): member in class:VectorPrinter
519 def to_string (self): member in class:WrapperPrinter
522 % (self.typename, ta0, self.visualizer.to_string()))
571 def to_string (self): member in class:UnorderedMapPrinter
614 def to_string (self): member in class:UnorderedSetPrinter
632 def to_string (self): member in class:AutoptrPrinter
652 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 116 def to_string (self): member in class:BitsetPrinter
191 def to_string (self): member in class:DequePrinter
249 def to_string (self): member in class:ListPrinter
301 def to_string (self): member in class:MapPrinter
339 def to_string (self): member in class:SetPrinter
378 def to_string (self): member in class:SlistPrinter
394 def to_string (self): member in class:StringPrinter
480 def to_string (self): member in class:VectorPrinter
520 def to_string (self): member in class:WrapperPrinter
523 % (self.typename, ta0, self.visualizer.to_string()))
572 def to_string (self): member in class:UnorderedMapPrinter
615 def to_string (self): member in class:UnorderedSetPrinter
633 def to_string (self): member in class:AutoptrPrinter
653 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 297 error.to_string().c_str());
311 error.to_string().c_str());
366 error.to_string().c_str());
454 stream << " type=" << layers_[i].GetCompositionType().to_string();
513 layers_[i].GetCompositionType().to_string().c_str());
520 error.to_string().c_str(), display);
527 error.to_string().c_str());
537 error.to_string().c_str());
    [all...]
  /art/profman/
profile_assistant.cc 97 *error += " (index=" + std::to_string(i) + ")";
111 *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/lisa/tools/analysis/
run_binder_throughput_analysis.py 85 f.write(self._dfg_latency_df().to_string())
87 f.write(self._dfg_throughput_df().to_string())
  /external/swiftshader/third_party/subzero/src/
IceLiveness.h 117 return "MaxLocals(" + std::to_string(MaxLocals) + "), "
119 std::to_string(NumGlobals) + ")";
  /external/tensorflow/tensorflow/core/kernels/
mkl_tfconv_op.h 120 string error_msg = "Status: " + std::to_string(e.status) +
122 std::string(__FILE__) + ":" + std::to_string(__LINE__);
  /external/tensorflow/tensorflow/python/training/
device_setter.py 118 return ps_device.to_string()
122 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);
  /frameworks/base/tools/aapt2/compile/
InlineXmlFormatParser.cpp 134 {}, new_doc->file.name.entry + "__" + std::to_string(name_suffix_counter));
170 "@" + new_doc->file.name.to_string()});
  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 124 std::string nested_path = path.to_string() + "@" + zip_entry_path;
139 auto iter = files_by_name_.find(path.to_string());

Completed in 620 milliseconds

1 2 3 4 5 67 8 91011>>