HomeSort by relevance Sort by last modified time
    Searched full:byref (Results 101 - 125 of 418) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
symlink_support.py 70 ctypes.byref(result_buffer),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_win32.py 90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_as_parameter.py 150 result = dll._testfunc_byval(ptin, byref(ptout))
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
symlink_support.py 70 ctypes.byref(result_buffer),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_win32.py 90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_as_parameter.py 150 result = dll._testfunc_byval(ptin, byref(ptout))
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
symlink_support.py 70 ctypes.byref(result_buffer),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_as_parameter.py 150 result = dll._testfunc_byval(ptin, byref(ptout))
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
symlink_support.py 70 ctypes.byref(result_buffer),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
test_as_parameter.py 150 result = dll._testfunc_byval(ptin, byref(ptout))
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
symlink_support.py 70 ctypes.byref(result_buffer),
  /external/sonivox/jet_tools/JetCreator/
eas.py 254 result = eas_dll.EAS_GetPriority(self.eas.handle, self.handle, byref(priority))
281 result = eas_dll.EAS_GetPolyphony(self.eas.handle, self.handle, byref(polyphony))
356 result = eas_dll.EAS_State(self.eas.handle, self.handle, byref(state))
408 result = eas_dll.EAS_GetLocation(self.eas.handle, self.handle, byref(msecs))
420 result = eas_dll.EAS_GetFileType(self.eas.handle, self.handle, byref(file_type))
444 result = eas_dll.EAS_GetRepeat(self.eas.handle, self.handle, byref(count))
463 result = eas_dll.EAS_ParseMetaData(self.eas.handle, self.handle, byref(length))
485 result = eas_dll.EAS_GetWaveFmtChunk(self.eas.handle, self.handle, byref(wave_fmt_chunk))
593 result = eas_dll.EAS_Init(byref(self.handle))
652 result = eas_dll.EAS_OpenFile(self.handle, path, byref(stream_handle))
    [all...]
  /external/compiler-rt/lib/BlocksRuntime/
Block_private.h 106 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */
107 BLOCK_BYREF_CALLER = 128 /* called from __block (byref) copy/dispose support routines. */
  /external/honggfuzz/third_party/android/libBlocksRuntime/
Block_private.h 106 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */
107 BLOCK_BYREF_CALLER = 128 /* called from __block (byref) copy/dispose support routines. */
  /external/llvm/test/DebugInfo/X86/
dbg-value-const-byref.ll 82 !1 = !DIFile(filename: "dbg-value-const-byref.c", directory: "")
85 !5 = !DIFile(filename: "dbg-value-const-byref.c", directory: "")
  /external/python/cpython2/Lib/ctypes/test/
test_as_parameter.py 147 result = dll._testfunc_byval(ptin, byref(ptout))
157 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_numbers.py 22 ArgType = type(byref(c_int(0)))
100 # calling byref returns also a PyCArgObject instance
102 parm = byref(t())
  /external/python/cpython3/Lib/ctypes/test/
test_as_parameter.py 147 result = dll._testfunc_byval(ptin, byref(ptout))
157 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_win32.py 122 self.assertEqual(1, PointInRect(byref(rect), pt))
130 byref(rect), pt, rect)
test_numbers.py 22 ArgType = type(byref(c_int(0)))
100 # calling byref returns also a PyCArgObject instance
102 parm = byref(t())
  /external/scapy/scapy/arch/
pcapdnet.py 35 if pcap_findalldevs(byref(devs), err) < 0:
78 if pcap_findalldevs(byref(devs), err) < 0:
112 if pcap_findalldevs(byref(devs), err) < 0:
132 from ctypes import POINTER, byref, create_string_buffer
143 c = pcap_next_ex(self.pcap, byref(self.header), byref(self.pkt_data))
159 if pcap_compile(self.pcap, byref(self.bpf_program), filter_exp, 0, -1) == -1:
163 if pcap_setfilter(self.pcap, byref(self.bpf_program)) == -1:
  /external/clang/lib/CodeGen/
CGBlocks.cpp 372 // Just use void* instead of a pointer to the byref type.
775 // This will be a [[type]]*, except that a byref entry will just be
794 // This is a [[type]]*, except that a byref entry wil just be an i8**.
812 // For byrefs, we just write the pointer to the byref struct into
815 // live a shorter life than the stack byref anyway.
817 // Get a void* that points to the byref struct.
820 byrefPointer = Builder.CreateLoad(src, "byref.capture");
    [all...]
  /external/clang/test/CodeGenObjC/
arc-captured-block-var-layout.m 36 // Inline instruction for block variable layout: 0x0320 (3 strong 2 byref)
48 // Inline instruction for block variable layout: 0x0331 (3 strong 3 byref 1 weak)
70 // Inline instruction for block variable layout: 0x0401 (4 strong 0 byref 1 weak)

Completed in 1676 milliseconds

1 2 3 45 6 7 8 91011>>