Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/aosp12/build/blueprint/proptools/
H A Dextend.go36 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error {
54 func PrependProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error {
74 func AppendMatchingProperties(dst []interface{}, src interface{},
95 func PrependMatchingProperties(dst []interface{}, src interface{},
118 func ExtendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc,
143 func ExtendMatchingProperties(dst []interface{}, src interface{},
166 dstValue, srcValue interface{}) (Order, error) {
172 dstValue, srcValue interface{}) (Order, error) {
178 dstValue, srcValue interface{}) (Order, error) {
198 func extendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc,
[all …]
H A Dextend_test.go1452 got interface{}, err error,
1453 expected interface{}, expectedErr error) {
1485 func p(in interface{}) string {
/aosp12/build/soong/android/
H A Ddepset_generic.go84 func newDepSet(order DepSetOrder, direct interface{}, transitive interface{}) *depSet {
123 func sliceToDepSets(in interface{}, order DepSetOrder) []*depSet {
146 func (b *depSetBuilder) DirectSlice(direct interface{}) *depSetBuilder {
155 func (b *depSetBuilder) Direct(direct interface{}) *depSetBuilder {
177 func (d *depSet) walk(visit func(interface{})) {
243 func firstUnique(slice interface{}) interface{} {
253 func firstUniqueList(in interface{}) interface{} {
285 func firstUniqueMap(in interface{}) interface{} {
307 func reverseSliceInPlace(in interface{}) {
318 func reverseSlice(in interface{}) interface{} {
[all …]
H A Dpath_properties.go40 func addPathDepsForProps(ctx BottomUpMutatorContext, props []interface{}) {
62 func pathPropertiesForPropertyStruct(ps interface{}) []string {
163 func pathPropertyIndexesForPropertyStruct(ps interface{}) [][]int {
H A Donceper.go28 func (once *OncePer) maybeWaitFor(key OnceKey, value interface{}) interface{} {
45 func (once *OncePer) Once(key OnceKey, value func() interface{}) interface{} {
122 func NewCustomOnceKey(key interface{}) OnceKey {
H A Ddefaults.go47 func (d *DefaultableModuleBase) setProperties(props []interface{}, variableProperties interface{}) {
233 defaults Defaults, defaultableProp interface{}) {
261 defaults Defaults, defaultableProp interface{}) {
/aosp12/system/unwinding/libunwindstack/tests/
H A DElfInterfaceArmTest.cpp45 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
62 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
71 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
80 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
89 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
99 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
110 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
122 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
139 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
158 ElfInterfaceArmFake interface(&memory_); in TEST_F() local
[all …]
H A DElfTest.cpp295 ElfInterfaceFake* interface = new ElfInterfaceFake(memory_); in TEST_F() local
314 ElfInterfaceFake* interface = new ElfInterfaceFake(memory_); in VerifyStepIfSignalHandler() local
370 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
395 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
410 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
425 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
444 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
468 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
489 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
517 ElfInterfaceMock* interface = new ElfInterfaceMock(memory_); in TEST_F() local
[all …]
/aosp12/system/netd/server/
H A DPhysicalNetwork.cpp30 [[nodiscard]] int addToDefault(unsigned netId, const std::string& interface, Permission permission, in addToDefault()
42 [[nodiscard]] int removeFromDefault(unsigned netId, const std::string& interface, in removeFromDefault()
86 void PhysicalNetwork::invalidateRouteCache(const std::string& interface) { in invalidateRouteCache()
108 for (const std::string& interface : mInterfaces) { in setPermission() local
118 for (const std::string& interface : mInterfaces) { in setPermission() local
139 for (const std::string& interface : mInterfaces) { in addAsDefault() local
152 for (const std::string& interface : mInterfaces) { in removeAsDefault() local
166 for (const std::string& interface : mInterfaces) { in addUsers() local
181 for (const std::string& interface : mInterfaces) { in removeUsers() local
193 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface()
[all …]
H A DVirtualNetwork.cpp39 for (const std::string& interface : mInterfaces) { in addUsers() local
54 for (const std::string& interface : mInterfaces) { in removeUsers() local
66 int VirtualNetwork::addInterface(const std::string& interface) { in addInterface()
79 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface()
H A DRouteController.cpp135 uint32_t RouteController::getRouteTableForInterfaceLocked(const char* interface) { in getRouteTableForInterfaceLocked()
160 uint32_t RouteController::getIfIndex(const char* interface) { in getIfIndex()
182 uint32_t RouteController::getRouteTableForInterface(const char* interface) { in getRouteTableForInterface()
689 const char *interface = DummyNetwork::INTERFACE_NAME; in configureDummyNetwork() local
794 int RouteController::modifyPhysicalNetwork(unsigned netId, const char* interface, in modifyPhysicalNetwork()
952 int RouteController::modifyVirtualNetwork(unsigned netId, const char* interface, in modifyVirtualNetwork()
1062 static void maybeModifyQdiscClsact(const char* interface, bool add) { in maybeModifyQdiscClsact()
1131 int RouteController::flushRoutes(const char* interface) { in flushRoutes()
1281 int RouteController::removeInterfaceFromDefaultNetwork(const char* interface, in removeInterfaceFromDefaultNetwork()
1292 int RouteController::removeRoute(const char* interface, const char* destination, in removeRoute()
[all …]
H A DInterfaceController.cpp148 const char *family, const char *which, const char *interface, const char *parameter) { in getParameterPathname()
265 int InterfaceController::setEnableIPv6(const char *interface, const int on) { in setEnableIPv6()
278 Status InterfaceController::setIPv6AddrGenMode(const std::string& interface, int mode) { in setIPv6AddrGenMode()
301 int InterfaceController::setAcceptIPv6Ra(const char *interface, const int on) { in setAcceptIPv6Ra()
312 int InterfaceController::setAcceptIPv6Dad(const char *interface, const int on) { in setAcceptIPv6Dad()
321 int InterfaceController::setIPv6DadTransmits(const char *interface, const char *value) { in setIPv6DadTransmits()
329 int InterfaceController::setIPv6PrivacyExtensions(const char *interface, const int on) { in setIPv6PrivacyExtensions()
354 int InterfaceController::setMtu(const char *interface, const char *mtu) in setMtu()
364 int InterfaceController::addAddress(const char *interface, in addAddress()
370 int InterfaceController::delAddress(const char *interface, in delAddress()
[all …]
H A DLocalNetwork.cpp34 int LocalNetwork::addInterface(const std::string& interface) { in addInterface()
46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface()
/aosp12/build/soong/ui/logger/
H A Dlogger.go237 func (s *stdLogger) Print(v ...interface{}) {
244 func (s *stdLogger) Printf(format string, v ...interface{}) {
251 func (s *stdLogger) Println(v ...interface{}) {
258 func (s *stdLogger) Verbose(v ...interface{}) {
272 func (s *stdLogger) Verboseln(v ...interface{}) {
279 func (s *stdLogger) Fatal(v ...interface{}) {
287 func (s *stdLogger) Fatalf(format string, v ...interface{}) {
295 func (s *stdLogger) Fatalln(v ...interface{}) {
302 func (s *stdLogger) Panic(v ...interface{}) {
309 func (s *stdLogger) Panicf(format string, v ...interface{}) {
[all …]
/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc52 const stack_config_t interface = { variable
123 MockMediaInterface interface; in TEST_F() local
168 MockMediaInterface interface; in TEST_F() local
210 MockMediaInterface interface; in TEST_F() local
254 MockMediaInterface interface; in TEST_F() local
315 MockMediaInterface interface; in TEST_F() local
369 MockMediaInterface interface; in TEST_F() local
424 MockMediaInterface interface; in TEST_F() local
482 MockMediaInterface interface; in TEST_F() local
539 MockMediaInterface interface; in TEST_F() local
[all …]
/aosp12/build/blueprint/bootstrap/
H A Dwritedocs.go18 func ModuleTypeDocs(ctx *blueprint.Context, config interface{}, factories map[string]reflect.Value)…
78 func writeDocs(ctx *blueprint.Context, config interface{}, filename string) error {
/aosp12/system/bt/btcore/src/
H A Dhal_util.cc35 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library()
72 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library()
/aosp12/frameworks/av/media/libaudiohal/
H A DFactoryHalHidl.cpp41 bool createHalService(const std::string& version, const std::string& interface, in createHalService()
72 const std::string& interface) { in hasHalService()
96 void* createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
/aosp12/build/soong/sdk/
H A Dbp.go71 func coercePropertyValue(value interface{}) interface{} {
101 func (s *bpPropertySet) AddProperty(name string, value interface{}) {
123 func (s *bpPropertySet) AddPropertyWithTag(name string, value interface{}, tag android.BpPropertyTa…
195 func (s *bpPropertySet) setProperty(name string, value interface{}) {
210 func (s *bpPropertySet) insertAfter(position string, name string, value interface{}) {
309 func (t identityTransformation) transformProperty(name string, value interface{}, tag android.BpPro…
357 func (t deepCopyTransformation) transformProperty(name string, value interface{}, tag android.BpPro…
/aosp12/build/blueprint/
H A Dprovider.go65 func NewProvider(exampleValue interface{}) ProviderKey {
79 func NewMutatorProvider(exampleValue interface{}, mutator string) ProviderKey {
116 func (c *Context) setProvider(m *moduleInfo, provider ProviderKey, value interface{}) {
/aosp12/system/libvintf/
H A DMatrixHal.cpp40 bool /*isRegex*/) { in isValid()
86 intf.forEachInstance([&](const auto& interface, const auto& instance, bool isRegex) { in forEachInstance()
109 intf.forEachInstance([&](const auto& interface, const auto& instance, bool isRegex) { in forEachInstance()
174 void MatrixHal::insertInstance(const std::string& interface, const std::string& instance, in insertInstance()
191 bool MatrixHal::removeInstance(const std::string& interface, const std::string& instance, in removeInstance()
/aosp12/system/libhidl/transport/
H A DHidlTransportUtils.cpp27 Return<bool> canCastInterface(IBase* interface, const char* castTo, bool emitError) { in canCastInterface()
58 std::string getDescriptor(IBase* interface) { in getDescriptor()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dengine.c116 void *interface = NULL; in main() local
140 void *interface = NULL; in main() local
/aosp12/art/runtime/mirror/
H A Diftable-inl.h30 ObjPtr<Class> interface = in GetInterface() local
36 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) { in SetInterface()
/aosp12/system/tools/aidl/
H A Dgenerate_cpp_unittest.cpp119 AidlInterface* interface = ParseSingleInterface(); in TEST_F() local
126 AidlInterface* interface = ParseSingleInterface(); in TEST_F() local
143 AidlInterface* interface = ParseSingleInterface(); in TEST_F() local

12345678910>>...12