/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 3 Function vec_abs [type char] ===> OK 4 Function vec_abs [type short] ===> OK 5 Function vec_abs [type integer] ===> OK 8 Function vec_abss [type char] ===> OK 9 Function vec_abss [type short] ===> OK 10 Function vec_abss [type integer] ===> OK 13 Function vec_add [type char] ===> OK 14 Function vec_add [type unsigned char] ===> OK 15 Function vec_add [type short] ===> OK 16 Function vec_add [type unsigned short] ===> OK [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/ |
D | kdt_pam.dtfmt | 16 ! the file describes the values type of the attributes in the vector 17 ! character/string type is splitted to three types: 23 ! history type: the input value is the output decision 28 :ATTR "1" :PROP type = numeric 30 :ATTR "2" :PROP type = numeric 32 :ATTR "3" :PROP type = numeric 34 :ATTR "4" :PROP type = numeric 36 :ATTR "5" :PROP type = numeric 38 :ATTR "6" :PROP type = numeric 40 :ATTR "7" :PROP type = numeric [all …]
|
/external/sepolicy/ |
D | file.te | 2 type labeledfs, fs_type; 3 type pipefs, fs_type; 4 type sockfs, fs_type; 5 type rootfs, fs_type; 6 type proc, fs_type; 7 type selinuxfs, fs_type; 8 type cgroup, fs_type, mlstrustedobject; 9 type sysfs, fs_type, mlstrustedobject; 10 type sysfs_writable, fs_type, sysfs_type, mlstrustedobject; 11 type sysfs_nfc_power_writable, fs_type, sysfs_type, mlstrustedobject; [all …]
|
D | device.te | 2 type device, dev_type, fs_type; 3 type akm_device, dev_type; 4 type accelerometer_device, dev_type; 5 type alarm_device, dev_type, mlstrustedobject; 6 type adb_device, dev_type; 7 type ashmem_device, dev_type, mlstrustedobject; 8 type audio_device, dev_type; 9 type binder_device, dev_type, mlstrustedobject; 10 type block_device, dev_type; 11 type camera_device, dev_type; [all …]
|
/external/qemu/ |
D | qemu-config.c | 13 .type = QEMU_OPT_NUMBER, 17 .type = QEMU_OPT_NUMBER, 21 .type = QEMU_OPT_STRING, 25 .type = QEMU_OPT_NUMBER, 28 .type = QEMU_OPT_NUMBER, 32 .type = QEMU_OPT_NUMBER, 36 .type = QEMU_OPT_NUMBER, 40 .type = QEMU_OPT_STRING, 44 .type = QEMU_OPT_STRING, 48 .type = QEMU_OPT_BOOL, [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_validate.cpp | 106 if (ir->condition->type != glsl_type::bool_type) { in visit() 108 ir->condition->type->name); in visit() 211 assert(ir->operands[0]->type == ir->type); in visit_leave() 214 assert(ir->type->base_type == GLSL_TYPE_BOOL); in visit_leave() 215 assert(ir->operands[0]->type->base_type == GLSL_TYPE_BOOL); in visit_leave() 224 assert(ir->type == ir->operands[0]->type); in visit_leave() 231 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); in visit_leave() 232 assert(ir->type == ir->operands[0]->type); in visit_leave() 236 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); in visit_leave() 237 assert(ir->type->base_type == GLSL_TYPE_INT); in visit_leave() [all …]
|
D | ir.cpp | 31 this->type = glsl_type::error_type; in ir_rvalue() 133 if (v->type->is_scalar()) in whole_variable_written() 136 if (v->type->is_vector()) { in whole_variable_written() 137 const unsigned mask = (1U << v->type->vector_elements) - 1; in whole_variable_written() 158 if (lhs->type->is_scalar() || lhs->type->is_vector()) { in ir_assignment() 165 assert(lhs_components == this->rhs->type->vector_elements); in ir_assignment() 183 if (rhs->type->is_vector()) in ir_assignment() 184 this->write_mask = (1U << rhs->type->vector_elements) - 1; in ir_assignment() 185 else if (rhs->type->is_scalar()) in ir_assignment() 194 ir_expression::ir_expression(int op, const struct glsl_type *type, in ir_expression() argument [all …]
|
D | ir_constant_expression.cpp | 46 assert(op0->type->is_float() && op1->type->is_float()); in dot() 49 for (unsigned c = 0; c < op0->type->components(); c++) in dot() 58 if (this->type->is_error()) in constant_expression_value() 73 assert(op[0]->type->base_type == op[1]->type->base_type); in constant_expression_value() 75 bool op0_scalar = op[0]->type->is_scalar(); in constant_expression_value() 76 bool op1_scalar = op[1] != NULL && op[1]->type->is_scalar(); in constant_expression_value() 85 components = op[0]->type->components(); in constant_expression_value() 87 components = op[1]->type->components(); in constant_expression_value() 93 if (op[0]->type->is_array()) { in constant_expression_value() 94 assert(op[1] != NULL && op[1]->type->is_array()); in constant_expression_value() [all …]
|
/external/opencv/cv/src/ |
D | _cvlist.h | 84 #define DECLARE_LIST(type, prefix)\ argument 86 struct prefix##element_##type\ 88 struct prefix##element_##type* m_prev;\ 89 struct prefix##element_##type* m_next;\ 90 type m_data;\ 92 typedef struct prefix##element_##type ELEMENT_##type;\ 94 _LIST_INLINE _CVLIST* prefix##create_list_##type(long);\ 95 _LIST_INLINE void prefix##destroy_list_##type(_CVLIST*);\ 97 _LIST_INLINE CVPOS prefix##get_head_pos_##type(_CVLIST*);\ 98 _LIST_INLINE CVPOS prefix##get_tail_pos_##type(_CVLIST*);\ [all …]
|
/external/aac/libSYS/include/ |
D | genericStds.h | 154 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ argument 158 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ argument 163 #define C_ALLOC_MEM(name,type,num) \ argument 164 …type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \ 165 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \ 166 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); } 169 #define C_ALLOC_MEM_STATIC(name,type,num) \ argument 170 …static type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type… 171 static void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \ 172 static UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); } [all …]
|
/external/clang/bindings/python/tests/cindex/ |
D | test_type.py | 33 assert not fields[0].type.is_const_qualified() 34 assert fields[0].type.kind == TypeKind.INT 35 assert fields[0].type.get_canonical().kind == TypeKind.INT 38 assert not fields[1].type.is_const_qualified() 39 assert fields[1].type.kind == TypeKind.TYPEDEF 40 assert fields[1].type.get_canonical().kind == TypeKind.INT 41 assert fields[1].type.get_declaration().spelling == 'I' 44 assert not fields[2].type.is_const_qualified() 45 assert fields[2].type.kind == TypeKind.LONG 46 assert fields[2].type.get_canonical().kind == TypeKind.LONG [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ConstantUnion.h | 16 void setIConst(int i) {iConst = i; type = EbtInt; } in POOL_ALLOCATOR_NEW_DELETE() 17 void setFConst(float f) {fConst = f; type = EbtFloat; } in setFConst() 18 void setBConst(bool b) {bConst = b; type = EbtBool; } in setBConst() 53 if (constant.type != type) 56 switch (type) { 99 assert(type == constant.type); 100 switch (type) { 121 assert(type == constant.type); 122 switch (type) { 144 assert(type == constant.type); [all …]
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 5 %struct.pair.162 = type { %struct.BasicBlock*, i32, [4 x i8] } 6 %struct.BasicBlock = type { %struct.Value, %struct.ilist_node.24, %struct.iplist.22, %struct.Functi… 7 %struct.Value = type { i32 (...)**, i8, i8, i16, %struct.Type*, %struct.Use*, %struct.StringMapEntr… 8 %struct.Type = type { %struct.LLVMContext*, i8, [3 x i8], i32, {}* } 9 %struct.LLVMContext = type { %struct.LLVMContextImpl* } 10 %struct.LLVMContextImpl = type opaque 11 %struct.Use = type { %struct.Value*, %struct.Use*, %struct.PointerIntPair } 12 %struct.PointerIntPair = type { i64 } 13 %struct.StringMapEntry = type opaque 14 %struct.ilist_node.24 = type { %struct.ilist_half_node.23, %struct.BasicBlock* } [all …]
|
/external/valgrind/main/none/tests/amd64/ |
D | gen_insn_test.pl | 237 my $type = $RegTypes{$1}; 247 type => $type, 256 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 274 my $type = "st"; 284 type => $type, 293 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 310 my $type = $1; 321 my $type = $1; 332 my $type = $1; 356 my $type = $RegTypes{$1} || $1; [all …]
|
/external/openssl/crypto/pem/ |
D | pem.h | 167 int type; /* what type of object */ member 214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 229 int PEM_write_##name(FILE *fp, type *x) \ [all …]
|
/external/openssl/include/openssl/ |
D | pem.h | 167 int type; /* what type of object */ member 214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 229 int PEM_write_##name(FILE *fp, type *x) \ [all …]
|
D | lhash.h | 199 #define LHASH_OF(type) struct lhash_st_##type argument 201 #define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; } argument 203 #define CHECKED_LHASH_OF(type,lh) \ argument 204 ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh)) 207 #define LHM_lh_new(type, name) \ argument 208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name))) 209 #define LHM_lh_error(type, lh) \ argument 210 lh_error(CHECKED_LHASH_OF(type,lh)) 211 #define LHM_lh_insert(type, lh, inst) \ argument 212 ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \ [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpec.java | 21 import com.android.dx.rop.type.Type; 22 import com.android.dx.rop.type.TypeBearer; 47 private final TypeBearer type; field in RegisterSpec 64 private static RegisterSpec intern(int reg, TypeBearer type, in intern() argument 67 theInterningItem.set(reg, type, local); in intern() 90 public static RegisterSpec make(int reg, TypeBearer type) { in make() argument 91 return intern(reg, type, null); in make() 105 public static RegisterSpec make(int reg, TypeBearer type, in make() argument 111 return intern(reg, type, local); in make() 127 int reg, TypeBearer type, LocalItem local) { in makeLocalOptional() argument [all …]
|
/external/valgrind/main/none/tests/x86/ |
D | gen_insn_test.pl | 214 my $type = $RegTypes{$1}; 224 type => $type, 233 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 251 my $type = "st"; 261 type => $type, 270 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 287 my $type = $1; 298 my $type = $1; 309 my $type = $1; 333 my $type = $RegTypes{$1} || $1; [all …]
|
/external/v8/test/mjsunit/ |
D | undeletable-functions.js | 118 function CheckEcmaSemantics(type, props, name) { argument 121 CheckDeletable(type, props[i]); 126 function CheckDontDelete(type, props, name) { argument 129 CheckDontDeleteAttr(type, props[i]); 134 function CheckDeletable(type, prop) { argument 135 var old = type[prop]; 137 if (!type[prop]) return; 138 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop); 139 var deleted = delete type[prop]; 141 assertFalse(hasOwnProperty.call(type, prop), "still there after delete: " + prop); [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-09-01-CycleInDAG.ll | 4 %struct.CUMULATIVE_ARGS = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 } 5 …%struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*… 6 %struct.VEC_edge = type { i32, i32, [1 x %struct.edge_def*] } 7 %struct.VEC_tree = type { i32, i32, [1 x %struct.tree_node*] } 8 %struct.__sFILEX = type opaque 9 %struct.__sbuf = type { i8*, i32 } 10 %struct._obstack_chunk = type { i8*, %struct._obstack_chunk*, [4 x i8] } 11 %struct._var_map = type { %struct.partition_def*, i32*, i32*, %struct.tree_node**, i32, i32, i32* } 12 …%struct.basic_block_def = type { %struct.rtx_def*, %struct.rtx_def*, %struct.tree_node*, %struct.V… 13 %struct.bb_ann_d = type { %struct.tree_node*, i8, %struct.edge_prediction* } [all …]
|
/external/compiler-rt/lib/ |
D | atomic.c | 147 #define LOCK_FREE_ACTION(type) \ in __atomic_load_n() argument 148 *((type*)dest) = __atomic_load((_Atomic(type)*)src, model);\ in __atomic_load_n() 161 #define LOCK_FREE_ACTION(type) \ in __atomic_store_n() argument 162 __atomic_store((_Atomic(type)*)dest, *(type*)dest, model);\ in __atomic_store_n() 179 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_n() argument 180 return __atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\ in __atomic_compare_exchange_n() 181 *(type*)desired, success, failure) in __atomic_compare_exchange_n() 199 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_n() argument 200 *(type*)old = __atomic_exchange((_Atomic(type)*)ptr, *(type*)val,\ in __atomic_exchange_n() 224 #define OPTIMISED_CASE(n, lockfree, type)\ argument [all …]
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | CodeGeneratorV8.pm | 127 my $type = $codeGenerator->StripModule(shift); 131 …rator->IsPrimitiveType($type) and !$codeGenerator->IsStringType($type) and !$codeGenerator->AvoidI… 133 $implIncludes{GetV8HeaderName(${type})} = 1; 135 if ($type =~ /SVGPathSeg/) { 136 $joinedName = $type; 144 if ($type eq "CanvasRenderingContext2D") { 150 if ($type eq "CanvasGradient" or $type eq "XPathNSResolver") { 154 if ($type eq "CSSStyleDeclaration") { 158 if ($type eq "Plugin" or $type eq "PluginArray" or $type eq "MimeTypeArray") { 785 if ($attribute->signature->type eq "EventListener" && $dataNode->name eq "DOMWindow") { [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 3 %llvm.dbg.anchor.type = type { i32, i32 } 4 %llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 } 5 %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* } 6 %llvm.dbg.composite.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, { }*, { }* } 7 %llvm.dbg.derivedtype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, { }* } 8 …%llvm.dbg.global_variable.type = type { i32, { }*, { }*, i8*, i8*, i8*, { }*, i32, { }*, i1, i1, {… 9 %llvm.dbg.subprogram.type = type { i32, { }*, { }*, i8*, i8*, i8*, { }*, i32, { }*, i1, i1 } 10 %llvm.dbg.subrange.type = type { i32, i64, i64 } 11 …%struct.Group = type { %struct.Scene, %struct.Sphere, %"struct.std::list<Scene*,std::allocator<Sce… 12 %struct.Ray = type { %struct.Vec, %struct.Vec } [all …]
|
/external/openssl/crypto/lhash/ |
D | lhash.h | 199 #define LHASH_OF(type) struct lhash_st_##type argument 201 #define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; } argument 203 #define CHECKED_LHASH_OF(type,lh) \ argument 204 ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh)) 207 #define LHM_lh_new(type, name) \ argument 208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name))) 209 #define LHM_lh_error(type, lh) \ argument 210 lh_error(CHECKED_LHASH_OF(type,lh)) 211 #define LHM_lh_insert(type, lh, inst) \ argument 212 ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \ [all …]
|