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

  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 60 op_pos = line.find('=')
61 op_end = op_pos + 1
62 if op_pos < 0:
65 if op_pos > 0:
66 if line[op_pos - 1] in [':', '+', '?']:
67 op_pos -= 1
72 op = line[op_pos:op_end]
73 sym = line[:op_pos].strip()
  /external/mesa3d/scons/
source_list.py 60 op_pos = line.find('=')
61 op_end = op_pos + 1
62 if op_pos < 0:
65 if op_pos > 0:
66 if line[op_pos - 1] in [':', '+', '?']:
67 op_pos -= 1
72 op = line[op_pos:op_end]
73 sym = line[:op_pos].strip()

Completed in 64 milliseconds