Home
last modified time | relevance | path

Searched refs:import (Results 1 – 25 of 105) sorted by relevance

12345

/system/tools/hidl/test/errors/syntax/1.0/
DIEx1.hal21 import IBad;
22 import IGood
23 import 1233;
25 import IBad;
26 import IGood2;
27 import IBad;
/system/tools/aidl/
Daidl.cpp282 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 …]
Dtype_namespace.h107 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()
Daidl_language_y.yy94 | import imports {};
96 import
Daidl_language_l.ll68 import { return yy::parser::token::IMPORT; }
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.config3 import os
4 import os.path
Dpprof_proto_generator.config3 import os
4 import os.path
Dapp_profiler.config3 import os
4 import os.path
Dannotate.config3 import os
/system/tools/hidl/test/errors/
Dsyntax.output3 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/
DIBar.hal19 import @3.2::IFoo;
DIFoo.hal19 import @3.2::IFoo;
/system/libhidl/transport/memory/1.0/
DIMapper.hal19 import IMemory;
/system/tools/hidl/test/vendor/1.0/
DIVendor.hal19 import android.hardware.tests.baz@1.0;
/system/media/camera/docs/
Dhtml.mako104 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/
Daidl-cpp.md51 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/
Dpylintrc195 # 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/
DIServiceManager.hal19 import IServiceNotification;
20 import android.hidl.base@1.0::DebugInfo.Architecture;
/system/tools/hidl/
Dhidl-gen_y.yy92 "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 '"
DAST.cpp99 bool AST::addImport(const char *import) { in addImport() argument
100 FQName fqName(import); in addImport()
DAST.h47 bool addImport(const char *import);
/system/tpm/attestation/common/
Ddatabase.proto7 import "common.proto";
Dinterface.proto19 import "common.proto";
/system/core/rootdir/
Dinit.rc7 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/
Dkey_store_service.h66 KeyStoreServiceReturnCode import(const android::String16& name, const hidl_vec<uint8_t>& data,

12345