/hardware/st/nfc/st21nfc/adaptation/ |
D | android_logmsg.cpp | 23 void DispHal(const char* title, const void* data, size_t length); 71 void DispHal(const char* title, const void* data, size_t length) { in DispHal() argument 103 STLOG_HAL_D("%s", title); in DispHal() 112 if (title[0] == 'R') { in DispHal() 114 } else if (title[0] == 'T') { in DispHal() 121 if (title[0] == 'R') { in DispHal() 123 } else if (title[0] == 'T') { in DispHal() 141 if (title[0] == 'R') { in DispHal() 143 } else if (title[0] == 'T') { in DispHal() 150 if (title[0] == 'R') { in DispHal() [all …]
|
/hardware/st/nfc/1.0/adaptation/ |
D | android_logmsg.cpp | 22 void DispHal(const char* title, const void* data, size_t length); 62 void DispHal(const char* title, const void* data, size_t length) { in DispHal() argument 70 STLOG_HAL_D("%s", title); in DispHal() 73 STLOG_HAL_D("%s: ", title); in DispHal() 80 if (title[0] == 'R') { in DispHal() 82 } else if (title[0] == 'T') { in DispHal() 96 if (title[0] == 'R') { in DispHal() 98 } else if (title[0] == 'T') { in DispHal()
|
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | android_logmsg.cc | 24 void DispHal(const char* title, const void* data, size_t length); 57 void DispHal(const char* title, const void* data, size_t length) { in DispHal() argument 65 STLOG_HAL_D("%s", title); in DispHal() 73 if (title[0] == 'R') { in DispHal() 75 } else if (title[0] == 'T') { in DispHal() 89 if (title[0] == 'R') { in DispHal() 91 } else if (title[0] == 'T') { in DispHal()
|
D | android_logmsg.h | 85 void DispHal(const char* title, const void* data, size_t length);
|
/hardware/google/camera/common/hal/utils/ |
D | hal_utils.h | 105 const std::string& title); 110 const std::string& title); 113 void DumpCaptureRequest(const CaptureRequest& request, const std::string& title); 117 const std::string& title); 120 void DumpCaptureResult(const CaptureResult& result, const std::string& title); 123 void DumpNotify(const NotifyMessage& message, const std::string& title); 126 void DumpStream(const Stream& stream, const std::string& title); 129 void DumpHalStream(const HalStream& hal_stream, const std::string& title); 133 const std::string& title); 138 const std::string& title);
|
D | hal_utils.cc | 660 const std::string& title) { in DumpStreamConfiguration() argument 661 std::string str = "======== " + title + " ========"; in DumpStreamConfiguration() 679 const std::string& title) { in DumpHalConfiguredStreams() argument 680 std::string str = "======== " + title + " ========"; in DumpHalConfiguredStreams() 695 const std::string& title) { in DumpCaptureRequest() argument 696 std::string str = "======== " + title + " ========"; in DumpCaptureRequest() 714 const std::string& title) { in DumpCaptureResult() argument 715 std::string str = "======== " + title + " ========"; in DumpCaptureResult() 731 void DumpCaptureResult(const CaptureResult& result, const std::string& title) { in DumpCaptureResult() argument 732 std::string str = "======== " + title + " ========"; in DumpCaptureResult() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | makeSpec | 96 title = '' variable 99 title = 'with all KHR extensions' variable 102 title = 'with all ratified extensions' variable 105 title = 'with all registered extensions' variable 124 if title != '': 125 title += ' and ' + ', '.join(sorted(extraexts)) 127 title += 'with ' + ', '.join(sorted(extraexts)) 129 if title != '': 130 title = '(' + title + ')' variable
|
D | vkspec.adoc | 9 // Define titles and title logos for either Vulkan or Vulkan SC 24 // https://discuss.asciidoctor.org/How-to-add-markup-to-author-information-in-document-title-td6488… 38 :title-logo-image: image:{images}/{VulkanLogo}[top="25%"]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | antora-prep.py | 61 def mapAnchor(anchor, title, pageMap, xrefMap, closeAnchor): argument 78 if title != '' or not closeAnchor: 84 (pageAnchor, title) = xrefMap[anchor] 88 if title == '': 90 title = anchor 102 title = ' '.join(title.split()) 175 self.title = '' 198 title = '' 256 self.title = '' 264 self.title,
|
D | genRef.py | 263 for title, content in sections.items(): 264 print('== {}'.format(title), 769 for (apiDict, label, title) in sections: 771 anchor = '[[' + label + ',' + title + ']]' 773 '== ' + title, 1042 for (apiDict, title) in sections: 1050 … logDiag('(Benign, is an alias) Ref page for', title, page, 'is aliased into', api.alias[page]) 1052 logDiag('(Benign, no FlagBits defined) No ref page generated for ', title, 1057 logWarn('No ref page generated for ', title, page)
|
D | hostsyncgenerator.py | 38 def writeBlock(self, basename, title, contents): argument 50 write('.%s' % title, file=fp)
|
D | interfacedocgenerator.py | 42 def writeNewInterfaces(self, feature, key, title, markup, fp): argument 50 write('=== ' + title, file=fp)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | khronos.css | 39 abbr[title] { border-bottom: 1px dotted; } 176 …title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title,… 179 div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, … 191 h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Noto, sans-seri… 192 h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h… 198 h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; } 259 …d (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line… 262 h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; } 274 h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; } 380 ….anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a… [all …]
|
D | makeSubmit.py | 24 def makeTarget(outDir, extensions, submitName, title, target): argument 116 makeSubmit(results.outdir, results.title, results.extension, apideps)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/vu-to-json/ |
D | extension.rb | 44 …if block.context == :sidebar && (block.title == "Valid Usage" || block.title == "Valid Usage (Impl…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/ |
D | testspec.adoc | 9 // Define titles and title logos for either Vulkan or Vulkan SC 25 :title-logo-image: image:{images}/{VulkanLogo}[top="25%"]
|
/hardware/google/interfaces/ril_ext/hardware/google/ril_ext/ |
D | IRilExtIndication.aidl | 33 void triggerBugreport(in String title); in triggerBugreport() argument
|
/hardware/google/interfaces/ril_ext/aidl_api/hardware.google.ril_ext/current/hardware/google/ril_ext/ |
D | IRilExtIndication.aidl | 38 void triggerBugreport(in String title); in triggerBugreport() argument
|
/hardware/google/interfaces/ril_ext/aidl_api/hardware.google.ril_ext/1/hardware/google/ril_ext/ |
D | IRilExtIndication.aidl | 38 void triggerBugreport(in String title); in triggerBugreport() argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | addscript.jsmarker | 2 <script>var searchindexurl = 'search.index.js?4' + (document.title.replace(/[^0-9.]/g, ''));</scrip…
|
D | build-index.js | 35 searchlookup[documents[i].id] = documents[i].title;
|
D | custom.patch | 10 +<script>var searchindexurl = 'search.index.js?4' + (document.title.replace(/[^0-9.]/g, ''));</scri…
|
/hardware/st/nfc/1.0/include/ |
D | android_logmsg.h | 91 void DispHal(const char* title, const void* data, size_t length);
|
/hardware/st/nfc/st21nfc/include/ |
D | android_logmsg.h | 112 void DispHal(const char* title, const void* data, size_t length);
|
/hardware/google/graphics/common/libion/test/ |
D | ion_test_fixture.cpp | 122 string title, kb; in SetUp() local 125 ifs >> title >> size >> kb; in SetUp()
|