/external/valgrind/none/tests/s390x/ |
fpconv.c | 16 #define I2F(insn, initial, target_type) \ 19 target_type target; \ 24 #define DO_INSN_I32_TO_F(insn, target_type) \ 26 printf("\n----- int32_t -> " #target_type "\n");\ 27 I2F(insn, 0, target_type); \ 28 I2F(insn, 1, target_type); \ 29 I2F(insn, -1, target_type); \ 30 I2F(insn, 42, target_type); \ 31 I2F(insn, SHRT_MAX, target_type); \ 32 I2F(insn, SHRT_MIN, target_type); \ [all...] |
/system/sepolicy/tools/sepolicy-analyze/ |
dups.c | 27 if (k->source_type == k->target_type) 34 tattr = &policydb->type_attr_map[k->target_type - 1]; 36 ttype = policydb->type_val_to_struct[k->target_type - 1]; 45 avkey.target_type = j + 1; 47 avkey.target_type == k->target_type) 49 if (avkey.source_type == avkey.target_type) 52 ttype2 = policydb->type_val_to_struct[avkey.target_type - 1];
|
typecmp.c | 24 k->target_type < c->key.target_type) 27 k->target_type == c->key.target_type && 34 k->target_type == c->key.target_type && 68 if (k->source_type == k->target_type) { 70 key.target_type = 0; 75 if (k->source_type == k->target_type) 86 key.target_type = 0 [all...] |
utils.c | 17 key->target_type == key->source_type ? "self" : 18 policydb->p_type_val_to_name[key->target_type 19 ? key->target_type - 1 : idx],
|
/external/selinux/libsepol/src/ |
avtab.c | 77 mix(keyp->target_type); 149 key->target_type == cur->key.target_type && 160 key->target_type < cur->key.target_type) 163 key->target_type == cur->key.target_type && 193 key->target_type == cur->key.target_type && 200 key->target_type < cur->key.target_type [all...] |
assertion.c | 167 tmp_key.target_type = j + 1; 244 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1]); 251 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, &p->attr_type_map[k->target_type -1]); 347 tmp_key.target_type = j + 1; 405 &p->attr_type_map[k->target_type - 1]); 413 &p->attr_type_map[k->target_type -1]); 475 rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1] ); 483 rc = ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
|
hierarchy.c | 117 avtab_key.target_type = i + 1; 125 avtab_key.target_type = parent; 150 n->key.source_type, n->key.target_type, 175 a->parent, k->source_type, k->target_type, 286 new->key.target_type = tgt; 316 avtab_key.target_type = i + 1; 322 avtab_key.target_type = td->bounds; 333 avtab_key.target_type = parent; 379 key->target_type, key->target_class, 407 a->parent, k->source_type, k->target_type, [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
conversion_traits.hpp | 26 typedef typename base_::target_type target_type; typedef in struct:boost::numeric::conversion_traits
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/ |
target_type.pass.cpp | 14 // const std::type_info& target_type() const; 55 assert(f.target_type() == typeid(A)); 59 assert(f.target_type() == typeid(void));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/ |
target_type.pass.cpp | 14 // const std::type_info& target_type() const; 55 assert(f.target_type() == typeid(A)); 59 assert(f.target_type() == typeid(void));
|
/hardware/intel/common/libva/va/x11/ |
va_nvctrl.c | 99 CARD16 target_type B16; /* X screen or GPU */ 157 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id 162 int *target_type, int *target_id) 182 /* We need to swap the target_type and target_id */ 185 tmp = *target_type; 186 *target_type = *target_id; 273 int target_type, 291 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id); 297 req->target_type = target_type; [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
conversion_traits.hpp | 41 typedef T target_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl 66 typedef N target_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl 82 typedef typename remove_cv<T>::type target_type ; typedef in struct:boost::numeric::convdetail::get_conversion_traits 85 typedef typename is_same<target_type,source_type>::type is_trivial ; 87 typedef trivial_traits_impl <target_type> trivial_imp ; 88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
|
/system/sepolicy/tools/ |
sepolicy-check.c | 64 int t_op, uint32_t target_type, 87 match &= check(t_op, target_type, cur->key.target_type); 128 key.source_type = key.target_type = key.target_class = 0; 169 key.target_type = tgt->s.value; 175 t_op, key.target_type, 183 t_op, key.target_type,
|
/external/autotest/client/common_lib/cros/graphite/ |
es_test_utils.py | 48 def sequential_random_insert_ints(keys, num_entries, target_type, index, 57 @param target_type: This must be in 79 stats_target = TARGET_TO_STATS_CLASS[target_type](subname, 85 if target_type == 'timer': 89 getattr(stats_target, TARGET_TO_METHOD[target_type])(subname, value)
|
/external/libnfc-nxp/src/ |
phHciNfc_RFReader.h | 294 * \param[in] target_type target_type is the type of the 310 phHal_eRemDevType_t target_type 324 * \param[in] target_type target_type is the type of the 340 phHal_eRemDevType_t target_type 404 * \param[in] target_type target_type is the type of the 425 phHal_eRemDevType_t target_type 439 * \param[in] target_type target_type is the type of th [all...] |
phHciNfc.c | 537 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local 557 target_type = phHal_eISO14443_A_PICC; 562 target_type = phHal_eNfcIP1_Target; 568 target_type = phHal_eISO14443_B_PICC; 575 target_type = phHal_eFelica_PICC; 582 target_type = phHal_eJewel_PICC; 589 target_type = phHal_eISO15693_PICC; 623 psHciContext, pHwRef, target_type, re_poll); 932 /* phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; */ 1126 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local 1495 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local [all...] |
phHciNfc_RFReader.c | 1575 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local 1868 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local [all...] |
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
mimeparse.py | 93 (target_type, target_subtype, target_params) =\ 96 type_match = (type == target_type or\ 98 target_type == '*') 106 fitness = (type == target_type) and 100 or 0
|
/external/libcxx/include/ |
__functional_03 | 39 virtual const std::type_info& target_type() const = 0; 58 virtual const std::type_info& target_type() const = 0; 77 virtual const std::type_info& target_type() const = 0; 96 virtual const std::type_info& target_type() const = 0; 117 virtual const std::type_info& target_type() const; 180 __func<_Fp, _Alloc, _Rp()>::target_type() const 203 virtual const std::type_info& target_type() const; 266 __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const 289 virtual const std::type_info& target_type() const; 352 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() cons [all...] |
/external/v8/src/compiler/ |
linkage.cc | 273 MachineType target_type = MachineType::AnyTagged(); local 277 target_type, // target MachineType 298 MachineType target_type = MachineType::AnyTagged(); local 302 target_type, // target MachineType 352 MachineType target_type = MachineType::AnyTagged(); local 359 target_type, // target MachineType 476 MachineType target_type = MachineType::AnyTagged(); local 480 target_type, // target MachineType
|
/external/v8/test/cctest/compiler/ |
test-multiple-return.cc | 53 MachineType target_type = MachineType::AnyTagged(); local 57 target_type, // target MachineType
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
mimeparse.py | 81 target_type, target_subtype, target_params = parse_media_range(mime_type) 83 if (type == target_type 84 or type == '*' or target_type == '*') and ( 88 if type == target_type:
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
explore.py | 290 target_type = datatype.target() 292 (name, str(target_type))) 295 target_type, 317 target_type = datatype.target() 318 Explorer.explore_type(name, target_type, is_child) 330 target_type = value.type.target() 331 print ("'%s' is an array of '%s'." % (expr, str(target_type))) 359 target_type = datatype.target() 360 print ("%s is an array of '%s'." % (name, str(target_type))) 362 Explorer.explore_type("the array element of %s" % name, target_type, [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
explore.py | 290 target_type = datatype.target() 292 (name, str(target_type))) 295 target_type, 317 target_type = datatype.target() 318 Explorer.explore_type(name, target_type, is_child) 330 target_type = value.type.target() 331 print ("'%s' is an array of '%s'." % (expr, str(target_type))) 359 target_type = datatype.target() 360 print ("%s is an array of '%s'." % (name, str(target_type))) 362 Explorer.explore_type("the array element of %s" % name, target_type, [all...] |
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/ |
explore.py | 290 target_type = datatype.target() 292 (name, str(target_type))) 295 target_type, 317 target_type = datatype.target() 318 Explorer.explore_type(name, target_type, is_child) 330 target_type = value.type.target() 331 print ("'%s' is an array of '%s'." % (expr, str(target_type))) 359 target_type = datatype.target() 360 print ("%s is an array of '%s'." % (name, str(target_type))) 362 Explorer.explore_type("the array element of %s" % name, target_type, [all...] |