HomeSort by relevance Sort by last modified time
    Searched full:gold (Results 1 - 25 of 2084) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
charset-media.css.min 1 @charset 'utf-8';@media all{body{background-color:gold}
charset-media.css 7 background-color: gold;
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
charset-media.out 1 @charset 'utf-8';@media all{body{}body{background-color:gold}
charset-media.out.b 1 @charset 'utf-8';@media all{body{}body{background-color:gold}
  /development/vndk/tools/header-checker/tests/
module.py 152 srcs = ['integration/cpp/gold/golden_1.cpp',
153 'integration/cpp/gold/high_volume_speaker.cpp',
154 'integration/cpp/gold/low_volume_speaker.cpp',
156 version_script = 'integration/cpp/gold/map.txt',
157 export_include_dirs = ['integration/cpp/gold/include'],
164 srcs = ['integration/cpp/gold/golden_1.cpp',
165 'integration/cpp/gold/high_volume_speaker.cpp',
166 'integration/cpp/gold/low_volume_speaker.cpp',
168 version_script = 'integration/cpp/gold/map.txt',
169 export_include_dirs = ['integration/cpp/gold/include']
    [all...]
  /external/lisa/libs/utils/platforms/
pixel.json 4 "Silver", "Silver", "Gold", "Gold"
6 "big_core" : "Gold",
  /external/llvm/test/tools/gold/X86/
invalid.ll 1 ; RUN: not %gold -plugin %llvmshlibdir/LLVMgold.so \
6 ; CHECK: error: LLVM gold plugin has failed to create LTO module: Malformed block
drop-debug.ll 1 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
8 ; CHECK: warning: LLVM gold plugin: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
start-lib-common.ll 7 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
14 ; ToT gold (as of 03/2016) honors --start-lib/--end-lib, drops %t2.o and ends up
16 ; Older gold does not drop %t2.o and ends up with (i32 align 8) symbol. This is
18 ; both old and new gold.
stats.ll 4 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -shared \
thinlto_emit_imports.ll 1 ; Generate summary sections and test gold handling.
5 ; Ensure gold generates imports files if requested for distributed backends.
6 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
16 ; IMPORTS1: test/tools/gold/X86/Output/thinlto_emit_imports.ll.tmp2.o
  /external/llvm/tools/gold/
CMakeLists.txt 1 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/gold.exports)
19 gold-plugin.cpp
README.txt 1 The LLVM Gold LTO Plugin
5 gold linker. At present time, this is not the default linker in
6 binutils, and the default build of gold does not support plugins.
  /toolchain/binutils/binutils-2.27/gold/testsuite/
testfile.h 6 // This file is part of gold.
26 namespace gold namespace
34 extern gold::Target* target_test_pointer_32_little;
35 extern gold::Target* target_test_pointer_32_big;
36 extern gold::Target* target_test_pointer_64_little;
37 extern gold::Target* target_test_pointer_64_big;
  /external/clang/test/Driver/
ps4-linker-win.c 1 // The full path to the gold linker was not found on Windows because the
3 // We check that gold linker's full name (with an extension) is specified
4 // on the command line if -fuse-ld=gold, or -shared with no -fuse-ld option
11 // RUN: touch %T/orbis-ld.gold.exe
13 // RUN: env "PATH=%T;%PATH%;" %clang -target x86_64-scei-ps4 %s -fuse-ld=gold -### 2>&1 \
14 // RUN: | FileCheck --check-prefix=CHECK-PS4-GOLD %s
16 // RUN: | FileCheck --check-prefix=CHECK-PS4-GOLD %s
25 // CHECK-PS4-GOLD: \\orbis-ld.gold
  /toolchain/binutils/binutils-2.27/gold/
nacl.cc 1 // nacl.cc -- Native Client support for gold
5 // This file is part of gold.
22 #include "gold.h"
30 namespace gold namespace
47 } // end namespace gold
version.cc 1 // version.c -- print gold version information
6 // This file is part of gold.
23 #include "gold.h"
30 namespace gold namespace
33 // The version of gold.
48 // GNU gold (GNU binutils 2.19) 1.4
60 printf("GNU gold (%s) %s\n", bfd_version.c_str(), version_string);
81 } // End namespace gold.
  /external/llvm/docs/
GoldPlugin.rst 2 The LLVM gold plugin
10 `gold linker`_ which supports LTO via plugins. This is the same mechanism
13 The LLVM gold plugin implements the gold plugin interface on top of
17 .. _`gold linker`: http://sourceware.org/binutils
19 .. _`gold plugin interface`: http://gcc.gnu.org/wiki/whopr/driver
26 You need to have gold with plugin support and build the LLVMgold plugin.
27 Check whether you have gold running ``/usr/bin/ld -v``. It will report "GNU
28 gold" or else "GNU ld" if not. If you have gold, check for plugin suppor
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
fallback_test.go 26 gold := "0f58c2bb130f8182375f325c18342215255387e5"
31 if out != gold {
32 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/crypto/sha256/
fallback_test.go 26 gold := "e93d84ec2b22383123be9f713697fb25" +
32 if out != gold {
33 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/crypto/sha512/
fallback_test.go 26 gold := "6922e319366d677f34c504af31bfcb29" +
34 if out != gold {
35 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha1/
fallback_test.go 26 gold := "0f58c2bb130f8182375f325c18342215255387e5"
31 if out != gold {
32 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha256/
fallback_test.go 26 gold := "e93d84ec2b22383123be9f713697fb25" +
32 if out != gold {
33 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha512/
fallback_test.go 26 gold := "6922e319366d677f34c504af31bfcb29" +
34 if out != gold {
35 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /external/llvm/test/Object/Inputs/
relocation-dynamic.elf-i386 

Completed in 320 milliseconds

1 2 3 4 5 6 7 8 91011>>