Home
last modified time | relevance | path

Searched refs:workarounds (Results 1 – 25 of 78) sorted by relevance

1234

/external/skia/tools/
Dbuild_workaround_header.py23 workarounds = set()
26 workarounds.update([workaround.strip() for workaround in f])
27 return sorted(list(workarounds))
30 def write_header(filename, workarounds): argument
31 max_workaround_len = len(max(workarounds, key=len))
45 for w in workarounds:
64 workarounds = merge_files_into_workarounds(parser.largs)
65 write_header(options.output_file, workarounds)
/external/skqp/tools/
Dbuild_workaround_header.py23 workarounds = set()
26 workarounds.update([workaround.strip() for workaround in f])
27 return sorted(list(workarounds))
30 def write_header(filename, workarounds): argument
31 max_workaround_len = len(max(workarounds, key=len))
45 for w in workarounds:
64 workarounds = merge_files_into_workarounds(parser.largs)
65 write_header(options.output_file, workarounds)
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsics.td20 // workarounds are sometimes required depending on the cpu.
22 // Execute csync instruction with workarounds
26 // Execute ssync instruction with workarounds
30 // Execute idle instruction with workarounds
DREADME.txt181 - -mcpu=bf527-none disables all workarounds
183 The -mcpu setting affects the __SILICON_REVISION__ macro and enabled workarounds:
206 ** Compiler implemented workarounds
207 Most workarounds are implemented in header files and source code using the
208 __ADSPBF527__ macros. A few workarounds require compiler support.
/external/skqp/src/gpu/
DGrDriverBugWorkarounds.cpp33 const GrDriverBugWorkarounds& workarounds) { in applyOverrides() argument
35 name |= workarounds.name; in applyOverrides()
DGrCaps.h319 const GrDriverBugWorkarounds& workarounds() const { return fDriverBugWorkarounds; } in workarounds() function
/external/skia/src/gpu/
DGrDriverBugWorkarounds.cpp33 const GrDriverBugWorkarounds& workarounds) { in applyOverrides() argument
35 name |= workarounds.name; in applyOverrides()
DGrCaps.h317 const GrDriverBugWorkarounds& workarounds() const { return fDriverBugWorkarounds; } in workarounds() function
/external/skqp/include/gpu/
DGrDriverBugWorkarounds.h37 explicit GrDriverBugWorkarounds(const std::vector<int32_t>& workarounds);
42 void applyOverrides(const GrDriverBugWorkarounds& workarounds);
/external/skia/include/gpu/
DGrDriverBugWorkarounds.h37 explicit GrDriverBugWorkarounds(const std::vector<int32_t>& workarounds);
42 void applyOverrides(const GrDriverBugWorkarounds& workarounds);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dmain.ll1 ; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s
Dmain-declaration.ll1 ; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s
Dfunction-bitcasts-varargs.ll1 ; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s
Dcall.ll1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-temporary-workarounds
2 …m-fallthrough-return-opt -fast-isel -fast-isel-abort=1 -wasm-temporary-workarounds=false | FileChe…
/external/vboot_reference/scripts/image_signing/
Dtag_image.sh159 /usr/bin/crosh-workarounds \
/external/grpc-grpc/doc/
Dworkarounds.md4 This document lists the workarounds implemented on gRPC servers for record and reference when users…
/external/wpa_supplicant_8/hs20/client/
Dosu_client.h52 unsigned long int workarounds; member
Dest.c142 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_load_cacerts()
624 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_build_csr()
727 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_simple_enroll()
/external/shflags/doc/
DRELEASE_NOTES-1.0.1.txt12 This document covers any known issues and workarounds for the stated release of
DRELEASE_NOTES-1.2.0.md7 This document covers any known issues and workarounds for the stated release of
DRELEASE_NOTES-1.0.0.txt12 This document covers any known issues and workarounds for the stated release of
DRELEASE_NOTES-1.0.3.txt11 This document covers any known issues and workarounds for the stated release of
DRELEASE_NOTES-1.0.2.txt12 This document covers any known issues and workarounds for the stated release of
/external/u-boot/doc/
DREADME.arm6415 classical firmware (like initial hardware setup, CPU errata workarounds
/external/catch2/docs/
Dassertions.md169 For more details, along with workarounds, see the section on [the limitations page](limitations.md#…
178 but the macro accepts only 2. There are two possible workarounds.

1234