Searched refs:all_attributes (Results 1 - 3 of 3) sorted by path

/external/chromium_org/tools/gyp/tools/
H A Dpretty_vcproj.py80 all_attributes = []
82 all_attributes.append((name, value))
83 all_attributes.sort(CmpTuple())
84 for (name, value) in all_attributes:
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-regexp.js31 var all_attributes = debug.PropertyAttribute.ReadOnly | variable
35 'source': all_attributes,
36 'global': all_attributes,
37 'ignoreCase': all_attributes,
38 'multiline': all_attributes,
/external/v8/test/mjsunit/
H A Dmirror-regexp.js31 var all_attributes = debug.PropertyAttribute.ReadOnly | variable
35 'source': all_attributes,
36 'global': all_attributes,
37 'ignoreCase': all_attributes,
38 'multiline': all_attributes,

Completed in 219 milliseconds