HomeSort by relevance Sort by last modified time
    Searched refs:method_type (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tools/aidl/
aidl_language.h 43 METHOD_TYPE
51 typedef struct method_type { struct
67 } method_type; typedef in typeref:struct:method_type
113 method_type* method;
aidl_language_y.y 212 method_type *method = (method_type*)malloc(sizeof(method_type));
213 method->interface_item.item_type = METHOD_TYPE;
230 method_type *method = (method_type*)malloc(sizeof(method_type));
231 method->interface_item.item_type = METHOD_TYPE;
248 method_type *method = (method_type*)malloc(sizeof(method_type))
    [all...]
aidl.cpp 43 if (q->item_type == METHOD_TYPE) {
44 method_type *m = (method_type*)q;
411 check_method(const char* filename, int kind, method_type* m)
556 map<string,method_type*> methodNames;
561 if (member->item_type == METHOD_TYPE) {
562 method_type* m = (method_type*)member;
572 method_type* old = methodNames[m->name.data];
877 if (item->item_type == METHOD_TYPE) {
    [all...]
generate_java_rpc.cpp 91 void AddMethod(const method_type* method);
153 DispatcherClass::AddMethod(const method_type* method)
632 generate_results_method(const method_type* method, RpcProxyClass* proxyClass)
677 generate_proxy_method(const method_type* method, RpcProxyClass* proxyClass,
740 generate_result_dispatcher_method(const method_type* method,
796 generate_regular_method(const method_type* method, RpcProxyClass* proxyClass,
841 generate_event_method(const method_type* method, RpcProxyClass* proxyClass,
    [all...]
generate_java_binder.cpp 250 generate_method(const method_type* method, Class* interface,
550 if (item->item_type == METHOD_TYPE) {
551 method_type * method_item = (method_type*) item;
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 61 u8 method_type, u8 *sid, size_t *sid_len);
eap_gpsk_common.c 346 size_t seed_len, u8 method_type)
379 os_memcpy(pos, &method_type, 1);
412 * @method_type: EAP Authentication Method Type
422 u8 method_type, u8 *sid, size_t *sid_len)
466 method_type);
468 sid[0] = method_type;
  /art/runtime/verifier/
method_verifier.cc     [all...]
method_verifier.h 549 mirror::ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type)
575 MethodType method_type,
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 198 milliseconds