Searched refs:Package (Results 1 – 6 of 6) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 335 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), *$4, $3); 342 …$$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5… 388 … $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, ps->Package(), nullptr); 394 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, ps->Package(), $4); 400 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, ps->Package(), $5); 615 $$ = new AidlEnumDeclaration(loc(@2), $2->GetText(), $3, ps->Package(), $1->GetComments()); 625 $$ = new AidlUnionDecl(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5);
|
D | parser.h | 94 const std::string& Package() const { return package_; } in Package() function
|
/system/security/keystore/tests/fuzzer/ |
D | README.md | 57 1. Package Name (parameter name: `packageName`)
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 29 * Package: "android.hidl.manager"
|
/system/extras/perf2cfg/ |
D | README.md | 76 can be seen by enabling the "Show Package Names" and "Sort List of
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 533 std::cerr << "ERROR: Package statement must be at the beginning of the file (" << @1 << ")\n";
|