Home
last modified time | relevance | path

Searched refs:quirk (Results 1 – 25 of 47) sorted by relevance

12

/external/mesa3d/src/gallium/frontends/nine/
Dnine_quirk.c38 _nine_get_quirk( unsigned quirk ) in _nine_get_quirk() argument
48 return !!(flags & quirk); in _nine_get_quirk()
Dnine_quirk.h29 _nine_get_quirk( unsigned quirk );
/external/libcups/backend/
Dusb-libusb.c1155 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/
Dp0f.uts67 = 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/
Dprocess_stats_data_source.cc101 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/
Dreserved-space.ll30 ; 64-bit pointer. I've yet to find a documentation reference for this quirk but
/external/llvm/test/CodeGen/Mips/cconv/
Dreserved-space.ll30 ; 64-bit pointer. I've yet to find a documentation reference for this quirk but
/external/libxkbcommon/test/data/compat/
Dmisc118 // This is a quirk, to circumvent the problem.
/external/mesa3d/docs/relnotes/
D10.5.4.rst82 - drirc: Add "Second Life" quirk
/external/llvm-project/compiler-rt/docs/
DTestingGuide.rst42 trailing ``-`` such as in ``XFAIL: mips-`` can help to mitigate this quirk but
/external/libcups/
DCHANGES.md223 - 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/
Dpf.os465 # *: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/
DREADME.md247 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/
Dmac.rst90 With older versions of Python, there is one Mac OS X quirk that you need to be
/external/python/cpython2/Doc/using/
Dmac.rst98 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/
Dantarctica351 # One last quirk about South Pole time.
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2770 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/
Ddoclava-developer-docs.css440 /* IE6 quirk (won't chain classes, so just keep background blue) */
/external/llvm-project/clang/docs/
DLibASTMatchersTutorial.rst342 Specifying what is incremented introduces another quirk of Clang's AST:
/external/clang/docs/
DLibASTMatchersTutorial.rst350 Specifying what is incremented introduces another quirk of Clang's AST:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64_32.ll329 ; The 64-bit DarwinPCS ABI has the quirk that structs on the stack are always
/external/mksh/src/
DBuild.sh2802 MKSH_MIDNIGHTBSD01ASH_COMPAT set -o sh: additional compatibility quirk
/external/llvm-project/libcxx/include/
D__bit_reference1126 // copy constructor (as a quirk of its construction). We need to maintain
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll646 ;; LangRef has an odd quirk around FCAs which make it illegal to use undef
/external/python/cpython2/Doc/tutorial/
Dclasses.rst139 A special quirk of Python is that -- if no :keyword:`global` statement is in

12