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

1 23 4 5 6 7 8 91011>>

  /external/skqp/src/sksl/lex/
NFAState.h 85 return "Accept(" + std::to_string(fData[0]) + ")";
90 result += std::to_string(v);
100 result += std::to_string(v);
111 result += std::to_string(v);
128 result += std::to_string(n);
  /frameworks/base/tools/aapt2/
Resource.cpp 30 std::string ResourceId::to_string() const { function in class:aapt::ResourceId
34 std::string ResourceName::to_string() const { function in class:aapt::ResourceName
35 return ResourceNameRef(*this).to_string();
38 std::string ResourceNameRef::to_string() const { function in class:aapt::ResourceNameRef
47 StringPiece to_string(ResourceType type) { function in namespace:aapt
  /bootable/recovery/tests/component/
applypatch_test.cpp 136 "EMMC:" + old_file + ":" + std::to_string(old_size) + ":" + old_sha1;
141 src_file = "EMMC:" + old_file + ":" + std::to_string(old_size - 1) + ":" + old_sha1 + ":" +
142 std::to_string(old_size + 1) + ":" + old_sha1;
147 std::to_string(old_size - 1) + ":" + old_sha1 + ":" +
148 std::to_string(old_size) + ":" + old_sha1 + ":" +
149 std::to_string(old_size + 1) + ":" + old_sha1;
154 std::to_string(old_size + 1) + ":" + old_sha1 + ":" +
155 std::to_string(old_size - 1) + ":" + old_sha1 + ":" +
156 std::to_string(old_size) + ":" + old_sha1;
162 std::to_string(old_size + 1) + ":" + old_sha1 + ":"
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
FloatingPoint.cpp 116 std::to_string(::utility::binaryCopy<uint32_t>(tooHigh))},
118 std::to_string(::utility::binaryCopy<uint32_t>(tooLow))},
120 {"(infinity)", std::to_string(::utility::binaryCopy<uint32_t>(inf))},
121 {"(NaN)", std::to_string(::utility::binaryCopy<uint32_t>(nan))},
132 std::to_string(::utility::binaryCopy<uint32_t>(upper))},
134 std::to_string(::utility::binaryCopy<uint32_t>(lower))},
136 std::to_string(::utility::binaryCopy<uint32_t>(zero))},
  /external/skia/src/sksl/ir/
SkSLLayout.h 160 result += separator + "location = " + to_string(fLocation);
164 result += separator + "offset = " + to_string(fOffset);
168 result += separator + "binding = " + to_string(fBinding);
172 result += separator + "index = " + to_string(fIndex);
176 result += separator + "set = " + to_string(fSet);
180 result += separator + "builtin = " + to_string(fBuiltin);
184 result += separator + "input_attachment_index = " + to_string(fBuiltin);
300 result += separator + "max_vertices = " + to_string(fMaxVertices);
304 result += separator + "invocations = " + to_string(fInvocations);
SkSLFloatLiteral.h 26 return to_string(fValue);
  /external/skqp/src/sksl/ir/
SkSLLayout.h 160 result += separator + "location = " + to_string(fLocation);
164 result += separator + "offset = " + to_string(fOffset);
168 result += separator + "binding = " + to_string(fBinding);
172 result += separator + "index = " + to_string(fIndex);
176 result += separator + "set = " + to_string(fSet);
180 result += separator + "builtin = " + to_string(fBuiltin);
184 result += separator + "input_attachment_index = " + to_string(fBuiltin);
300 result += separator + "max_vertices = " + to_string(fMaxVertices);
304 result += separator + "invocations = " + to_string(fInvocations);
SkSLFloatLiteral.h 26 return to_string(fValue);
  /bionic/tools/versioner/src/
Utils.h 71 static inline std::string to_string(const char* c) { function
75 static inline const std::string& to_string(const std::string& str) { function
84 result.append(to_string(item));
Preprocessor.cpp 76 D(" Declaration availability: %s\n", to_string(decl_av).c_str());
82 arch_visibility_str += to_string(arch);
84 arch_visibility_str += std::to_string(arch_visibility[arch]);
106 D(" Calculated result: %s\n", to_string(result).c_str());
160 return arch_expr + " && __ANDROID_API__ >= " + std::to_string(min_version);
163 D("Generating guard for availability: %s\n", to_string(avail).c_str());
168 to_string(avail).c_str());
174 to_string(avail).c_str());
182 return "__ANDROID_API__ >= "s + std::to_string(avail.global_availability.introduced);
209 to_string(*it.second.begin()).c_str(), to_string(arch).c_str())
    [all...]
  /external/parameter-framework/upstream/parameter/
StringParameter.cpp 74 using std::to_string;
76 to_string(strValue.length()) + ": maximum length is " +
77 std::to_string(getSize() - 1));
  /external/v8/src/js/
