Searched refs:cbd (Results 1 - 9 of 9) sorted by relevance

/external/libnl/python/examples/
H A Diface.py68 cbd = test_class()
72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
73 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
75 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
87 while cbd.done > 0 and not err < 0:
H A Dwiphy.py117 cbd = test_class()
121 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
122 nl.py_nl_cb_set(rx_cb, nl.NL_CB_FINISH, nl.NL_CB_CUSTOM, finish_handler, cbd);
123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
124 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
136 while cbd.done > 0 and not err < 0:
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.cpp133 D3D11_BUFFER_DESC cbd; local
134 cbd.ByteWidth = (sizeof(cb_frame_t) + 15) & ~15;
135 cbd.Usage = D3D11_USAGE_DYNAMIC;
136 cbd.BindFlags = D3D11_BIND_CONSTANT_BUFFER;
137 cbd.CPUAccessFlags = D3D11_CPU_ACCESS_WRITE;
138 cbd.MiscFlags = 0;
139 cbd.StructureByteStride = 0;
141 ensure(dev->CreateBuffer(&cbd, NULL, &cb_frame));
/external/libnl/python/netlink/
H A Dcapi.i595 struct pynl_callback *cbd = arg;
602 if (!cbd) {
609 if (cbd->cbf && PyMethod_Check(cbd->cbf)) {
610 PyObject *selfobj = PyMethod_Self(cbd->cbf);
611 cbparobj = Py_BuildValue("(OOO)", selfobj ? selfobj : cbd->cba,
612 msgobj, cbd->cba);
613 funcobj = PyMethod_Function(cbd->cbf);
617 cbparobj = Py_BuildValue("(OO)", msgobj, cbd->cba);
618 funcobj = cbd
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp282 void draw_one(ID3D11DeviceContext* ctx, cbuf_t& cbd, const float4x4& modelview, float angle) argument
290 cbd.modelview = m2;
291 cbd.diffuse = gears[i].color;
292 cbd.specular = gears[i].color;
293 cbd.specular_power = 5.0f;
295 ctx->UpdateSubresource(cb, 0, 0, &cbd, 0, 0);
411 cbuf_t cbd; local
413 cbd.projection = proj;
414 cbd.light = lightpos;
439 draw_one(ctx, cbd,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1135 milliseconds