/frameworks/base/tools/aapt2/java/ |
D | ClassDefinition.h | 63 : name_(name.to_string()), val_(val) {} in PrimitiveMember() 70 return name_; in GetName() 83 printer->Print("int ").Print(name_).Print("=").Print(to_string(val_)).Print(";"); 89 std::string name_; variable 98 : name_(name.to_string()), val_(val) {} in PrimitiveMember() 105 return name_; in GetName() 116 printer->Print("String ").Print(name_).Print("=\"").Print(val_).Print("\";"); 122 std::string name_; variable 133 explicit PrimitiveArrayMember(const android::StringPiece& name) : name_(name.to_string()) {} in PrimitiveArrayMember() 144 return name_; in GetName() [all …]
|
D | ClassDefinition.cpp | 88 printer->Print("final class ").Print(name_).Println(" {"); in Print()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Command.cpp | 115 subcommand->full_subcommand_name_ = StringPrintf("%s %s", name_.data(), subcommand->name_.data()); in AddOptionalSubcommand() 148 std::string argline = subcommand->name_; in Usage() 191 if (arg == subcommand->name_ || (!subcommand->short_name_.empty() in Execute() 198 if (arg == subcommand->name_ || (!subcommand->short_name_.empty() in Execute()
|
D | Command.h | 34 explicit Command(const android::StringPiece& name) : name_(name.to_string()), in Command() 39 : name_(name.to_string()), short_name_(short_name.to_string()), in Command() 107 const std::string name_; variable
|
/frameworks/native/services/vr/performanced/ |
D | task.h | 30 std::string name() const { return name_; } in name() 54 std::string name_; variable
|
D | cpu_set.cpp | 193 : parent_(parent), name_(name), cpuset_fd_(std::move(cpuset_fd)) { in CpuSet() 195 path_ = name_; in CpuSet() 197 path_ = parent_->name() + name_; in CpuSet() 199 path_ = parent_->path() + "/" + name_; in CpuSet()
|
D | cpu_set.h | 27 std::string name() const { return name_; } in name() 52 std::string name_; variable
|
D | task.cpp | 60 task_id_, name_.c_str(), thread_group_id_, parent_process_id_, in Task() 132 name_ = value; in ReadStatusFields()
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | CommandLineOptions.h | 38 explicit CommandLineOptions(const std::string& name) : name_(name) { in CommandLineOptions() 69 std::string name_; variable
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 58 svc->name_.c_str(), info_.op, info_.pid, info_.cid); in Destroy() 442 : name_(name), endpoint_{std::move(endpoint)} { in Service() 480 ALOGE("%s::SetChannel: Failed to set channel context: %s\n", name_.c_str(), in SetChannel() 538 name_.c_str(), strerror(ret.error())); in PushChannel() 584 ALOGD("%s::OnChannelOpen: pid=%d cid=%d\n", name_.c_str(), info.pid, in HandleSystemMessage() 591 ALOGD("%s::OnChannelClose: pid=%d cid=%d\n", name_.c_str(), info.pid, in HandleSystemMessage() 599 ALOGD("%s:REPORT_SYSPROP_CHANGE: pid=%d cid=%d\n", name_.c_str(), in HandleSystemMessage() 606 ALOGD("%s:DUMP_STATE: pid=%d cid=%d\n", name_.c_str(), info.pid, in HandleSystemMessage()
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | CommandLineOptions.cpp | 142 out << "usage: " << name_; in Usage()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.cpp | 216 dprintf(fd, "name: %s\n", ds_->name_.c_str()); in dump()
|
D | dumpstate.cpp | 2003 std::string entry_name = base_name_ + "-" + name_ + ".txt"; in FinishZipFile() 2132 ds.name_ = date; in PrepareToWriteToFile() 2134 ds.name_ = "undated"; in PrepareToWriteToFile() 2159 destination.c_str(), ds.base_name_.c_str(), ds.name_.c_str(), ds.log_path_.c_str(), in PrepareToWriteToFile() 2195 MYLOGI("changing suffix from %s to %s\n", ds.name_.c_str(), name.c_str()); in FinalizeFile() 2196 ds.name_ = name; in FinalizeFile() 2681 "--es", "android.intent.extra.NAME", name_, in RunInternal() 3119 name_.c_str(), suffix.c_str()); in GetPath()
|
D | dumpstate.h | 428 std::string name_; variable
|
/frameworks/av/media/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 109 paramTestInfo(const char *name_, int result_) in paramTestInfo() 110 : name(name_), result(result_) {} in paramTestInfo()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service.h | 635 const std::string name_; variable
|