Home
last modified time | relevance | path

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

/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp300 const char *aMethod, in UbusScanHandler()
309 const char *aMethod, in UbusScanHandlerDetail()
347 const char *aMethod, in UbusChannelHandler()
356 const char *aMethod, in UbusSetChannelHandler()
365 const char *aMethod, in UbusJoinerNumHandler()
374 const char *aMethod, in UbusNetworknameHandler()
383 const char *aMethod, in UbusSetNetworknameHandler()
392 const char *aMethod, in UbusStateHandler()
401 const char *aMethod, in UbusRloc16Handler()
410 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/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/robolectric/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java342 protected Object aMethod(Object s) { in aMethod() method in ShadowWranglerIntegrationTest.ShadowAClassWithDifficultArgs
349 public CharSequence aMethod(CharSequence s) { in aMethod() method in ShadowWranglerIntegrationTest.AClassWithDifficultArgs
/external/ot-br-posix/src/rest/
Drequest.cpp55 void Request::SetMethod(int32_t aMethod) in SetMethod()
/external/ot-br-posix/src/web/web-service/
Dweb_server.cpp163 void WebServer::HandleHttpRequest(const char *aUrl, const char *aMethod, HttpRequestCallback aCallb… in HandleHttpRequest()