Searched refs:Package (Results 1 – 9 of 9) sorted by relevance
/system/update_engine/ |
D | omaha_response.h | 43 struct Package { struct 55 std::vector<Package> packages;
|
D | omaha_request_action.cc | 516 struct Package { struct 521 vector<Package> packages; 957 OmahaResponse::Package out_package; in ParsePackage()
|
/system/tools/aidl/ |
D | aidl_language_y.yy | 190 $$ = new AidlParcelable(loc(@2), $2, ps->Package(), $1->GetComments()); 193 $$ = new AidlParcelable(loc(@2), $2, ps->Package(), $1->GetComments(), $4->GetText()); 197 $$ = new AidlStructuredParcelable(loc(@2), name, ps->Package(), $1->GetComments(), $4); 229 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, $4, ps->Package()); 234 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, $5, ps->Package());
|
D | aidl_language.h | 670 std::vector<std::string> Package() const;
|
D | aidl_language.cpp | 829 std::vector<std::string> Parser::Package() const { in Package() function in Parser
|
/system/apex/proto/ |
D | apex_manifest.proto | 23 // Package Name
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 29 * Package: "android.hidl.manager"
|
/system/core/libutils/ |
D | README | 107 Package ID as namespace 183 Package management
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 548 std::cerr << "ERROR: Package statement must be at the beginning of the file (" << @1 << ")\n";
|