| /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
| hw_info.cpp | 53 using std::to_string; 137 + to_string(kHWCapabilitiesNode) + "/mdp/caps"; 393 string path = v4l2_path + to_string(i) + "/name"; 402 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); 407 string caps_path = v4l2_path + to_string(i) + "/device/caps";
|
| /hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
| hw_info_drm.cpp | 72 using std::to_string; 410 string path = "/dev/video" + to_string(v4l2_index); 437 string path = v4l2_path + to_string(i) + "/name"; 445 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); 451 string caps_path = v4l2_path + to_string(i) + "/device/caps";
|
| /hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
| hw_info.cpp | 53 using std::to_string; 137 + to_string(kHWCapabilitiesNode) + "/mdp/caps"; 392 string path = v4l2_path + to_string(i) + "/name"; 401 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); 406 string caps_path = v4l2_path + to_string(i) + "/device/caps";
|
| /test/vts/compilation_tools/vtsc/code_gen/profiler/ |
| HalHidlProfilerCodeGen.cpp | 198 out << "string procPath = \"/proc/self/fd/\" + to_string(" << handle_name 358 std::string arg_name = "arg_" + std::to_string(i); 359 std::string arg_value = "arg_val_" + std::to_string(i); 397 std::string result_name = "result_" + std::to_string(i); 398 std::string result_value = "result_val_" + std::to_string(i);
|
| /hardware/libhardware/include/hardware/ |
| hwcomposer2.h | 572 #define TO_STRING(E, T, printer) \ 573 inline std::string to_string(E value) { return printer(value); } \ 574 inline std::string to_string(T value) { return to_string(static_cast<E>(value)); } 576 #define TO_STRING(name, printer) 600 TO_STRING(hwc2_attribute_t, Attribute, getAttributeName) 608 TO_STRING(hwc2_blend_mode_t, BlendMode, getBlendModeName) 616 TO_STRING(hwc2_callback_descriptor_t, Callback, getCallbackDescriptorName) 625 TO_STRING(hwc2_capability_t, Capability, getCapabilityName) 635 TO_STRING(hwc2_composition_t, Composition, getCompositionName [all...] |
| /bootable/recovery/ |
| ui.cpp | 133 if (!android::base::WriteStringToFile(std::to_string(brightness_normal_value_), 443 if (android::base::WriteStringToFile(std::to_string(brightness_dimmed_value_), 464 if (android::base::WriteStringToFile(std::to_string(brightness_normal_value_),
|
| /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/parameter-framework/upstream/parameter/ |
| ConfigurableElement.cpp | 253 std::to_string(size) + " Provided: " + 254 std::to_string(bytes.size())); 514 return std::to_string(getFootPrint()) + " byte(s)";
|
| /external/skia/tests/ |
| CodecAnimTest.cpp | 257 auto to_string = [](SkAlphaType alpha) { local 273 rec.fName, i, to_string(expectedAlpha), to_string(alpha));
|
| /external/skqp/tests/ |
| CodecAnimTest.cpp | 257 auto to_string = [](SkAlphaType alpha) { local 273 rec.fName, i, to_string(expectedAlpha), to_string(alpha));
|
| /frameworks/base/tools/aapt2/format/binary/ |
| XmlFlattener.cpp | 82 std::string text = util::TrimWhitespace(node->text).to_string(); 103 text = StringBuilder(true /*preserve_spaces*/).AppendText(text).to_string(); 286 StringBuilder(true /*preserve_spaces*/).AppendText(xml_attr->value).to_string();
|
| /system/bt/stack/rfcomm/ |
| port_utils.cc | 309 LOG(ERROR) << __func__ << ": p_mcb is null, dlci=" << std::to_string(dlci); 314 LOG(WARNING) << __func__ << ": DLCI " << std::to_string(dlci) 323 << std::to_string(dlci) << " on " << p_mcb->bd_addr
|
| /toolchain/binutils/binutils-2.27/gas/config/ |
| xtensa-relax.c | 1798 opcode_name, op->operand_name, to_string); local 1828 opcode_name, op->operand_name, to_string); local 1834 opcode_name, op->operand_name, to_string); local 1865 const char *to_string = transitions[tnum].replacement; local [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/native/services/surfaceflinger/ |
| BufferLayer.cpp | 630 to_string(error).c_str(), static_cast<int32_t>(error)); 637 to_string(error).c_str(), static_cast<int32_t>(error)); 648 getBE().compositionInfo.hwc.sidebandStream->handle(), to_string(error).c_str(), 667 to_string(error).c_str(), static_cast<int32_t>(error)); 674 to_string(error).c_str(), static_cast<int32_t>(error)); 686 getBE().compositionInfo.mBuffer->handle, to_string(error).c_str(), [all...] |
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| BitSet.pm | 216 return $self->to_string(); 219 sub to_string : method { subroutine
|
| /external/libbrillo/brillo/dbus/ |
| dbus_method_invoker_unittest.cc | 75 writer.AppendString(std::to_string(v1 + v2)); 233 writer.AppendString(std::to_string(v1 + v2));
|
| /external/libcxx/utils/libcxx/ |
| util.py | 28 def to_string(bytes): function 35 return to_string(bytes.decode('utf-8'))
|
| /external/llvm/utils/lit/lit/ |
| util.py | 15 def to_string(bytes): function 22 return to_string(bytes.decode('utf-8'))
|
| /external/perfetto/tools/ftrace_proto_gen/ |
| ftrace_proto_gen.cc | 203 std::to_string(field.number) + ", kProto" + ToCamelCase(field.type) + 265 std::to_string(field.number) + ";\n";
|
| /external/tensorflow/tensorflow/python/training/ |
| device_setter.py | 118 return ps_device.to_string() 122 return worker_device.to_string()
|
| /frameworks/base/libs/androidfw/include/androidfw/ |
| StringPiece.h | 62 std::basic_string<TChar> to_string() const; 167 inline std::basic_string<TChar> BasicStringPiece<TChar>::to_string() const { function in class:android::BasicStringPiece
|
| /frameworks/base/tools/aapt2/ |
| ResourceTable.h | 78 : config(config), product(product.to_string()) {} 104 explicit ResourceEntry(const android::StringPiece& name) : name(name.to_string()) {}
|
| /frameworks/base/tools/aapt2/optimize/ |
| MultiApkGenerator.cpp | 291 versionCode->compiled_value = ResourceUtils::TryParseInt(std::to_string(new_version)); 302 const std::string& min_sdk_str = std::to_string(android_sdk.min_sdk_version);
|
| /frameworks/native/libs/vr/libvrflinger/ |
| hwc_types.h | 140 std::string to_string() const { function in struct:HWC::Wrapper 141 return HWC2::to_string(static_cast<BaseType>(value));
|