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

1 2

  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 109 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type,
114 DCHECK(!dest_type->IsAssignableFrom(src_type));
115 ThrowClassCastException(dest_type, src_type);
120 mirror::Class* dest_type,
124 artThrowClassCastException(dest_type, obj->GetClass(), self);
  /external/webrtc/webrtc/base/
sigslot.h     [all...]
  /system/nfc/src/nfc/include/
nci_hmsgs.h 50 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv,
nfc_api.h 338 uint8_t dest_type; /* the destination type */ member in struct:__anon107548
    [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/python/sepolgen/tests/
test_refpolicy.py 120 self.assertEqual(a.dest_type, "")
127 a.dest_type = "bar_t"
  /system/nfc/src/nfc/nfc/
nfc_main.c 883 ** Parameters dest_type - the destination type
891 tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id, uint8_t protocol,
902 if (dest_type == NCI_DEST_TYPE_NFCEE) {
909 } else if (dest_type == NCI_DEST_TYPE_REMOTE) {
915 } else if (dest_type == NCI_DEST_TYPE_NFCC) {
922 status = nci_snd_core_conn_create(dest_type, num_tlv, tlv_size, param_tlvs);
    [all...]
nfc_ncif.c     [all...]
  /art/runtime/
common_throws.h 77 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type)
common_throws.cc 147 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) {
151 mirror::Class::PrettyDescriptor(dest_type).c_str()).c_str());
  /system/nfc/src/nfc/int/
nfc_int.h 265 uint8_t dest_type);
  /external/selinux/python/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 }
511 self.dest_type = ""
527 self.dest_type)
refparser.py 825 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 }
511 self.dest_type = ""
527 self.dest_type)
refparser.py 825 t.dest_type = p[6]
  /system/nfc/src/nfc/nci/
nci_hmsgs.c 183 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv,
201 UINT8_TO_STREAM(pp, dest_type);
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc     [all...]
mojo_gles2_impl_autogen.h     [all...]
  /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 

Completed in 832 milliseconds

1 2