Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 91) sorted by relevance

1234

/system/extras/simpleperf/scripts/purgatorio/templates/
Dmain.js77 let inverted = document.getElementById("inverted_checkbox").checked
88 if (document.getElementById("regex").value) {
89 regex = new RegExp(document.getElementById("regex").value)
176 let inverted = document.getElementById("inverted_checkbox").checked
189 if (document.getElementById("regex").value) {
190 regex = new RegExp(document.getElementById("regex").value)
226 var help_dialog = document.getElementById("help_dialog");
228 document.getElementById("help_button").onclick = function() {
238 document.getElementsByClassName("dialog_close")[0].onclick = function() {
/system/bt/btif/src/
Dbtif_config_transcode.cc29 XMLDocument document; in btif_config_transcode() local
30 int error = document.LoadFile(xml_filename); in btif_config_transcode()
37 XMLElement* rootElement = document.RootElement(); in btif_config_transcode()
/system/tools/aidl/
Dparser.h97 void SetDocument(std::unique_ptr<AidlDocument>&& document) { in SetDocument() argument
100 document_ = document.get(); in SetDocument()
101 if (!typenames_.AddDocument(std::move(document))) { in SetDocument()
Dgenerate_java.cpp313 std::unique_ptr<Document> document = in generate_java_interface() local
317 document->Write(code_writer.get()); in generate_java_interface()
326 std::unique_ptr<Document> document = in generate_java_parcel() local
330 document->Write(code_writer.get()); in generate_java_parcel()
/system/bt/doc/
Dnetwork_ports.md3 This document lists all of the network ports used by the bluetooth stack.
Dlog_tags.md3 This document lists all of the log tags used by the Bluetooth stack.
Dproperties.md3 This document describes all of the Android properties used by the Bluetooth
Dpts_guide.md3 This document provides commands to enable PTS test mode for Fluoride stack. We
/system/extras/simpleperf/scripts/inferno/
Dscript.js19 let flamegraph = document.getElementById('flamegraph_id');
39 let flamegraph = document.getElementById('flamegraph_id');
207 document.addEventListener('keydown', (e) => {
/system/bt/test/
DREADME.md3 This document refers to the tests in the system/bt/test directory.
/system/extras/ioshark/
DREADME3 https://docs.google.com/a/google.com/document/d/1Bhq7iNPVc_JzwRrkmZqcPjMvWgpHX0r3Ncq-ZsRNOBA/edit?u…
/system/bt/gd/docs/architecture/
Dstyle_guide.md7 In general, when not mentioned in this document, developers should follow the
/system/unwinding/libunwindstack/
DAndroidVersions.md2 This document describes the changes in the way the libunwindstack
/system/core/fastboot/
DREADME.md118 Previous versions of this document indicated that getvar
169 It should be "0.4" for this document.
/system/bt/gd/docs/testing/
Dcert_test.md239 These information can be found at the Test Case Reference List (TCRL) document
/system/extras/profcollectd/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/tests/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/squashfs_utils/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/verity/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/core/libgrallocusage/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/ext4_utils/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/security/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/sane_schedstat/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/core/libcutils/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/sound/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.

1234