HomeSort by relevance Sort by last modified time
    Searched full:checkcode (Results 1 - 25 of 33) sorted by null

1 2

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
string.swg 22 %typemaps_string(%checkcode(STRING), %checkcode(CHAR),
wstring.swg 22 %typemaps_string(%checkcode(UNISTRING), %checkcode(UNICHAR),
std_string.swg 21 %typemaps_std_string(std::string, char, SWIG_AsCharPtrAndSize, SWIG_FromCharPtrAndSize, %checkcode(STDSTRING));
std_wstring.swg 19 %typemaps_std_string(std::wstring, wchar_t, SWIG_AsWCharPtrAndSize, SWIG_FromWCharPtrAndSize, %checkcode(STDUNISTRING));
primtypes.swg 41 %typemaps_primitive(CheckCode, Type)
44 checkcode. It is assumed that the primitive type is 'normalized' and
85 Macro2(%checkcode($i), $i)
294 /* apply the Macro2(CheckCode,Type) to all Checked Types */
296 Macro2(%checkcode(BOOL), bool);
297 Macro2(%checkcode(INT8), signed char);
298 Macro2(%checkcode(UINT8), unsigned char);
299 Macro2(%checkcode(INT16), short);
300 Macro2(%checkcode(UINT16), unsigned short);
301 Macro2(%checkcode(INT32), int)
    [all...]
implicit.swg 90 %typemap_traits_ptr(%checkcode(POINTER),Type);
126 %typemap_traits_ptr(%checkcode(POINTER),Type);
165 %typemap_traits_ptr(%checkcode(POINTER),Type);
207 %typemap_traits_ptr(%checkcode(POINTER),Type);
valtypes.swg 9 * %typemaps_asval(CheckCode, AsValMeth, AsValFrag, Type)
10 * %typemaps_asvalfrom(CheckCode, AsValMeth, FromMeth, AsValFrag, FromFrag, Type)
14 * %typemaps_asvalfromn(CheckCode, Type)
20 * %value_typecheck_typemap(checkcode,asval_meth,frag,Type)
171 %define %typemaps_asval(CheckCode, AsValMeth, AsValFrag, Type...)
175 %value_typecheck_typemap(%arg(CheckCode), %arg(AsValMeth), %arg(AsValFrag), Type);
176 %value_input_typemap(%arg(CheckCode), %arg(AsValMeth), %arg(AsValFrag), Type);
197 %define %typemaps_asvalfrom(CheckCode, AsValMeth, FromMeth,
199 %typemaps_asval(%arg(CheckCode), %arg(AsValMeth), %arg(AsValFrag), Type);
208 %define %typemaps_asvalfromn(CheckCode, Type...
    [all...]
std_strings.swg 70 %define %typemaps_std_string(String, Char, AsPtrMethod, FromMethod, CheckCode)
76 %typemaps_asptrfromn(%arg(CheckCode), String);
ptrtypes.swg 9 * %typemaps_asptr(CheckCode, AsPtrMeth, AsPtrFrag, Type)
10 * %typemaps_asptrfrom(CheckCode, AsPtrMeth, FromMeth, AsPtrFrag, FromFrag, Type)
14 * %typemaps_asptrfromn(CheckCode, Type)
160 %define %typemaps_asptr(CheckCode, AsPtrMeth, AsPtrFrag, Type...)
182 %ptr_typecheck_typemap(%arg(CheckCode), %arg(AsPtrMeth),%arg(AsPtrFrag), Type);
183 %ptr_input_typemap(%arg(CheckCode),%arg(AsPtrMeth),%arg(AsPtrFrag),Type);
190 %define %typemaps_asptrfrom(CheckCode, AsPtrMeth, FromMeth, AsPtrFrag, FromFrag, Type...)
191 %typemaps_asptr(%arg(CheckCode), %arg(AsPtrMeth), %arg(AsPtrFrag), Type)
201 %define %typemaps_asptrfromn(CheckCode, Type...)
202 %typemaps_asptrfrom(%arg(CheckCode),
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_complex.i 18 %typemaps_primitive(%checkcode(CPLXDBL), std::complex<double>);
19 %typemaps_primitive(%checkcode(CPLXFLT), std::complex<float>);
std_basic_string.i 38 %typemaps_asptrfromn(%checkcode(STRING), std::basic_string<char>);
87 %typemaps_asptrfromn(%checkcode(UNISTRING), std::basic_string<wchar_t>);
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_complex.i 18 %typemaps_primitive(%checkcode(CPLXDBL), std::complex<double>);
19 %typemaps_primitive(%checkcode(CPLXFLT), std::complex<float>);
std_basic_string.i 52 %typemaps_asptrfromn(%checkcode(STRING), std::basic_string<char>);
101 %typemaps_asptrfromn(%checkcode(UNISTRING), std::basic_string<wchar_t>);
jstring.i 66 %typemaps_asvalfrom(%checkcode(STRING),
file.i 41 %typemaps_asval(%checkcode(POINTER), SWIG_AsValFilePtr, "SWIG_AsValFilePtr", FILE*);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_complex.i 18 %typemaps_primitive(%checkcode(CPLXDBL), std::complex<double>);
19 %typemaps_primitive(%checkcode(CPLXFLT), std::complex<float>);
jstring.i 38 %typemaps_asvalfrom(%checkcode(STRING),
std_basic_string.i 51 %typemaps_asptrfromn(%checkcode(STRING), std::basic_string<char>);
95 %typemaps_asptrfromn(%checkcode(UNISTRING), std::basic_string<wchar_t>);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
jstring.i 42 %typemaps_asvalfrom(%checkcode(STRING),
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
jstring.i 36 %typemaps_asvalfrom(%checkcode(STRING),
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 279 * checkcode.
285 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */
301 const u8 *checkcode, size_t checkcode_len)
308 if (checkcode == NULL)
313 wpa_printf(MSG_DEBUG, "EAP-AKA: Checkcode from peer "
325 wpa_printf(MSG_DEBUG, "EAP-AKA: Checkcode from peer indicates "
331 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */
339 if (os_memcmp_const(hash, checkcode, hash_len) != 0) {
942 if (attr->checkcode &&
943 eap_aka_verify_checkcode(data, attr->checkcode,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 464 * checkcode.
470 /* Checkcode is SHA1/SHA256 hash over all EAP-AKA/Identity packets. */
488 const u8 *checkcode, size_t checkcode_len)
495 if (checkcode == NULL)
500 wpa_printf(MSG_DEBUG, "EAP-AKA: Checkcode from server "
512 wpa_printf(MSG_DEBUG, "EAP-AKA: Checkcode from server "
518 /* Checkcode is SHA1/SHA256 hash over all EAP-AKA/Identity packets. */
528 if (os_memcmp_const(hash, checkcode, hash_len) != 0) {
893 if (attr->checkcode &&
894 eap_aka_verify_checkcode(data, attr->checkcode,
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 187 const u8 *checkcode; member in struct:eap_sim_attrs
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonEvent.java 113 public void checkCode(int code) {
NetworkManagementService.java     [all...]

Completed in 386 milliseconds

1 2