HomeSort by relevance Sort by last modified time
    Searched refs:dest_type (Results 1 - 24 of 24) sorted by null

  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 93 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type,
98 DCHECK(!dest_type->IsAssignableFrom(src_type));
99 ThrowClassCastException(dest_type, src_type);
  /external/webrtc/webrtc/base/
sigslot.h     [all...]
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 50 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
nfc_api.h 309 UINT8 dest_type; /* the destination type */ member in struct:__anon17293
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.swg 36 void **ptr, swig_type_info *dest_type)
47 dest_type ? dest_type->str : "<none>" );
49 if (dest_type != source_type) {
55 if( !dest_type || !source_type ||
56 !strcmp(dest_type->name,"_p_void") ||
62 SWIG_TypeCheckStruct(source_type, dest_type );
  /external/selinux/sepolgen/tests/
test_refpolicy.py 120 self.assertEqual(a.dest_type, "")
127 a.dest_type = "bar_t"
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 966 ** Parameters dest_type - the destination type
974 tNFC_STATUS NFC_ConnCreate (UINT8 dest_type,
989 if (dest_type == NCI_DEST_TYPE_NFCEE)
998 else if (dest_type == NCI_DEST_TYPE_REMOTE)
    [all...]
nfc_ncif.c     [all...]
  /art/runtime/
common_throws.h 66 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type)
common_throws.cc 121 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) {
125 PrettyDescriptor(dest_type).c_str()).c_str());
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 254 NFC_API extern void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type);
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 193 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs)
211 UINT8_TO_STREAM (pp, dest_type);
  /external/selinux/sepolgen/src/sepolgen/
interfaces.py 186 if access.is_idparam(rule.dest_type):
187 if __param_insert(rule.dest_type, refpolicy.DEST_TYPE, None, params):
refpolicy.py 43 DEST_TYPE = 5
48 "permission" : PERMS, "role" : ROLE, "destination" : DEST_TYPE }
508 self.dest_type = ""
524 self.dest_type)
refparser.py 821 t.dest_type = p[6]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 186 if access.is_idparam(rule.dest_type):
187 if __param_insert(rule.dest_type, refpolicy.DEST_TYPE, None, params):
refpolicy.py 43 DEST_TYPE = 5
48 "permission" : PERMS, "role" : ROLE, "destination" : DEST_TYPE }
508 self.dest_type = ""
524 self.dest_type)
refparser.py 822 t.dest_type = p[6]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 968 tree, (unsigned code, tree dest_type, tree src_type),
    [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 2444 milliseconds