Searched refs:Include (Results 1 – 21 of 21) sorted by relevance
/system/tools/hidl/c2hal/ |
D | Include.cpp | 21 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()
|
D | Include.h | 29 struct Include : Declaration { struct 30 Include(const std::string &name, bool isLibrary); 31 ~Include(); 44 DISALLOW_COPY_AND_ASSIGN(Include); argument
|
D | AST.h | 32 struct Include; 52 void setIncludes(std::vector<Include *> *includes); 76 std::vector<Include *> *mIncludes = nullptr;
|
D | AST.cpp | 99 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()
|
D | c2hal_y.yy | 26 #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 */);
|
D | Android.bp | 26 "Include.cpp",
|
D | c2hal_l.ll | 38 #include "Include.h"
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | viewcompiler.te | 15 # Include write permission for app data files so viewcompiler can generate
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | viewcompiler.te | 15 # Include write permission for app data files so viewcompiler can generate
|
/system/sepolicy/private/ |
D | viewcompiler.te | 15 # Include write permission for app data files so viewcompiler can generate
|
/system/chre/apps/test/common/proto/ |
D | Android.bp | 61 // Include protos in this directory
|
/system/bt/gd/packet/parser/test/ |
D | big_endian_test_packets.pdl | 94 _payload_ : [+2*8], // Include two_bytes in the size
|
D | test_packets.pdl | 94 _payload_ : [+2*8], // Include two_bytes in the size
|
/system/media/camera/docs/ |
D | camera_metadata_tags.mako | 21 * Include camera_metadata.h instead.
|
/system/teeui/test/example_config/ |
D | README | 4 Include the following three files in a new directory that you would want to run
|
/system/bt/gd/l2cap/ |
D | l2cap_packets.pdl | 15 _payload_ : [+2*8], // Include Fcs in the _size_
|
/system/bt/gd/ |
D | Android.bp | 484 "external/python/cpython3/Include",
|
/system/tools/mkbootimg/ |
D | pylintrc | 160 # Include a hint for the correct naming format with invalid-name
|
/system/bt/doc/ |
D | style_guide.md | 255 ### Include guard
|
/system/update_engine/ |
D | pylintrc | 275 # Include a hint for the correct naming format with invalid-name
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 67 * Include any additional `.mk` files for vendor extensions, etc. before `app.mk`
|