Searched refs:method_type (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_gpsk_common.c | 345 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument 378 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper() 421 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument 463 method_type); in eap_gpsk_derive_session_id() 465 sid[0] = method_type; in eap_gpsk_derive_session_id()
|
D | eap_gpsk_common.h | 61 u8 method_type, u8 *sid, size_t *sid_len);
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Builtin.py | 82 method_type, sig = self.func_type, self.sig 83 if method_type is None: 88 method_type = self.build_func_type(sig, self_arg) 90 self.py_name, method_type, self.cname, utility_code=self.utility_code)
|
/external/chromium_org/third_party/boringssl/src/crypto/bio/ |
D | bio.c | 426 int method_type, mask; in BIO_find_type() local 435 method_type = bio->method->type; in BIO_find_type() 438 if (method_type & type) { in BIO_find_type() 441 } else if (method_type == type) { in BIO_find_type()
|
/external/chromium_org/third_party/jinja2/ |
D | sandbox.py | 18 from jinja2._compat import string_types, function_type, method_type, \ 137 elif isinstance(obj, method_type):
|
D | _compat.py | 128 method_type = type(_C().method) variable
|
D | nodes.py | 20 method_type, function_type 24 _context_function_types = (function_type, method_type)
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 531 ObjCRuntimeMethodType method_type(types); in FinishDecl() local 533 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod (interface_decl, name, true); in FinishDecl() 546 ObjCRuntimeMethodType method_type(types); in FinishDecl() local 548 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod (interface_decl, name, false); in FinishDecl()
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTType.h | 470 const ClangASTType &method_type,
|
/external/lldb/source/Expression/ |
D | ClangExpressionDeclMap.cpp | 1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType() local 1925 method_type, in CopyClassType()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 5043 const clang::Type *method_type(method_qual_type.getTypePtr()); in AddMethodToObjCObjectType() local 5045 if (method_type == NULL) in AddMethodToObjCObjectType() 5048 const FunctionProtoType *method_function_prototype (dyn_cast<FunctionProtoType>(method_type)); in AddMethodToObjCObjectType()
|