HomeSort by relevance Sort by last modified time
    Searched refs:to_string (Results 76 - 100 of 749) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tools/aapt2/io/
FileSystem.cpp 68 return (files_[path.to_string()] = util::make_unique<RegularFile>(Source(path))).get();
72 auto iter = files_.find(path.to_string());
  /frameworks/base/tools/aapt2/java/
ClassDefinition.h 63 : name_(name.to_string()), val_(val) {}
74 using std::to_string;
82 printer->Print("int ").Print(name_).Print("=").Print(to_string(val_)).Print(";");
97 : name_(name.to_string()), val_(val) {}
131 explicit PrimitiveArrayMember(const android::StringPiece& name) : name_(name.to_string()) {}
158 printer->Print(to_string(*current));
182 : signature_(signature.to_string()) {}
215 : name_(name.to_string()), qualifier_(qualifier), create_if_empty_(createIfEmpty) {}
  /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>());
  /bionic/tools/versioner/src/
DeclarationDatabase.h 64 std::string to_string(const AvailabilityValues& av);
97 std::string to_string(const DeclarationAvailability& decl_av);
122 std::string to_string(const Location& loc);
157 fprintf(out, "%s\n", to_string(avail).c_str());
184 fprintf(out, "%s\n", to_string(availability).c_str());
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);
209 to_string(*it.second.begin()).c_str(), to_string(arch).c_str())
    [all...]
  /external/parameter-framework/upstream/parameter/
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) + ")");
EnumParameterType.cpp 148 parameterAccessContext.setError(std::to_string(userValue) +
159 "Value " + std::to_string(userValue) + " standing out of admitted range [" +
160 std::to_string(getMin()) + ", " + std::to_string(getMax()) + "] for " + getKind());
EnumValuePair.cpp 50 return std::to_string(_iNumerical);
ParameterAdaptation.cpp 61 strResult += std::to_string(_iOffset);
StringParameterType.cpp 55 strResult += std::to_string(_maxLength);
  /system/bt/include/hardware/
bt_av.h 216 " priority: " + std::to_string(codec_priority) +
220 " codec_specific_1: " + std::to_string(codec_specific_1) +
221 " codec_specific_2: " + std::to_string(codec_specific_2) +
222 " codec_specific_3: " + std::to_string(codec_specific_3) +
223 " codec_specific_4: " + std::to_string(codec_specific_4);
  /bootable/recovery/
rotate_logs.cpp 73 name = sub + "." + std::to_string(i + 1);
94 old_log += "." + std::to_string(i);
102 old_kmsg += "." + std::to_string(i);
  /frameworks/native/cmds/lshal/
TableEntry.h 97 return std::to_string(threadUsage) + "/" + std::to_string(threadCount);
105 std::string to_string() const;
  /art/cmdline/
memory_representation.h 52 str = "Memory<" + std::to_string(kDivisor) + '>';
  /external/libbrillo/brillo/
secure_blob.h 30 std::string to_string() const;
  /external/libtextclassifier/util/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
  /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/skia/infra/bots/recipe_modules/swarming/
state.py 44 def to_string(cls, state): member in class:State
  /external/skia/src/sksl/ast/
SkSLASTParameter.h 34 result += "[" + to_string(size) + "]";
  /external/skia/src/sksl/ir/
SkSLIntLiteral.h 27 return to_string(fValue);
  /external/skia/src/sksl/lex/
DFAState.h 33 result += std::to_string(s);
  /external/skqp/infra/bots/recipe_modules/swarming/
state.py 44 def to_string(cls, state): member in class:State
  /external/skqp/src/sksl/ast/
SkSLASTParameter.h 34 result += "[" + to_string(size) + "]";

Completed in 683 milliseconds

1 2 34 5 6 7 8 91011>>