Searched refs:object_type (Results 1 – 7 of 7) sorted by relevance
/external/clang/tools/clang-format/ |
D | git-clang-format | 199 object_type = get_object_type(commit) 200 if object_type not in ('commit', 'tag'): 201 if object_type is None: 204 die("'%s' is a %s, but a commit was expected" % (commit, object_type)) 224 object_type = get_object_type(value) 225 if object_type is None: 227 if object_type in ('commit', 'tag'): 230 (value, object_type))
|
/external/libdrm/ |
D | xf86drmMode.h | 468 uint32_t object_type); 471 uint32_t object_type, uint32_t property_id,
|
D | xf86drmMode.c | 1053 uint32_t object_type) in drmModeObjectGetProperties() argument 1062 properties.obj_type = object_type; in drmModeObjectGetProperties() 1121 int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty() argument 1129 prop.obj_type = object_type; in drmModeObjectSetProperty()
|
/external/bison/tests/ |
D | existing.at | 1821 ordinal object_type 1822 | optional_ordinal_last object_type 1825 object_type: 1855 | ORDINAL LAST object_type relative_path 1856 | LAST object_type relative_path 1857 | ORDINAL object_type relative_path 1954 …-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path 2813 + 158 nth_primitive: . ordinal object_type 2814 + 159 | . optional_ordinal_last object_type 2980 + 158 nth_primitive: . ordinal object_type [all …]
|
D | testsuite | 136463 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type… 137477 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type…
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 1557 Register object_type = x14; in Generate() local 1567 function, scratch1, object_type, JS_FUNCTION_TYPE, &slow); in Generate() 1572 __ Cmp(object_type, Operand(isolate()->factory()->null_value())); in Generate() 2875 Register object_type = x10; in Generate() local 2876 __ JumpIfNotObjectType(function, object_type, object_type, JS_FUNCTION_TYPE, in Generate() 2917 __ Cmp(object_type, JS_FUNCTION_PROXY_TYPE); in Generate()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 1019 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(qual_type); in GetObjCClassName() local 1020 if (object_type) in GetObjCClassName() 1022 const ObjCInterfaceDecl *interface = object_type->getInterface(); in GetObjCClassName() 5312 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(t); in StartTagDeclarationDefinition() local 5313 if (object_type) in StartTagDeclarationDefinition() 5315 ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition()
|