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

12

  /prebuilts/python/linux-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")))
  /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):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
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/clang/bindings/python/clang/
cindex.py 170 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l),
171 byref(c), byref(o))
331 byref(range))
358 conf.lib.clang_getDiagnosticOption(self, byref(disable))
415 conf.lib.clang_tokenize(tu, extent, byref(tokens_memory),
416 byref(tokens_count))
    [all...]
  /external/libffi/src/powerpc/
ffi.c 649 goto byref;
697 byref:
    [all...]
  /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 
  /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 340 milliseconds

12