|   /toolchain/binutils/binutils-2.27/gold/ | 
| ehframe.cc  | 1 // ehframe.cc -- handle exception frame sections for gold 6 // This file is part of gold. 23 #include "gold.h" 34 namespace gold  namespace  1022       // In an object produced by a relocatable link, gold may have 1024       // corresponding FDEs. In that case, gold will have discarded     [all...] | 
| expression.cc  | 1 // expression.cc -- expressions in linker scripts for gold 6 // This file is part of gold. 23 #include "gold.h" 35 namespace gold  namespace      [all...] | 
| gold.cc  | 0 // gold.cc -- main linker functions 6 // This file is part of gold. 23 #include "gold.h" 50 namespace gold  namespace  960 } // End namespace gold.
  | 
| icf.cc  | 6 // This file is part of gold. 141 #include "gold.h" 151 namespace gold  namespace  745 // This is the main ICF function called in gold.cc.  This does the     [all...] | 
| sparc.cc  | 1 // sparc.cc -- sparc target support for gold. 6 // This file is part of gold. 23 #include "gold.h" 48 using namespace gold;     [all...] | 
| archive.cc  | 1 // archive.cc -- archive support for gold 6 // This file is part of gold. 23 #include "gold.h" 44 namespace gold  namespace  902   // --whole-archive is nested inside --start-group (PR gold/12163).     [all...] | 
| tilegx.cc  | 1 // tilegx.cc -- tilegx target support for gold. 6 // This file is part of gold. 23 #include "gold.h" 57 using namespace gold;     [all...] | 
|   /toolchain/binutils/binutils-2.27/gold/po/ | 
| fi.po  | 1 # Finnish messages for gold. 8 "Project-Id-Version: gold 2.24.90\n" 815 #: gold-threads.cc:103 820 #: gold-threads.cc:107 825 #: gold-threads.cc:112 830 #: gold-threads.cc:116 835 #: gold-threads.cc:123 840 #: gold-threads.cc:131 gold-threads.cc:396 845 #: gold-threads.cc:139 gold-threads.cc:41     [all...] | 
| fr.po  | 0 # Gold french translation 12 "Project-Id-Version: gold 2.24.90\n" 813 #: gold-threads.cc:103 818 #: gold-threads.cc:107 823 #: gold-threads.cc:112 828 #: gold-threads.cc:116 833 #: gold-threads.cc:123 838 #: gold-threads.cc:131 gold-threads.cc:396 843 #: gold-threads.cc:139 gold-threads.cc:41     [all...] | 
|   /development/samples/ApiDemos/src/com/example/android/apis/view/ | 
| List13.java  | 209             "Cottage Cheese", "Cottage Cheese (Australian)", "Cougar Gold", 253             "Kikorangi", "King Island Cape Wickham Brie", "King River Gold",
  | 
|   /external/skia/infra/bots/recipes/test.expected/ | 
| Test-Mac-Clang-MacMini7.1-CPU-AVX-x86_64-Release-All.json  | 105       "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\nimport urllib2\n\nHASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'\nRETRIES = 5\nTIMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in range(RETRIES):\n  try:\n    with contextlib.closing(\n        urllib2.urlopen(HASHES_URL, timeout=TIMEOUT)) as w:\n      hashes = w.read()\n      with open(sys.argv[1], 'w') as f:\n        f.write(hashes)\n        break\n  except Exception as e:\n    print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n    print e\n    if retry == RETRIES:\n      raise\n    waittime = WAIT_BASE * math.pow(2, retry)\n    print 'Retry in %d seconds.' % waittime\n    time.sleep(waittime)\n", 125       "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'@@@",
  | 
