HomeSort by relevance Sort by last modified time
    Searched refs:byref (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 22 ArgType = type(byref(c_int(0)))
99 # calling byref returns also a PyCArgObject instance
101 parm = byref(t())
test_bitfields.py 40 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
47 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
test_strings.py 156 repr(byref(c_wchar(u"x")))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 150 result = dll._testfunc_byval(ptin, byref(ptout))
160 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
test_numbers.py 22 ArgType = type(byref(c_int(0)))
99 # calling byref returns also a PyCArgObject instance
101 parm = byref(t())
test_bitfields.py 40 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
47 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
test_strings.py 156 repr(byref(c_wchar(u"x")))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 242 if not Process32First(hProcessSnap, ctypes.byref(pe32)):
250 if not Process32Next(hProcessSnap, ctypes.byref(pe32)):
  /external/chromium_org/tools/win/split_link/
split_link.py 49 ctypes.byref(size))
227 export, ctypes.byref(output_string), buffer_size, 0):
  /external/clang/bindings/python/clang/
cindex.py 170 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l),
171 byref(c), byref(o))
354 byref(range))
381 conf.lib.clang_getDiagnosticOption(self, byref(disable))
438 conf.lib.clang_tokenize(tu, extent, byref(tokens_memory),
439 byref(tokens_count))
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
mac_platform_backend.py 87 ctypes.byref(proc_info), proc_info.size)
win_platform_backend.py 277 ctypes.byref(performance_info), performance_info.size)
  /external/llvm/bindings/python/llvm/
core.py 17 from ctypes import byref namespace
162 byref(memory), byref(out))
265 result = lib.LLVMPrintModuleToFile(self, filename, byref(out))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h     [all...]
oaidl.h 297 PVOID byref; member in union:tagVARIANT::__anon30208::__tagVARIANT::__anon30209
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 943 milliseconds

12