| /system/vold/ |
| MetadataCrypt.cpp | 161 *crypto_blkdev = std::string() + "/dev/block/dm-" + std::to_string(
|
| /art/cmdline/ |
| cmdline_parser.h | 573 + std::to_string(size_t(i + min_tokens) - arguments_list.Size()) + 581 "matched " + std::to_string(best_match_size) 582 + " but wanted " + std::to_string(num_tokens.first));
|
| /bionic/tests/ |
| stdlib_test.cpp | 273 ASSERT_TRUE(ptr != nullptr) << "Failed at size " << std::to_string(size); 733 std::string min{std::to_string(std::numeric_limits<T>::min())}; 749 std::string max{std::to_string(std::numeric_limits<T>::max())};
|
| /external/autotest/client/cros/cellular/wardmodem/ |
| at_transceiver.py | 44 def to_string(cls, value): member in class:ATTransceiverMode 168 ATTransceiverMode.to_string(value)) 171 ATTransceiverMode.to_string(value))
|
| /frameworks/base/tools/aapt2/format/binary/ |
| TableFlattener_test.cpp | 49 *out_content = buffer.to_string(); 136 return ::testing::AssertionFailure() << "expected resource '" << expected_res_name.to_string() 137 << "' but got '" << actual_res_name.to_string() << "'";
|
| /frameworks/base/tools/aapt2/xml/ |
| XmlDom.cpp | 171 stack->last_text_node->text = str.to_string(); 429 attributes.push_back(Attribute{ns.to_string(), name.to_string()});
|
| /frameworks/rs/script_api/ |
| GenerateStubsWhiteList.cpp | 181 return to_string(name.size()) + name; 430 const string name = "buf" + to_string((*variableNumber)++); 487 if (!file.start(slangTestDirectory, "all" + to_string(apiLevel) + ".rs")) {
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/ |
| compiler.cc | 45 return "#line " + std::to_string(line) + " \"" + filename.str() + "\"\n"; 483 const std::string first_pragma_line = std::to_string(std::get<1>(stages[0])); 504 const std::string current_line = std::to_string(std::get<1>(stages[i]));
|
| /system/libvintf/ |
| VintfObject.cpp | 633 to_string(targetMatrix.level()) + "; it should not be served."; 651 " is deprecated; requires at least " + to_string(targetMatrixMinVer) + 687 *error = "Cannot find framework matrix at FCM version " + to_string(deviceLevel) + ".";
|
| /hardware/ril/libril/ |
| ril_service.cpp | [all...] |
| /external/v8/src/ |
| code-stub-assembler.h | 607 // Copies |character_count| elements from |from_string| to |to_string| 608 // starting at the |from_index|'th character. |from_string| and |to_string| 610 // |from_string| is two-byte, then |to_string| must be two-byte. 614 // |character_count| <= to_string.length. 615 void CopyStringCharacters(Node* from_string, Node* to_string, [all...] |
| /external/v8/src/js/ |
| array.js | 191 return TO_STRING(use_locale ? x.toLocaleString() : x); 368 separator = TO_STRING(separator); 375 return TO_STRING(e); 719 x = TO_STRING(x); 720 y = TO_STRING(y); [all...] |
| /hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
| hw_device.cpp | 54 using std::to_string; 739 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_panel_info"; 762 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_panel_info"; 816 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_type"; [all...] |
| /external/skia/src/sksl/ |
| SkSLIRGenerator.cpp | 261 name += "[" + to_string(count) + "]"; 654 String name = type->name() + "[" + to_string(size) + "]"; 705 to_string((uint64_t) i + 1) + [all...] |
| /external/skqp/src/sksl/ |
| SkSLIRGenerator.cpp | 265 name += "[" + to_string(count) + "]"; 655 String name = type->name() + "[" + to_string(size) + "]"; 706 to_string((uint64_t) i + 1) + [all...] |
| /art/dex2oat/ |
| dex2oat_test.cc | 81 args.push_back("--oat-fd=" + std::to_string(oat_file->Fd())); 709 copy.push_back("--app-image-fd=" + std::to_string(app_image_file->Fd())); [all...] |
| /external/tensorflow/tensorflow/contrib/tensorrt/convert/ |
| convert_nodes.cc | 385 if (i != 0) output_name = output_name + ":" + std::to_string(i); [all...] |
| /hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
| hwc_display.cpp | 664 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); 686 DLOGE("Failed. enabled = %s, error = %d", to_string(enabled).c_str(), error); 694 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); 821 DLOGW("Spurious attribute type = %s", to_string(attribute).c_str()); [all...] |
| /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
| hwc_display.cpp | 634 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); 656 DLOGE("Failed. enabled = %s, error = %d", to_string(enabled).c_str(), error); 664 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); 777 DLOGW("Spurious attribute type = %s", to_string(attribute).c_str()); [all...] |
| /hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
| hwc_display.cpp | 632 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); 655 DLOGE("Failed. enabled = %s, error = %d", to_string(enabled).c_str(), error); 663 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); 790 DLOGW("Spurious attribute type = %s", to_string(attribute).c_str()); [all...] |
| /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
| ImmutableSortedSetTest.java | 598 private static final Comparator<Object> TO_STRING 607 SortedSet<Integer> set = new ImmutableSortedSet.Builder<Integer>(TO_STRING) 613 SortedSet<Number> set = new ImmutableSortedSet.Builder<Number>(TO_STRING)
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ImmutableSortedSetTest.java | 767 private static final Comparator<Object> TO_STRING 776 SortedSet<Integer> set = new ImmutableSortedSet.Builder<Integer>(TO_STRING) 782 SortedSet<Number> set = new ImmutableSortedSet.Builder<Number>(TO_STRING) [all...] |
| /external/swiftshader/third_party/subzero/src/ |
| IceInst.cpp | 601 Ctx, ".L" + FuncName.toString() + "$jumptable$__" + std::to_string(Id)); 603 Ctx, "$J" + std::to_string(FuncName.getID()) + "_" + std::to_string(Id)); [all...] |
| /frameworks/base/tools/aapt2/ |
| ResourceValues.cpp | 193 printer->Print(name.to_string()); 195 printer->Print(to_string(name.type)); 200 printer->Print(ref.id.value().to_string());
|
| /art/dexlayout/ |
| dex_visualize.cc | 43 return prefix + ((dex_file_index > 0) ? std::to_string(dex_file_index + 1) : "") + suffix;
|