Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 86) 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/tools/aidl/
Dparser.cpp224 bool Resolve(const AidlDocument& document) { in Resolve() argument
225 queue_.push(&document); in Resolve()
272 bool Resolve(const AidlDocument& document) { in Resolve() argument
273 VisitScopedTopDown(document); in Resolve()
313 bool ResolveReferences(const AidlDocument& document, TypeResolver& type_resolver) { in ResolveReferences() argument
316 if (!TypeReferenceResolver(type_resolver).Resolve(document)) { in ResolveReferences()
319 if (!ConstantReferenceResolver().Resolve(document)) { in ResolveReferences()
322 if (!CheckNoRecursiveDefinition(document)) { in ResolveReferences()
Daidl.cpp452 const AidlDocument* document = Parser::Parse(input_file_name, io_delegate, *typenames); in load_and_validate_aidl() local
453 if (document == nullptr) { in load_and_validate_aidl()
457 for (const auto& type : document->DefinedTypes()) { in load_and_validate_aidl()
478 for (const auto& import : document->Imports()) { in load_and_validate_aidl()
529 if (!ResolveReferences(*document, resolver)) { in load_and_validate_aidl()
541 const auto& types = document->DefinedTypes(); in load_and_validate_aidl()
544 AIDL_FATAL_IF(defined_type == nullptr, document); in load_and_validate_aidl()
664 if (!CheckValid(*document, options)) { in load_and_validate_aidl()
668 if (!ValidateAnnotationContext(*document)) { in load_and_validate_aidl()
672 if (!ValidateHeaders(options.TargetLanguage(), *document)) { in load_and_validate_aidl()
[all …]
Dparser.h58 bool ResolveReferences(const AidlDocument& document, TypeResolver& resolver);
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/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/sepolicy/
DREADME.apps.md1 The policy defines multiple types and attributes for apps. This document is a
/system/extras/ioshark/
DREADME3 https://docs.google.com/a/google.com/document/d/1Bhq7iNPVc_JzwRrkmZqcPjMvWgpHX0r3Ncq-ZsRNOBA/edit?u…
/system/unwinding/libunwindstack/
DAndroidVersions.md2 This document describes the changes in the way the libunwindstack
/system/security/mls/mls-rs-crypto-boringssl/
DLICENSE-apache10 and distribution as defined by Sections 1 through 9 of this document.
/system/core/fastboot/
DREADME.md127 Previous versions of this document indicated that getvar
215 It should be "0.4" for this document.
/system/extras/mmap-perf/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/logging/logcat/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/postinst/
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/extras/tests/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/keymaster/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/slideshow/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
/system/extras/su/
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/incremental_delivery/incfs/
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/libfscrypt/
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/extras/pagecache/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.

1234