/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; 412 check_method(const char* filename, int kind, method_type* m) 557 map<string,method_type*> methodNames; 562 if (member->item_type == METHOD_TYPE) { 563 method_type* m = (method_type*)member; 573 method_type* old = methodNames[m->name.data]; 879 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 | 552 mirror::ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type) 578 MethodType method_type, 584 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type, 590 MethodType method_type, bool is_range,
|
method_verifier.cc | [all...] |
/external/chromium_org/third_party/jinja2/ |
sandbox.py | 18 from jinja2._compat import string_types, function_type, method_type, \ 137 elif isinstance(obj, method_type): 19 traceback_type, code_type, frame_type, generator_type, PY2 namespace
|
_compat.py | 128 method_type = type(_C().method) variable
|
nodes.py | 20 method_type, function_type namespace 24 _context_function_types = (function_type, method_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/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |