Home
last modified time | relevance | path

Searched refs:method_type (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c345 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()
Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DBuiltin.py82 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/
Dbio.c426 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/
Dsandbox.py18 from jinja2._compat import string_types, function_type, method_type, \
137 elif isinstance(obj, method_type):
D_compat.py128 method_type = type(_C().method) variable
Dnodes.py20 method_type, function_type
24 _context_function_types = (function_type, method_type)
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp531 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/
DClangASTType.h470 const ClangASTType &method_type,
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType() local
1925 method_type, in CopyClassType()
/external/lldb/source/Symbol/
DClangASTType.cpp5043 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()