/external/python/cpython2/Tools/msi/ |
D | msi.py | 958 root.start_component("python.exe", keyfile="python.exe") 960 root.start_component("pythonw.exe", keyfile="pythonw.exe") 968 dlldir.start_component("DLLDIR", flags = 8, keyfile = pydll, uuid = pythondll_uuid) 983 root.start_component("msvcr90", feature=private_crt) 998 DLLs.start_component() 1131 lib.start_component("TkDLLs", tcltk) 1187 lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw") 1192 lib.start_component("documentation", keyfile=docfile)
|
D | msilib.py | 456 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… member in Directory 519 self.start_component(self.logical, current_feature)
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_state.h | 206 unsigned start_component:2; /** 0 to 3 */ member
|
/external/python/cpython3/Lib/msilib/ |
D | __init__.py | 258 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… member in Directory 335 self.start_component(self.logical, current_feature, 0)
|
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 261 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… member in Directory 338 self.start_component(self.logical, current_feature, 0)
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 225 unsigned start_component:2; /** 0 to 3 */ member
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_so_emit.c | 176 unsigned start_comp = state->output[slot].start_component; in so_emit_prim()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_streamout.c | 129 << info->output[i].start_component; in svga_create_stream_output()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 304 so->output[0].start_component = 0; in main()
|
/external/python/cpython2/Doc/library/ |
D | msilib.rst | 360 :meth:`start_component`, or implicitly when files are added for the first time. 368 .. method:: start_component([component[, feature[, flags[, keyfile[, uuid]]]]]) 414 resulting feature object can be passed to the :meth:`start_component` method of
|
/external/python/cpython3/Doc/library/ |
D | msilib.rst | 367 :meth:`start_component`, or implicitly when files are added for the first time. 375 .. method:: start_component(component=None, feature=None, flags=None, keyfile=None, uuid=None) 421 resulting feature object can be passed to the :meth:`start_component` method of
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_program.c | 145 (1 << (out->num_components + out->start_component)) - 1; in link_stream_out() 206 unsigned c = j + out->start_component; in emit_stream_out()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_draw.cpp | 96 << so->output[i].start_component; in swr_draw_vbo()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | vertexdeclaration9.c | 437 so->output[so_outputs].start_component = 0; in NineVertexDeclaration9_FillStreamOutputInfo()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_program.c | 94 … output->start_component + j); in vc5_set_transform_feedback_outputs()
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_msi.py | 308 dir.start_component(dir.logical, feature, 0)
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_msi.py | 310 dir.start_component(dir.logical, feature, 0)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 307 const unsigned s = pso->output[i].start_component; in nv50_program_create_strmout_state()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump_state.c | 291 trace_dump_member(uint, &state->stream_output.output[i], start_component); in trace_dump_shader_state()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 516 unsigned s = pso->output[i].start_component; in nvc0_program_create_tfb_state()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 495 util_dump_member(stream, uint, &state->stream_output.output[i], start_component); in util_dump_shader_state()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 229 VIRGL_OBJ_SHADER_SO_OUTPUT_START_COMPONENT(so_info->output[i].start_component) | in virgl_emit_shader_streamout()
|
/external/virglrenderer/tests/ |
D | testvirgl_encode.c | 222 VIRGL_OBJ_SHADER_SO_OUTPUT_START_COMPONENT(so_info->output[i].start_component) | in virgl_emit_shader_streamout()
|
/external/virglrenderer/src/ |
D | vrend_decode.c | 105 so_info.output[i].start_component = (tmp >> 8) & 0x3; in vrend_decode_create_shader()
|
D | vrend_shader.c | 1536 if (ctx->so->output[i].start_component != 0) in prepare_so_movs() 1568 if (ctx->so->output[i].start_component != 0) { in emit_so_movs() 1572 unsigned idx = ctx->so->output[i].start_component + j; in emit_so_movs()
|