Home
last modified time | relevance | path

Searched refs:Include (Results 1 – 21 of 21) sorted by relevance

/system/tools/hidl/c2hal/
DInclude.cpp21 Include::Include(const std::string &name, bool isLibrary) in Include() function in android::Include
25 Include::~Include() {} in ~Include()
27 bool Include::isLibrary() const { in isLibrary()
31 void Include::generateSource(Formatter &out) const { in generateSource()
44 void Include::processContents(AST &) { in processContents()
DInclude.h29 struct Include : Declaration { struct
30 Include(const std::string &name, bool isLibrary);
31 ~Include();
44 DISALLOW_COPY_AND_ASSIGN(Include); argument
DAST.h32 struct Include;
52 void setIncludes(std::vector<Include *> *includes);
76 std::vector<Include *> *mIncludes = nullptr;
DAST.cpp99 void AST::setIncludes(std::vector<Include *> *includes) { in setIncludes()
185 mIncludes = new std::vector<Include*>; in isolateIncludes()
189 if ((*it)->decType() == Include::type()) { in isolateIncludes()
191 mIncludes->push_back((Include *) *it); in isolateIncludes()
Dc2hal_y.yy26 #include "Include.h"
164 android::Include *include;
165 std::vector<android::Include *> *includes;
279 $$ = new Include($3, true /* isLibrary */);
283 $$ = new Include($3, false /* isLibrary */);
DAndroid.bp35 "Include.cpp",
Dc2hal_l.ll38 #include "Include.h"
/system/keymint/wire/
DCargo.toml13 # Include support for types added in v3 of the KeyMint HAL.
15 # Include support for types added in v2 of the KeyMint HAL.
/system/security/keystore2/aconfig/
Dflags.aconfig23 …description: "Include support for importing keys that were previously software-emulated into KeyMi…
/system/sepolicy/build/soong/
Dvalidate_bindings.go102 Include: "$(BUILD_PHONY_PACKAGE)",
Dsepolicy_freeze.go165 Include: "$(BUILD_PHONY_PACKAGE)",
Dsepolicy_neverallow.go185 Include: "$(BUILD_PHONY_PACKAGE)",
Dcompat_cil.go251 Include: "$(BUILD_PHONY_PACKAGE)",
Dselinux_contexts.go695 Include: "$(BUILD_PHONY_PACKAGE)",
/system/chre/apps/test/common/proto/
DAndroid.bp71 // Include protos in this directory
/system/media/camera/docs/
Dcamera_metadata_tags.mako21 * Include camera_metadata.h instead.
/system/teeui/test/example_config/
DREADME4 Include the following three files in a new directory that you would want to run
/system/tools/mkbootimg/
Dpylintrc191 # Include a hint for the correct naming format with invalid-name
/system/apex/
Dpylintrc197 # Include a hint for the correct naming format with invalid-name
/system/update_engine/
Dpylintrc275 # Include a hint for the correct naming format with invalid-name
/system/chre/doc/
Dnanoapp_developer_guide.md67 * Include any additional `.mk` files for vendor extensions, etc. before `app.mk`