/external/mesa3d/src/broadcom/compiler/ |
D | v3d33_tex.c | 50 p0_unpacked.lookup_type = TEXTURE_1D_ARRAY; in v3d33_vir_emit_tex() 52 p0_unpacked.lookup_type = TEXTURE_1D; in v3d33_vir_emit_tex() 57 p0_unpacked.lookup_type = TEXTURE_2D_ARRAY; in v3d33_vir_emit_tex() 59 p0_unpacked.lookup_type = TEXTURE_2D; in v3d33_vir_emit_tex() 62 p0_unpacked.lookup_type = TEXTURE_3D; in v3d33_vir_emit_tex() 65 p0_unpacked.lookup_type = TEXTURE_CUBE_MAP; in v3d33_vir_emit_tex()
|
/external/python/cpython3/Tools/gdb/ |
D | libpython.py | 63 return gdb.lookup_type('char').pointer() # char* 67 return gdb.lookup_type('unsigned char').pointer() # unsigned char* 71 return gdb.lookup_type('unsigned short').pointer() 75 return gdb.lookup_type('unsigned int').pointer() 79 return gdb.lookup_type('void').pointer().sizeof 416 return gdb.lookup_type(cls._typename).pointer() 478 _PyObject_VAR_SIZE._type_size_t = gdb.lookup_type('size_t') 500 type_PyVarObject_ptr = gdb.lookup_type('PyVarObject').pointer() 741 ent_ptr_t = gdb.lookup_type('PyDictKeyEntry').pointer() 807 if gdb.lookup_type('digit').sizeof == 2: [all …]
|
/external/libchrome/mojo/public/tools/chrome_ipc/ |
D | generate_mojom.py | 134 def lookup_type(self, typename): member in Typemap 142 return 'array<%s>' % self.lookup_type(vector_match.groups()[1].strip()) 145 return 'map<%s, %s>' % tuple(self.lookup_type(t.strip()) 237 return '%s %s' % (typemaps.lookup_type(self.typename), self.name)
|
/external/python/cpython2/Tools/gdb/ |
D | libpython.py | 62 return gdb.lookup_type('char').pointer() # char* 66 return gdb.lookup_type('unsigned char').pointer() # unsigned char* 70 return gdb.lookup_type('void').pointer().sizeof 390 return gdb.lookup_type(cls._typename).pointer() 450 _PyObject_VAR_SIZE._type_size_t = gdb.lookup_type('size_t') 472 type_PyVarObject_ptr = gdb.lookup_type('PyVarObject').pointer() 805 if gdb.lookup_type('digit').sizeof == 2: 1102 _type_Py_UNICODE = gdb.lookup_type('Py_UNICODE')
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 689 unsigned int lookup_type = get_type (); in dispatch() local 690 TRACE_DISPATCH (this, lookup_type); in dispatch() 693 typename context_t::return_t r = get_subtable<TSubTable> (i).dispatch (c, lookup_type); in dispatch() 701 unsigned int lookup_type, in serialize() 707 lookupType.set (lookup_type); in serialize() 726 lookup_type (lookup_type_) {} in SubTableSubsetWrapper() 729 { return subtable.dispatch (c, lookup_type); } in subset() 733 unsigned int lookup_type; member 763 bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) const in sanitize() 764 { return this->dispatch (c, lookup_type); } in sanitize()
|
D | hb-ot-layout-gsub-table.hh | 1243 typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch() 1245 TRACE_DISPATCH (this, lookup_type); in dispatch() 1246 switch (lookup_type) { in dispatch() 1282 static bool lookup_type_is_reverse (unsigned int lookup_type) in lookup_type_is_reverse() 1283 { return lookup_type == SubTable::ReverseChainSingle; } in lookup_type_is_reverse()
|
D | hb-ot-layout-gpos-table.hh | 1528 typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch() 1530 TRACE_DISPATCH (this, lookup_type); in dispatch() 1531 switch (lookup_type) { in dispatch()
|
/external/v8/tools/ |
D | gdb-v8-support.py | 65 t_u32 = gdb.lookup_type('unsigned int') 66 t_u64 = gdb.lookup_type('unsigned long long')
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramStateTrait.h | 64 typedef const value_type* lookup_type; 73 static lookup_type Lookup(data_type B, key_type K) {
|
D | ProgramState.h | 378 typename ProgramStateTrait<T>::lookup_type
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/gdb-scripts/ |
D | prettyprinters.py | 25 return escape_bytes(begin.cast(gdb.lookup_type('char').pointer()), self.val['Size']) 110 gdb.lookup_type('llvm::ErrorInfoBase').pointer()).dereference())
|
/external/llvm/utils/gdb-scripts/ |
D | prettyprinters.py | 11 return begin.cast(gdb.lookup_type("char").pointer()).string(length = end - begin)
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.h | 240 extern int lookup_type[];
|
D | unsquash-2.c | 154 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_2()
|
D | unsquash-1.c | 100 i.mode = lookup_type[(header.base.inode_type - 1) % in read_inode_1()
|
D | unsquash-3.c | 141 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_3()
|
D | unsquash-4.c | 115 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_4()
|
D | unsquashfs.c | 84 int lookup_type[] = { variable
|
/external/skqp/tools/bookmaker/ |
D | definition.cpp | 145 OpType lookup_type(string typeWord, string name) { in lookup_type() function 201 OpType returnOpType = lookup_type(returnType, className); in parseOperator() 251 OpType paramOpType = lookup_type(paramType, className); in parseOperator()
|
/external/skia/tools/bookmaker/ |
D | definition.cpp | 145 OpType lookup_type(string typeWord, string name) { in lookup_type() function 201 OpType returnOpType = lookup_type(returnType, className); in parseOperator() 251 OpType paramOpType = lookup_type(paramType, className); in parseOperator()
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | builder.py | 1109 def __init__(self, font, location, table, lookup_type): argument 1113 self.table, self.lookup_type = table, lookup_type
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 16743 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A') 18222 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…
|
D | i686-pc-linux-gnu | 16475 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A') 17954 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…
|
D | armv7a-cros-linux-gnueabi | 16373 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A') 17863 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…
|