Searched defs:target_type (Results 1 - 21 of 21) sorted by last modified time

/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/qemu/qom/
H A Dobject.c191 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) argument
193 assert(target_type);
197 if (type == target_type) {
261 TypeImpl *target_type = OBJECT_CLASS(e->data)->type; local
263 if (type_is_ancestor(target_type, t)) {
492 TypeImpl *target_type; local
505 target_type = type_get_by_name(typename);
506 if (!target_type) {
512 type_is_ancestor(target_type, type_interface)) {
519 if (type_is_ancestor(target_class->type, target_type)) {
1029 gchar *target_type; local
[all...]
/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/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/libsepol/include/sepol/policydb/
H A Davtab.h48 uint16_t target_type; member in struct:avtab_key
H A Dpolicydb.h217 uint32_t target_type; member in struct:range_trans
/external/libsepol/src/
H A Dlink.c856 type_datum_t *type, *base_type, *new_type = NULL, *target_type; local
879 target_type = hashtab_search(state->base->p_types.table, target_id);
880 if (target_type == NULL) {
892 target_type->flags |= (type->flags & TYPE_FLAGS_PERMISSIVE);
904 new_type->primary = target_type->s.value;
905 new_type->flags = target_type->flags;
924 assert(base_type->primary == target_type->s.value);
939 base_type->primary = target_type->s.value;
940 base_type->flags |= (target_type->flags & TYPE_FLAGS_PERMISSIVE);
/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/kernel-headers/original/uapi/linux/
H A Ddm-ioctl.h169 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec
/external/chromium_org/third_party/libXNVCtrl/
H A DNVCtrl.c85 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
91 int *target_type, int *target_id)
95 /* We need to swap the target_type and target_id */
98 tmp = *target_type;
99 *target_type = *target_id;
214 int target_type,
230 req->target_type = target_type;
245 int target_type,
255 XNVCTRLCheckTargetData(dpy, info, &target_type,
90 XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, int *target_type, int *target_id) argument
212 XNVCTRLQueryTargetCount( Display *dpy, int target_type, int *value ) argument
243 XNVCTRLSetTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) argument
282 XNVCTRLSetTargetAttributeAndGetStatus( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) argument
335 XNVCTRLQueryTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int *value ) argument
386 XNVCTRLQueryTargetAttribute64( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int64_t *value ) argument
426 XNVCTRLQueryTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char **ptr ) argument
495 XNVCTRLSetTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *ptr ) argument
553 XNVCTRLQueryValidTargetAttributeValues32( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
597 XNVCTRLQueryValidTargetStringAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
641 XNVCTRLQueryValidTargetAttributeValues64( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
686 XNVCTRLQueryValidTargetAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) argument
912 XNVCtrlSelectTargetNotify( Display *dpy, int target_type, int target_id, int notify_type, Bool onoff ) argument
969 XNVCTRLQueryTargetBinaryData( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, unsigned char **ptr, int *len ) argument
1040 XNVCTRLStringOperation( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *pIn, char **ppOut ) argument
[all...]
H A DNVCtrlLib.h94 int target_type,
109 * with the target_type set to NV_CTRL_TARGET_TYPE_X_SCREEN and
142 int target_type,
179 int target_type,
198 * XNVCTRLQueryTargetAttribute() with the target_type set to
277 * XNVCTRLQueryTargetStringAttribute() with the target_type set to
311 int target_type,
352 int target_type,
369 * XNVCTRLQueryValidTargetAttributeValues() with the target_type set to
393 int target_type,
713 int target_type; member in struct:__anon11507
737 int target_type; member in struct:__anon11509
762 int target_type; member in struct:__anon11511
786 int target_type; member in struct:__anon11513
[all...]
/external/chromium_org/tools/gn/
H A Dfunctions.cc50 const std::string& target_type,
62 const Scope* default_scope = scope->GetTargetDefaults(target_type);
48 FillTargetBlockScope(const Scope* scope, const FunctionCallNode* function, const std::string& target_type, const BlockNode* block, const std::vector<Value>& args, Scope* block_scope, Err* err) argument
H A Dfunctions_target.cc26 Value ExecuteGenericTarget(const char* target_type, argument
36 if (!FillTargetBlockScope(scope, function, target_type, block,
45 target_type, err);
H A Dscope.cc360 Scope* Scope::MakeTargetDefaults(const std::string& target_type) { argument
361 if (GetTargetDefaults(target_type))
364 Scope** dest = &target_defaults_[target_type];
373 const Scope* Scope::GetTargetDefaults(const std::string& target_type) const {
374 NamedScopeMap::const_iterator found = target_defaults_.find(target_type);
378 return containing()->GetTargetDefaults(target_type);
/external/chromium_org/content/browser/android/java/
H A Dgin_java_script_to_java_types_coercion.cc69 const JavaType& target_type,
80 switch (target_type.type) {
132 const JavaType& target_type,
138 switch (target_type.type) {
194 const JavaType& target_type,
200 switch (target_type.type) {
242 const JavaType& target_type) {
245 switch (target_type.type) {
384 const JavaType& target_type,
395 switch (target_type
67 CoerceJavaScriptIntegerToJavaValue(JNIEnv* env, const base::Value* value, const JavaType& target_type, bool coerce_to_string) argument
130 CoerceJavaScriptDoubleToJavaValue(JNIEnv* env, double double_value, const JavaType& target_type, bool coerce_to_string) argument
192 CoerceJavaScriptBooleanToJavaValue(JNIEnv* env, const base::Value* value, const JavaType& target_type, bool coerce_to_string) argument
240 CoerceJavaScriptStringToJavaValue(JNIEnv* env, const base::Value* value, const JavaType& target_type) argument
382 CoerceJavaScriptNullOrUndefinedToJavaValue(JNIEnv* env, const base::Value* value, const JavaType& target_type, bool coerce_to_string) argument
433 CoerceJavaScriptListToArray(JNIEnv* env, const base::Value* value, const JavaType& target_type, const ObjectRefs& object_refs) argument
478 CoerceJavaScriptDictionaryToArray(JNIEnv* env, const base::Value* value, const JavaType& target_type, const ObjectRefs& object_refs) argument
551 CoerceJavaScriptObjectToJavaValue(JNIEnv* env, const base::Value* value, const JavaType& target_type, bool coerce_to_string, const ObjectRefs& object_refs) argument
629 CoerceGinJavaBridgeValueToJavaValue(JNIEnv* env, const base::Value* value, const JavaType& target_type, bool coerce_to_string, const ObjectRefs& object_refs) argument
669 CoerceJavaScriptValueToJavaValue(JNIEnv* env, const base::Value* value, const JavaType& target_type, bool coerce_to_string, const ObjectRefs& object_refs) argument
[all...]
H A Djava_bound_object.cc314 const JavaType& target_type,
326 switch (target_type.type) {
393 const JavaType& target_type,
399 switch (target_type.type) {
441 const JavaType& target_type) {
445 switch (target_type.type) {
594 const JavaType& target_type,
599 const JavaType& target_type) {
600 DCHECK_EQ(JavaType::TypeArray, target_type.type);
604 const JavaType& target_inner_type = *target_type
313 CoerceJavaScriptNumberToJavaValue(const NPVariant& variant, const JavaType& target_type, bool coerce_to_string) argument
392 CoerceJavaScriptBooleanToJavaValue(const NPVariant& variant, const JavaType& target_type, bool coerce_to_string) argument
440 CoerceJavaScriptStringToJavaValue(const NPVariant& variant, const JavaType& target_type) argument
598 CoerceJavaScriptObjectToArray(const NPVariant& variant, const JavaType& target_type) argument
673 CoerceJavaScriptObjectToJavaValue(const NPVariant& variant, const JavaType& target_type, bool coerce_to_string) argument
745 CoerceJavaScriptNullOrUndefinedToJavaValue(const NPVariant& variant, const JavaType& target_type, bool coerce_to_string) argument
799 CoerceJavaScriptValueToJavaValue(const NPVariant& variant, const JavaType& target_type, bool coerce_to_string) argument
[all...]
/external/chromium_org/content/renderer/fetchers/
H A Dimage_resource_fetcher.cc28 WebURLRequest::TargetType target_type,
35 fetcher_->Start(frame, target_type,
23 ImageResourceFetcher( const GURL& image_url, WebFrame* frame, int id, int image_size, WebURLRequest::TargetType target_type, const Callback& callback) argument
H A Dmulti_resolution_image_resource_fetcher.cc26 WebURLRequest::TargetType target_type,
34 frame, target_type,
22 MultiResolutionImageResourceFetcher( const GURL& image_url, WebFrame* frame, int id, WebURLRequest::TargetType target_type, const Callback& callback) argument
H A Dresource_fetcher_impl.cc82 WebURLRequest::TargetType target_type,
93 request_.setTargetType(target_type);
81 Start(WebFrame* frame, WebURLRequest::TargetType target_type, const Callback& callback) argument

Completed in 845 milliseconds