HomeSort by relevance Sort by last modified time
    Searched defs:sobj (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 87 struct st_transform_feedback_object *sobj = local
91 for (i = 0; i < ARRAY_SIZE(sobj->draw_count); i++)
92 pipe_so_target_reference(&sobj->draw_count[i], NULL);
95 for (i = 0; i < sobj->num_targets; i++) {
96 pipe_so_target_reference(&sobj->targets[i], NULL);
99 for (i = 0; i < ARRAY_SIZE(sobj->base.Buffers); i++) {
100 _mesa_reference_buffer_object(ctx, &sobj->base.Buffers[i], NULL);
114 struct st_transform_feedback_object *sobj = local
119 max_num_targets = MIN2(ARRAY_SIZE(sobj->base.Buffers),
120 ARRAY_SIZE(sobj->targets))
172 struct st_transform_feedback_object *sobj = local
190 struct st_transform_feedback_object *sobj = local
222 struct st_transform_feedback_object *sobj = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 361 PyObject *sobj, *srepr; local
386 sobj = PyString_FromStringAndSize(s, slen);
387 if (sobj == NULL)
389 srepr = PyObject_Repr(sobj);
390 Py_DECREF(sobj);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 347 PyObject *sobj, *srepr; local
372 sobj = PyString_FromStringAndSize(s, slen);
373 if (sobj == NULL)
375 srepr = PyObject_Repr(sobj);
376 Py_DECREF(sobj);
    [all...]
  /external/python/cpython2/Objects/
intobject.c 354 PyObject *sobj, *srepr; local
379 sobj = PyString_FromStringAndSize(s, slen);
380 if (sobj == NULL)
382 srepr = PyObject_Repr(sobj);
383 Py_DECREF(sobj);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 1640 SwigPyObject *sobj = (SwigPyObject *) v; local
1675 SwigPyObject *sobj = (SwigPyObject *) v; local
1696 SwigPyObject *sobj = (SwigPyObject *) v; local
1712 SwigPyObject *sobj = (SwigPyObject *)v; local
1724 SwigPyObject *sobj = (SwigPyObject *)v; local
1745 SwigPyObject *sobj = (SwigPyObject *)v; local
1938 SwigPyObject *sobj = PyObject_NEW(SwigPyObject, SwigPyObject_type()); local
2022 SwigPyPacked *sobj = (SwigPyPacked *) v; local
2117 SwigPyPacked *sobj = PyObject_NEW(SwigPyPacked, SwigPyPacked_type()); local
2137 SwigPyPacked *sobj = (SwigPyPacked *)obj; local
2242 SwigPyObject *sobj = SWIG_Python_GetSwigThis(obj); local
2257 SwigPyObject *sobj; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 926 milliseconds