Home
last modified time | relevance | path

Searched refs:is_strong (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
Dxcodeproj_file.py318 is_strong = self._schema[key][2]
321 if is_strong:
331 if is_strong:
343 if is_strong:
480 (is_list, property_type, is_strong) = attributes[0:3]
481 if is_strong and property in self._properties:
762 (is_list, property_type, is_strong) = self._schema[property][0:3]
788 if is_strong:
796 if is_strong:
815 if is_strong:
[all …]
/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc1809 bool is_strong = strong_index < strong_references_.length() in FillReferences() local
1812 !is_strong, in FillReferences()
1822 if (is_strong) ++strong_index; in FillReferences()