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

1 2 3 4 5 6 7 891011>>

  /frameworks/native/libs/gui/
LayerDebugInfo.cpp 112 std::string to_string(const LayerDebugInfo& info) { function in namespace:android
125 to_string(info.mCrop).c_str(), to_string(info.mFinalCrop).c_str());
  /system/core/fastboot/
fs.cpp 123 std::string block_size_str = std::to_string(block_size);
142 std::string size_str = std::to_string(partSize / block_size);
173 std::string size_str = std::to_string(partSize);
  /system/extras/simpleperf/
InplaceSamplerClient.cpp 56 std::string server_path = "inplace_sampler_server_" + std::to_string(pid_);
100 options += "freq=" + std::to_string(sample_freq_);
113 options += std::to_string(tid);
cmd_stat_test.cpp 77 Workload::RunCmd({"run-as", GetDefaultAppPackageName(), "kill", std::to_string(pid)});
130 StatCmd()->Run({"--duration", "1.2", "-p", std::to_string(getpid()), "--in-app"}));
181 ASSERT_TRUE(StatCmd()->Run({"-t", std::to_string(tid), "--in-app"}));
  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.cpp 97 result += to_string(type.columns());
112 result += to_string(type.columns());
115 result += to_string(type.rows());
122 result += to_string(type.columns());
237 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++);
238 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++);
409 String name = "transpose" + to_string(mat.fType.columns()) + to_string(mat.fType.rows());
423 fExtraFunctions.writeText(("m[" + to_string(column) + "][" + to_string(row)
    [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.cpp 97 result += to_string(type.columns());
112 result += to_string(type.columns());
115 result += to_string(type.rows());
122 result += to_string(type.columns());
237 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++);
238 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++);
409 String name = "transpose" + to_string(mat.fType.columns()) + to_string(mat.fType.rows());
423 fExtraFunctions.writeText(("m[" + to_string(column) + "][" + to_string(row)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 71 def to_string(self): member in class:StringTypePrinter
87 def to_string(self): member in class:SliceTypePrinter
113 def to_string(self): member in class:MapTypePrinter
164 def to_string(self): member in class:ChanTypePrinter
284 def to_string(self): member in class:IfacePrinter
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 71 def to_string(self): member in class:StringTypePrinter
87 def to_string(self): member in class:SliceTypePrinter
113 def to_string(self): member in class:MapTypePrinter
164 def to_string(self): member in class:ChanTypePrinter
284 def to_string(self): member in class:IfacePrinter
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 55 std::to_string(version), package_name,
61 std::to_string(version), package_name,
80 std::to_string(version), package_name,
86 std::to_string(version), package_name,
452 return "component_type: " + std::to_string(component_type) +
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 62 to_string(error).c_str(), static_cast<int32_t>(error))
129 ALOGE("Invalid layer type change: %s --> %s", to_string(from).c_str(),
130 to_string(to).c_str());
143 to_string(connection).c_str());
333 to_string(error).c_str(), static_cast<int32_t>(error));
509 ("Unknown layer request " + to_string(layerRequests[hwcLayer]))
618 ALOGV("setPowerMode: Calling HWC %s", to_string(mode).c_str());
622 LOG_HWC_ERROR(("setPowerMode(" + to_string(mode) + ")").c_str(),
629 ALOGV("setPowerMode: Calling HWC %s", to_string(mode).c_str());
643 LOG_HWC_ERROR(("setPowerMode(" + to_string(mode) + ")").c_str()
    [all...]
  /system/core/libunwindstack/tests/
MapsTest.cpp 486 ASSERT_TRUE(info != nullptr) << "Failed verifying index " + std::to_string(i);
487 EXPECT_EQ(i * 4096, info->start) << "Failed verifying index " + std::to_string(i);
488 EXPECT_EQ((i + 1) * 4096, info->end) << "Failed verifying index " + std::to_string(i);
489 EXPECT_EQ(0U, info->offset) << "Failed verifying index " + std::to_string(i);
491 EXPECT_EQ(overlap1_name, info->name) << "Failed verifying overlap1 name " + std::to_string(i);
493 EXPECT_EQ(overlap2_name, info->name) << "Failed verifying overlap2 name " + std::to_string(i);
495 EXPECT_EQ("", info->name) << "Failed verifying index " + std::to_string(i);
534 EXPECT_EQ(start + i * 4096, info->start) << "Failed at map " + std::to_string(i);
535 EXPECT_EQ(start + (i + 1) * 4096, info->end) << "Failed at map " + std::to_string(i);
536 std::string name = "/fake" + std::to_string(i) + ".so"
    [all...]
  /external/perfetto/src/protozero/protoc_plugin/
protozero_generator.cc 322 std::to_string(value->number()));
331 setter["id"] = std::to_string(field->number());
457 "id", std::to_string(field->number()), "name", field->name(), "action",
473 std::to_string(field->number()));
501 std::to_string(field->number()), "is_repeated",
502 std::to_string(field->is_repeated()));
522 GetFieldNumberConstant(message->field(i)), "id", std::to_string(i));
  /frameworks/native/cmds/lshal/
