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

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DwarfCFIEHPrinter.h 151 DictScope D(W, std::string("entry ") + std::to_string(NumEntries));
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
GlobalISelEmitter.cpp 498 return MatchTableRecord(None, llvm::to_string(IntValue), 1,
502 return MatchTableRecord(LabelID, "Label " + llvm::to_string(LabelID), 0,
508 return MatchTableRecord(LabelID, "Label " + llvm::to_string(LabelID), 1,
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 105 std::to_string(Kind));
717 return "__" + std::to_string(getIndex());
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_avgpooling_op.cc 555 string error_msg = "Status: " + std::to_string(e.status) +
557 string(__FILE__) + ":" + std::to_string(__LINE__);
657 string error_msg = "Status: " + std::to_string(e.status) +
659 string(__FILE__) + ":" + std::to_string(__LINE__);
mkl_lrn_op.cc 164 string error_msg = "Status: " + std::to_string(e.status) +
166 string(__FILE__) + ":" + std::to_string(__LINE__);
435 string error_msg = "Status: " + std::to_string(e.status) +
437 string(__FILE__) + ":" + std::to_string(__LINE__);
mkl_maxpooling_op.cc 642 string error_msg = "Status: " + std::to_string(e.status) +
644 string(__FILE__) + ":" + std::to_string(__LINE__);
    [all...]
parse_tensor_test.cc 190 [](int x) -> string { return std::to_string(x / 10.); });
mkl_concat_op.cc 439 string error_msg = "Status: " + std::to_string(e.status) +
441 string(__FILE__) + ":" + std::to_string(__LINE__);
mkl_conv_grad_input_ops.cc 468 string error_msg = "Status: " + std::to_string(e.status) +
470 string(__FILE__) + ":" + std::to_string(__LINE__);
mkl_slice_op.cc 433 string error_msg = "Status: " + std::to_string(e.status) + ", message: " +
435 ":" + std::to_string(__LINE__);
sparse_cross_op.cc 91 return std::to_string(values_.vec<int64>().data()[start + n]);
129 return std::to_string(tensor_.matrix<int64>()(batch, n));
  /external/tensorflow/tensorflow/python/eager/
core_test.py 85 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
89 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
92 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
96 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
  /device/generic/goldfish-opengl/system/hwc2/
EmuHWC2.cpp 284 to_string(descriptor).c_str());
334 ALOGV("registerCallback(%s, %p, %p)", to_string(descriptor).c_str(),
343 ALOGV("unregisterCallback(%s)", to_string(descriptor).c_str());
492 to_string(Error::BadConfig).c_str());
514 to_string((Attribute)attribute).c_str(), *outValue);
542 to_string(element.second).c_str());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
TestRunner.py 26 from lit.util import to_bytes, to_string
    [all...]
  /external/skia/src/sksl/
SkSLIRGenerator.cpp 293 name += "[" + to_string(count) + "]";
686 String name = type->name() + "[" + to_string(size) + "]";
    [all...]
  /external/skqp/src/sksl/
SkSLIRGenerator.cpp 287 name += "[" + to_string(count) + "]";
680 String name = type->name() + "[" + to_string(size) + "]";
751 to_string((uint64_t) i + 1) +
    [all...]
  /art/libartbase/base/
common_art_test.cc 502 std::to_string(dex_files[0]->GetLocationChecksum());
505 std::to_string(dex_files[i]->GetLocationChecksum());
  /bionic/tools/versioner/src/
versioner.cpp 140 collect_children(location.dependency_dir + "/" + to_string(arch));
611 std::string versioner_dir = to_string(top) + "/bionic/tools/versioner";
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 74 def to_string(self): member in class:Power_Monitor
122 device = device_list[0].to_string() # choose the first one
  /external/bcc/src/cc/api/
BPFTable.cc 408 errors += "Failed to close CPU" + std::to_string(i) + " perf buffer: ";
469 errors += "Failed to close CPU" + std::to_string(i) + " perf event: ";
  /external/deqp-deps/glslang/glslang/MachineIndependent/
propagateNoContraction.cpp 143 std::to_string(node->getId()) + "(" + node->getName().c_str() + ")";
397 current_object_.append(std::to_string(struct_dereference_index));
    [all...]
  /external/libprotobuf-mutator/src/
mutator_test.cc 361 s += value ? "\"\\" + std::to_string(value) + "\"" : "\"\"";
366 s += std::to_string(value);
  /external/selinux/python/sepolgen/src/sepolgen/
audit.py 253 tcontext = self.tcontext.to_string()
254 scontext = self.scontext.to_string()
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
config.py 156 stdout = lit.util.to_string(stdout)
157 stderr = lit.util.to_string(stderr)
  /frameworks/base/cmds/idmap2/libidmap2/
Idmap.cpp 156 return Error("failed to open target %s", GetTargetPath().to_string().c_str());
171 return Error("failed to open overlay %s", GetOverlayPath().to_string().c_str());

Completed in 1077 milliseconds

<<11121314151617181920>>