Searched defs:target_type (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/compiler/
H A Dlinkage-impl.h55 MachineType target_type = kMachAnyTagged; local
58 target_type, // target MachineType
115 MachineType target_type = kMachAnyTagged; local
118 target_type, // target MachineType
168 MachineType target_type = kMachAnyTagged; local
171 target_type, // target MachineType
200 MachineType target_type = kMachPtr; local
203 target_type, // target MachineType
H A Dlinkage.h58 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, argument
64 target_type_(target_type),
/external/libnfc-nxp/src/
H A DphHciNfc.c537 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; */
1026 /* phHal_eRemDevType_t target_type
1126 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local
1495 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local
[all...]
H A DphHciNfc_RFReader.c960 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType;
1119 phHal_eRemDevType_t target_type
1131 switch (target_type)
1145 psHciContext, pHwRef, target_type );
1188 psHciContext, pHwRef, target_type ); */
1208 psHciContext, pHwRef, target_type );
1291 phHal_eRemDevType_t target_type
1309 switch (target_type)
1366 phHal_eRemDevType_t target_type
1384 switch (target_type)
1575 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local
1734 phHciNfc_ReaderMgmt_Deselect( phHciNfc_sContext_t *psHciContext, void *pHwRef, phHal_eRemDevType_t target_type, uint8_t re_poll ) argument
1868 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local
[all...]
H A DphHciNfc_Sequence.c2097 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; local
2102 target_type = psHciContext->p_target_info->RemDevType;
2133 if(( phHal_eMifare_PICC != target_type )
2134 &&(phHal_eISO14443_3A_PICC != target_type)
2136 && ( phHal_eISO14443_B_PICC != target_type )
2137 && ( phHal_eISO14443_4B_PICC != target_type )
2140 && ( phHal_eFelica_PICC != target_type )
2143 && ( phHal_eJewel_PICC != target_type )
2146 && ( phHal_eISO15693_PICC != target_type )
2209 phHal_eRemDevType_t target_type local
[all...]
/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h51 uint16_t target_type; member in struct:avtab_key
H A Dpolicydb.h219 uint32_t target_type; member in struct:range_trans
/external/sepolicy/tools/
H A Dsepolicy-check.c64 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,
63 expand_and_check(int s_op, uint32_t source_type, int t_op, uint32_t target_type, int c_op, uint32_t target_class, perm_datum_t *perm, policydb_t *policy, avtab_t *avtab) argument
/external/skia/tools/skp/
H A Dwebpages_playback.py356 print '\n\n=======Uploading to %s=======\n\n' % self.gs.target_type()
372 print '\n\n=======Not Uploading to %s=======\n\n' % self.gs.target_type()
454 raise Exception('%s and %s do not exist in %s!' % (gs.target_type(),
462 def target_type(self): member in class:DataStore
479 def target_type(self): member in class:GoogleStorageDataStore
493 def target_type(self): member in class:LocalFileSystemDataStore
/external/kernel-headers/original/uapi/linux/
H A Ddm-ioctl.h169 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp425 clang::QualType target_type = BuildType(ast_ctx, type+1); local
426 if (target_type.isNull())
428 else if (target_type == ast_ctx.UnknownAnyTy)
431 return ast_ctx.getConstType(target_type);
435 clang::QualType target_type = BuildType(ast_ctx, type+1); local
436 if (target_type.isNull())
438 else if (target_type == ast_ctx.UnknownAnyTy)
441 return ast_ctx.getPointerType(target_type);
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp34 const char* target_type,
38 if (!target_type || !*target_type)
43 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
68 const char* target_type,
72 if (!target_type || !*target_type)
77 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
33 ExtractValueFromObjCExpression(ValueObject &valobj, const char* target_type, const char* selector, uint64_t &value) argument
67 ExtractSummaryFromObjCExpression(ValueObject &valobj, const char* target_type, const char* selector, Stream &stream) argument
/external/selinux/libsepol/src/
H A Dlink.c857 type_datum_t *type, *base_type, *new_type = NULL, *target_type; local
880 target_type = hashtab_search(state->base->p_types.table, target_id);
881 if (target_type == NULL) {
893 target_type->flags |= (type->flags & TYPE_FLAGS_PERMISSIVE);
905 new_type->primary = target_type->s.value;
906 new_type->flags = target_type->flags;
925 assert(base_type->primary == target_type->s.value);
940 base_type->primary = target_type->s.value;
941 base_type->flags |= (target_type->flags & TYPE_FLAGS_PERMISSIVE);

Completed in 1560 milliseconds