Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 44) sorted by relevance

12

/system/bt/gd/
Dmodule_unittest_generated.h16 const flatbuffers::String* title() const { in title() function
20 …VerifyTableStart(verifier) && VerifyOffset(verifier, VT_TITLE) && verifier.VerifyString(title()) && in Verify()
29 void add_title(flatbuffers::Offset<flatbuffers::String> title) { in add_title()
30 fbb_.AddOffset(ModuleUnitTestData::VT_TITLE, title); in add_title()
44 flatbuffers::FlatBufferBuilder& _fbb, flatbuffers::Offset<flatbuffers::String> title = 0) {
46 builder_.add_title(title);
51 flatbuffers::FlatBufferBuilder& _fbb, const char* title = nullptr) {
52 auto title__ = title ? _fbb.CreateString(title) : 0;
Dmodule_unittest.cc290 static const char* title = "Test Dump Title"; in TEST_F() local
295 ModuleDumper dumper(*registry_, title); in TEST_F()
301 EXPECT_STREQ(title, data->title()->c_str()); in TEST_F()
304 EXPECT_STREQ("Initial Test String", test_data->title()->c_str()); in TEST_F()
314 EXPECT_STREQ("A Second Test String", test_data->title()->c_str()); in TEST_F()
Dmodule_unittest.fbs7 title:string (privacy:"Any");
Ddumpsys_data.fbs15 title:string;
/system/media/camera/docs/
Dplots.py77 plt.title(lin_title)
93 plt.title(inv_title)
110 plt.title(gamma_title)
126 plt.title(srgb_title)
153 plt.title('Red lens shading map')
160 plt.title('Green (even rows) lens shading map')
167 plt.title('Green (odd rows) lens shading map')
174 plt.title('Blue lens shading map')
188 plt.title('Image of uniform white wall (inverse shading map)')
201 plt.title(rec709_title)
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py56 title=args.title, name='graph')
103 TableColumn(field='thread', title='Thread'),
104 TableColumn(field='count', title='Count')
133 def generate_html(args, components_dict, title): argument
137 resources=resources, plot_script=script, plot_div=div, title=title)
299 title = os.path.splitext(os.path.basename(output_filename))[0]
301 html = generate_html(args, {'graph': graph, 'table': table}, title)
/system/bt/service/common/bluetooth/
Davrcp_media_attr.cc23 AvrcpMediaAttr::AvrcpMediaAttr(const std::string& title, in AvrcpMediaAttr() argument
28 : title_(title), in AvrcpMediaAttr()
Davrcp_media_attr.h27 AvrcpMediaAttr(const std::string& title, const std::string& artist,
32 const std::string& title() const { return title_; } in title() function
/system/extras/simpleperf/scripts/
Dreport_html.js209 addTab(title, tabObj) { argument
216 aria-controls="${id}" aria-selected="false">${title}</a>
219 this.tabs.set(title, [tabObj, false]);
220 this.ul.find(`#${id}-tab`).on('shown.bs.tab', () => this.onTabActive(title));
224 setActiveAsync(title) { argument
225 let tabObj = this.findTab(title);
233 onTabActive(title) { argument
234 let array = this.tabs.get(title);
248 findTab(title) { argument
249 let array = this.tabs.get(title);
[all …]
/system/bt/main/shim/
Ddumpsys.h28 #define LOG_DUMPSYS_TITLE(fd, title) \ argument
30 dprintf(fd, " ----- %s -----\n", title); \
/system/bt/gd/dumpsys/
Dinit_flags.cc23 auto title = fb_builder->CreateString("----- Init Flags -----"); in Dump() local
25 builder.add_title(title); in Dump()
Dreflection_schema.cc37 return bundled_schema_->title()->str(); in GetTitle()
68 bundled_schema_->title()->c_str(), in PrintReflectionSchema()
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_media_attr.cc56 String16 title; in readFromParcel() local
57 status_t status = parcel->readString16(&title); in readFromParcel()
59 title_ = String8(title).string(); in readFromParcel()
/system/bt/gd/hci/
Dhci_acl_manager.fbs6 title:string (privacy:"Any");
/system/bt/gd/dumpsys/bundler/
Dbundler.cc207 fprintf(stdout, "Bundle schema title:%s\n", bundle_schema->title()->c_str()); in ReadBundledSchema()
253 const char* title = opts.title; in WriteBundledSchema() local
254 auto schema_offset = CreateBundledSchemaDirect(builder, title, main_root_name, &vector_map); in WriteBundledSchema()
322 opts.title = optarg; in ParseArgs()
Dbundler.fbs14 title:string;
Dbundler.h34 const char* title{kDefaultTitle};
/system/extras/simpleperf/scripts/inferno/
Dscript.js53 let title = x.getElementsByTagName('title')[0];
65 let methodName = title.textContent.split(' | ')[0];
196 let title = callsites[i].getElementsByTagName('title')[0];
198 if (title.textContent.indexOf(term) != -1) {
Dinferno.py200 %s""" % ((': ' + args.title) if args.title else '',
353 if not args.title:
354 args.title = ''
355 args.title += '(One Flamegraph)'
/system/bt/gd/common/
Dinit_flags.fbs6 title:string;
/system/bt/gd/l2cap/classic/
Dl2cap_classic_module.fbs16 title:string (privacy:"Any");
/system/update_engine/scripts/update_payload/
Dchecker.py189 def __init__(self, title, report): argument
191 self.title = title
196 report_lines = [self._Indent(base_indent, self.title + ' =>\n')]
204 def __init__(self, title=None): argument
206 self.title = title
212 if self.title:
214 '=== %s ===\n' % self.title))
270 def AddSubReport(self, title): argument
273 sub_report = self.SubReportNode(title, type(self)())
277 def AddSection(self, title): argument
[all …]
/system/bt/gd/os/
Dwakelock_manager.fbs7 title:string;
/system/bt/service/
Davrcp_control.cc165 std::string title; in CtrlTrackChangedCallback() local
177 title = attr_text; in CtrlTrackChangedCallback()
208 const AvrcpMediaAttr attr(title, artist, album, genre, track_num, num_tracks, in CtrlTrackChangedCallback()
/system/bt/gd/shim/
Ddumpsys.fbs19 title:string (privacy:"Any");

12