Searched defs:scope (Results 1 – 17 of 17) sorted by relevance
/system/tools/sysprop/ |
D | RustGen.cpp | 189 std::string GenerateRustSource(sysprop::Properties props, sysprop::Scope scope) { in GenerateRustSource() 346 sysprop::Scope scope, in GenerateRustLibrary()
|
D | JavaGen.cpp | 356 sysprop::Scope scope) { in GenerateJavaClass() 470 sysprop::Scope scope, in GenerateJavaLibrary()
|
D | JavaMain.cpp | 37 sysprop::Scope scope; member
|
D | RustMain.cpp | 36 sysprop::Scope scope; member
|
D | sysprop.proto | 63 Scope scope = 4; field
|
D | CppGen.cpp | 296 sysprop::Scope scope) {
|
/system/timezone/input_tools/android/common/src/test/java/com/android/libcore/timezone/util/ |
D | ErrorsTest.java | 79 public void scope() { in scope() method in ErrorsTest
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 128 const char *scope = evt->findParam("SCOPE"); in onEvent() local 257 int flags, int scope) { in notifyAddressUpdated() 262 int flags, int scope) { in notifyAddressRemoved()
|
/system/tools/hidl/lint/lints/ |
D | safeunion.cpp | 34 static void lintUnionRecursively(const Scope* scope, std::unordered_set<const Type*>* visited, in lintUnionRecursively()
|
/system/tools/hidl/ |
D | AST.cpp | 206 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupTypes() local 254 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupConstantExpressions() local 518 void AST::addScopedType(NamedType* type, Scope* scope) { in addScopedType() 524 const Scope* scope) { in lookupLocalIdentifier() 546 EnumValue* AST::lookupEnumValue(const FQName& fqName, std::string* errorMsg, const Scope* scope) { in lookupEnumValue() 575 Type* AST::lookupType(const FQName& fqName, const Scope* scope) { in lookupType() 603 Type* AST::lookupTypeLocally(const FQName& fqName, const Scope* scope) { in lookupTypeLocally()
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 112 int scope) { in onInterfaceAddressRemoved()
|
/system/tools/hidl/hidl2aidl/ |
D | AidlHelper.cpp | 106 static void importLocallyReferencedType(const Type& scope, const Type& type, in importLocallyReferencedType()
|
/system/tools/aidl/ |
D | parser.cpp | 182 void PushScope(const AidlDefinedType* scope) { scope_.push_back(scope); } in PushScope()
|
D | aidl.cpp | 504 TypeResolver resolver = [&](const AidlDefinedType* scope, AidlTypeSpecifier* type) { in load_and_validate_aidl()
|
D | aidl_language.cpp | 696 bool AidlTypeSpecifier::Resolve(const AidlTypenames& typenames, const AidlScope* scope) { in Resolve() 1432 auto scope = root->GetEnclosingScope(); in GetDocument() local
|
/system/core/healthd/ |
D | BatteryMonitor_v1.cpp | 297 std::string scope; in isScopedPowerSupply() local
|
D | BatteryMonitor.cpp | 359 std::string scope; in isScopedPowerSupply() local
|