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

1 23 4 5 6 7 8 91011>>

  /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/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/llvm-7.0/llvm/utils/gdb-scripts/
prettyprinters.py 23 def to_string(self): member in class:SmallStringPrinter
33 def to_string(self): member in class:StringRefPrinter
53 def to_string(self): member in class:SmallVectorPrinter
91 def to_string(self): member in class:ArrayRefPrinter
114 def to_string(self): member in class:ExpectedPrinter
133 def to_string(self): member in class:OptionalPrinter
194 def to_string(self): member in class:DenseMapPrinter
217 s = pp.to_string()
260 return pp.to_string()
265 return pp.to_string()
313 def to_string(self): member in class:TwinePrinter
    [all...]
  /external/dynamic_depth/internal/dynamic_depth/
imaging_model.cc 165 std::to_string(params_.focal_length.x)) ||
168 std::to_string(params_.focal_length.y)) ||
171 std::to_string(params_.image_size.width)) ||
174 std::to_string(params_.image_size.height)) ||
178 std::to_string(params_.principal_point.x)) ||
181 std::to_string(params_.principal_point.y)) ||
184 std::to_string(params_.skew)) ||
187 std::to_string(params_.pixel_aspect_ratio))) {
  /external/libprotobuf-mutator/examples/
fuzzer_test.h 44 cmd += " -max_len=" + std::to_string(max_len);
45 cmd += " -runs=" + std::to_string(runs);
  /external/puffin/src/include/puffin/
utils.h 22 str += std::to_string(extent.offset) + ":" + std::to_string(extent.length) +
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_rewriter_transform.cc 56 INPUT_SHAPE_PREFIX + std::to_string(i), "", &shape_string));
63 INPUT_TYPE_PREFIX + std::to_string(i), "", &data_type_string));
  /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
test_runner.h 115 Invalidate("Expected '" + std::to_string(num_tensor_elements) +
117 std::to_string(num_values) + "'");
  /external/tensorflow/tensorflow/lite/testing/
test_runner.h 112 Invalidate("Expected '" + std::to_string(num_tensor_elements) +
114 std::to_string(num_values) + "'");
  /bionic/tools/versioner/src/
DeclarationDatabase.h 63 std::string to_string(const AvailabilityValues& av);
96 std::string to_string(const DeclarationAvailability& decl_av);
121 std::string to_string(const Location& loc);
156 fprintf(out, "%s\n", to_string(avail).c_str());
183 fprintf(out, "%s\n", to_string(availability).c_str());
Arch.cpp 23 std::string to_string(const Arch& arch) { function
CompilationType.h 70 std::string to_string(const CompilationType& type);
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);
202 to_string(*it.second.begin()).c_str(), to_string(arch).c_str())
    [all...]
  /external/parameter-framework/upstream/parameter/
EnumParameterType.cpp 156 userValue = std::to_string(value);
176 parameterAccessContext.setError(std::to_string(userValue) +
187 "Value " + std::to_string(userValue) + " standing out of admitted range [" +
188 std::to_string(getMin()) + ", " + std::to_string(getMax()) + "] for " + getKind());
FloatingPointParameterType.cpp 57 strResult += "Min:" + std::to_string(_fMin) + "\n" + "Max:" + std::to_string(_fMax) + "\n";
95 serializingContext.setError("Unsupported size (" + std::to_string(sizeInBits) + ") for " +
108 serializingContext.setError("Min (" + std::to_string(_fMin) +
109 ") can't be greater than Max (" + std::to_string(_fMax) + ")");
EnumValuePair.cpp 50 return std::to_string(_iNumerical);
  /external/perfetto/test/
test_helper.cc 101 std::to_string(cur_consumer_num_));
138 std::string checkpoint_name = "flush." + std::to_string(flush_num++);
146 CreateCheckpoint("readback.complete." + std::to_string(read_count));
151 RunUntilCheckpoint("consumer.connected." + std::to_string(cur_consumer_num_));
167 RunUntilCheckpoint("readback.complete." + std::to_string(read_count));
  /external/skia/src/sksl/
SkSLString.h 120 String to_string(double value);
122 String to_string(int32_t value);
124 String to_string(uint32_t value);
126 String to_string(int64_t value);
128 String to_string(uint64_t value);
  /external/skqp/src/sksl/
SkSLString.h 120 String to_string(double value);
122 String to_string(int32_t value);
124 String to_string(uint32_t value);
126 String to_string(int64_t value);
128 String to_string(uint64_t value);
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 30 return std::string{"--guest_ports="} + std::to_string(kEmulatorPort);
34 return std::string{"--host_ports="} + std::to_string(GetHostPort());
38 return std::string{"--addresses=127.0.0.1:"} + std::to_string(GetHostPort());
43 + std::to_string(config.vsock_guest_cid())
214 auto port_options = "-port=" + std::to_string(config.vnc_server_port());
252 auto port_options = "-port=" + std::to_string(config.stream_audio_port());
298 std::string{"--tcp_port="} + std::to_string(GetHostPort()));
300 std::to_string(config.vsock_guest_cid()));
308 std::string{"--tcp_port="} + std::to_string(GetHostPort()));
310 std::to_string(config.vsock_guest_cid()))
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
text_to_binary.constant_test.cpp 496 std::to_string(std::numeric_limits<uint32_t>::max()) + "\n",
498 std::to_string(std::numeric_limits<int32_t>::max()) + "\n",
500 std::to_string(std::numeric_limits<int32_t>::min()) + "\n",
504 std::to_string(kMaxUnsigned48Bit) + "\n",
506 std::to_string(kMaxSigned48Bit) + "\n",
508 std::to_string(kMinSigned48Bit) + "\n",
512 std::to_string(std::numeric_limits<uint64_t>::max()) + "\n",
514 std::to_string(std::numeric_limits<int64_t>::max()) + "\n",
516 std::to_string(std::numeric_limits<int64_t>::min()) + "\n",
606 std::to_string(std::numeric_limits<uint32_t>::max()) + "\n"
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
text_to_binary.constant_test.cpp 496 std::to_string(std::numeric_limits<uint32_t>::max()) + "\n",
498 std::to_string(std::numeric_limits<int32_t>::max()) + "\n",
500 std::to_string(std::numeric_limits<int32_t>::min()) + "\n",
504 std::to_string(kMaxUnsigned48Bit) + "\n",
506 std::to_string(kMaxSigned48Bit) + "\n",
508 std::to_string(kMinSigned48Bit) + "\n",
512 std::to_string(std::numeric_limits<uint64_t>::max()) + "\n",
514 std::to_string(std::numeric_limits<int64_t>::max()) + "\n",
516 std::to_string(std::numeric_limits<int64_t>::min()) + "\n",
606 std::to_string(std::numeric_limits<uint32_t>::max()) + "\n"
    [all...]
  /art/cmdline/
memory_representation.h 52 str = "Memory<" + std::to_string(kDivisor) + '>';
  /external/libtextclassifier/utils/strings/
numbers.cc 71 return std::to_string(input);
  /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

Completed in 1762 milliseconds

1 23 4 5 6 7 8 91011>>