HomeSort by relevance Sort by last modified time
    Searched refs:method_type (Results 1 - 19 of 19) 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 44 if (q->item_type == METHOD_TYPE) {
45 method_type *m = (method_type*)q;
413 check_method(const char* filename, int kind, method_type* m)
558 map<string,method_type*> methodNames;
563 if (member->item_type == METHOD_TYPE) {
564 method_type* m = (method_type*)member;
574 method_type* old = methodNames[m->name.data];
880 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 345 size_t seed_len, u8 method_type)
378 os_memcpy(pos, &method_type, 1);
411 * @method_type: EAP Authentication Method Type
421 u8 method_type, u8 *sid, size_t *sid_len)
463 method_type);
465 sid[0] = method_type;
  /art/runtime/verifier/
method_verifier.h 583 ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type)
609 MethodType method_type,
615 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type,
621 MethodType method_type, bool is_range,
    [all...]
method_verifier.cc     [all...]
  /external/boringssl/src/crypto/bio/
bio.c 419 int method_type, mask; local
428 method_type = bio->method->type;
431 if (method_type & type) {
434 } else if (method_type == type) {
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 531 ObjCRuntimeMethodType method_type(types);
533 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod (interface_decl, name, true);
546 ObjCRuntimeMethodType method_type(types);
548 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod (interface_decl, name, false);
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 470 const ClangASTType &method_type,
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, local
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 560 milliseconds