| /external/python/cpython2/Lib/test/ |
| test_xml_etree.py | 112 def serialize(elem, to_string=True, **options): 116 if to_string: [all...] |
| /external/python/cpython3/Lib/test/ |
| test_xml_etree.py | 124 def serialize(elem, to_string=True, encoding='unicode', **options): 131 if to_string: [all...] |
| /external/shaderc/spirv-headers/tools/buildHeaders/ |
| header.cpp | 165 return std::to_string(v);
|
| /external/skia/tools/bookmaker/ |
| includeWriter.cpp | 373 enumName += '_' + to_string(fAnonymousEnumCount); [all...] |
| bmhParser.cpp | [all...] |
| /external/skqp/tools/bookmaker/ |
| includeWriter.cpp | 373 enumName += '_' + to_string(fAnonymousEnumCount); [all...] |
| bmhParser.cpp | [all...] |
| /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| header.cpp | 165 return std::to_string(v);
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| decoration_manager_test.cpp | 59 ": " + std::to_string(position.index) + ": " + message; [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| WindowsResource.cpp | 287 Child.second->print(Writer, to_string(Child.first));
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
| SampleProfReader.cpp | 486 NameTable.push_back(std::to_string(*FID));
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
| gold-plugin.cpp | 549 cf.name += ".llvm." + std::to_string(file->offset) + "." + [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
| CodeCoverage.cpp | 865 std::string ModifiedTimeStr = to_string(ModifiedTime); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
| elf2yaml.cpp | 89 Ret = (Name + to_string(++Suffix)).str();
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| device_tracer.cc | 589 absl::StrAppend(&name, "stream#", std::to_string(stream_info.index));
|
| /external/tensorflow/tensorflow/python/distribute/ |
| mirrored_strategy.py | 72 return cpu_device.to_string() [all...] |
| tpu_strategy.py | 652 device_type="CPU", device_index=0).to_string()
|
| /external/tensorflow/tensorflow/python/eager/ |
| context.py | 589 new_device_name = new_device_spec.to_string() [all...] |
| /frameworks/av/media/codec2/components/vpx/ |
| C2SoftVpxDec.cpp | 453 if (thread->run(("vp9conv #"s + std::to_string(i)).c_str(), [all...] |
| /frameworks/base/cmds/incidentd/src/ |
| WorkDirectory.cpp | 464 return to_string(mTimestampNs);
|
| /external/grpc-grpc/test/cpp/end2end/ |
| async_end2end_test.cc | [all...] |
| /external/tensorflow/tensorflow/core/util/ |
| mkl_util.h | 865 string error_msg = "Status: " + std::to_string(e.status) + 867 string(__FILE__) + ":" + std::to_string(__LINE__); [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
| sta_network.cpp | [all...] |
| /art/profman/ |
| profman.cc | 501 std::string fd_path = "/proc/self/fd/" + std::to_string(apks_fd_[i]); [all...] |
| /external/deqp-deps/SPIRV-Tools/test/ |
| bit_stream.cpp | 33 std::string str = std::bitset<sizeof(T) * 8>(*it).to_string(); 34 // Strings generated by std::bitset::to_string are read right to left.
|