Searched refs:name_ (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | ClassDefinition.h | 58 : name_(name.to_string()), val_(val) {} in PrimitiveMember() 67 << name_ << "=" << val_ << ";"; in WriteToStream() 71 std::string name_; 84 : name_(name.to_string()), val_(val) {} in PrimitiveMember() 93 << name_ << "=\"" << val_ << "\";"; in WriteToStream() 97 std::string name_; 110 explicit PrimitiveArrayMember(const android::StringPiece& name) : name_(name.to_string()) {} in PrimitiveArrayMember() 120 *out << prefix << "public static final int[] " << name_ << "={"; in WriteToStream() 138 std::string name_; 176 : name_(name.to_string()), qualifier_(qualifier), create_if_empty_(createIfEmpty) {} in ClassDefinition() [all …]
|
D | ClassDefinition.cpp | 63 *out << "final class " << name_ << " {\n"; in WriteToStream()
|
/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.h | 24 std::string name() const { return name_; } in name() 49 std::string name_; variable
|
D | cpu_set.cpp | 194 : parent_(parent), name_(name), cpuset_fd_(std::move(cpuset_fd)) { in CpuSet() 196 path_ = name_; in CpuSet() 198 path_ = parent_->name() + name_; in CpuSet() 200 path_ = parent_->path() + "/" + name_; in CpuSet()
|
D | task.cpp | 58 task_id_, name_.c_str(), thread_group_id_, parent_process_id_, in Task() 129 name_ = value; in ReadStatusFields()
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 61 svc->name_.c_str(), info_.op, info_.pid, info_.cid); in Destroy() 451 : name_(name), endpoint_{std::move(endpoint)} { in Service() 489 ALOGE("%s::SetChannel: Failed to set channel context: %s\n", name_.c_str(), in SetChannel() 547 name_.c_str(), strerror(ret.error())); in PushChannel() 593 ALOGD("%s::OnChannelOpen: pid=%d cid=%d\n", name_.c_str(), info.pid, in HandleSystemMessage() 600 ALOGD("%s::OnChannelClose: pid=%d cid=%d\n", name_.c_str(), info.pid, in HandleSystemMessage() 608 ALOGD("%s:REPORT_SYSPROP_CHANGE: pid=%d cid=%d\n", name_.c_str(), in HandleSystemMessage() 615 ALOGD("%s:DUMP_STATE: pid=%d cid=%d\n", name_.c_str(), info.pid, in HandleSystemMessage()
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_channel.cpp | 74 buffer_.usage(), name_); in GetBufferInfo() 316 name_ = name; in OnProducerMakePersistent()
|
D | producer_channel.h | 91 std::string name_; variable
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.cpp | 96 dprintf(fd, "name: %s\n", ds_.name_.c_str()); in dump()
|
D | dumpstate.cpp | 1266 std::string entry_name = base_name_ + "-" + name_ + ".txt"; in FinishZipFile() 1567 ds.name_ = date; in main() 1569 ds.name_ = "undated"; in main() 1589 ds.bugreport_dir_.c_str(), ds.base_name_.c_str(), ds.name_.c_str(), in main() 1612 "--es", "android.intent.extra.NAME", ds.name_, in main() 1758 MYLOGI("changing suffix from %s to %s\n", ds.name_.c_str(), name.c_str()); in main() 1759 ds.name_ = name; in main()
|
D | dumpstate.h | 315 std::string name_; variable
|
D | utils.cpp | 254 name_.c_str(), suffix.c_str()); in GetPath()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service.h | 618 const std::string name_; variable
|