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

  /external/mesa3d/src/gallium/state_trackers/vega/
SConscript 6 from sys import executable as python_cmd
54 command = python_cmd + ' $SCRIPT --printer vgapi --mode app $SOURCE > $TARGET'
  /external/mesa3d/src/mapi/glapi/
SConscript 5 from sys import executable as python_cmd
65 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
78 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
91 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
  /external/mesa3d/src/mapi/vgapi/
SConscript 4 from sys import executable as python_cmd
14 command = python_cmd + ' $SCRIPT --printer vgapi --mode lib $SOURCE > $TARGET'
  /external/mesa3d/src/mesa/
SConscript 9 from sys import executable as python_cmd
346 command = python_cmd + ' $SCRIPT -S $SOURCE -V GLES1.1 > $TARGET'
355 command = python_cmd + ' $SCRIPT -c es1 -m remap_table -f $SOURCE > $TARGET',
361 command = python_cmd + ' $SCRIPT -c es1 -f $SOURCE > $TARGET',
445 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
  /external/mesa3d/src/mapi/shared-glapi/
SConscript 4 from sys import executable as python_cmd
33 command = python_cmd + ' $SCRIPT ' + \

Completed in 67 milliseconds