HomeSort by relevance Sort by last modified time
    Searched full:_builtins (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/cmake/Modules/
CompilerRTDarwinUtils.cmake 145 darwin_read_list_from_file(${LIB_OS}_BUILTINS
164 darwin_read_list_from_file(${LIB_ARCH}_${LIB_OS}_BUILTINS
170 ${${LIB_ARCH}_${LIB_OS}_BUILTINS}
172 ${${LIB_OS}_BUILTINS} PARENT_SCOPE)
  /external/libmojo/mojo/public/tools/chrome_ipc/
generate_mojom.py 108 _BUILTINS = {
136 return self._BUILTINS[typename]
  /external/python/cpython2/Lib/test/
_mock_backport.py 36 _builtins = {name for name in dir(__builtin__) if not name.startswith('_')} variable
    [all...]

Completed in 193 milliseconds