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.bp26 "Include.cpp",
Dc2hal_l.ll38 #include "Include.h"
/system/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te15 # Include write permission for app data files so viewcompiler can generate
/system/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te15 # Include write permission for app data files so viewcompiler can generate
/system/sepolicy/private/
Dviewcompiler.te15 # Include write permission for app data files so viewcompiler can generate
/system/chre/apps/test/common/proto/
DAndroid.bp61 // Include protos in this directory
/system/bt/gd/packet/parser/test/
Dbig_endian_test_packets.pdl94 _payload_ : [+2*8], // Include two_bytes in the size
Dtest_packets.pdl94 _payload_ : [+2*8], // Include two_bytes in the size
/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/bt/gd/l2cap/
Dl2cap_packets.pdl15 _payload_ : [+2*8], // Include Fcs in the _size_
/system/bt/gd/
DAndroid.bp484 "external/python/cpython3/Include",
/system/tools/mkbootimg/
Dpylintrc160 # Include a hint for the correct naming format with invalid-name
/system/bt/doc/
Dstyle_guide.md255 ### Include guard
/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`