/system/bt/gd/ |
D | module_unittest_generated.h | 16 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;
|
D | module_unittest.cc | 290 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()
|
D | module_unittest.fbs | 7 title:string (privacy:"Any");
|
D | dumpsys_data.fbs | 15 title:string;
|
/system/media/camera/docs/ |
D | plots.py | 77 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/ |
D | purgatorio.py | 56 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/ |
D | avrcp_media_attr.cc | 23 AvrcpMediaAttr::AvrcpMediaAttr(const std::string& title, in AvrcpMediaAttr() argument 28 : title_(title), in AvrcpMediaAttr()
|
D | avrcp_media_attr.h | 27 AvrcpMediaAttr(const std::string& title, const std::string& artist, 32 const std::string& title() const { return title_; } in title() function
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 209 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/ |
D | dumpsys.h | 28 #define LOG_DUMPSYS_TITLE(fd, title) \ argument 30 dprintf(fd, " ----- %s -----\n", title); \
|
/system/bt/gd/dumpsys/ |
D | init_flags.cc | 23 auto title = fb_builder->CreateString("----- Init Flags -----"); in Dump() local 25 builder.add_title(title); in Dump()
|
D | reflection_schema.cc | 37 return bundled_schema_->title()->str(); in GetTitle() 68 bundled_schema_->title()->c_str(), in PrintReflectionSchema()
|
/system/bt/service/common/android/bluetooth/ |
D | bluetooth_avrcp_media_attr.cc | 56 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/ |
D | hci_acl_manager.fbs | 6 title:string (privacy:"Any");
|
/system/bt/gd/dumpsys/bundler/ |
D | bundler.cc | 207 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()
|
D | bundler.fbs | 14 title:string;
|
D | bundler.h | 34 const char* title{kDefaultTitle};
|
/system/extras/simpleperf/scripts/inferno/ |
D | script.js | 53 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) {
|
D | inferno.py | 200 %s""" % ((': ' + args.title) if args.title else '', 353 if not args.title: 354 args.title = '' 355 args.title += '(One Flamegraph)'
|
/system/bt/gd/common/ |
D | init_flags.fbs | 6 title:string;
|
/system/bt/gd/l2cap/classic/ |
D | l2cap_classic_module.fbs | 16 title:string (privacy:"Any");
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 189 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/ |
D | wakelock_manager.fbs | 7 title:string;
|
/system/bt/service/ |
D | avrcp_control.cc | 165 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/ |
D | dumpsys.fbs | 19 title:string (privacy:"Any");
|