Home
last modified time | relevance | path

Searched refs:name_ (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tools/aapt2/java/
DClassDefinition.h63 : 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 …]
DClassDefinition.cpp88 printer->Print("final class ").Print(name_).Println(" {"); in Print()
/frameworks/base/tools/aapt2/cmd/
DCommand.cpp115 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()
DCommand.h34 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/
Dtask.h30 std::string name() const { return name_; } in name()
54 std::string name_; variable
Dcpu_set.cpp193 : 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()
Dcpu_set.h27 std::string name() const { return name_; } in name()
52 std::string name_; variable
Dtask.cpp60 task_id_, name_.c_str(), thread_group_id_, parent_process_id_, in Task()
132 name_ = value; in ReadStatusFields()
/frameworks/base/cmds/idmap2/include/idmap2/
DCommandLineOptions.h38 explicit CommandLineOptions(const std::string& name) : name_(name) { in CommandLineOptions()
69 std::string name_; variable
/frameworks/native/libs/vr/libpdx/
Dservice.cpp58 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/
DCommandLineOptions.cpp142 out << "usage: " << name_; in Usage()
/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp216 dprintf(fd, "name: %s\n", ds_->name_.c_str()); in dump()
Ddumpstate.cpp2003 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()
Ddumpstate.h428 std::string name_; variable
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp109 paramTestInfo(const char *name_, int result_) in paramTestInfo()
110 : name(name_), result(result_) {} in paramTestInfo()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h635 const std::string name_; variable