HomeSort by relevance Sort by last modified time
    Searched full:to_string (Results 276 - 300 of 899) sorted by null

<<11121314151617181920>>

  /device/google/cuttlefish_common/host/libs/adb_connection_maintainer/
adb_connection_maintainer.cpp 40 return kLocalHostPrefix + std::to_string(port);
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
jniutil.cc 63 env, TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/CryptoUpcalls");
65 env, TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/NativeRef");
67 env, TO_STRING(JNI_JARJAR_PREFIX) "org/conscrypt/OpenSSLBIOInputStream");
193 return conscrypt::jniutil::throwException(env, TO_STRING(JNI_JARJAR_PREFIX)
  /external/libbrillo/brillo/
secure_blob_unittest.cc 116 std::string result_string = blob.to_string();
  /external/parameter-framework/upstream/parameter/
ComponentInstance.cpp 130 CComponent *pChildComponent = new CComponent(std::to_string(child), this);
  /external/parameter-framework/upstream/test/tmpfile/
TmpFile.hpp 90 auto message = context + ": (" + std::to_string(errno) + ") " + std::strerror(errno);
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 101 : LogBase(std::string("VLOG(") + std::to_string(vlog_level) + ")", file,
  /external/skia/src/sksl/lex/
RegexNode.cpp 115 return "<" + std::to_string(fKind) + ">";
  /external/skqp/src/sksl/lex/
RegexNode.cpp 115 return "<" + std::to_string(fKind) + ">";
  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.h 105 return std::to_string(Name.getID()) + "$jumptable";
  /external/v8/tools/
gdbinit 105 btl = gdb.execute("backtrace full", to_string = True).splitlines()
  /frameworks/base/tools/aapt2/java/
ClassDefinition.cpp 31 statements_.push_back(statement.to_string());
ProguardRules.cpp 337 printer.Print("# Referenced at ").Println(location.source.to_string());
351 printer.Print("# Referenced at ").Println(location.source.to_string());
359 printer.Print("# Referenced at ").Println(location.source.to_string());
368 printer.Print("# Referenced at ").Println(location.source.to_string());
  /frameworks/native/services/surfaceflinger/tests/
Stress_test.cpp 99 cmd += std::to_string(getpid());
  /hardware/interfaces/broadcastradio/1.1/default/
VirtualProgram.cpp 69 {"com.google.dummy.VirtualProgram", std::to_string(reinterpret_cast<uintptr_t>(this))},
  /hardware/interfaces/broadcastradio/2.0/default/
VirtualProgram.cpp 92 {"com.google.dummy.VirtualProgram", std::to_string(reinterpret_cast<uintptr_t>(this))},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 80 // Helper for the to_string / to_wstring functions.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
string_conversions.h 80 // Helper for the to_string / to_wstring functions.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
bit_stream.h 37 // std::bitset::to_string().
120 std::string str = std::bitset<sizeof(T) * 8>(*it).to_string();
121 // Strings generated by std::bitset::to_string are read right to left.
178 std::string str = bits.to_string().substr(N - num_bits);
  /system/bt/vendor_libs/test_vendor_lib/src/
broken_adv.cc 175 std::to_string(advertising_interval_ms_.count());
  /system/core/storaged/include/
storaged.h 96 return string("/data/misc_ce/") + to_string(user_id) +
  /system/update_engine/
fake_p2p_manager_configuration.h 52 std::string str_minimum_size = std::to_string(minimum_size);
  /test/vts/utils/native/libprofiling/
VtsProfilingInterface.cpp 95 string(build_number) + "_" + to_string(NanoTime()) +
  /art/runtime/
stack_map.cc 147 " " + std::to_string(i));
186 "\t[entry " + std::to_string(static_cast<int>(location_catalog_entry_index)) + "]");
  /external/eigen/debug/gdb/
printers.py 129 def to_string(self): member in class:EigenMatrixPrinter
177 def to_string(self): member in class:EigenQuaternionPrinter
  /external/libbrillo/brillo/errors/
error_codes.cc 214 message = "Unknown error " + std::to_string(errnum);
217 code = "error_" + std::to_string(errnum);

Completed in 1280 milliseconds

<<11121314151617181920>>