Home
last modified time | relevance | path

Searched defs:aMethod (Results 1 – 9 of 9) sorted by relevance

/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp299 const char * aMethod, in UbusScanHandler()
308 const char * aMethod, in UbusScanHandlerDetail()
346 const char * aMethod, in UbusChannelHandler()
355 const char * aMethod, in UbusSetChannelHandler()
364 const char * aMethod, in UbusJoinerNumHandler()
373 const char * aMethod, in UbusNetworknameHandler()
382 const char * aMethod, in UbusSetNetworknameHandler()
391 const char * aMethod, in UbusStateHandler()
400 const char * aMethod, in UbusRloc16Handler()
409 const char * aMethod, in UbusPanIdHandler()
[all …]
/external/clang/test/SemaObjC/
Dcompare-qualified-class.m49 - (ClassA<ProtocolY> *)aMethod; method
54 - (ClassA<ProtocolY> *)aMethod { method
/external/robolectric/sandbox/src/test/java/org/robolectric/testing/
DAClassThatRefersToAForgettableClassInMethodCalls.java8 AClassToForget aMethod(int a, AClassToForget aClassToForget, String b) { in aMethod() method in AClassThatRefersToAForgettableClassInMethodCalls
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassThatRefersToAForgettableClassInMethodCalls.java8 AClassToForget aMethod(int a, AClassToForget aClassToForget, String b) { in aMethod() method in AClassThatRefersToAForgettableClassInMethodCalls
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java331 public T aMethod(T t) { in aMethod() method in MethodInterceptionTest.Superclass
337 RetType aMethod(RetType obj); in aMethod() method
/external/ot-br-posix/src/rest/
Drequest.cpp54 void Request::SetMethod(int32_t aMethod) in SetMethod()
/external/robolectric/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java354 protected Object aMethod(Object s) { in aMethod() method in ShadowWranglerIntegrationTest.ShadowAClassWithDifficultArgs
361 public CharSequence aMethod(CharSequence s) { in aMethod() method in ShadowWranglerIntegrationTest.AClassWithDifficultArgs
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java367 protected Object aMethod(Object s) { in aMethod() method in ShadowWranglerIntegrationTest.ShadowAClassWithDifficultArgs
374 public CharSequence aMethod(CharSequence s) { in aMethod() method in ShadowWranglerIntegrationTest.AClassWithDifficultArgs
/external/ot-br-posix/src/web/web-service/
Dweb_server.cpp163 void WebServer::HandleHttpRequest(const char *aUrl, const char *aMethod, HttpRequestCallback aCallb… in HandleHttpRequest()