Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 25 of 84) sorted by relevance

1234

/system/extras/simpleperf/
Dread_symbol_map_test.cpp48 ASSERT_STREQ("one", symbols[0].Name()); in TEST()
52 ASSERT_STREQ("two", symbols[1].Name()); in TEST()
56 ASSERT_STREQ("three", symbols[2].Name()); in TEST()
63 ASSERT_STREQ("six six", symbols[3].Name()); in TEST()
87 ASSERT_STREQ("Script:~ cli.js:1:1", symbols[0].Name()); in TEST()
91 ASSERT_STREQ("JS:~initialize ./JetStreamDriver.js:373:21", symbols[1].Name()); in TEST()
95 ASSERT_STREQ("JS:~ (d8):246158:16", symbols[2].Name()); in TEST()
99 ASSERT_STREQ("JS:~pp$1.parseEmptyStatement (d8):67313:37", symbols[3].Name()); in TEST()
103 ASSERT_STREQ("RegExp:([a-z0-9$_]+)(=|@|>|%)([a-z0-9$_]+)", symbols[4].Name()); in TEST()
107 ASSERT_STREQ("JS:*runRichards (d8):1101:21", symbols[5].Name()); in TEST()
[all …]
Dreport_utils_test.cpp164 ASSERT_STREQ(entries[0].symbol->Name(), "java_method1"); in TEST_F()
169 ASSERT_STREQ(entries[1].symbol->Name(), "java_method2"); in TEST_F()
185 ASSERT_STREQ(entries[0].symbol->Name(), "java_method1"); in TEST_F()
190 ASSERT_STREQ(entries[1].symbol->Name(), "java_method2"); in TEST_F()
207 ASSERT_STREQ(entries[i].symbol->Name(), "art_func1"); in TEST_F()
212 ASSERT_STREQ(entries[i + 1].symbol->Name(), "art_func2"); in TEST_F()
218 ASSERT_STREQ(entries[2].symbol->Name(), "java_method1"); in TEST_F()
223 ASSERT_STREQ(entries[5].symbol->Name(), "java_method2"); in TEST_F()
244 ASSERT_STREQ(entries[0].symbol->Name(), "java_method2"); in TEST_F()
266 ASSERT_STREQ(entries[i].symbol->Name(), "art_func1"); in TEST_F()
[all …]
Devent_fd.cpp97 std::string EventFd::Name() const { in Name() function in simpleperf::EventFd
120 PLOG(ERROR) << "ioctl(" << (enable ? "enable" : "disable") << ")" << Name() << " failed"; in SetEnableEvent()
137 PLOG(ERROR) << "ReadCounter from " << Name() << " failed"; in InnerReadCounter()
168 PLOG(ERROR) << "mmap(" << mmap_pages << ") failed for " << Name(); in CreateMappedBuffer()
170 PLOG(DEBUG) << "mmap(" << mmap_pages << ") failed for " << Name(); in CreateMappedBuffer()
271 PLOG(ERROR) << "failed to mmap aux buffer of size " << aux_buffer_size << " for " << Name(); in CreateAuxBuffer()
273 PLOG(DEBUG) << "failed to mmap aux buffer of size " << aux_buffer_size << " for " << Name(); in CreateAuxBuffer()
Dthread_tree_test.cpp148 ASSERT_STREQ("one", FindSymbol(1, 1, 0x1000)->Name()); in TEST_F()
149 ASSERT_STREQ("two", FindSymbol(1, 1, 0x2010)->Name()); in TEST_F()
150 ASSERT_STREQ("three", FindSymbol(1, 1, 0x302f)->Name()); in TEST_F()
/system/tools/hidl/build/
Dproperties.go18 Name *string member
22 Name *string member
28 Name *string member
49 Name *string member
Dhidl_interface.go116 if m.Name() != hidlMetadataSingletonName {
486 if !canInterfaceExist(i.ModuleBase.Name()) {
491 name, err := parseFqName(i.ModuleBase.Name())
545 Name: proptools.StringPtr(name.fileGroupName()),
550 Name: proptools.StringPtr(name.sourcesName()),
561 Name: proptools.StringPtr(name.headersName()),
579 Name: proptools.StringPtr(name.string()),
607 Name: proptools.StringPtr(name.javaSourcesName()),
633 Name: proptools.StringPtr(name.javaName()),
637 Name: proptools.StringPtr(name.javaSharedName()),
[all …]
Dhidl_package_root.go63 return "-r" + r.Name() + ":" + *r.properties.Path
79 output := android.PathForModuleGen(ctx, r.Name()+".txt")
138 if i.ModuleBase.Name() == name {
/system/tools/aidl/build/
Dproperties.go22 Name *string member
44 Name *string member
85 Name *string member
97 Name *string member
113 Name *string member
Daidl_interface_backends.go68 Name: proptools.StringPtr(cppSourceGen),
77 BaseName: i.ModuleBase.Name(),
152 Name: proptools.StringPtr(cppModuleGen + "-generator"),
155 AidlInterfaceName: i.ModuleBase.Name(),
160 Name: proptools.StringPtr(cppModuleGen),
225 Name: proptools.StringPtr(cppAnalyzerSourceGen),
233 BaseName: i.ModuleBase.Name(),
261 Name: proptools.StringPtr(cppAnalyzerModuleGen),
324 Name: proptools.StringPtr(javaSourceGen),
334 BaseName: i.ModuleBase.Name(),
[all …]
Daidl_interface_metadata_singleton.go73 if m.Name() != aidlMetadataSingletonName {
96 info := moduleInfos[t.ModuleBase.Name()]
101 moduleInfos[t.ModuleBase.Name()] = info
Daidl_interface.go155 if android.InList(child.Name(), violators) {
183 gen.properties.BaseName + "-" + gen.properties.Lang: gen.Name(),
685 anImport := other.ModuleBase.Name()
696 …s on %q but does not specify a version (must be one of %q)", i.ModuleBase.Name(), anImport, candid…
700 …%q(%q), which doesn't exist. The version must be one of %q", i.ModuleBase.Name(), anImport, versio…
726 i.ModuleBase.Name(), anImport, i.ModuleBase.Name(), anImport+"-V*", candidateVersions)
731 i.ModuleBase.Name(), anImport, other.Owner())
909 if hasVersionSuffix(i.ModuleBase.Name()) {
989 apiDirRoot := filepath.Join(aidlApiDir, i.ModuleBase.Name())
1008 Name: proptools.StringPtr(i.ModuleBase.Name()),
[all …]
/system/extras/perf2cfg/doc/
DFSM.dot14 "Start" -> "Parse Method Name" [ label = "'begin_compilation'" ];
17 "Parse Method Name" -> "Skip to CFG"
19 "Parse Method Name" -> "Skip Method"
21 "Parse Method Name" -> "Error" [ label = "EOF OR NOT('name')" ];
24 "Skip Method" -> "Parse Method Name" [ label = "'begin_compilation'" ];
69 "End CFG" -> "Parse Method Name" [ label = "'begin_compilation'" ];
/system/logging/logd/
DLogTags.cpp137 void LogTags::AddEventLogTags(uint32_t tag, uid_t uid, const std::string& Name, in AddEventLogTags() argument
140 std::string Key = Name; in AddEventLogTags()
158 if (key2tag.find(Name) == key2tag.end()) { in AddEventLogTags()
159 key2tag[Name] = tag; in AddEventLogTags()
163 tag2name[tag] = Name; in AddEventLogTags()
188 LOG(DEBUG) << "Multiple tag " << tag << " " << Name << " " << Format << " " << source; in AddEventLogTags()
233 std::string Name(name, cp - name); in ReadFileEventLogTags() local
236 if (warn && (Name.length() > maximum_official_tag_name_size)) { in ReadFileEventLogTags()
237 LOG(WARNING) << "tag name too long " << Name; in ReadFileEventLogTags()
264 AddEventLogTags((uint32_t)Tag, uid, Name, Format, in ReadFileEventLogTags()
[all …]
/system/libufdt/utils/tests/data/
Dssdt2.asl5 Name (GHI, "DEV00002")
6 Name (JKL, Unicode("some device"))
Dssdt1.asl5 Name (ABC, "DEV00001")
6 Name (DEF, Unicode("some device"))
Dssdt3.asl5 Name (MNO, "DEV00003")
6 Name (PQR, Unicode("some device"))
/system/core/libprocessgroup/profiles/
Dtask_profiles.proto30 string name = 1 [json_name = "Name"];
39 string name = 1 [json_name = "Name"];
45 string name = 1 [json_name = "Name"];
51 string name = 1 [json_name = "Name"];
/system/sepolicy/build/soong/
Dcompat_cil.go63 return proptools.StringDefault(c.properties.Stem, c.Name())
84 out := android.PathForModuleGen(ctx, c.Name())
89 Description: "Combining compat cil for " + c.Name(),
145 Name: proptools.StringPtr(confName),
161 Name: proptools.StringPtr(cilName),
170 Name: proptools.StringPtr(platPubVersionedName),
203 Name: proptools.StringPtr(compatTestName),
242 rule.Build("compat", "compat test timestamp for: "+f.Name())
Dsepolicy_neverallow.go46 Name *string member
69 return n.Name() + ".checkpolicy.conf"
74 return n.Name() + ".sepolicy_analyze.conf"
80 Name: proptools.StringPtr(checkpolicyConf),
93 Name: proptools.StringPtr(sepolicyAnalyzeConf),
Dbug_map.go51 return proptools.StringDefault(b.properties.Stem, b.Name())
64 out := android.PathForModuleGen(ctx, b.Name())
69 Description: "Combining bug_map for " + b.Name(),
Dsepolicy_vers.go59 return proptools.StringDefault(v.properties.Stem, v.Name())
81 rule.Build("sepolicy_vers", v.Name())
/system/core/libprocessgroup/
Dtask_profiles.h76 virtual const char* Name() const = 0;
97 const char* Name() const override { return "SetClamps"; } in Name() function
110 const char* Name() const override { return "SetTimerSlack"; } in Name() function
127 const char* Name() const override { return "SetAttribute"; } in Name() function
147 const char* Name() const override { return "SetCgroup"; } in Name() function
173 const char* Name() const override { return "WriteFile"; } in Name() function
196 const std::string& Name() const { return name_; } in Name() function
220 const char* Name() const override { return "ApplyProfileAction"; } in Name() function
/system/memory/libmeminfo/testdata1/
Dsmaps2 Name: [anon:dalvik-main space (region space)]
23 Name: [anon:dalvik-main space (region space)]
44 Name: [anon:dalvik-main space (region space)]
65 Name: [anon:dalvik-main space (region space)]
86 Name: [anon:dalvik-main space (region space)]
107 Name: [anon:dalvik-main space (region space)]
128 Name: [anon:dalvik-main space (region space)]
149 Name: [anon:dalvik-main space (region space)]
170 Name: [anon:dalvik-main space (region space)]
191 Name: [anon:dalvik-main space (region space)]
[all …]
/system/update_engine/client-headers/
Dlibupdate_engine-client.pc.in3 Name: libupdate_engine-client
Dlibupdate_engine-client-test.pc.in3 Name: libupdate_engine-client-test

1234