/system/tools/hidl/test/errors/syntax/1.0/ |
D | IEx1.hal | 21 import IBad; 22 import IGood 23 import 1233; 25 import IBad; 26 import IGood2; 27 import IBad;
|
/system/tools/aidl/ |
D | aidl.cpp | 282 for (const auto& import : imports) { in write_java_dep_file() local 283 if (!import->GetFilename().empty()) { in write_java_dep_file() 284 source_aidl.push_back(import->GetFilename()); in write_java_dep_file() 312 for (const auto& import : imports) { in write_cpp_dep_file() local 313 if (!import->GetFilename().empty()) { in write_cpp_dep_file() 314 source_aidl.push_back(import->GetFilename()); in write_cpp_dep_file() 595 for (auto& import : p.GetImports()) { in load_and_validate_aidl() local 596 if (types->HasImportType(*import)) { in load_and_validate_aidl() 602 string import_path = import_resolver.FindImportFile(import->GetNeededClass()); in load_and_validate_aidl() 604 cerr << import->GetFileFrom() << ":" << import->GetLine() in load_and_validate_aidl() [all …]
|
D | type_namespace.h | 107 virtual bool HasImportType(const AidlImport& import) const = 0; 160 bool HasImportType(const AidlImport& import) const override { in HasImportType() argument 161 return HasTypeByCanonicalName(import.GetNeededClass()); in HasImportType()
|
D | aidl_language_y.yy | 94 | import imports {}; 96 import
|
D | aidl_language_l.ll | 68 import { return yy::parser::token::IMPORT; }
|
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.config | 3 import os 4 import os.path
|
D | pprof_proto_generator.config | 3 import os 4 import os.path
|
D | app_profiler.config | 3 import os 4 import os.path
|
D | annotate.config | 3 import os
|
/system/tools/hidl/test/errors/ |
D | syntax.output | 3 ERROR: Unable to import 'IBad' at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:21.8-11 6 ERROR: Unable to import 'IBad' at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:25.8-11 7 ERROR: Unable to import 'IBad' at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:27.8-11
|
/system/tools/hidl/test/errors/versioning/3.3/ |
D | IBar.hal | 19 import @3.2::IFoo;
|
D | IFoo.hal | 19 import @3.2::IFoo;
|
/system/libhidl/transport/memory/1.0/ |
D | IMapper.hal | 19 import IMemory;
|
/system/tools/hidl/test/vendor/1.0/ |
D | IVendor.hal | 19 import android.hardware.tests.baz@1.0;
|
/system/media/camera/docs/ |
D | html.mako | 104 import re 105 from metadata_helpers import md 106 from metadata_helpers import IMAGE_SRC_METADATA 107 from metadata_helpers import filter_tags 108 from metadata_helpers import filter_links 109 from metadata_helpers import wbr
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 51 If you use an import statement in your AIDL, even from the same package, you 114 import bar.IAnotherInterface; 142 Note that `aidl-cpp` will import headers for types used in the interface. For 143 imported types (e.g. parcelables and interfaces), it will import a header 144 corresponding to the package/class name of the import. For instance, 145 `import bar.IAnotherInterface` causes aidl-cpp to generate
|
/system/update_engine/ |
D | pylintrc | 195 # Tells whether we should check for unused import in __init__ files. 196 init-import=no 221 # (1) Long import lines 229 (^\s*(import|from)\s 424 import-graph= 428 ext-import-graph= 432 int-import-graph=
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 19 import IServiceNotification; 20 import android.hidl.base@1.0::DebugInfo.Architecture;
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 92 "package", "import", "typedef", "generates", "oneway", "extends", 101 "for", "friend", "goto", "if", "inline", "int", "import", "long", "module", "mutable", 112 "implements", "protected", "throw", "byte", "else", "import", "public", "throws", 483 std::cerr << "ERROR: Unable to import '" << $2 << "' at " << @2 491 std::cerr << "ERROR: Unable to import '" << $2 << "' at " << @2 594 std::cerr << "ERROR: Unable to automatically import '"
|
D | AST.cpp | 99 bool AST::addImport(const char *import) { in addImport() argument 100 FQName fqName(import); in addImport()
|
D | AST.h | 47 bool addImport(const char *import);
|
/system/tpm/attestation/common/ |
D | database.proto | 7 import "common.proto";
|
D | interface.proto | 19 import "common.proto";
|
/system/core/rootdir/ |
D | init.rc | 7 import /init.environ.rc 8 import /init.usb.rc 9 import /init.${ro.hardware}.rc 10 import /vendor/etc/init/hw/init.${ro.hardware}.rc 11 import /init.usb.configfs.rc 12 import /init.${ro.zygote}.rc
|
/system/security/keystore/ |
D | key_store_service.h | 66 KeyStoreServiceReturnCode import(const android::String16& name, const hidl_vec<uint8_t>& data,
|