Home
last modified time | relevance | path

Searched refs:caveat (Results 1 – 25 of 65) sorted by relevance

123

/external/angle/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp396 const char *caveat = nullptr; in TEST_P() local
400 caveat = "None."; in TEST_P()
403 caveat = "Slow."; in TEST_P()
406 caveat = "Non-Conformant."; in TEST_P()
409 caveat = "."; in TEST_P()
411 std::cout << "\tCaveate: " << caveat; in TEST_P()
/external/llvm/test/Feature/OperandBundles/
Ddse.ll32 ; Since the deopt operand bundle does not escape %m (see caveat below), it is
46 ; Since the deopt operand bundle does not escape %m (see caveat below), @f
/external/llvm-project/llvm/test/Feature/OperandBundles/
Ddse.ll32 ; Since the deopt operand bundle does not escape %m (see caveat below), it is
46 ; Since the deopt operand bundle does not escape %m (see caveat below), @f
/external/rust/crates/bencher/
DMETADATA2 …on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is stil…
DCargo.toml.orig11 …on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is stil…
DCargo.toml17 …on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is stil…
/external/deqp/modules/egl/
DteglConfigList.cpp113 std::string caveat = de::toString(eglu::getConfigCaveatStr(val)); in iterate() local
114 info.configCaveat = caveat.c_str(); in iterate()
DteglChooseConfigReference.cpp92 static int getCaveatRank (EGLenum caveat) in getCaveatRank() argument
94 switch (caveat) in getCaveatRank()
100 …TCU_THROW(TestError, (std::string("Unknown config caveat: ") + eglu::getConfigCaveatStr(caveat).to… in getCaveatRank()
/external/libchrome/mojo/public/mojom/base/
Dvalues.mojom9 // One notable caveat is that Value supports arbitrary binary data, which JSON
/external/openscreen/third_party/chromium_quic/
DREADME.md27 caveat is that the original cloning process was done as described, but now
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp570 int caveat = visual.getAttrib(GLX_CONFIG_CAVEAT); in configRank() local
580 rank.add(1, (caveat != GLX_NON_CONFORMANT_CONFIG)); in configRank()
601 rank.add(1, (caveat != GLX_SLOW_CONFIG)); in configRank()
/external/libsrtp2/test/
Dwords.txt32 caveat
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/
Dexperimental.md44 \*\* see inline style caveat below.
/external/curl/docs/
DPARALLEL-TRANSFERS.md21 o percent upload (if known, with the same caveat as for download)
/external/rust/crates/android_logger/
DREADME.md59 There is a caveat that this library can only be initialized once
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp694 int caveat = getGLXFBConfigAttrib(glxConfig, GLX_CONFIG_CAVEAT); in generateConfigs() local
695 if (caveat == GLX_SLOW_CONFIG) in generateConfigs()
699 else if (caveat == GLX_NON_CONFORMANT_CONFIG) in generateConfigs()
/external/llvm-project/llvm/docs/
DBugpointRedesign.md28 be present in the tool, but with the caveat of still being documented and
/external/minijail/tools/
DREADME.md34 instead of blocking them. One caveat of this approach is that `SECCOMP_RET_LOG`
/external/iptables/extensions/
Dlibxt_time.man58 The caveat with the kernel timezone is that Linux distributions may ignore to
/external/rust/crates/rayon/
DREADME.md57 produce the same results as their sequential counterparts. One caveat:
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c883 GLint caveat = DONT_CARE; in choose_visual() local
1044 caveat = *parselist++; /* ignored for now */ in choose_visual()
1142 (void) caveat; in choose_visual()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c745 GLint caveat = DONT_CARE; in choose_visual() local
912 caveat = *parselist++; /* ignored for now */ in choose_visual()
1005 (void) caveat; in choose_visual()
/external/python/cpython3/Doc/library/
Dpy_compile.rst78 caveat that :exc:`FileExistsError` is raised if *cfile* is a symlink or
/external/clang/docs/analyzer/
Dnullability.rst78 …lifiers would be needed to be tracked for each symbol. This is not a big caveat, since once the to…
/external/llvm-project/clang/docs/analyzer/developer-docs/
Dnullability.rst90 …lifiers would be needed to be tracked for each symbol. This is not a big caveat, since once the to…

123