/external/autotest/client/cros/graphics/ |
D | drm.py | 62 ("fbs", POINTER(c_uint)), 64 ("crtcs", POINTER(c_uint)), 66 ("connectors", POINTER(c_uint)), 68 ("encoders", POINTER(c_uint)), 259 l.drmGetVersion.restype = POINTER(DrmVersion) 261 l.drmFreeVersion.argtypes = [POINTER(DrmVersion)] 265 l.drmModeGetResources.restype = POINTER(DrmModeResources) 267 l.drmModeFreeResources.argtypes = [POINTER(DrmModeResources)] 271 l.drmModeGetCrtc.restype = POINTER(DrmModeCrtc) 273 l.drmModeFreeCrtc.argtypes = [POINTER(DrmModeCrtc)] [all …]
|
/external/llvm/bindings/python/llvm/ |
D | disassembler.py | 11 from ctypes import POINTER 101 buf = cast(c_char_p(source), POINTER(c_ubyte)) 126 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents 131 b = cast(addressof(buf) + offset, POINTER(c_ubyte)) 156 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 167 POINTER(c_uint64), c_uint64, 168 POINTER(c_char_p))
|
D | bit_reader.py | 9 from ctypes import POINTER 27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
|
D | common.py | 10 from ctypes import POINTER 26 c_object_p = POINTER(c_void_p)
|
/external/llvm/test/Bitcode/ |
D | pr18704.ll | 15 ; <POINTER abbrevid=4 op0=0 op1=0/> 16 ; <POINTER abbrevid=4 op0=1 op1=0/> 18 ; <POINTER abbrevid=4 op0=3 op1=0/> 20 ; <POINTER abbrevid=4 op0=5 op1=0/> 22 ; <POINTER abbrevid=4 op0=7 op1=0/> 24 ; <POINTER abbrevid=4 op0=9 op1=0/> 28 ; <POINTER abbrevid=4 op0=12 op1=0/> 30 ; <POINTER abbrevid=4 op0=14 op1=0/> 32 ; <POINTER abbrevid=4 op0=16 op1=0/> 35 ; <POINTER abbrevid=4 op0=19 op1=0/> [all …]
|
/external/opencv3/3rdparty/jinja2/ |
D | debug.py | 287 ('ob_type', ctypes.POINTER(_PyObject)) 295 ('_ob_next', ctypes.POINTER(_PyObject)), 296 ('_ob_prev', ctypes.POINTER(_PyObject)), 298 ('ob_type', ctypes.POINTER(_PyObject)) 304 ('tb_next', ctypes.POINTER(_Traceback)), 305 ('tb_frame', ctypes.POINTER(_PyObject)), 320 obj.tb_next = ctypes.POINTER(_Traceback)()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | win32.py | 31 LPSECURITY_ATTRIBUTES = POINTER(_SECURITY_ATTRIBUTES) 78 LPOVERLAPPED = POINTER(_OVERLAPPED) 79 LPDWORD = POINTER(DWORD) 109 LPCOMSTAT = POINTER(_COMSTAT) 127 LPDCB = POINTER(_DCB) 133 LPCOMMTIMEOUTS = POINTER(_COMMTIMEOUTS)
|
/external/libjpeg-turbo/simd/ |
D | jsimdcfg.inc | 57 %define JSAMPROW POINTER ; JSAMPLE * (jpeglib.h) 58 %define JSAMPARRAY POINTER ; JSAMPROW * (jpeglib.h) 59 %define JSAMPIMAGE POINTER ; JSAMPARRAY * (jpeglib.h) 60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
|
D | jsimdext.inc | 135 %define POINTER qword ; general pointer type 136 %define SIZEOF_POINTER SIZEOF_QWORD ; sizeof(POINTER) 137 %define POINTER_BIT QWORD_BIT ; sizeof(POINTER)*BYTE_BIT 139 %define POINTER dword ; general pointer type 140 %define SIZEOF_POINTER SIZEOF_DWORD ; sizeof(POINTER) 141 %define POINTER_BIT DWORD_BIT ; sizeof(POINTER)*BYTE_BIT 216 mov ecx, POINTER [esp] 247 mov %1, POINTER [esp]
|
D | jdsample-mmx.asm | 83 mov edi, POINTER [output_data_ptr(ebp)] 329 movpic ebx, POINTER [gotptr] ; load GOT address 352 movpic ebx, POINTER [gotptr] ; load GOT address 566 mov edi, POINTER [output_data_ptr(ebp)]
|
D | jdsample-sse2.asm | 83 mov edi, POINTER [output_data_ptr(ebp)] 327 movpic ebx, POINTER [gotptr] ; load GOT address 350 movpic ebx, POINTER [gotptr] ; load GOT address 562 mov edi, POINTER [output_data_ptr(ebp)]
|
D | jquantf-sse2.asm | 55 mov edi, POINTER [workspace] ; (DCTELEM *) 129 mov esi, POINTER [workspace] 130 mov edx, POINTER [divisors]
|
D | jdmrgext-sse2.asm | 62 movpic POINTER [gotptr], ebx ; save GOT address 85 movpic eax, POINTER [gotptr] ; load GOT address (eax)
|
D | jdmrgext-mmx.asm | 61 movpic POINTER [gotptr], ebx ; save GOT address 84 movpic eax, POINTER [gotptr] ; load GOT address (eax)
|
D | jquant-sse.asm | 55 mov edi, POINTER [workspace] ; (DCTELEM *) 152 mov esi, POINTER [workspace] 153 mov edx, POINTER [divisors]
|
D | jquant-3dn.asm | 55 mov edi, POINTER [workspace] ; (DCTELEM *) 156 mov esi, POINTER [workspace] 157 mov edx, POINTER [divisors]
|
/external/libjpeg-turbo/win/ |
D | jsimdcfg.inc | 57 %define JSAMPROW POINTER ; JSAMPLE * (jpeglib.h) 58 %define JSAMPARRAY POINTER ; JSAMPROW * (jpeglib.h) 59 %define JSAMPIMAGE POINTER ; JSAMPARRAY * (jpeglib.h) 60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
|
/external/autotest/client/common_lib/ |
D | smogcheck_tpm.py | 27 from ctypes import c_uint, c_uint32, cdll, c_bool, Structure, POINTER, \ 97 ('vendorSpecific', POINTER(c_ubyte))] 108 vi.vendorSpecific = cast(pointer(vendorDetail), POINTER(c_ubyte)) 191 POINTER(c_byte)()) != 0: 239 POINTER(c_uint16)()) != 0: 372 self.hTpm, TSS_TPMCAP_VERSION_VAL, 0, POINTER(c_byte)(), 384 POINTER(c_byte)))
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 27 LPDWORD = PDWORD = ctypes.POINTER(DWORD) 72 PSP_DEVINFO_DATA = ctypes.POINTER(SP_DEVINFO_DATA) 82 SetupDiClassGuidsFromName.argtypes = [PCTSTR, ctypes.POINTER(GUID), DWORD, PDWORD] 90 SetupDiGetClassDevs.argtypes = [ctypes.POINTER(GUID), PCTSTR, HWND, DWORD]
|
/external/autotest/client/deps/pyxinput/src/ |
D | xi2reader.py | 36 ctypes.POINTER(ctypes.c_ubyte)) 75 ctypes.POINTER(xi2.XIValuatorClassInfo)).contents 117 ctypes.POINTER(xi2.XIRawEvent))
|
/external/clang/bindings/python/tests/cindex/ |
D | test_type.py | 69 assert fields[6].type.kind == TypeKind.POINTER 74 assert fields[7].type.kind == TypeKind.POINTER 75 assert fields[7].type.get_pointee().kind == TypeKind.POINTER 76 assert fields[7].type.get_pointee().get_pointee().kind == TypeKind.POINTER 113 assert fields[0].type.get_array_element_type().kind == TypeKind.POINTER
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | util.py | 69 from ctypes import POINTER 189 POINTER(c_uint64), 190 POINTER(c_uint64), 191 POINTER(c_uint64)) 200 POINTER(c_uint64), 201 POINTER(c_uint64), 202 POINTER(c_uint64))
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 74 c_object_p = POINTER(c_void_p) 435 tokens_memory = POINTER(Token)() 448 tokens_array = cast(tokens_memory, POINTER(Token * count)).contents 1689 TypeKind.POINTER = TypeKind(101) 2161 _fields_ = [('results', POINTER(CodeCompletionResult)), 2175 assert isinstance(ptr, POINTER(CCRStructure)) and ptr 2839 POINTER(SourceLocation), c_uint, py_object) 2846 [TranslationUnit, POINTER(Token), c_uint, POINTER(Cursor)]), 2852 [c_char_p, POINTER(c_uint)], 2893 POINTER(CCRStructure)), [all …]
|
/external/libchrome/base/strings/ |
D | safe_sprintf.h | 138 enum Type { INT, UINT, STRING, POINTER }; enumerator 187 template<class T> Arg(T* p) : ptr((void*)p), type(POINTER) { } in Arg()
|
/external/v8/src/ |
D | string-stream.h | 79 FmtElm(void* value) : type_(POINTER) { // NOLINT in FmtElm() 85 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator
|