| /external/v8/tools/testrunner/local/ |
| command.py | 135 return self.to_string() 137 def to_string(self, relative=False): member in class:BaseCommand
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| name_mapper.cpp | 34 std::string to_string(uint32_t id) { function in namespace:spvtools::__anon20244 36 // std::to_string. 44 NameMapper GetTrivialNameMapper() { return to_string; } 62 return to_string(id); 93 name = base_name + to_string(index); 211 root = to_string(bit_width); 231 SaveName(result_id, std::string("fp") + to_string(bit_width)); 236 SaveName(result_id, std::string("v") + to_string(inst.words[3]) + 240 SaveName(result_id, std::string("mat") + to_string(inst.words[3]) + 289 SaveName(result_id, std::string("_struct_") + to_string(result_id)) [all...] |
| /external/deqp-deps/SPIRV-Tools/test/ |
| unit_spirv.h | 40 std::string to_string(const T& val) { function in namespace:std
|
| /external/grpc-grpc/test/cpp/end2end/ |
| proto_server_reflection_test.cc | 50 grpc::string server_address = "localhost:" + to_string(port_); 56 string target = "dns:localhost:" + to_string(port_); 64 string to_string(const int number) { function in class:grpc::testing::ProtoServerReflectionTest
|
| shutdown_test.cc | 71 grpc::string server_address = "localhost:" + to_string(port); 85 string target = "dns:localhost:" + to_string(port_); 93 string to_string(const int number) { function in class:grpc::testing::ShutdownTest
|
| channelz_service_test.cc | 91 grpc::string proxy_server_address = "localhost:" + to_string(proxy_port_); 110 "localhost:" + to_string(backends_[i].port); 131 string target = "dns:localhost:" + to_string(proxy_port_); 178 static string to_string(const int number) { function in class:grpc::testing::ChannelzServerTest
|
| server_builder_plugin_test.cc | 176 grpc::string server_address = "localhost:" + to_string(port_); 187 string target = "dns:localhost:" + to_string(port_); 203 string to_string(const int number) { function in class:grpc::testing::ServerBuilderPluginTest
|
| /external/libcxx/src/ |
| string.cpp | 345 // to_string 436 string to_string(int val) function 441 string to_string(unsigned val) function 446 string to_string(long val) function 451 string to_string(unsigned long val) function 456 string to_string(long long val) function 461 string to_string(unsigned long long val) function 466 string to_string(float val) function 471 string to_string(double val) function 476 string to_string(long double val function [all...] |
| /external/llvm/utils/lit/lit/ |
| TestRunner.py | 11 from lit.util import to_bytes, to_string 371 def to_string(bytes): function in function:_executeShCmd 388 out = to_string(out.decode('utf-8', errors='replace')) 395 err = to_string(err.decode('utf-8', errors='replace')) 480 data = to_string(data.decode('utf-8', errors='replace')) 593 yield (line_number, to_string(keyword.decode('utf-8')), 594 to_string(ln.decode('utf-8'))) [all...] |
| /external/selinux/python/sepolgen/src/sepolgen/ |
| interfaces.py | 313 def to_string(self): member in class:InterfaceVector
|
| /external/skia/src/sksl/ |
| SkSLString.cpp | 226 String to_string(int32_t value) { function in namespace:SkSL 230 String to_string(uint32_t value) { function in namespace:SkSL 234 String to_string(int64_t value) { function in namespace:SkSL 240 String to_string(uint64_t value) { function in namespace:SkSL 246 String to_string(double value) { function in namespace:SkSL
|
| /external/skia/tools/skqp/src/ |
| jni_skqp.cpp | 95 static std::string to_string(JNIEnv* env, jstring jString) { function 110 std::string reportDirectory = to_string(env, dataDir);
|
| /external/skqp/src/sksl/ |
| SkSLString.cpp | 226 String to_string(int32_t value) { function in namespace:SkSL 230 String to_string(uint32_t value) { function in namespace:SkSL 234 String to_string(int64_t value) { function in namespace:SkSL 240 String to_string(uint64_t value) { function in namespace:SkSL 246 String to_string(double value) { function in namespace:SkSL
|
| /external/skqp/tools/skqp/src/ |
| jni_skqp.cpp | 95 static std::string to_string(JNIEnv* env, jstring jString) { function 110 std::string reportDirectory = to_string(env, dataDir);
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| name_mapper.cpp | 34 std::string to_string(uint32_t id) { function in namespace:spvtools::__anon41178 36 // std::to_string. 44 NameMapper GetTrivialNameMapper() { return to_string; } 62 return to_string(id); 93 name = base_name + to_string(index); 211 root = to_string(bit_width); 231 SaveName(result_id, std::string("fp") + to_string(bit_width)); 236 SaveName(result_id, std::string("v") + to_string(inst.words[3]) + 240 SaveName(result_id, std::string("mat") + to_string(inst.words[3]) + 289 SaveName(result_id, std::string("_struct_") + to_string(result_id)) [all...] |
| /external/swiftshader/third_party/SPIRV-Tools/test/ |
| unit_spirv.h | 40 std::string to_string(const T& val) { function in namespace:std
|
| /bionic/tools/versioner/src/ |
| DeclarationDatabase.cpp | 342 std::string to_string(const AvailabilityValues& av) { function 364 std::string to_string(const DeclarationType& type) { function 376 std::string to_string(const DeclarationAvailability& decl_av) { function 379 ss << to_string(decl_av.global_availability) << ", "; 384 ss << to_string(it.first) << ": " << to_string(it.second) << ", "; 396 std::string to_string(const Location& loc) { function
|
| /external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
| vktSubgroupsShuffleTests.cpp | 85 const std::string to_string(int x) { function in namespace:__anon19222 94 "layout(set = 0, binding = " + to_string(baseBinding) + ", std430) readonly buffer Buffer2\n" 98 "layout(set = 0, binding = " + to_string(baseBinding + 1) + ", std430) readonly buffer Buffer3\n"
|
| /external/deqp-deps/glslang/glslang/Include/ |
| Common.h | 45 std::string to_string(const T& val) { function in namespace:std 245 return std::to_string((long long)string);
|
| /external/llvm/include/llvm/Support/ |
| ScopedPrinter.h | 62 template <class T> const std::string to_string(const T &Value) { function in namespace:llvm
|
| /external/perfetto/tools/ |
| gen_android_bp | 223 def to_string(self, output): member in class:Module 297 def to_string(self, output): member in class:Blueprint 299 m.to_string(output) 745 blueprint.to_string(output)
|
| /external/skia/tests/ |
| CodecAnimTest.cpp | 268 auto to_string = [](SkAlphaType alpha) { local 284 rec.fName, i, to_string(expectedAlpha), to_string(alpha));
|
| /external/skqp/tests/ |
| CodecAnimTest.cpp | 268 auto to_string = [](SkAlphaType alpha) { local 284 rec.fName, i, to_string(expectedAlpha), to_string(alpha));
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| ScopedPrinter.h | 62 template <class T> const std::string to_string(const T &Value) { function in namespace:llvm
|
| /external/v8/tools/ |
| gdb-v8-support.py | 116 def to_string(self): member in class:V8ValuePrinter 173 to_string = True) 180 for l in gdb.execute("maint info sections", to_string = True).split('\n'): 185 for l in gdb.execute("info proc mappings", to_string = True).split('\n'): 209 old_stdout = gdb.execute("p dup(1)", to_string=True).split("=")[-1].strip() 216 gdb.execute('p dup2(open("%s", 1), 1)' % file, to_string=True) 218 result = gdb.execute(subcommand, from_tty=False, to_string=True) 231 gdb.execute("p dup2(%s, 1)" % old_stdout, to_string=True) 236 gdb.execute("p close(%s)" % old_stdout, to_string=True)
|