HomeSort by relevance Sort by last modified time
    Searched refs:swig_module (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/
swiginit.swg 10 * swig_module, and does all the lookup, filling in the swig_module.types
61 if (swig_module.next==0) {
62 /* Initialize the swig_module */
63 swig_module.type_initial = swig_type_initial;
64 swig_module.cast_initial = swig_cast_initial;
65 swig_module.next = &swig_module;
76 SWIG_SetModule(clientdata, &swig_module);
77 module_head = &swig_module;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile_scm_run.swg 386 ensure_smob_tag(SCM swig_module,
391 SCM variable = scm_module_variable(swig_module,
395 scm_c_module_define(swig_module, scheme_variable_name,
408 static SCM swig_module;
410 if (swig_initialized) return swig_module;
413 swig_module = scm_c_resolve_module("Swig swigrun");
414 if (ensure_smob_tag(swig_module, &swig_tag,
419 if (ensure_smob_tag(swig_module, &swig_collectable_tag,
425 if (ensure_smob_tag(swig_module, &swig_destroyed_tag,
430 if (ensure_smob_tag(swig_module, &swig_member_function_tag
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclinit.swg 76 for (i = 0; i < swig_module.size; ++i) {
77 swig_type_info *type = swig_module.type_initial[i];
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 2656 swig_module_info *swig_module = (swig_module_info *) PyCapsule_GetPointer(obj, SWIGPY_CAPSULE_NAME); local
2720 swig_module_info *swig_module = SWIG_GetModule(0); local
2969 static swig_module_info swig_module = {swig_types, 52, 0, 0, 0, 0}; variable
    [all...]

Completed in 54 milliseconds