harmony-string-padding.js 26 fillString = TO_STRING(fillString);
54 var thisString = TO_STRING(this);
62 var thisString = TO_STRING(this);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.ops/
to_string.pass.cpp 16 // basic_string<_CharT, _Traits, Allocator> to_string (
34 auto str2 = sv1.to_string(min_allocator<CharT>());
48 auto str2 = sv1.to_string(min_allocator<CharT>());
  /system/core/libunwindstack/tests/
LogFake.cpp 53 g_fake_log_buf += std::to_string(bufId) + ' ' + std::to_string(prio) + ' ';
70 g_fake_log_print += std::to_string(prio) + ' ';
  /external/llvm/utils/gdb-scripts/
prettyprinters.py 8 def to_string(self): member in class:SmallStringPrinter
22 def to_string(self): member in class:StringRefPrinter
58 def to_string(self): member in class:SmallVectorPrinter
96 def to_string(self): member in class:ArrayRefPrinter
  /external/parameter-framework/upstream/test/tmpfile/windows/
TmpFile.cpp 37 using std::to_string;
66 return "Could not format error " + to_string(error) + ": " + to_string(::GetLastError());
80 "\", with prefix \"" + prefix + "\": (" + to_string(error) + ") " +
  /external/perfetto/src/tracing/test/
mock_producer.cc 39 auto checkpoint_name = "on_producer_disconnect_" + std::to_string(i++);
72 "on_shmem_initialized_" + producer_name_ + "_" + std::to_string(i++);
80 auto checkpoint_name = "on_ds_start_" + name + "_" + std::to_string(i++);
97 auto checkpoint_name = "on_ds_stop_" + name + "_" + std::to_string(i++);
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.-device-spec.pbtxt 34 name: "to_string"
  /external/parameter-framework/asio-1.10.6/include/asio/ip/impl/
address.ipp 115 std::string address::to_string() const
118 return ipv6_address_.to_string();
119 return ipv4_address_.to_string();
122 std::string address::to_string(asio::error_code& ec) const
125 return ipv6_address_.to_string(ec);
126 return ipv4_address_.to_string(ec);
  /external/perfetto/src/traced/probes/
process_stats_data_source_unittest.cc 83 return "Name: \tthread_" + std::to_string(pid) +
84 "\nTgid: " + std::to_string(tgid) +
85 "\nPid: " + std::to_string(pid) + "\nPPid: 1\n";
88 std::string proc_name = "proc_" + std::to_string(p);
107 std::string proc_name = "proc_" + std::to_string(pid);
113 ASSERT_EQ(threads.Get(tid_idx).name(), "thread_" + std::to_string(tid));
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
ValidateModel.cpp 143 std::to_string(operand) + " set to value " +
144 std::to_string(invalidOperandType);
172 const std::string message = "mutateOperandRankTest: operand " + std::to_string(operand) +
173 " has rank of " + std::to_string(invalidRank);
201 const std::string message = "mutateOperandScaleTest: operand " + std::to_string(operand) +
202 " has scale of " + std::to_string(invalidScale);
232 std::to_string(operand) + " has zero point of " +
233 std::to_string(invalidZeroPoint);
310 std::to_string(operand) + " set to type " +
332 std::to_string(operation) + " set to value "
    [all...]
  /frameworks/native/services/surfaceflinger/layerproto/
LayerProtoParser.cpp 249 result.append(layer->to_string().c_str());
259 std::string LayerProtoParser::ActiveBuffer::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::ActiveBuffer
264 std::string LayerProtoParser::Transform::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::Transform
270 std::string LayerProtoParser::Rect::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::Rect
274 std::string LayerProtoParser::FloatRect::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::FloatRect
278 std::string LayerProtoParser::Region::to_string(const char* what) const { function in class:android::surfaceflinger::LayerProtoParser::Region
284 StringAppendF(&result, " %s\n", rect.to_string().c_str());
290 std::string LayerProtoParser::Layer::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::Layer
293 result.append(transparentRegion.to_string("TransparentRegion").c_str());
294 result.append(visibleRegion.to_string("VisibleRegion").c_str())
    [all...]
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
ValidateModel.cpp 127 std::to_string(operand) + " set to value " +
128 std::to_string(invalidOperandType);
156 const std::string message = "mutateOperandRankTest: operand " + std::to_string(operand) +
157 " has rank of " + std::to_string(invalidRank);
185 const std::string message = "mutateOperandScaleTest: operand " + std::to_string(operand) +
186 " has scale of " + std::to_string(invalidScale);
216 std::to_string(operand) + " has zero point of " +
217 std::to_string(invalidZeroPoint);
294 std::to_string(operand) + " set to type " +
316 std::to_string(operation) + " set to value "
    [all...]
  /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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 348 // to_string
439 string to_string(int val) function
444 string to_string(unsigned val) function
449 string to_string(long val) function
454 string to_string(unsigned long val) function
459 string to_string(long long val) function
464 string to_string(unsigned long long val) function
469 string to_string(float val) function
474 string to_string(double val) function
479 string to_string(long double val function
    [all...]

Completed in 1069 milliseconds

1 23 4 5 6 7 8 91011>>