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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_array_in_pointer.py 17 _fields_ = [("pvalues", POINTER(Value))]
24 # create a container, which holds a pointer to the pvalues array.
26 c.pvalues = val_array
33 c.pvalues[i].val = i + 1
35 values = [c.pvalues[i].val for i in range(4)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_array_in_pointer.py 17 _fields_ = [("pvalues", POINTER(Value))]
24 # create a container, which holds a pointer to the pvalues array.
26 c.pvalues = val_array
33 c.pvalues[i].val = i + 1
35 values = [c.pvalues[i].val for i in range(4)]
  /external/chromium/base/
message_pump_glib_x.cc 28 const GValue* pvalues, gpointer data) {
29 GtkWidget* widget = GTK_WIDGET(g_value_get_object(pvalues));
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 281 GLint pvalues[pcount] = { 0, 0, 0, 0 }; local
284 pvalues, sizeof(pvalues));
286 attributes_.alpha = pvalues[0] > 0;
287 attributes_.depth = pvalues[1] > 0;
288 attributes_.stencil = pvalues[2] > 0;
289 attributes_.antialias = pvalues[3] > 0;
    [all...]

Completed in 207 milliseconds