test.cpp 269 return "a.h.foo" + std::to_string(serverId) + "@" + std::to_string(serverId) + ".0::IFoo";
272 return std::to_string(serverId);
282 return "command_line_" + std::to_string(serverId);
334 table.setDescription("[fake description " + std::to_string(i++) + "]");
412 EXPECT_EQ(expected, entry) << expected.to_string() << " vs. " << entry.to_string();
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 309 to_string(descriptor).c_str());
377 output << " " << to_string(capability) << '\n';
424 ALOGV("registerCallback(%s, %p, %p)", to_string(descriptor).c_str(),
432 ALOGI("unregisterCallback(%s)", to_string(descriptor).c_str());
601 to_string(Error::BadConfig).c_str());
621 to_string(attribute).c_str(), *outValue);
648 to_string(element.second).c_str());
794 to_string(error).c_str());
1430 static std::string to_string(const hwc_layer_1_t& hwcLayer, function in namespace:android
1490 static std::string to_string(const hwc_display_contents_1_t& hwcContents, function in namespace:android
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 342 to_string(descriptor).c_str());
422 output << " " << to_string(capability) << '\n';
471 ALOGV("registerCallback(%s, %p, %p)", to_string(descriptor).c_str(),
639 to_string(Error::BadConfig).c_str());
660 to_string(attribute).c_str(), *outValue);
688 to_string(element.second).c_str());
840 to_string(error).c_str());
1530 static std::string to_string(const hwc_layer_1_t& hwcLayer, function in namespace:android
1591 static std::string to_string(const hwc_display_contents_1_t& hwcContents, function in namespace:android
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /bootable/recovery/tests/component/
updater_test.cpp 176 std::vector<std::string>{ "EMMC", src_file, std::to_string(src_size), src_hash }, ":");
182 std::vector<std::string>{ "EMMC", src_file, std::to_string(src_size - 1), src_hash,
183 std::to_string(src_size + 1), src_hash },
190 android::base::Join(std::vector<std::string>{ "EMMC", src_file, std::to_string(src_size - 1),
191 src_hash, std::to_string(src_size), src_hash,
192 std::to_string(src_size + 1), src_hash },
    [all...]
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 67 std::string output = symbol.to_string();
341 r_txt_printer->Print(" ").Print(id.to_string());
469 .Print(to_string(name.type))
473 .Println(real_id.to_string());
477 const StringPiece& type_str = to_string(name.type);
607 to_string(type->type), ClassQualifier::kStatic, force_creation_if_empty);
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 130 using ::android::to_string;
138 using std::to_string;
159 std::string to_string(std::set<T> set) { function
171 ss << to_string(item);
607 EXPECT_EQ(difference.size(), 0u) << "service(s) not registered " << to_string(difference);
631 << "service(s) not registered " << to_string(difference);
686 EXPECT_EQ(to_string(registrations.data(), registrations.size()),
746 to_string(registrations.data(), registrations.size()),
    [all...]
  /system/tools/hidl/test/java_test/
hidl_test_java_native.cpp 60 using std::to_string;
118 foo.aaa[i].s = ("Hello, world " + std::to_string(i)).c_str();
142 foo[0].aaa[i].s = ("Hello, world " + std::to_string(i)).c_str();
152 foo[1].aaa[i].s = ("Alea iacta est: " + std::to_string(i)).c_str();
178 foo[0].aaa[i].s = ("Hello, world " + std::to_string(i)).c_str();
188 foo[1].aaa[i].s = ("Alea iacta est: " + std::to_string(i)).c_str();
  /system/tools/hidl/utils/
FQName.cpp 186 return std::to_string(mMajor) + "." + std::to_string(mMinor);
193 return "V" + std::to_string(mMajor) + "_" + std::to_string(mMinor);
451 components->push_back(std::to_string(getPackageMajorVersion()) +
452 "." + std::to_string(getPackageMinorVersion()));
  /build/make/tools/releasetools/
rangelib.py 62 return self.to_string()
65 return '<RangeSet("' + self.to_string() + '")>'
142 def to_string(self): member in class:RangeSet
  /external/nos/host/generic/libnos/generator/
main.cpp 123 vars["method_id"] = std::to_string(i);
228 vars["max_request_size"] = std::to_string(max_request_size);
229 vars["max_response_size"] = std::to_string(max_response_size);
  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 379 using std::to_string;
381 to_string(getArrayLength()) + ", got: " + to_string(arrayLength);
  /frameworks/base/tools/aapt2/cmd/
Dump.cpp 65 printer->Println(file.name.to_string());
68 printer->Println(file.config.to_string());
71 printer->Println(file.source.to_string());

Completed in 1103 milliseconds

1 2 3 4 5 6 7 891011>>