/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_quirk.c | 38 _nine_get_quirk( unsigned quirk ) in _nine_get_quirk() argument 48 return !!(flags & quirk); in _nine_get_quirk()
|
D | nine_quirk.h | 29 _nine_get_quirk( unsigned quirk );
|
/external/libcups/backend/ |
D | usb-libusb.c | 1155 usb_quirk_t *quirk; /* New quirk */ in load_quirks() local 1197 if ((quirk = calloc(1, sizeof(usb_quirk_t))) == NULL) in load_quirks() 1203 if (sscanf(line, "%x%x", &quirk->vendor_id, &quirk->product_id) < 1) in load_quirks() 1206 free(quirk); in load_quirks() 1211 quirk->quirks |= USB_QUIRK_BLACKLIST; in load_quirks() 1214 quirk->quirks |= USB_QUIRK_DELAY_CLOSE; in load_quirks() 1217 quirk->quirks |= USB_QUIRK_NO_REATTACH; in load_quirks() 1220 quirk->quirks |= USB_QUIRK_SOFT_RESET; in load_quirks() 1223 quirk->quirks |= USB_QUIRK_UNIDIR; in load_quirks() 1226 quirk->quirks |= USB_QUIRK_USB_INIT; in load_quirks() [all …]
|
/external/scapy/test/ |
D | p0f.uts | 67 = Handle unusual flags ("F") quirk 97 # since T quirk is not present: 100 = Discard 2nd timestamp of 0 if "T" quirk is present
|
/external/perfetto/src/traced/probes/ps/ |
D | process_stats_data_source.cc | 101 for (auto quirk = cfg.quirks(); quirk; ++quirk) { in ProcessStatsDataSource() local 102 if (*quirk == ProcessStatsConfig::DISABLE_ON_DEMAND) in ProcessStatsDataSource()
|
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/ |
D | reserved-space.ll | 30 ; 64-bit pointer. I've yet to find a documentation reference for this quirk but
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | reserved-space.ll | 30 ; 64-bit pointer. I've yet to find a documentation reference for this quirk but
|
/external/libxkbcommon/test/data/compat/ |
D | misc | 118 // This is a quirk, to circumvent the problem.
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.4.rst | 82 - drirc: Add "Second Life" quirk
|
/external/llvm-project/compiler-rt/docs/ |
D | TestingGuide.rst | 42 trailing ``-`` such as in ``XFAIL: mips-`` can help to mitigate this quirk but
|
/external/libcups/ |
D | CHANGES.md | 223 - Added USB quirk rules (Issue #5395, Issue #5420, Issue #5443) 285 - Star Micronics printers need the "unidir" USB quirk rule (Issue #5251) 291 - The Lexmark Optra E310 printer needs the "no-reattach" USB quirk rule 341 - Added a USB quirk rule for Canon MP280 series printers (Issue #5221)
|
/external/iptables/utils/ |
D | pf.os | 465 # *:128:1:48:M*,N,N,S:U:-Windows:XP/2000 while downloading (leak!) XXX quirk 466 # there is an equiv similar generic sig w/o the quirk 484 # XXX quirk 516 # XXX quirk
|
/external/libwebsockets/lib/secure-streams/ |
D | README.md | 247 Set this to `true` if the peer server has the quirk it won't send a response until we have 252 Set this to `true` if the peer server has the quirk it sends an maximum initial tx credit
|
/external/python/cpython3/Doc/using/ |
D | mac.rst | 90 With older versions of Python, there is one Mac OS X quirk that you need to be
|
/external/python/cpython2/Doc/using/ |
D | mac.rst | 98 With older versions of Python, there is one Mac OS X quirk that you need to be
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | antarctica | 351 # One last quirk about South Pole time.
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2770 boolean quirk = false; in r600_create_db_flush_dsa() local 2774 quirk = true; in r600_create_db_flush_dsa() 2778 if (quirk) { in r600_create_db_flush_dsa()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 440 /* IE6 quirk (won't chain classes, so just keep background blue) */
|
/external/llvm-project/clang/docs/ |
D | LibASTMatchersTutorial.rst | 342 Specifying what is incremented introduces another quirk of Clang's AST:
|
/external/clang/docs/ |
D | LibASTMatchersTutorial.rst | 350 Specifying what is incremented introduces another quirk of Clang's AST:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64_32.ll | 329 ; The 64-bit DarwinPCS ABI has the quirk that structs on the stack are always
|
/external/mksh/src/ |
D | Build.sh | 2802 MKSH_MIDNIGHTBSD01ASH_COMPAT set -o sh: additional compatibility quirk
|
/external/llvm-project/libcxx/include/ |
D | __bit_reference | 1126 // copy constructor (as a quirk of its construction). We need to maintain
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | vec_demanded_elts.ll | 646 ;; LangRef has an odd quirk around FCAs which make it illegal to use undef
|
/external/python/cpython2/Doc/tutorial/ |
D | classes.rst | 139 A special quirk of Python is that -- if no :keyword:`global` statement is in
|