/external/skia/tools/ |
D | build_workaround_header.py | 23 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/ |
D | build_workaround_header.py | 23 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/ |
D | BlackfinIntrinsics.td | 20 // 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
|
D | README.txt | 181 - -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/ |
D | GrDriverBugWorkarounds.cpp | 33 const GrDriverBugWorkarounds& workarounds) { in applyOverrides() argument 35 name |= workarounds.name; in applyOverrides()
|
D | GrCaps.h | 319 const GrDriverBugWorkarounds& workarounds() const { return fDriverBugWorkarounds; } in workarounds() function
|
/external/skia/src/gpu/ |
D | GrDriverBugWorkarounds.cpp | 33 const GrDriverBugWorkarounds& workarounds) { in applyOverrides() argument 35 name |= workarounds.name; in applyOverrides()
|
D | GrCaps.h | 317 const GrDriverBugWorkarounds& workarounds() const { return fDriverBugWorkarounds; } in workarounds() function
|
/external/skqp/include/gpu/ |
D | GrDriverBugWorkarounds.h | 37 explicit GrDriverBugWorkarounds(const std::vector<int32_t>& workarounds); 42 void applyOverrides(const GrDriverBugWorkarounds& workarounds);
|
/external/skia/include/gpu/ |
D | GrDriverBugWorkarounds.h | 37 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/ |
D | main.ll | 1 ; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s
|
D | main-declaration.ll | 1 ; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s
|
D | function-bitcasts-varargs.ll | 1 ; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s
|
D | call.ll | 1 ; 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/ |
D | tag_image.sh | 159 /usr/bin/crosh-workarounds \
|
/external/grpc-grpc/doc/ |
D | workarounds.md | 4 This document lists the workarounds implemented on gRPC servers for record and reference when users…
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.h | 52 unsigned long int workarounds; member
|
D | est.c | 142 (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/ |
D | RELEASE_NOTES-1.0.1.txt | 12 This document covers any known issues and workarounds for the stated release of
|
D | RELEASE_NOTES-1.2.0.md | 7 This document covers any known issues and workarounds for the stated release of
|
D | RELEASE_NOTES-1.0.0.txt | 12 This document covers any known issues and workarounds for the stated release of
|
D | RELEASE_NOTES-1.0.3.txt | 11 This document covers any known issues and workarounds for the stated release of
|
D | RELEASE_NOTES-1.0.2.txt | 12 This document covers any known issues and workarounds for the stated release of
|
/external/u-boot/doc/ |
D | README.arm64 | 15 classical firmware (like initial hardware setup, CPU errata workarounds
|
/external/catch2/docs/ |
D | assertions.md | 169 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.
|