Home
last modified time | relevance | path

Searched refs:gold (Results 1 – 25 of 221) sorted by relevance

123456789

/external/libgav1/src/
Dobu_parser_test.cc384 void DefaultSequenceHeader(ObuSequenceHeader* const gold) { in DefaultSequenceHeader() argument
385 memset(gold, 0, sizeof(*gold)); in DefaultSequenceHeader()
386 gold->profile = kProfile0; in DefaultSequenceHeader()
387 gold->level[0].major = kMinimumMajorBitstreamLevel; in DefaultSequenceHeader()
388 gold->operating_points = 1; in DefaultSequenceHeader()
389 gold->max_frame_width = kWidth; in DefaultSequenceHeader()
390 gold->max_frame_height = kHeight; in DefaultSequenceHeader()
391 gold->frame_width_bits = kFrameWidthBits; in DefaultSequenceHeader()
392 gold->frame_height_bits = kFrameHeightBits; in DefaultSequenceHeader()
393 gold->use_128x128_superblock = true; in DefaultSequenceHeader()
[all …]
/external/cronet/base/allocator/partition_allocator/dot/
Dsuper-page.dot12 <TD PORT="gold" WIDTH="300"></TD>
30 <TD PORT="gold" BGCOLOR="gold" WIDTH="239">6</TD>
44 <TD PORT="gold" WIDTH="180"></TD>
67 <TD BGCOLOR="gold">v</TD>
68 <TD BGCOLOR="gold">+</TD>
69 <TD BGCOLOR="gold">+</TD>
70 <TD BGCOLOR="gold">+</TD>
71 <TD BGCOLOR="gold">+</TD>
72 <TD BGCOLOR="gold">+</TD>
91 invisible_a:gold->superpage:gold->invisible_b:gold[color=gold]
/external/llvm/docs/
DGoldPlugin.rst2 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 support
31 will either need to build gold or install a version with plugin support.
33 * Download, configure and build gold with plugin support:
[all …]
/external/skia/infra/wasm-common/
DMakefile4 docker build -t gold-karma-chrome-tests -f ./docker/gold-karma-chrome-tests/Dockerfile .
13 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
22 docker tag gold-karma-chrome-tests gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
23 docker push gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
/external/llvm/test/tools/gold/X86/
Dthinlto.ll1 ; First ensure that the ThinLTO handling in the gold plugin handles
5 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
10 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
15 ; Next generate summary sections and test gold handling.
19 ; Ensure gold generates an index and not a binary if requested.
20 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
28 ; Ensure gold generates an index as well as a binary by default in ThinLTO mode.
30 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
38 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
46 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
[all …]
Dthinlto_emit_imports.ll1 ; 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
Dstart-lib-common.ll7 ; 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.
Dcommon.ll8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
16 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
24 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
32 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
41 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
Dinvalid.ll1 ; RUN: not %gold -plugin %llvmshlibdir/LLVMgold.so \
6 ; CHECK: error: LLVM gold plugin has failed to create LTO module: Malformed block
Ddrop-debug.ll1 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
8 ; CHECK: warning: LLVM gold plugin: ignoring debug info with an invalid version (1) in {{.*}}/Input…
Dopt-level.ll2 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \
5 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \
8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \
Dremarks.ll3 ; RUN: not %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
6 ; RUN: not %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
Ddisable-verify.ll4 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
9 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
/external/skia/infra/lottiecap/
DMakefile1 gold-docker-image: aggregator
4 docker build -t gold-lottie-web-puppeteer -f ./docker/gold-lottie-web-puppeteer/Dockerfile .
8 CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
/external/skia/infra/lottiecap/docker/
DREADME.md37 gold-lottie-web-puppeteer
50 make gold-docker-image
52 … docker tag gold-lottie-web-puppeteer gcr.io/skia-public/gold-lottie-web-puppeteer:$LOTTIE_VERSION
53 docker push gcr.io/skia-public/gold-lottie-web-puppeteer:$LOTTIE_VERSION
63 make gold-docker-image
64 docker run -it --shm-size=2gb gold-lottie-web-puppeteer /bin/bash
65 # Collect the gold output with the local source repo and *all* of the files
68 …OT:/SRC -v $LOTTIE_ROOT/build/player:/LOTTIE_BUILD -v /tmp/dockerout:/OUT gold-lottie-web-puppetee…
/external/skia/tests/
DGrMeshTest.cpp142 const std::unique_ptr<skgpu::v1::SurfaceDrawContext>&, const SkBitmap& gold,
166 SkBitmap gold; local
172 gold.allocN32Pixels(kImageWidth, kImageHeight);
174 SkCanvas goldCanvas(gold);
211 run_test(dContext, "draw", reporter, sdc, gold,
232 run_test(dContext, "drawIndexed", reporter, sdc, gold,
259 run_test(dContext, "drawIndexPattern", reporter, sdc, gold,
284 reporter, sdc, gold,
352 reporter, sdc, gold,
633 const SkBitmap& gold, argument
[all …]
/external/llvm/tools/gold/
DCMakeLists.txt1 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/gold.exports)
19 gold-plugin.cpp
DREADME.txt5 gold linker. At present time, this is not the default linker in
6 binutils, and the default build of gold does not support plugins.
/external/compiler-rt/test/profile/Linux/
Dcoverage_shared.test3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-…
4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
6 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
Dinstrprof-alloc.test1 // RUN: %clang_profgen -Xclang -fprofile-instrument=llvm -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,…
4 … -Xclang -fprofile-instrument=llvm -mllvm -vp-static-alloc=false -fuse-ld=gold -Wl,-wrap,malloc -W…
Dinstrprof-dynamic-one-shared.test2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s…
3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
5 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
Dinstrprof-dynamic-two-shared.test2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s…
3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.s…
4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
/external/tensorflow/third_party/llvm_openmp/
Dopenmp.bzl53 # /usr/bin/ld.gold: error: symbol GOMP_parallel_loop_nonmonotonic_guided has undefined version VERS…
54 # /usr/bin/ld.gold: error: symbol GOMP_parallel_start has undefined version GOMP_1.0
55 # /usr/bin/ld.gold: error: symbol GOMP_cancellation_point has undefined version GOMP_4.0
56 # /usr/bin/ld.gold: error: symbol omp_set_num_threads has undefined version OMP_1.0
/external/skia/infra/lottiecap/docker/gold-lottie-web-puppeteer/
DDockerfile9 COPY /tmp/gold-aggregator /opt/gold-aggregator
/external/skia/infra/wasm-common/docker/gold-karma-chrome-tests/
DDockerfile9 COPY /tmp/gold-aggregator /opt/gold-aggregator

123456789