| Test-Win8-MSVC-Golo-CPU-AVX-x86-Debug-All.json  | 105       "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\nimport urllib2\n\nHASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'\nRETRIES = 5\nTIMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in range(RETRIES):\n  try:\n    with contextlib.closing(\n        urllib2.urlopen(HASHES_URL, timeout=TIMEOUT)) as w:\n      hashes = w.read()\n      with open(sys.argv[1], 'w') as f:\n        f.write(hashes)\n        break\n  except Exception as e:\n    print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n    print e\n    if retry == RETRIES:\n      raise\n    waittime = WAIT_BASE * math.pow(2, retry)\n    print 'Retry in %d seconds.' % waittime\n    time.sleep(waittime)\n", 125       "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'@@@",
  | 
|   /external/skqp/infra/bots/recipes/test.expected/ | 
| Test-Mac-Clang-MacMini7.1-CPU-AVX-x86_64-Release-All.json  | 105       "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\nimport urllib2\n\nHASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'\nRETRIES = 5\nTIMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in range(RETRIES):\n  try:\n    with contextlib.closing(\n        urllib2.urlopen(HASHES_URL, timeout=TIMEOUT)) as w:\n      hashes = w.read()\n      with open(sys.argv[1], 'w') as f:\n        f.write(hashes)\n        break\n  except Exception as e:\n    print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n    print e\n    if retry == RETRIES:\n      raise\n    waittime = WAIT_BASE * math.pow(2, retry)\n    print 'Retry in %d seconds.' % waittime\n    time.sleep(waittime)\n", 125       "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'@@@",
  | 
| Test-Win8-MSVC-Golo-CPU-AVX-x86-Debug-All.json  | 105       "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\nimport urllib2\n\nHASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'\nRETRIES = 5\nTIMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in range(RETRIES):\n  try:\n    with contextlib.closing(\n        urllib2.urlopen(HASHES_URL, timeout=TIMEOUT)) as w:\n      hashes = w.read()\n      with open(sys.argv[1], 'w') as f:\n        f.write(hashes)\n        break\n  except Exception as e:\n    print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n    print e\n    if retry == RETRIES:\n      raise\n    waittime = WAIT_BASE * math.pow(2, retry)\n    print 'Retry in %d seconds.' % waittime\n    time.sleep(waittime)\n", 125       "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'@@@",
  | 
|   /external/swiftshader/third_party/LLVM/ | 
| Makefile.config.in  | 314 # Location of the plugin header file for gold.
 326 # bfd ld / gold --version-script=file
  | 
|   /toolchain/binutils/binutils-2.27/binutils/ | 
| MAINTAINERS  | 83   GOLD		   Ian Lance Taylor <iant@google.com> 84   GOLD		   Cary Coutant <ccoutant@gmail.com>
  | 
|   /toolchain/binutils/binutils-2.27/gold/testsuite/ | 
| plugin_test.c  | 6    This file is part of gold. 191   (*message)(LDPL_INFO, "gold version:  %d", gold_version);
  | 
|   /build/soong/cc/config/ | 
| arm64_device.go  | 42 		"-fuse-ld=gold",
  | 
|   /external/compiler-rt/test/ | 
| lit.common.cfg  | 170   config.lto_flags = ["-fuse-ld=gold"]
  | 
|   /external/elfutils/tests/ | 
| run-readelf-zp.sh  | 267   [  1894]  GNU C 4.8.2 20140120 (Red Hat 4.8.2-15) -mtune=generic -march=x86-64 -g3 -O3 -fuse-ld=gold -fno-asynchronous-unwind-tables
  | 
|   /external/skia/gm/ | 
| path_stroke_with_zero_length.cpp  | 115 // 50% transparent versions of the colors used for positive/negative triage icons on gold.skia.org
  | 
|   /external/skqp/gm/ | 
| path_stroke_with_zero_length.cpp  | 115 // 50% transparent versions of the colors used for positive/negative triage icons on gold.skia.org
  | 
|   /external/v8/ | 
| DEPS  | 281     # Pull gold plugin if needed or requested via GYP_DEFINES.
  | 
|   /frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/ | 
| PpsMoParserTest.java  | 118         config.setSubscriptionType("Gold");
  | 
|   /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ | 
| PasspointXmlUtilsTest.java  | 91         config.setSubscriptionType("Gold");
  |